[2021-07-15T13:10:15.477108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-15T13:10:15.487040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-15T13:10:15.489236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-15T13:10:29.189415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-15T13:10:29.202690+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 [] [] [2021-07-15T13:10:29.258452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-15T13:10:29.260543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-15T13:10:29.260818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-15T13:10:29.267795+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-15T13:10:29.289798+00:00] doctrine.DEBUG: CREATE TABLE assetname (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, subgroup_id INT NOT NULL, unit_id INT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, note VARCHAR(255) DEFAULT NULL, status INT DEFAULT NULL, type INT DEFAULT NULL, entrydate DATETIME DEFAULT NULL, entryby INT DEFAULT NULL, editdate DATETIME DEFAULT NULL, editby DATETIME DEFAULT NULL, INDEX IDX_7942A470F373DCF (groups_id), INDEX IDX_7942A470F5C464CE (subgroup_id), INDEX IDX_7942A470F8BD700D (unit_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.322645+00:00] doctrine.DEBUG: CREATE TABLE assetregister (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, subgroup_id INT NOT NULL, assetname_id INT NOT NULL, unit_id INT NOT NULL, vendor_id INT NOT NULL, businessunit_id INT NOT NULL, location_id INT DEFAULT NULL, acquisitiondate DATE NOT NULL, acquisitioncost DOUBLE PRECISION NOT NULL, serialno VARCHAR(150) NOT NULL, quantity DOUBLE PRECISION NOT NULL, disposaldate DATE DEFAULT NULL, disposalamount DOUBLE PRECISION DEFAULT NULL, docpath VARCHAR(255) DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, openingbalence DOUBLE PRECISION DEFAULT NULL, note VARCHAR(255) DEFAULT NULL, spnote VARCHAR(255) DEFAULT NULL, status INT DEFAULT NULL, type INT DEFAULT NULL, active INT DEFAULT NULL, entrydate DATETIME DEFAULT NULL, entryby INT DEFAULT NULL, editdate DATETIME DEFAULT NULL, editby INT DEFAULT NULL, INDEX IDX_485FE03FF373DCF (groups_id), INDEX IDX_485FE03FF5C464CE (subgroup_id), INDEX IDX_485FE03F6009F448 (assetname_id), INDEX IDX_485FE03FF8BD700D (unit_id), INDEX IDX_485FE03FF603EE73 (vendor_id), INDEX IDX_485FE03F5A2ED874 (businessunit_id), INDEX IDX_485FE03F64D218E (location_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.366928+00:00] doctrine.DEBUG: CREATE TABLE businessunit (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, shortname VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.392299+00:00] doctrine.DEBUG: CREATE TABLE `group` (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, code VARCHAR(150) NOT NULL, depreciationrate DOUBLE PRECISION NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.419079+00:00] doctrine.DEBUG: CREATE TABLE location (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.444063+00:00] doctrine.DEBUG: CREATE TABLE subgroup (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, INDEX IDX_1773AB1FF373DCF (groups_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.472385+00:00] doctrine.DEBUG: CREATE TABLE unit (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, shortname VARCHAR(100) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.498230+00:00] doctrine.DEBUG: CREATE TABLE vendor (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, address VARCHAR(255) NOT NULL, mobileno VARCHAR(255) DEFAULT NULL, email VARCHAR(255) DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-15T13:10:29.523320+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-15T13:10:29.618076+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F5C464CE FOREIGN KEY (subgroup_id) REFERENCES subgroup (id) [] [] [2021-07-15T13:10:29.699178+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F8BD700D FOREIGN KEY (unit_id) REFERENCES unit (id) [] [] [2021-07-15T13:10:29.784176+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-15T13:10:29.875553+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF5C464CE FOREIGN KEY (subgroup_id) REFERENCES subgroup (id) [] [] [2021-07-15T13:10:29.951071+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F6009F448 FOREIGN KEY (assetname_id) REFERENCES assetname (id) [] [] [2021-07-15T13:10:30.027347+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF8BD700D FOREIGN KEY (unit_id) REFERENCES unit (id) [] [] [2021-07-15T13:10:30.109923+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF603EE73 FOREIGN KEY (vendor_id) REFERENCES vendor (id) [] [] [2021-07-15T13:10:30.188038+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F5A2ED874 FOREIGN KEY (businessunit_id) REFERENCES businessunit (id) [] [] [2021-07-15T13:10:30.264207+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F64D218E FOREIGN KEY (location_id) REFERENCES location (id) [] [] [2021-07-15T13:10:30.338408+00:00] doctrine.DEBUG: ALTER TABLE subgroup ADD CONSTRAINT FK_1773AB1FF373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-15T13:10:30.448500+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2021-07-15T13:10:29+00:00",1179] [] [2021-07-15T13:10:30.458130+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T06:56:50.621811+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-17T06:56:50.713927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.757066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.771017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:50.807807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:50.814103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:50.816781+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' [] [] [2021-07-17T06:56:50.819807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:50.831847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.833110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.834141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:50.834811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:50.835159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:50.835478+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' [] [] [2021-07-17T06:56:50.835828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:50.836110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.837087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:50.838074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:50.838653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:50.838988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:50.839309+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' [] [] [2021-07-17T06:56:50.839653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:51.039297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44401e"},"request_uri":"http://127.0.0.1:8000/_wdt/44401e","method":"GET"} [] [2021-07-17T06:56:54.512202+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-17T06:56:54.567032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.569432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.580286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:54.581891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:54.583239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:54.583589+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' [] [] [2021-07-17T06:56:54.584261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:54.586982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.588009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.588960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:54.589524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:54.589901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:54.590223+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' [] [] [2021-07-17T06:56:54.590572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:54.590864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.592337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:54.593511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:54.594100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:54.594449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:54.594768+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' [] [] [2021-07-17T06:56:54.595117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:54.733747+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9d587"},"request_uri":"http://127.0.0.1:8000/_wdt/d9d587","method":"GET"} [] [2021-07-17T06:56:59.233063+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/unit/","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"unit_index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T06:56:59.283426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.285399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.293903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.295228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.296559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.296846+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' [] [] [2021-07-17T06:56:59.297367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.299517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.300484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.301408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.301910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.302211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.302525+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' [] [] [2021-07-17T06:56:59.302836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.303071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.303983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.304905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.305374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.305671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.305945+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' [] [] [2021-07-17T06:56:59.306243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.418342+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit/","method":"GET"} [] [2021-07-17T06:56:59.520616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 [] [] [2021-07-17T06:56:59.606892+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "pagerfanta" function." at C:\Apache24\htdocs\fixedasset\templates\unit\index.html.twig line 108 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"pagerfanta\" function. at C:\\Apache24\\htdocs\\fixedasset\\templates\\unit\\index.html.twig:108)"} [] [2021-07-17T06:56:59.810576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.811768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.815877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.817303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.818599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.818927+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' [] [] [2021-07-17T06:56:59.819534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.822227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.823244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.824220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.824806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.825148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.825479+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' [] [] [2021-07-17T06:56:59.825845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.826137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.827125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.828100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.828662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.829042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.829366+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' [] [] [2021-07-17T06:56:59.829713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.931257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.932380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.933393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.933929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.934236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.934516+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' [] [] [2021-07-17T06:56:59.934824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.935063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.935979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.936907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.937376+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.937714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.937998+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' [] [] [2021-07-17T06:56:59.938297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:56:59.938521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.939436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T06:56:59.940295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T06:56:59.940786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T06:56:59.941080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T06:56:59.941348+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' [] [] [2021-07-17T06:56:59.941647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T06:57:00.202325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a29705"},"request_uri":"http://127.0.0.1:8000/_wdt/a29705","method":"GET"} [] [2021-07-17T07:15:31.109836+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/unit","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"unit_index","page":1},"request_uri":"http://127.0.0.1:8000/unit/","method":"GET"} [] [2021-07-17T07:15:31.158187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.160636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.171946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.173875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.175382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.175750+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' [] [] [2021-07-17T07:15:31.176441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.179713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.181137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.182274+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.182913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.183294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.183671+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' [] [] [2021-07-17T07:15:31.184077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.184427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.185647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.186795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.187453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.187927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.188294+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' [] [] [2021-07-17T07:15:31.188756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.350864+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:15:31.415214+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:15:31.490058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.492419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.496506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.497863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.499130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.499430+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' [] [] [2021-07-17T07:15:31.499996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.502711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.503746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.504747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.505350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.505644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.505904+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' [] [] [2021-07-17T07:15:31.506214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.506461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.507423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.508356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.508858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.509158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.509432+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' [] [] [2021-07-17T07:15:31.509736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.522192+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:15:31.528079+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:15:31.535479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.536598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.537527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.538130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.538467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.538740+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' [] [] [2021-07-17T07:15:31.539043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.539281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.540197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.541139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.541555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.541837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.542106+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' [] [] [2021-07-17T07:15:31.542355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.542575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.543479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:31.544402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:31.544846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:31.545128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:31.545348+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' [] [] [2021-07-17T07:15:31.545634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:31.840113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7667c1"},"request_uri":"http://127.0.0.1:8000/_wdt/7667c1","method":"GET"} [] [2021-07-17T07:15:33.623688+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:15:33.686114+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:15:33.759081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.761188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.765125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.766418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.767777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.768105+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' [] [] [2021-07-17T07:15:33.768669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:33.770945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.772147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.773547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.774341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.774726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.775052+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' [] [] [2021-07-17T07:15:33.775410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:33.775701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.776769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.777787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.778381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.778784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.779149+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' [] [] [2021-07-17T07:15:33.779659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:33.791344+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:15:33.795567+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:15:33.798072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.799078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.799995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.800508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.800804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.801075+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' [] [] [2021-07-17T07:15:33.801376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:33.801612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.802509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.803465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.803928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.804186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.804413+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' [] [] [2021-07-17T07:15:33.804662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:33.804845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.805708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:15:33.806720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:15:33.807484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:15:33.807901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:15:33.808192+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' [] [] [2021-07-17T07:15:33.808502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:15:34.022528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4da35"},"request_uri":"http://127.0.0.1:8000/_wdt/a4da35","method":"GET"} [] [2021-07-17T07:16:07.421538+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:16:07.471253+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:16:07.587723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.590284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.594744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.596191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.597470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.597790+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' [] [] [2021-07-17T07:16:07.598423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.601254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.602249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.603233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.603757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.604089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.604418+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' [] [] [2021-07-17T07:16:07.604815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.605160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.606156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.607147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.607671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.608003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.608314+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' [] [] [2021-07-17T07:16:07.608656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.624133+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:16:07.628188+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:16:07.631065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.632115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.633102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.633647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.633987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.634307+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' [] [] [2021-07-17T07:16:07.634663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.634946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.635900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.636864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.637370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.637698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.638005+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' [] [] [2021-07-17T07:16:07.638365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.638646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.639636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:07.640614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:07.641133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:07.641468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:07.641779+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' [] [] [2021-07-17T07:16:07.642128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:07.914958+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc9f84"},"request_uri":"http://127.0.0.1:8000/_wdt/dc9f84","method":"GET"} [] [2021-07-17T07:16:10.348421+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:16:10.410013+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:16:10.471399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.473449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.477329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.478617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.479937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.480270+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' [] [] [2021-07-17T07:16:10.480891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.483370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.484463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.485485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.486098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.486442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.486761+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' [] [] [2021-07-17T07:16:10.487078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.487358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.488337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.489329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.489833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.490169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.490485+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' [] [] [2021-07-17T07:16:10.490826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.501707+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:16:10.505366+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:16:10.507881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.508962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.510024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.510605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.510955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.511276+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' [] [] [2021-07-17T07:16:10.511626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.511906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.512893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.513892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.514482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.514893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.515289+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' [] [] [2021-07-17T07:16:10.515696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.515991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.517176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:16:10.518222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:16:10.518782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:16:10.519127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:16:10.519456+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' [] [] [2021-07-17T07:16:10.519806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:16:10.748038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"826bb6"},"request_uri":"http://127.0.0.1:8000/_wdt/826bb6","method":"GET"} [] [2021-07-17T07:18:53.964837+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:18:54.112247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.114731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.118745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:18:54.120319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:18:54.120725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:18:54.121049+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' [] [] [2021-07-17T07:18:54.121666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:18:54.124399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.125424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.126446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:18:54.126979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:18:54.127314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:18:54.127620+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' [] [] [2021-07-17T07:18:54.127961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:18:54.128231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.129188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:18:54.130241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:18:54.130741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:18:54.131069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:18:54.131375+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' [] [] [2021-07-17T07:18:54.131710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:18:54.315423+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"965ab6"},"request_uri":"http://127.0.0.1:8000/_wdt/965ab6","method":"GET"} [] [2021-07-17T07:24:44.975866+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:24:45.080812+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "address" nor one of the methods "address()", "getaddress()"/"isaddress()"/"hasaddress()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\unit\new.html.twig line 58 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"address\" nor one of the methods \"address()\", \"getaddress()\"/\"isaddress()\"/\"hasaddress()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\unit\\new.html.twig:58)"} [] [2021-07-17T07:24:45.166771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.169213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.180106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.181712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.183062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.183390+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' [] [] [2021-07-17T07:24:45.184015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.186830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.187872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.188854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.189395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.189780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.190131+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' [] [] [2021-07-17T07:24:45.190499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.190785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.191767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.192767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.193302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.193641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.193954+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' [] [] [2021-07-17T07:24:45.194298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.195792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.196992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.197990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.198554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.198892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.199257+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' [] [] [2021-07-17T07:24:45.199606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.199889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.200845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.201813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.202320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.202653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.202992+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' [] [] [2021-07-17T07:24:45.203335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.203605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.204581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:24:45.205568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:24:45.206095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:24:45.206429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:24:45.206738+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' [] [] [2021-07-17T07:24:45.207087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:24:45.451870+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c134ba"},"request_uri":"http://127.0.0.1:8000/_wdt/c134ba","method":"GET"} [] [2021-07-17T07:25:27.254606+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:25:27.392440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.394744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.405561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:27.407339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:27.408649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:27.408977+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' [] [] [2021-07-17T07:25:27.409595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:27.412310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.413292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.414242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:27.414797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:27.415123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:27.415473+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' [] [] [2021-07-17T07:25:27.415810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:27.416076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.417001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:27.417950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:27.418438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:27.418760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:27.419063+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' [] [] [2021-07-17T07:25:27.419391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:27.693399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e33506"},"request_uri":"http://127.0.0.1:8000/_wdt/e33506","method":"GET"} [] [2021-07-17T07:25:37.505822+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:25:37.622231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.624937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.634034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:37.635649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:37.636162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:37.636504+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' [] [] [2021-07-17T07:25:37.637093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:37.639448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.640766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.641848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:37.642432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:37.642801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:37.643118+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' [] [] [2021-07-17T07:25:37.643472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:37.643753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.644762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:37.645756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:37.646278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:37.646661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:37.646981+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' [] [] [2021-07-17T07:25:37.647325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:37.892463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f97c41"},"request_uri":"http://127.0.0.1:8000/_wdt/f97c41","method":"GET"} [] [2021-07-17T07:25:41.023682+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:25:41.078471+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:25:41.153544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.155699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.159586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.160813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.162114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.162446+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' [] [] [2021-07-17T07:25:41.163008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.165288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.166294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.167336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.167939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.168318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.168657+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' [] [] [2021-07-17T07:25:41.169027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.169344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.170416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.171417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.171973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.172316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.172635+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' [] [] [2021-07-17T07:25:41.172983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.184666+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:25:41.188880+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:25:41.191869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.192954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.193991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.194550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.194921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.195244+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' [] [] [2021-07-17T07:25:41.195597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.195875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.196900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.197918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.198513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.198848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.199159+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' [] [] [2021-07-17T07:25:41.199500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.199769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.200780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:41.201820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:41.202350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:41.202687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:41.203007+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' [] [] [2021-07-17T07:25:41.203365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:41.429192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee4a54"},"request_uri":"http://127.0.0.1:8000/_wdt/ee4a54","method":"GET"} [] [2021-07-17T07:25:43.081574+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:25:43.189324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.191473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.200387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:43.201712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:43.203052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:43.203395+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' [] [] [2021-07-17T07:25:43.204002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:43.206281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.207314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.208425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:43.209455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:43.209847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:43.210148+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' [] [] [2021-07-17T07:25:43.210462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:43.210701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.211886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:25:43.212993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:25:43.213618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:25:43.213931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:25:43.214185+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' [] [] [2021-07-17T07:25:43.214534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:25:43.465063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46454b"},"request_uri":"http://127.0.0.1:8000/_wdt/46454b","method":"GET"} [] [2021-07-17T07:28:04.185044+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"POST"} [] [2021-07-17T07:28:04.339398+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T07:28:04.346400+00:00] doctrine.DEBUG: INSERT INTO unit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Kilogram","2":"KG","3":null} [] [2021-07-17T07:28:04.354858+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T07:28:04.376983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.379123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.383201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.384680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.385952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.386269+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' [] [] [2021-07-17T07:28:04.386884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.390011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.391098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.392064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.392608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.392981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.393291+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' [] [] [2021-07-17T07:28:04.393630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.393903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.394829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.395772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.396267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.396589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.396892+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' [] [] [2021-07-17T07:28:04.397226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.513342+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:28:04.564791+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:28:04.639922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.642080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.645936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.647196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.647556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.647887+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' [] [] [2021-07-17T07:28:04.648450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.650722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.651747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.652744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.653264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.653601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.653930+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' [] [] [2021-07-17T07:28:04.654276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.654553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.655600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.656687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.657275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.657616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.657933+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' [] [] [2021-07-17T07:28:04.658279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.670131+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:28:04.677634+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:28:04.681801+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:28:04.684953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.686017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.687024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.687573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.687914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.688230+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' [] [] [2021-07-17T07:28:04.688665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.688958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.689961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.690959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.691477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.691812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.692124+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' [] [] [2021-07-17T07:28:04.692471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.692740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.693709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:28:04.694696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:28:04.695198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:28:04.695530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:28:04.695845+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' [] [] [2021-07-17T07:28:04.696187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:28:04.919109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef8db1"},"request_uri":"http://127.0.0.1:8000/_wdt/ef8db1","method":"GET"} [] [2021-07-17T07:32:12.464995+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:32:12.527946+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:32:12.612630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.615349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.619646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.625030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.625491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.625829+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' [] [] [2021-07-17T07:32:12.626521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.629367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.630599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.631783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.632398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.632800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.633122+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' [] [] [2021-07-17T07:32:12.633439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.633722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.634752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.635770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.636303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.636643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.636959+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' [] [] [2021-07-17T07:32:12.637304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.649484+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:32:12.655318+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:32:12.658434+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:32:12.661354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.662420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.663448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.664198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.664657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.665025+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' [] [] [2021-07-17T07:32:12.665393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.665682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.666775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.667798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.668353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.668698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.669012+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' [] [] [2021-07-17T07:32:12.669370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.669643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.670625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:12.671608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:12.672123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:12.672458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:12.672773+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' [] [] [2021-07-17T07:32:12.673114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:12.903171+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba806a"},"request_uri":"http://127.0.0.1:8000/_wdt/ba806a","method":"GET"} [] [2021-07-17T07:32:14.318702+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"GET"} [] [2021-07-17T07:32:14.383960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:32:14.479305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.480471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.484712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:14.486315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:14.486898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:14.487410+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' [] [] [2021-07-17T07:32:14.488199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:14.491254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.492352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.493350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:14.493926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:14.494272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:14.494592+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' [] [] [2021-07-17T07:32:14.494941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:14.495215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.496176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:14.497154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:14.497662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:14.497993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:14.498327+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' [] [] [2021-07-17T07:32:14.498676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:14.746089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46598b"},"request_uri":"http://127.0.0.1:8000/_wdt/46598b","method":"GET"} [] [2021-07-17T07:32:16.608526+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"POST"} [] [2021-07-17T07:32:16.690491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:32:16.797858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.799023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.802811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:16.804139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:16.804492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:16.804813+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' [] [] [2021-07-17T07:32:16.805429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:16.807808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.808855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.809857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:16.810412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:16.810751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:16.811112+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' [] [] [2021-07-17T07:32:16.811532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:16.811822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.812827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:16.813804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:16.814330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:16.814662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:16.814980+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' [] [] [2021-07-17T07:32:16.815325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:16.929959+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:32:16.979372+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:32:17.053992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.056146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.060124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.061323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.061840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.062330+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' [] [] [2021-07-17T07:32:17.062948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.065180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.066178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.067198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.067745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.068086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.068397+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' [] [] [2021-07-17T07:32:17.068736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.069009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.069965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.070928+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.071420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.071794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.072110+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' [] [] [2021-07-17T07:32:17.072443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.083893+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:32:17.089243+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:32:17.092063+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:32:17.094999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.096125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.097318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.097935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.098277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.098555+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' [] [] [2021-07-17T07:32:17.098901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.099182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.100155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.101122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.101621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.101948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.102256+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' [] [] [2021-07-17T07:32:17.102588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.102852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.103794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:17.104757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:17.105248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:17.105575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:17.105882+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' [] [] [2021-07-17T07:32:17.106216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:17.337223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00d0f3"},"request_uri":"http://127.0.0.1:8000/_wdt/00d0f3","method":"GET"} [] [2021-07-17T07:32:18.899418+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:32:19.005149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.007404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.016079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:19.017381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:19.017755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:19.018087+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' [] [] [2021-07-17T07:32:19.018842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:19.021335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.022410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.023410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:19.023972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:19.024337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:19.024695+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' [] [] [2021-07-17T07:32:19.025062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:19.025337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.026331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:19.027397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:19.027943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:19.028281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:19.028595+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' [] [] [2021-07-17T07:32:19.028940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:19.242711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97deb0"},"request_uri":"http://127.0.0.1:8000/_wdt/97deb0","method":"GET"} [] [2021-07-17T07:32:23.340245+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:32:23.394086+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:32:23.466017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.468367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.472318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.473548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.473964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.474316+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' [] [] [2021-07-17T07:32:23.474904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.477171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.478180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.479176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.479737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.480082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.480401+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' [] [] [2021-07-17T07:32:23.480745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.481022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.481993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.483014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.483551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.483989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.484433+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' [] [] [2021-07-17T07:32:23.484828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.495348+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:32:23.499443+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:32:23.502720+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:32:23.505513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.506659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.507685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.508252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.508594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.508911+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' [] [] [2021-07-17T07:32:23.509263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.509542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.510522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.511511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.512029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.512363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.512674+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' [] [] [2021-07-17T07:32:23.513024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.513295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.514323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:23.515329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:23.515855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:23.516189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:23.516511+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' [] [] [2021-07-17T07:32:23.516853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:23.745330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a39c5"},"request_uri":"http://127.0.0.1:8000/_wdt/3a39c5","method":"GET"} [] [2021-07-17T07:32:24.464800+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"GET"} [] [2021-07-17T07:32:24.535595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:32:24.599282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.600513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.604535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:24.606315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:24.606754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:24.607090+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' [] [] [2021-07-17T07:32:24.607672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:24.610036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.611150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.612163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:24.612723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:24.613063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:24.613383+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' [] [] [2021-07-17T07:32:24.613732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:24.614007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.614960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:24.615935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:24.616494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:24.616827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:24.617136+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' [] [] [2021-07-17T07:32:24.617479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:24.831498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8bb9c"},"request_uri":"http://127.0.0.1:8000/_wdt/f8bb9c","method":"GET"} [] [2021-07-17T07:32:25.767217+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"POST"} [] [2021-07-17T07:32:25.833377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:32:25.916929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.918177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.922124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:25.923505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:25.923871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:25.924195+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' [] [] [2021-07-17T07:32:25.924850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:25.927243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.928325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.929343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:25.929897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:25.930223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:25.930568+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' [] [] [2021-07-17T07:32:25.930925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:25.931226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.932322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:25.933346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:25.933899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:25.934242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:25.934564+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' [] [] [2021-07-17T07:32:25.934921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.050398+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:32:26.099021+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:32:26.175687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.177802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.181581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.182766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.183113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.183435+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' [] [] [2021-07-17T07:32:26.183986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.186188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.187157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.188127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.188637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.189016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.189329+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' [] [] [2021-07-17T07:32:26.189666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.190045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.191107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.192074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.192585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.192995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.193322+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' [] [] [2021-07-17T07:32:26.193743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.204187+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:32:26.209251+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:32:26.212296+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:32:26.215311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.216339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.217248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.217858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.218206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.218517+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' [] [] [2021-07-17T07:32:26.218861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.219138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.220091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.221049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.221575+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.221908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.222215+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' [] [] [2021-07-17T07:32:26.222552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.222819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.223761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:32:26.224723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:32:26.225220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:32:26.225545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:32:26.225851+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' [] [] [2021-07-17T07:32:26.226221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:32:26.444937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49a044"},"request_uri":"http://127.0.0.1:8000/_wdt/49a044","method":"GET"} [] [2021-07-17T07:35:40.816297+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":"1","_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit/1","method":"GET"} [] [2021-07-17T07:35:40.882041+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:35:40.976404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.979150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.983432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:40.984892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:40.985250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:40.985659+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' [] [] [2021-07-17T07:35:40.986333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:40.989737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.990956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.991964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:40.992527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:40.992869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:40.993186+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' [] [] [2021-07-17T07:35:40.993533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:40.993813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.994807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:40.995790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:40.996319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:40.996651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:40.996967+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' [] [] [2021-07-17T07:35:40.997362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:41.009275+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:35:41.015074+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:35:41.018162+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:35:41.021137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.022340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.023391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:41.023955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:41.024301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:41.024618+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' [] [] [2021-07-17T07:35:41.024969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:41.025252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.026249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.027249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:41.027767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:41.028090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:41.028389+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' [] [] [2021-07-17T07:35:41.028718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:41.028972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.029918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:35:41.030878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:35:41.031373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:35:41.031710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:35:41.032035+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' [] [] [2021-07-17T07:35:41.032378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:35:41.261703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"759b81"},"request_uri":"http://127.0.0.1:8000/_wdt/759b81","method":"GET"} [] [2021-07-17T07:36:24.752606+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:36:24.782828+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:36:24.856779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.859150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.863224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.864625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.864978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.865292+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' [] [] [2021-07-17T07:36:24.865888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:24.868881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.869880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.870843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.871390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.871719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.872030+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' [] [] [2021-07-17T07:36:24.872369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:24.872641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.873573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.874576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.875066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.875394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.875699+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' [] [] [2021-07-17T07:36:24.876029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:24.888428+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:36:24.894498+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:36:24.897809+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:36:24.901306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.902358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.903390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.903983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.904306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.904578+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' [] [] [2021-07-17T07:36:24.904876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:24.905119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.906128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.907089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.907681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.908068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.908351+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' [] [] [2021-07-17T07:36:24.908693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:24.908985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.910062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:24.911062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:24.911586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:24.911891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:24.912213+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' [] [] [2021-07-17T07:36:24.912611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:25.192556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77c0f8"},"request_uri":"http://127.0.0.1:8000/_wdt/77c0f8","method":"GET"} [] [2021-07-17T07:36:26.270749+00:00] request.INFO: Matched route "unit_show". {"route":"unit_show","route_parameters":{"_route":"unit_show","_controller":"App\\Controller\\UnitController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/show","method":"GET"} [] [2021-07-17T07:36:26.361454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:36:26.456732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.457950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.462520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:26.463998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:26.464356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:26.464682+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' [] [] [2021-07-17T07:36:26.465289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:26.468219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.469282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.470275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:26.470820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:26.471208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:26.471526+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' [] [] [2021-07-17T07:36:26.471874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:26.472152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.473115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:26.474106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:26.474641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:26.475004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:26.475332+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' [] [] [2021-07-17T07:36:26.475710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:26.717131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f66215"},"request_uri":"http://127.0.0.1:8000/_wdt/f66215","method":"GET"} [] [2021-07-17T07:36:31.014144+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"GET"} [] [2021-07-17T07:36:31.088179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:36:31.157084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.158335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.162308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:31.163708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:31.164105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:31.164445+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' [] [] [2021-07-17T07:36:31.165034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:31.167338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.168363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.169364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:31.169919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:31.170275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:31.170610+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' [] [] [2021-07-17T07:36:31.170961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:31.171240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.172251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:31.173242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:31.173766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:31.174156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:31.174575+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' [] [] [2021-07-17T07:36:31.175025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:31.394662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7818d9"},"request_uri":"http://127.0.0.1:8000/_wdt/7818d9","method":"GET"} [] [2021-07-17T07:36:32.606496+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"POST"} [] [2021-07-17T07:36:32.674478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:36:32.777244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.778434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.782539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:32.783862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:32.784217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:32.784540+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' [] [] [2021-07-17T07:36:32.785105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:32.787442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.788500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.789489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:32.790090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:32.790439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:32.790754+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' [] [] [2021-07-17T07:36:32.791101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:32.791377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.792335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:32.793322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:32.793815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:32.794151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:32.794464+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' [] [] [2021-07-17T07:36:32.794808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:32.907351+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:36:32.962140+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:36:33.034608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.036619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.040437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.041620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.041926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.042200+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' [] [] [2021-07-17T07:36:33.042700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.044972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.045992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.046941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.047532+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.047872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.048138+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' [] [] [2021-07-17T07:36:33.048496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.048715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.049663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.050620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.051105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.051379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.051631+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' [] [] [2021-07-17T07:36:33.051949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.063712+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:36:33.068852+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:36:33.072250+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:36:33.075362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.076365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.077313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.077818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.078100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.078340+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' [] [] [2021-07-17T07:36:33.078606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.078803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.079683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.080636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.081198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.081476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.081716+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' [] [] [2021-07-17T07:36:33.081977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.082175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.083076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:33.083941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:33.084382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:33.084685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:33.084909+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' [] [] [2021-07-17T07:36:33.085163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:33.297984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdf388"},"request_uri":"http://127.0.0.1:8000/_wdt/cdf388","method":"GET"} [] [2021-07-17T07:36:34.910073+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"GET"} [] [2021-07-17T07:36:34.986595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:36:35.051801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.052982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.057918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:35.059347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:35.059711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:35.060034+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' [] [] [2021-07-17T07:36:35.060603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:35.062847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.063894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.064896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:35.065428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:35.065867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:35.066200+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' [] [] [2021-07-17T07:36:35.066552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:35.066829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.067829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:36:35.068820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:36:35.069340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:36:35.069676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:36:35.069987+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' [] [] [2021-07-17T07:36:35.070328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:36:35.301991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfbf1c"},"request_uri":"http://127.0.0.1:8000/_wdt/bfbf1c","method":"GET"} [] [2021-07-17T07:38:36.629935+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/edit","method":"GET"} [] [2021-07-17T07:38:36.717393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:38:36.816993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.818442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.822919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:36.824418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:36.824786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:36.825113+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' [] [] [2021-07-17T07:38:36.825741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:36.828523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.829550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.830562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:36.831092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:36.831430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:36.831742+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' [] [] [2021-07-17T07:38:36.832090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:36.832365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.833330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:36.834327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:36.835223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:36.835604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:36.835961+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' [] [] [2021-07-17T07:38:36.836319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:37.079775+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9b49a"},"request_uri":"http://127.0.0.1:8000/_wdt/a9b49a","method":"GET"} [] [2021-07-17T07:38:41.727448+00:00] request.INFO: Matched route "unit_delete". {"route":"unit_delete","route_parameters":{"_route":"unit_delete","_controller":"App\\Controller\\UnitController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/unit/1/delete","method":"POST"} [] [2021-07-17T07:38:41.814522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:38:41.833540+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T07:38:41.834210+00:00] doctrine.DEBUG: DELETE FROM unit WHERE id = ? [1] [] [2021-07-17T07:38:41.840289+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T07:38:41.862903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.864077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.867869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:41.870486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:41.871005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:41.871421+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' [] [] [2021-07-17T07:38:41.872045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:41.874437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.875514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.876508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:41.877067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:41.877408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:41.877727+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' [] [] [2021-07-17T07:38:41.878074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:41.878350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.879309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:41.880290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:41.880801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:41.881133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:41.881448+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' [] [] [2021-07-17T07:38:41.881868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:41.992069+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:38:42.044192+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:38:42.127524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.129589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.133469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.134731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.135078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.135416+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' [] [] [2021-07-17T07:38:42.136063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.138484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.139542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.140525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.141084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.141481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.141802+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' [] [] [2021-07-17T07:38:42.142148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.142425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.143384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.144360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.144869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.145200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.145508+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' [] [] [2021-07-17T07:38:42.145872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.158223+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:38:42.161203+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:38:42.164358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.165425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.166409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.167025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.167369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.167683+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' [] [] [2021-07-17T07:38:42.168030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.168311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.169365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.170399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.170994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.171338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.171602+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' [] [] [2021-07-17T07:38:42.171931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.172212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.173202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:42.174199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:42.174726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:42.175066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:42.175388+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' [] [] [2021-07-17T07:38:42.175733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:42.398458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed3f88"},"request_uri":"http://127.0.0.1:8000/_wdt/ed3f88","method":"GET"} [] [2021-07-17T07:38:52.960021+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-17T07:38:53.060670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.062696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.071076+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:53.072289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:53.072723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:53.073054+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' [] [] [2021-07-17T07:38:53.073766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:53.076299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.077344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.078311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:53.078901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:53.079236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:53.079547+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' [] [] [2021-07-17T07:38:53.079888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:53.080156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.081105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:53.082073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:53.082570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:53.082896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:53.083204+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' [] [] [2021-07-17T07:38:53.083540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:53.313769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa8226"},"request_uri":"http://127.0.0.1:8000/_wdt/aa8226","method":"GET"} [] [2021-07-17T07:38:57.397497+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"POST"} [] [2021-07-17T07:38:57.538172+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T07:38:57.543321+00:00] doctrine.DEBUG: INSERT INTO unit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Kilogram","2":"KG","3":null} [] [2021-07-17T07:38:57.546181+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T07:38:57.565240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.567242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.571673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.574153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.574641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.574985+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' [] [] [2021-07-17T07:38:57.575591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.577881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.578937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.579943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.580498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.580844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.581163+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' [] [] [2021-07-17T07:38:57.581512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.581790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.582822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.583810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.584322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.584656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.584936+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' [] [] [2021-07-17T07:38:57.585283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.709735+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-17T07:38:57.759702+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:38:57.834050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.836140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.839941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.841178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.841603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.841936+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' [] [] [2021-07-17T07:38:57.842510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.844785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.845769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.846743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.847297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.847633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.847945+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' [] [] [2021-07-17T07:38:57.848271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.848546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.849513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.850491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.850999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.851332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.851701+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' [] [] [2021-07-17T07:38:57.852044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.862525+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:38:57.866958+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[2]] [] [2021-07-17T07:38:57.869794+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:38:57.872831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.874030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.875058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.875625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.875971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.876290+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' [] [] [2021-07-17T07:38:57.876644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.876923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.877877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.878841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.879355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.879689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.880035+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' [] [] [2021-07-17T07:38:57.880374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:57.880645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.881571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:38:57.882537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:38:57.883045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:38:57.883374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:38:57.883686+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' [] [] [2021-07-17T07:38:57.884025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:38:58.098606+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a6e57"},"request_uri":"http://127.0.0.1:8000/_wdt/0a6e57","method":"GET"} [] [2021-07-17T07:48:04.833039+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T07:48:04.901852+00:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method "getAllGroups". The method name must start with either findBy, findOneBy or countBy!" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 275 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method \"getAllGroups\". The method name must start with either findBy, findOneBy or countBy! at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:275)"} [] [2021-07-17T07:48:04.941904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.944355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.948986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.950598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.950972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.951295+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' [] [] [2021-07-17T07:48:04.951913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:04.954708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.955753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.956731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.957271+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.957610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.957925+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' [] [] [2021-07-17T07:48:04.958267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:04.958553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.959563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.960532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.961030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.961365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.961676+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' [] [] [2021-07-17T07:48:04.962020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:04.964481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.965692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.966696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.967261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.967603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.967917+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' [] [] [2021-07-17T07:48:04.968261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:04.968541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.969512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.970509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.971051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.971387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.971699+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' [] [] [2021-07-17T07:48:04.972045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:04.972315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.973270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:48:04.974232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:48:04.974729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:48:04.975086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:48:04.975399+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' [] [] [2021-07-17T07:48:04.975739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:48:05.133596+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"852829"},"request_uri":"http://127.0.0.1:8000/_wdt/852829","method":"GET"} [] [2021-07-17T07:49:42.921803+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T07:49:42.953321+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:49:43.052269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.057863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.068377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.071994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.072795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.073521+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' [] [] [2021-07-17T07:49:43.074943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.083040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.085568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.088006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.089252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.090019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.090860+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' [] [] [2021-07-17T07:49:43.091648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.092259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.094633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.097176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.098416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.099114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.099699+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' [] [] [2021-07-17T07:49:43.100334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.118194+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:49:43.124123+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:49:43.126623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.127688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.128688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.129295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.129637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.129962+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' [] [] [2021-07-17T07:49:43.130315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.130603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.131611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.132601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.133117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.133454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.133767+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' [] [] [2021-07-17T07:49:43.134112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.134384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.135357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:43.136340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:43.136847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:43.137181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:43.137496+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' [] [] [2021-07-17T07:49:43.137838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:43.416194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57ca60"},"request_uri":"http://127.0.0.1:8000/_wdt/57ca60","method":"GET"} [] [2021-07-17T07:49:49.309320+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T07:49:49.371671+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:49:49.450962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.453260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.457109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.458402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.458776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.459102+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' [] [] [2021-07-17T07:49:49.459669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.461995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.463018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.464003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.464550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.464920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.465253+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' [] [] [2021-07-17T07:49:49.465624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.465907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.466915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.468167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.468904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.469277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.469602+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' [] [] [2021-07-17T07:49:49.469960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.480350+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:49:49.484305+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:49:49.486692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.487778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.488776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.489385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.489769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.490095+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' [] [] [2021-07-17T07:49:49.490448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.490729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.491727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.492709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.493227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.493561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.493875+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' [] [] [2021-07-17T07:49:49.494221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.494494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.495486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:49:49.496477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:49:49.496989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:49:49.497348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:49:49.497684+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' [] [] [2021-07-17T07:49:49.498059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:49:49.714404+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"234802"},"request_uri":"http://127.0.0.1:8000/_wdt/234802","method":"GET"} [] [2021-07-17T07:53:36.399120+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-17T07:53:36.450222+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\fixedasset\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\\fixedasset\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2021-07-17T07:53:36.538288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.541126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.551664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.553185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.553637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.553969+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' [] [] [2021-07-17T07:53:36.554594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.557396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.558488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.559482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.560041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.560378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.560691+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' [] [] [2021-07-17T07:53:36.561017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.561292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.562284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.563261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.563784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.564177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.564498+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' [] [] [2021-07-17T07:53:36.564843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.565787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.566752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.567749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.568296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.568659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.569007+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' [] [] [2021-07-17T07:53:36.569340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.569645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.570698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.571733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.572458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.572814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.573122+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' [] [] [2021-07-17T07:53:36.573455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.573721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.574724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:36.575660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:36.576176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:36.576512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:36.576822+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' [] [] [2021-07-17T07:53:36.577164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:36.738915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e83d3"},"request_uri":"http://127.0.0.1:8000/_wdt/4e83d3","method":"GET"} [] [2021-07-17T07:53:53.095285+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-17T07:53:53.180316+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "shortname" nor one of the methods "shortname()", "getshortname()"/"isshortname()"/"hasshortname()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\group\new.html.twig line 58 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"shortname\" nor one of the methods \"shortname()\", \"getshortname()\"/\"isshortname()\"/\"hasshortname()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\group\\new.html.twig:58)"} [] [2021-07-17T07:53:53.276787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.279271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.289914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.291399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.291748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.292061+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' [] [] [2021-07-17T07:53:53.292668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.295427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.296628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.297632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.298182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.298517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.298825+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' [] [] [2021-07-17T07:53:53.299163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.299435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.300367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.301319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.301882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.302207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.302515+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' [] [] [2021-07-17T07:53:53.302849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.303884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.304839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.305838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.306338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.306667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.306971+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' [] [] [2021-07-17T07:53:53.307307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.307575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.308508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.309457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.309954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.310280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.310583+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' [] [] [2021-07-17T07:53:53.310916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.311177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.312188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:53:53.313343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:53:53.313921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:53:53.314257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:53:53.314564+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' [] [] [2021-07-17T07:53:53.314923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:53:53.518062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b84ef5"},"request_uri":"http://127.0.0.1:8000/_wdt/b84ef5","method":"GET"} [] [2021-07-17T07:54:52.094862+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-17T07:54:52.239716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.242117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.252681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:54:52.254303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:54:52.254669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:54:52.254991+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' [] [] [2021-07-17T07:54:52.255606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:54:52.258376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.259395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.260389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:54:52.260915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:54:52.261255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:54:52.261570+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' [] [] [2021-07-17T07:54:52.261989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:54:52.262282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.263372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:54:52.264399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:54:52.265015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:54:52.265365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:54:52.265681+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' [] [] [2021-07-17T07:54:52.266034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:54:52.526998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"030107"},"request_uri":"http://127.0.0.1:8000/_wdt/030107","method":"GET"} [] [2021-07-17T07:58:27.397296+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-17T07:58:27.560630+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T07:58:27.565543+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Land","2":"L","3":0.0,"4":null} [] [2021-07-17T07:58:27.569617+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T07:58:27.591372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.594212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.598676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.600136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.600496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.600822+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' [] [] [2021-07-17T07:58:27.601496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.604341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.605337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.606392+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.606923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.607258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.607571+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' [] [] [2021-07-17T07:58:27.607917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.608187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.609130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.610290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.610845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.611177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.611492+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' [] [] [2021-07-17T07:58:27.611836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.725086+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T07:58:27.775289+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:58:27.859245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.861434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.865208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.866408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.866755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.867069+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' [] [] [2021-07-17T07:58:27.867616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.869815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.870778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.871741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.872263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.872669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.872977+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' [] [] [2021-07-17T07:58:27.873319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.873622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.874573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.875533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.876035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.876361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.876667+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' [] [] [2021-07-17T07:58:27.877026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.888893+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:58:27.894759+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:58:27.897778+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:58:27.900432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.901442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.902435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.903167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.903574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.903900+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' [] [] [2021-07-17T07:58:27.904264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.904545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.905701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.906678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.907202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.907533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.907838+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' [] [] [2021-07-17T07:58:27.908179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:27.908449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.909386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:27.910341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:27.911063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:27.911408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:27.911683+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' [] [] [2021-07-17T07:58:27.912027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:28.163442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e68cd7"},"request_uri":"http://127.0.0.1:8000/_wdt/e68cd7","method":"GET"} [] [2021-07-17T07:58:30.551899+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/edit","method":"GET"} [] [2021-07-17T07:58:30.627532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:58:30.724760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.725927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.730098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:30.731579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:30.731962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:30.732285+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' [] [] [2021-07-17T07:58:30.732907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:30.735703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.736992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.738331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:30.739332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:30.739961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:30.740270+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' [] [] [2021-07-17T07:58:30.740630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:30.740914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.741954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:30.742942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:30.743471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:30.743810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:30.744124+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' [] [] [2021-07-17T07:58:30.744467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:30.993403+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67153b"},"request_uri":"http://127.0.0.1:8000/_wdt/67153b","method":"GET"} [] [2021-07-17T07:58:34.292770+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/edit","method":"POST"} [] [2021-07-17T07:58:34.355077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T07:58:34.466221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.467669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.471792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.473041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.473405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.473729+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' [] [] [2021-07-17T07:58:34.474306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.476637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.477648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.478648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.479179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.479517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.479838+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' [] [] [2021-07-17T07:58:34.480244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.480517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.481485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.482478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.483077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.483476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.483880+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' [] [] [2021-07-17T07:58:34.484229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.597314+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T07:58:34.646777+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T07:58:34.729106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.731195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.735166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.736551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.736984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.737314+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' [] [] [2021-07-17T07:58:34.737892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.740140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.741156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.742176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.742708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.743047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.743359+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' [] [] [2021-07-17T07:58:34.743707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.743983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.744950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.745938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.746442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.746833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.747146+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' [] [] [2021-07-17T07:58:34.747483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.759590+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T07:58:34.765260+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T07:58:34.768563+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T07:58:34.771298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.772338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.773368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.773999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.774373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.774766+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' [] [] [2021-07-17T07:58:34.775284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.775725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.776708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.777645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.778143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.778486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.778832+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' [] [] [2021-07-17T07:58:34.779157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.779383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.780302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T07:58:34.781253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T07:58:34.781756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T07:58:34.782087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T07:58:34.782396+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' [] [] [2021-07-17T07:58:34.782733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T07:58:34.998264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53dc7f"},"request_uri":"http://127.0.0.1:8000/_wdt/53dc7f","method":"GET"} [] [2021-07-17T08:00:50.901678+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:00:50.966565+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:00:51.051793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.054155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.058375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.059856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.060216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.060545+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' [] [] [2021-07-17T08:00:51.061166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.064381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.065632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.066648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.067213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.067554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.067931+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' [] [] [2021-07-17T08:00:51.068284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.068571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.069539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.070519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.071023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.071355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.071670+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' [] [] [2021-07-17T08:00:51.072006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.084281+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:00:51.090064+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:00:51.093228+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:00:51.095589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.096766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.098186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.098843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.099204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.099529+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' [] [] [2021-07-17T08:00:51.099882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.100167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.101179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.102170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.102679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.103007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.103326+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' [] [] [2021-07-17T08:00:51.103668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.103936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.104916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:51.105910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:51.106425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:51.106748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:51.107045+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' [] [] [2021-07-17T08:00:51.107371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:51.328729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7963f6"},"request_uri":"http://127.0.0.1:8000/_wdt/7963f6","method":"GET"} [] [2021-07-17T08:00:52.178073+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":"1","_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group/1","method":"GET"} [] [2021-07-17T08:00:52.229457+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:00:52.311922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.314034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.318350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.320029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.320471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.320833+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' [] [] [2021-07-17T08:00:52.321518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.323865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.324883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.325897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.326444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.326782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.327095+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' [] [] [2021-07-17T08:00:52.327439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.327710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.328702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.329704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.330231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.330567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.330881+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' [] [] [2021-07-17T08:00:52.331226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.343030+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:00:52.348167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:00:52.351189+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:00:52.354504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.355650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.356660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.357232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.357573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.357889+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' [] [] [2021-07-17T08:00:52.358238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.358530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.359490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.360471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.361043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.361410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.361727+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' [] [] [2021-07-17T08:00:52.362072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.362344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.363315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:00:52.364285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:00:52.364792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:00:52.365121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:00:52.365430+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' [] [] [2021-07-17T08:00:52.365769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:00:52.592374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64aeb7"},"request_uri":"http://127.0.0.1:8000/_wdt/64aeb7","method":"GET"} [] [2021-07-17T08:03:21.152203+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:03:21.183191+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:03:21.264183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.266622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.270713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.272126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.272480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.272797+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' [] [] [2021-07-17T08:03:21.273579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.276663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.277683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.278657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.279194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.279525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.279833+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' [] [] [2021-07-17T08:03:21.280174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.280447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.281390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.282416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.282908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.283230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.283535+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' [] [] [2021-07-17T08:03:21.283870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.295676+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:03:21.301121+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:03:21.304444+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:03:21.306995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.308512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.309535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.310097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.310455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.310773+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' [] [] [2021-07-17T08:03:21.311115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.311400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.312346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.313310+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.313801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.314124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.314447+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' [] [] [2021-07-17T08:03:21.314791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.315060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.316027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:21.317027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:21.317527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:21.317858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:21.318232+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' [] [] [2021-07-17T08:03:21.318573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:21.631417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32a9e8"},"request_uri":"http://127.0.0.1:8000/_wdt/32a9e8","method":"GET"} [] [2021-07-17T08:03:23.267877+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/show","method":"GET"} [] [2021-07-17T08:03:23.346425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:03:23.413088+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "unit" does not exist." at C:\Apache24\htdocs\fixedasset\templates\group\show.html.twig line 79 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"unit\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\group\\show.html.twig:79)"} [] [2021-07-17T08:03:23.464848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.466148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.470280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.471735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.472099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.472453+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' [] [] [2021-07-17T08:03:23.473063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.475816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.476835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.477832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.478447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.478843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.479172+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' [] [] [2021-07-17T08:03:23.479543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.479828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.481177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.482267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.482832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.483181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.483497+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' [] [] [2021-07-17T08:03:23.483845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.484951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.485985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.486983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.487512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.487908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.488224+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' [] [] [2021-07-17T08:03:23.488598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.488863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.489876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.490868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.491394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.491732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.492048+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' [] [] [2021-07-17T08:03:23.492389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.492657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.493631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:23.494619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:23.495129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:23.495465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:23.495779+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' [] [] [2021-07-17T08:03:23.496118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:23.702709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cae010"},"request_uri":"http://127.0.0.1:8000/_wdt/cae010","method":"GET"} [] [2021-07-17T08:03:53.037998+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/show","method":"GET"} [] [2021-07-17T08:03:53.121090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:03:53.187056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.188193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.192139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:53.193536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:53.193886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:53.194202+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' [] [] [2021-07-17T08:03:53.194793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:53.197421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.198407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.199678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:53.200333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:53.200677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:53.200988+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' [] [] [2021-07-17T08:03:53.201327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:53.201602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.202560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:03:53.203509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:03:53.203999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:03:53.204321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:03:53.204627+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' [] [] [2021-07-17T08:03:53.204958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:03:53.467843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbeae1"},"request_uri":"http://127.0.0.1:8000/_wdt/cbeae1","method":"GET"} [] [2021-07-17T08:04:01.062000+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/edit","method":"GET"} [] [2021-07-17T08:04:01.131127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:04:01.202057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.203256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.207082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:01.208368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:01.208919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:01.209294+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' [] [] [2021-07-17T08:04:01.210013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:01.212388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.213412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.214394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:01.214951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:01.215289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:01.215600+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' [] [] [2021-07-17T08:04:01.215947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:01.216195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.217186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:01.218213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:01.218715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:01.219010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:01.219278+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' [] [] [2021-07-17T08:04:01.219575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:01.452536+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de5b89"},"request_uri":"http://127.0.0.1:8000/_wdt/de5b89","method":"GET"} [] [2021-07-17T08:04:05.349665+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/edit","method":"POST"} [] [2021-07-17T08:04:05.425694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:04:05.513935+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:04:05.514220+00:00] doctrine.DEBUG: UPDATE `group` SET code = ? WHERE id = ? ["La",1] [] [2021-07-17T08:04:05.516584+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:04:05.535312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.536516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.540624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.541947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.542314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.542705+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' [] [] [2021-07-17T08:04:05.543283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.545637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.546706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.547723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.548281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.548622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.548940+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' [] [] [2021-07-17T08:04:05.549294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.549584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.550632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.551655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.552257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.552629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.553025+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' [] [] [2021-07-17T08:04:05.553385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.670230+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:05.721962+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:05.800735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.802837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.806628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.807853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.808227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.808597+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' [] [] [2021-07-17T08:04:05.809271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.811554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.812587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.813583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.814161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.814573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.814895+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' [] [] [2021-07-17T08:04:05.815249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.815527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.816507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.817496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.818017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.818354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.818671+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' [] [] [2021-07-17T08:04:05.819012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.830897+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:05.835418+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:04:05.838267+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:05.840928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.841975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.842961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.843510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.843849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.844165+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' [] [] [2021-07-17T08:04:05.844509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.844784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.845731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.846734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.847227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.847554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.847839+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' [] [] [2021-07-17T08:04:05.848173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:05.848438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.849386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:05.850353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:05.850845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:05.851170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:05.851480+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' [] [] [2021-07-17T08:04:05.851813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:06.092062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"613f85"},"request_uri":"http://127.0.0.1:8000/_wdt/613f85","method":"GET"} [] [2021-07-17T08:04:07.936923+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/show","method":"GET"} [] [2021-07-17T08:04:08.006054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:04:08.044940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.046116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.050390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:08.051758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:08.052155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:08.052554+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' [] [] [2021-07-17T08:04:08.053132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:08.055365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.056387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.057408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:08.057954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:08.058295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:08.058609+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' [] [] [2021-07-17T08:04:08.058954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:08.059232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.060191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:08.061162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:08.061664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:08.062001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:08.062311+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' [] [] [2021-07-17T08:04:08.062712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:08.266530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dab813"},"request_uri":"http://127.0.0.1:8000/_wdt/dab813","method":"GET"} [] [2021-07-17T08:04:10.465704+00:00] request.INFO: Matched route "group_delete". {"route":"group_delete","route_parameters":{"_route":"group_delete","_controller":"App\\Controller\\GroupController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/group/1/delete","method":"POST"} [] [2021-07-17T08:04:10.547423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:04:10.564816+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:04:10.565360+00:00] doctrine.DEBUG: DELETE FROM `group` WHERE id = ? [1] [] [2021-07-17T08:04:10.571164+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:04:10.593764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.594919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.598709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.599908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.600282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.600640+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' [] [] [2021-07-17T08:04:10.601233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.603468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.604461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.605438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.605965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.606369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.606687+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' [] [] [2021-07-17T08:04:10.607048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.607394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.609286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.610406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.610976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.611316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.611634+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' [] [] [2021-07-17T08:04:10.611985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.723032+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:10.773998+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:10.848024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.850050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.853979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.855189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.855540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.855859+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' [] [] [2021-07-17T08:04:10.856421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.858782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.859863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.860869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.861432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.861785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.862103+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' [] [] [2021-07-17T08:04:10.862455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.862734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.863710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.864705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.865288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.865624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.865939+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' [] [] [2021-07-17T08:04:10.866286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.876963+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:10.879741+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:10.882311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.883369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.884366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.884917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.885258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.885550+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' [] [] [2021-07-17T08:04:10.885907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.886192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.887170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.888155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.888675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.889009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.889325+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' [] [] [2021-07-17T08:04:10.889672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:10.889945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.890910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:10.891981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:10.892669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:10.893014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:10.893347+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' [] [] [2021-07-17T08:04:10.893696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:11.111172+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6a590"},"request_uri":"http://127.0.0.1:8000/_wdt/e6a590","method":"GET"} [] [2021-07-17T08:04:16.556087+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-17T08:04:16.665046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.667267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.676124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:16.677414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:16.677829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:16.678181+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' [] [] [2021-07-17T08:04:16.678822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:16.681275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.682372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.683375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:16.683936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:16.684281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:16.684602+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' [] [] [2021-07-17T08:04:16.685019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:16.685297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.686271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:16.687260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:16.687768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:16.688103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:16.688434+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' [] [] [2021-07-17T08:04:16.688814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:16.920367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50f428"},"request_uri":"http://127.0.0.1:8000/_wdt/50f428","method":"GET"} [] [2021-07-17T08:04:20.700437+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-17T08:04:20.827581+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:04:20.832010+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Land","2":"L","3":0.0,"4":null} [] [2021-07-17T08:04:20.835072+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:04:20.853338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.855284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.859317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:20.860813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:20.861250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:20.861576+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' [] [] [2021-07-17T08:04:20.862157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:20.864538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.865706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.866717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:20.867283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:20.867628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:20.867945+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' [] [] [2021-07-17T08:04:20.868294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:20.868575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.869538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:20.870517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:20.871031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:20.871362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:20.871745+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' [] [] [2021-07-17T08:04:20.872088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:20.988843+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:21.038175+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:21.112545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.114587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.118389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.119598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.119943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.120261+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' [] [] [2021-07-17T08:04:21.120819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.123051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.124026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.124997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.125594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.125930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.126234+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' [] [] [2021-07-17T08:04:21.126594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.126894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.127936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.128939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.129480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.129818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.130133+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' [] [] [2021-07-17T08:04:21.130478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.140933+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:21.145155+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-17T08:04:21.148139+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:21.150824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.151851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.152830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.153384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.153720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.154047+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' [] [] [2021-07-17T08:04:21.154395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.154669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.155619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.156599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.157115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.157449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.157762+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' [] [] [2021-07-17T08:04:21.158107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.158377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.159339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:21.160353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:21.160906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:21.161243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:21.161558+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' [] [] [2021-07-17T08:04:21.161905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:21.381567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4ba97"},"request_uri":"http://127.0.0.1:8000/_wdt/d4ba97","method":"GET"} [] [2021-07-17T08:04:22.789879+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/edit","method":"GET"} [] [2021-07-17T08:04:22.855462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-07-17T08:04:22.918734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.919925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.923818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:22.925076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:22.925437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:22.925827+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' [] [] [2021-07-17T08:04:22.926405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:22.928708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.929765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.930762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:22.931306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:22.931651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:22.931967+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' [] [] [2021-07-17T08:04:22.932424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:22.932911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.934062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:22.935102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:22.935670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:22.936011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:22.936461+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' [] [] [2021-07-17T08:04:22.936838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:23.156439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f856ff"},"request_uri":"http://127.0.0.1:8000/_wdt/f856ff","method":"GET"} [] [2021-07-17T08:04:23.747395+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/edit","method":"POST"} [] [2021-07-17T08:04:23.819320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-07-17T08:04:23.901407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.902722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.906682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:23.907981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:23.908356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:23.908691+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' [] [] [2021-07-17T08:04:23.909265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:23.911551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.912582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.913606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:23.914157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:23.914570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:23.914892+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' [] [] [2021-07-17T08:04:23.915247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:23.915524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.916500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:23.917488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:23.917995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:23.918334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:23.918648+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' [] [] [2021-07-17T08:04:23.919055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.033926+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:24.084425+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:24.142592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.144547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.148670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.149884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.150214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.150465+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' [] [] [2021-07-17T08:04:24.150962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.153156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.154231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.155180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.155691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.155992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.156255+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' [] [] [2021-07-17T08:04:24.156547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.156747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.157665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.158603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.159158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.159452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.159737+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' [] [] [2021-07-17T08:04:24.160052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.170869+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:24.175034+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-17T08:04:24.177844+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:24.180475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.181513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.182449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.182974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.183278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.183564+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' [] [] [2021-07-17T08:04:24.183844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.184059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.184940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.185810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.186287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.186607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.186884+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' [] [] [2021-07-17T08:04:24.187208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.187444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.188436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:24.189409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:24.189881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:24.190167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:24.190401+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' [] [] [2021-07-17T08:04:24.190660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:24.414426+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27f62c"},"request_uri":"http://127.0.0.1:8000/_wdt/27f62c","method":"GET"} [] [2021-07-17T08:04:26.030255+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/show","method":"GET"} [] [2021-07-17T08:04:26.096605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-07-17T08:04:26.134561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.135712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.139500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:26.140725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:26.141073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:26.141391+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' [] [] [2021-07-17T08:04:26.141979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:26.144990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.146514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.147541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:26.148106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:26.148517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:26.148834+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' [] [] [2021-07-17T08:04:26.149181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:26.149458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.150417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:26.151386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:26.151884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:26.152214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:26.152510+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' [] [] [2021-07-17T08:04:26.152876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:26.391112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247e7a"},"request_uri":"http://127.0.0.1:8000/_wdt/247e7a","method":"GET"} [] [2021-07-17T08:04:28.038525+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:28.089516+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:28.167409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.169757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.173635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.174876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.175237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.175561+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' [] [] [2021-07-17T08:04:28.176123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.178457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.179503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.180500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.181072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.181413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.181731+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' [] [] [2021-07-17T08:04:28.182083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.182359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.183333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.184565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.185342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.185706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.186026+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' [] [] [2021-07-17T08:04:28.186387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.197031+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:28.201550+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-17T08:04:28.204559+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:28.206652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.207695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.208770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.209418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.209812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.210174+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' [] [] [2021-07-17T08:04:28.210546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.210831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.211870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.212871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.213398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.213735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.214048+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' [] [] [2021-07-17T08:04:28.214390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.214661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.215629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:28.216674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:28.217387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:28.217777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:28.218089+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' [] [] [2021-07-17T08:04:28.218518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:28.443232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b67df7"},"request_uri":"http://127.0.0.1:8000/_wdt/b67df7","method":"GET"} [] [2021-07-17T08:04:33.093133+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-17T08:04:33.176715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.178757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.187466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:33.188780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:33.189149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:33.189471+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' [] [] [2021-07-17T08:04:33.190043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:33.192299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.193325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.194318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:33.194847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:33.195189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:33.195574+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' [] [] [2021-07-17T08:04:33.195924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:33.196197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.197166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:33.198149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:33.198661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:33.198993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:33.199306+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' [] [] [2021-07-17T08:04:33.199650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:33.421375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"909f98"},"request_uri":"http://127.0.0.1:8000/_wdt/909f98","method":"GET"} [] [2021-07-17T08:04:34.857679+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-17T08:04:34.908425+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:04:34.988875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:34.991162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:34.995435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:34.996840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:34.997207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:34.997529+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' [] [] [2021-07-17T08:04:34.998094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.000368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.001424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.002406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:35.002977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:35.003321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:35.003636+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' [] [] [2021-07-17T08:04:35.003983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.004266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.005229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.006207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:35.006916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:35.007430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:35.007942+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' [] [] [2021-07-17T08:04:35.008484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.019332+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:04:35.023520+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-17T08:04:35.027390+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:04:35.029604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.030645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.031641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:35.032201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:35.032583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:35.032934+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' [] [] [2021-07-17T08:04:35.033295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.033586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.034580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.035506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:35.036033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:35.036365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:35.036677+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' [] [] [2021-07-17T08:04:35.037019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.037285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.038261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:04:35.039244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:04:35.039748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:04:35.040145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:04:35.040521+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' [] [] [2021-07-17T08:04:35.040971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:04:35.260805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"393848"},"request_uri":"http://127.0.0.1:8000/_wdt/393848","method":"GET"} [] [2021-07-17T08:09:19.946607+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:09:20.019692+00:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method "getAllSubgroups". The method name must start with either findBy, findOneBy or countBy!" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 275 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method \"getAllSubgroups\". The method name must start with either findBy, findOneBy or countBy! at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:275)"} [] [2021-07-17T08:09:20.061559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.064103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.068339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.069834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.070197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.070516+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' [] [] [2021-07-17T08:09:20.071141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.073960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.075408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.076656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.077258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.077688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.078005+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' [] [] [2021-07-17T08:09:20.078352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.078634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.079604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.080604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.081144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.081481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.081806+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' [] [] [2021-07-17T08:09:20.082149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.084218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.085204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.086178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.086697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.087102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.087414+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' [] [] [2021-07-17T08:09:20.087763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.088049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.089045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.090020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.090545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.090910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.091307+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' [] [] [2021-07-17T08:09:20.091856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.092228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.093514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:09:20.094575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:09:20.095140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:09:20.095481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:09:20.095805+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' [] [] [2021-07-17T08:09:20.096172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:09:20.239100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16af9d"},"request_uri":"http://127.0.0.1:8000/_wdt/16af9d","method":"GET"} [] [2021-07-17T08:13:57.050662+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:13:57.083289+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:13:57.182283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.184797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.189012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.190499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.190870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.191197+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' [] [] [2021-07-17T08:13:57.191820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.194950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.195959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.196961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.197568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.197910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.198230+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' [] [] [2021-07-17T08:13:57.198583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.198887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.200087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.201119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.201668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.202008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.202329+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' [] [] [2021-07-17T08:13:57.202678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.211468+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 55 near 'g WHERE s.name': Error: Class App\Entity\Subgroup has no association named group")." at C:\Apache24\htdocs\fixedasset\templates\subgroup\index.html.twig line 82 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] line 0, col 55 near 'g WHERE s.name': Error: Class App\\Entity\\Subgroup has no association named group\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\subgroup\\index.html.twig:82)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 55 near 'g WHERE s.name': Error: Class App\\Entity\\Subgroup has no association named group at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s FROM App\\Entity\\Subgroup s INNER JOIN s.group g WHERE s.name LIKE :val OR g.name LIKE :val ORDER BY s.id DESC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-17T08:13:57.533963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.535307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.536298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.536860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.537197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.537510+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' [] [] [2021-07-17T08:13:57.537855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.538136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.539084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.540048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.540544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.540871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.541186+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' [] [] [2021-07-17T08:13:57.541521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.541783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.542731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.543740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.544236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.544562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.544871+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' [] [] [2021-07-17T08:13:57.545209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.546328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.547291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.548256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.548754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.549086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.549510+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' [] [] [2021-07-17T08:13:57.549859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.550129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.551086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.552049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.552547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.552874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.553183+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' [] [] [2021-07-17T08:13:57.553528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.553790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.554741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:13:57.555701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:13:57.556195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:13:57.556520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:13:57.556834+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' [] [] [2021-07-17T08:13:57.557231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:13:57.849107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"149eba"},"request_uri":"http://127.0.0.1:8000/_wdt/149eba","method":"GET"} [] [2021-07-17T08:14:53.376105+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:14:53.435788+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:14:53.560114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.562695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.566814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.568308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.568702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.568999+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' [] [] [2021-07-17T08:14:53.569630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.572442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.573974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.575335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.576047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.576498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.576842+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' [] [] [2021-07-17T08:14:53.577199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.577483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.578515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.579516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.580046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.580381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.580694+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' [] [] [2021-07-17T08:14:53.581037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.594715+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:14:53.601803+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:14:53.604271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.605327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.606406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.607211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.607868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.608537+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' [] [] [2021-07-17T08:14:53.608945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.609243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.610312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.611306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.611849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.612209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.612526+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' [] [] [2021-07-17T08:14:53.612875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.613146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.614116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:14:53.615098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:14:53.615611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:14:53.615941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:14:53.616262+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' [] [] [2021-07-17T08:14:53.616609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:14:53.886702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05d1df"},"request_uri":"http://127.0.0.1:8000/_wdt/05d1df","method":"GET"} [] [2021-07-17T08:17:43.561876+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:17:43.692873+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ [] [] [2021-07-17T08:17:43.699154+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Group could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Group could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-17T08:17:43.706398+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Group could not be converted to string" at C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Group could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-17T08:17:43.766920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.768271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.772568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.773999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.774440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.774766+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' [] [] [2021-07-17T08:17:43.775382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.778180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.779231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.780243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.780821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.781182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.781496+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' [] [] [2021-07-17T08:17:43.781843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.782115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.783085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.784083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.784693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.785124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.785447+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' [] [] [2021-07-17T08:17:43.785798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.786828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.787856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.788852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.789375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.789719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.790034+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' [] [] [2021-07-17T08:17:43.790377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.790655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.791628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.792616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.793127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.793468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.793786+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' [] [] [2021-07-17T08:17:43.794128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.794394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.795366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:17:43.796363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:17:43.796870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:17:43.797205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:17:43.797521+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' [] [] [2021-07-17T08:17:43.797864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:17:43.988815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c59c1c"},"request_uri":"http://127.0.0.1:8000/_wdt/c59c1c","method":"GET"} [] [2021-07-17T08:18:25.642678+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:18:25.756543+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ [] [] [2021-07-17T08:18:25.815965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.817108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.821532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:18:25.822986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:18:25.823421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:18:25.823709+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' [] [] [2021-07-17T08:18:25.824312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:18:25.827192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.828544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.829559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:18:25.830126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:18:25.830464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:18:25.830779+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' [] [] [2021-07-17T08:18:25.831122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:18:25.831396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.832332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:18:25.833289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:18:25.833784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:18:25.834181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:18:25.834492+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' [] [] [2021-07-17T08:18:25.835019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:18:26.114692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ddbc1"},"request_uri":"http://127.0.0.1:8000/_wdt/5ddbc1","method":"GET"} [] [2021-07-17T08:22:58.295655+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:22:58.433464+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:22:58.476557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.477758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.482023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:22:58.483515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:22:58.483904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:22:58.484230+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' [] [] [2021-07-17T08:22:58.484849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:22:58.488202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.489345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.490349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:22:58.490989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:22:58.491344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:22:58.491662+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' [] [] [2021-07-17T08:22:58.492009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:22:58.492286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.493252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:22:58.494238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:22:58.494782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:22:58.495140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:22:58.495480+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' [] [] [2021-07-17T08:22:58.495825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:22:58.739133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1afe0"},"request_uri":"http://127.0.0.1:8000/_wdt/f1afe0","method":"GET"} [] [2021-07-17T08:23:09.624297+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:23:09.744212+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:23:09.779632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.780825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.784826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:23:09.786168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:23:09.786495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:23:09.786807+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' [] [] [2021-07-17T08:23:09.787350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:23:09.789692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.790827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.792288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:23:09.792944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:23:09.793254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:23:09.793507+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' [] [] [2021-07-17T08:23:09.793805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:23:09.794021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.795027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:23:09.796113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:23:09.796611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:23:09.796894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:23:09.797140+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' [] [] [2021-07-17T08:23:09.797418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:23:10.058327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcdd82"},"request_uri":"http://127.0.0.1:8000/_wdt/fcdd82","method":"GET"} [] [2021-07-17T08:24:29.706818+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:24:29.806573+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:24:29.838062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.839229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.842961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:29.844177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:29.844530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:29.844909+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' [] [] [2021-07-17T08:24:29.845464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:29.848019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.849112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.850075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:29.850688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:29.851025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:29.851334+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' [] [] [2021-07-17T08:24:29.851676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:29.851945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.852886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:29.853831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:29.854326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:29.854650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:29.854953+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' [] [] [2021-07-17T08:24:29.855356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:30.092355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2a8fb"},"request_uri":"http://127.0.0.1:8000/_wdt/d2a8fb","method":"GET"} [] [2021-07-17T08:24:48.081009+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-17T08:24:48.188336+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-17T08:24:48.244823+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:24:48.249362+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Land","2":null,"3":2} [] [2021-07-17T08:24:48.253084+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:24:48.272056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.273207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.277197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.278469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.278827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.279146+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' [] [] [2021-07-17T08:24:48.279700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.282336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.283456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.284439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.284997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.285401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.285674+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' [] [] [2021-07-17T08:24:48.286017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.286290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.287238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.288202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.288698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.289024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.289330+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' [] [] [2021-07-17T08:24:48.289670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.406133+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:24:48.455519+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:24:48.569544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.571908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.575959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.577605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.577985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.578306+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' [] [] [2021-07-17T08:24:48.578918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.581648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.582697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.583684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.584209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.584545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.584856+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' [] [] [2021-07-17T08:24:48.585196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.585467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.586420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.587384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.587948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.588278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.588584+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' [] [] [2021-07-17T08:24:48.588919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.601784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:24:48.607645+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:24:48.617553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:24:48.619364+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:24:48.622391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.623431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.624417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.624956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.625295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.625610+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' [] [] [2021-07-17T08:24:48.625954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.626316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.627420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.628522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.629129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.629494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.629783+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' [] [] [2021-07-17T08:24:48.630135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.630410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.631394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:24:48.632365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:24:48.632882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:24:48.633218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:24:48.633540+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' [] [] [2021-07-17T08:24:48.633875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:24:48.924567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"711134"},"request_uri":"http://127.0.0.1:8000/_wdt/711134","method":"GET"} [] [2021-07-17T08:27:17.118395+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:27:17.245521+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:27:17.283371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.284533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.288585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:17.290048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:17.290405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:17.290726+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' [] [] [2021-07-17T08:27:17.291331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:17.294056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.295045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.296012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:17.296529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:17.296930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:17.297239+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' [] [] [2021-07-17T08:27:17.297617+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:17.297902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.299017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:17.300043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:17.300583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:17.300924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:17.301247+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' [] [] [2021-07-17T08:27:17.301587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:17.546624+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64bfc0"},"request_uri":"http://127.0.0.1:8000/_wdt/64bfc0","method":"GET"} [] [2021-07-17T08:27:31.703905+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:27:31.754812+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:27:31.838332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.840342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.844090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.845282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.845631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.845941+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' [] [] [2021-07-17T08:27:31.846491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:31.848939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.850036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.851010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.851605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.851951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.852262+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' [] [] [2021-07-17T08:27:31.852599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:31.852874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.853894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.854855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.855357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.855679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.855985+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' [] [] [2021-07-17T08:27:31.856315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:31.868015+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:27:31.873783+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:27:31.882986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:27:31.884856+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:27:31.887272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.888276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.889231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.889766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.890099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.890411+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' [] [] [2021-07-17T08:27:31.890748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:31.891023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.891949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.892890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.893380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.893702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.894010+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' [] [] [2021-07-17T08:27:31.894343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:31.894606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.895590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:31.896665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:31.897333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:31.897802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:31.898121+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' [] [] [2021-07-17T08:27:31.898464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:32.184811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6a21e"},"request_uri":"http://127.0.0.1:8000/_wdt/b6a21e","method":"GET"} [] [2021-07-17T08:27:33.136231+00:00] request.INFO: Matched route "subgroup_edit". {"route":"subgroup_edit","route_parameters":{"_route":"subgroup_edit","_controller":"App\\Controller\\SubgroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/subgroup/1/edit","method":"GET"} [] [2021-07-17T08:27:33.217443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:27:33.286788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:27:33.290653+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:27:33.358760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.359993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.364203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:33.365648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:33.366002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:33.366284+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' [] [] [2021-07-17T08:27:33.366894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:33.370429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.372093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.373235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:33.373811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:33.374156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:33.374474+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' [] [] [2021-07-17T08:27:33.374823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:33.375129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.376159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:33.377154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:33.377681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:33.378020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:33.378332+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' [] [] [2021-07-17T08:27:33.378680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:33.634455+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba54a0"},"request_uri":"http://127.0.0.1:8000/_wdt/ba54a0","method":"GET"} [] [2021-07-17T08:27:36.543663+00:00] request.INFO: Matched route "subgroup_edit". {"route":"subgroup_edit","route_parameters":{"_route":"subgroup_edit","_controller":"App\\Controller\\SubgroupController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/subgroup/1/edit","method":"POST"} [] [2021-07-17T08:27:36.621935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:27:36.689324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:27:36.700301+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-17T08:27:36.769511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.770695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.774929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:36.776465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:36.776844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:36.777184+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' [] [] [2021-07-17T08:27:36.777810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:36.780713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.782408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.783560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:36.784162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:36.784512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:36.784940+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' [] [] [2021-07-17T08:27:36.785297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:36.785583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.786578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:36.787517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:36.788030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:36.788375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:36.788690+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' [] [] [2021-07-17T08:27:36.789031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:36.956461+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:27:37.030011+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:27:37.112189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.121671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.136704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.140050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.140794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.141473+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' [] [] [2021-07-17T08:27:37.142699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.146895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.148726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.150300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.151158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.151702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.152184+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' [] [] [2021-07-17T08:27:37.152708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.153121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.154553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.155885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.156583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.157118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.157533+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' [] [] [2021-07-17T08:27:37.157984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.171264+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:27:37.177306+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-07-17T08:27:37.188598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:27:37.190559+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:27:37.194011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.195390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.196607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.197242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.197616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.198000+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' [] [] [2021-07-17T08:27:37.198378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.198873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.200043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.201167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.201867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.202274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.202611+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' [] [] [2021-07-17T08:27:37.202944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.203286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.204296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:37.205288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:37.205851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:37.206196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:37.206515+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' [] [] [2021-07-17T08:27:37.206858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:37.511612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3be421"},"request_uri":"http://127.0.0.1:8000/_wdt/3be421","method":"GET"} [] [2021-07-17T08:27:49.350983+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-17T08:27:49.471827+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-17T08:27:49.506804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.508121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.512357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:49.513783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:49.514136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:49.514421+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' [] [] [2021-07-17T08:27:49.515038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:49.517983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.518989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.519958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:49.520489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:49.520817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:49.521205+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' [] [] [2021-07-17T08:27:49.521560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:49.521876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.523037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:49.524165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:49.524753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:49.525092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:49.525380+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' [] [] [2021-07-17T08:27:49.525725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:49.744838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03b774"},"request_uri":"http://127.0.0.1:8000/_wdt/03b774","method":"GET"} [] [2021-07-17T08:27:53.713937+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-17T08:27:53.830236+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-17T08:27:53.911143+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:27:53.915753+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Land","2":null,"3":2} [] [2021-07-17T08:27:53.919744+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:27:53.938195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.939523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.943569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:53.944973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:53.945336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:53.945656+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' [] [] [2021-07-17T08:27:53.946234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:53.948637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.949700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.950741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:53.951321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:53.951685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:53.952006+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' [] [] [2021-07-17T08:27:53.952362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:53.952638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.953670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:53.954637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:53.955237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:53.955612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:53.955993+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' [] [] [2021-07-17T08:27:53.956352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.073658+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:27:54.123231+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:27:54.196461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.198601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.202451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.203670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.204026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.204349+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' [] [] [2021-07-17T08:27:54.204995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.207557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.208637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.209637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.210180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.210522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.210800+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' [] [] [2021-07-17T08:27:54.211151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.211428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.212417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.213404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.213914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.214249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.214565+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' [] [] [2021-07-17T08:27:54.214912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.226734+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:27:54.232307+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-07-17T08:27:54.243143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:27:54.245023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:27:54.248037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.249069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.250073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.250618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.250956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.251276+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' [] [] [2021-07-17T08:27:54.251627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.251914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.252871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.253842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.254340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.254672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.254986+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' [] [] [2021-07-17T08:27:54.255322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.255590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.256596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:54.257895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:54.258492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:54.258833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:54.259110+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' [] [] [2021-07-17T08:27:54.259458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:54.523735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e29dd"},"request_uri":"http://127.0.0.1:8000/_wdt/9e29dd","method":"GET"} [] [2021-07-17T08:27:56.494114+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/show","method":"GET"} [] [2021-07-17T08:27:56.576988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-17T08:27:56.628855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.630030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.635153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:56.636845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:56.637221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:56.637551+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' [] [] [2021-07-17T08:27:56.638167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:56.640911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.641979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.642974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:56.643522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:56.643864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:56.644184+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' [] [] [2021-07-17T08:27:56.644535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:56.644809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.645789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:27:56.646778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:27:56.647393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:27:56.647777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:27:56.648136+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' [] [] [2021-07-17T08:27:56.648627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:27:56.803088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f9bc1"},"request_uri":"http://127.0.0.1:8000/_wdt/4f9bc1","method":"GET"} [] [2021-07-17T08:30:42.874394+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:30:42.939906+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:30:43.031094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.033616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.037822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.039254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.039651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.040053+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' [] [] [2021-07-17T08:30:43.040727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.043520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.044806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.045801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.046559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.047027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.047408+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' [] [] [2021-07-17T08:30:43.047845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.048138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.049182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.050173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.050718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.051060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.051374+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' [] [] [2021-07-17T08:30:43.051793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.064747+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:30:43.070615+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-07-17T08:30:43.080708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:43.082753+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:30:43.085251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.086293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.087304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.087893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.088241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.088566+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' [] [] [2021-07-17T08:30:43.088914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.089195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.090168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.091159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.091751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.092084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.092403+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' [] [] [2021-07-17T08:30:43.092743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.093009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.093972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:43.094959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:43.095515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:43.095856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:43.096195+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' [] [] [2021-07-17T08:30:43.096631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:43.365298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2e9c4"},"request_uri":"http://127.0.0.1:8000/_wdt/e2e9c4","method":"GET"} [] [2021-07-17T08:30:45.980506+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/show","method":"GET"} [] [2021-07-17T08:30:46.055541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-17T08:30:46.115311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:46.134508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.135760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.139971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:46.142143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:46.142813+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:46.143200+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' [] [] [2021-07-17T08:30:46.143911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:46.146721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.147831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.148896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:46.149463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:46.149806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:46.150123+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' [] [] [2021-07-17T08:30:46.150468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:46.150748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.151880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:46.152914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:46.153453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:46.153793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:46.154107+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' [] [] [2021-07-17T08:30:46.154448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:46.403835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1f191"},"request_uri":"http://127.0.0.1:8000/_wdt/f1f191","method":"GET"} [] [2021-07-17T08:30:51.312357+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:30:51.372582+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:30:51.458718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.461274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.465279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.466542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.466992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.467322+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' [] [] [2021-07-17T08:30:51.467896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.470209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.471283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.472323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.472874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.473217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.473538+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' [] [] [2021-07-17T08:30:51.473884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.474161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.475306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.476338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.476874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.477294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.477611+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' [] [] [2021-07-17T08:30:51.477960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.491401+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:30:51.496443+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-07-17T08:30:51.506271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:51.508227+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:30:51.510863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.511988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.513004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.513568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.513914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.514241+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' [] [] [2021-07-17T08:30:51.514591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.514873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.515857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.516847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.517361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.517694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.518009+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' [] [] [2021-07-17T08:30:51.518356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.518625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.519608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:51.520619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:51.521143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:51.521478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:51.521797+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' [] [] [2021-07-17T08:30:51.522145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:51.785179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adb3ff"},"request_uri":"http://127.0.0.1:8000/_wdt/adb3ff","method":"GET"} [] [2021-07-17T08:30:53.008319+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/subgroup/1/show","method":"GET"} [] [2021-07-17T08:30:53.094836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:30:53.132805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:53.151050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.152276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.156411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:53.157890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:53.158251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:53.158576+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' [] [] [2021-07-17T08:30:53.159224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:53.162064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.163105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.164256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:53.165100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:53.165455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:53.165863+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' [] [] [2021-07-17T08:30:53.166217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:53.166504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.167563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:53.168669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:53.169265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:53.169610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:53.169941+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' [] [] [2021-07-17T08:30:53.170291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:53.405501+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c2d51"},"request_uri":"http://127.0.0.1:8000/_wdt/8c2d51","method":"GET"} [] [2021-07-17T08:30:54.748457+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:30:54.807875+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:30:54.888481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.891005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.895052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.896477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.896847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.897167+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' [] [] [2021-07-17T08:30:54.897739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:54.900055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.901060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.902054+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.902583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.903000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.903383+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' [] [] [2021-07-17T08:30:54.903793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:54.904090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.905147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.906142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.906686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.907111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.907432+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' [] [] [2021-07-17T08:30:54.907780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:54.921634+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:30:54.927475+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-07-17T08:30:54.937661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:54.939642+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:30:54.942142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.943199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.944246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.944811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.945166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.945490+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' [] [] [2021-07-17T08:30:54.945844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:54.946130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.947102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.948078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.948585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.948915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.949228+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' [] [] [2021-07-17T08:30:54.949597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:54.949874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.950848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:54.951885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:54.952416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:54.952752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:54.953066+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' [] [] [2021-07-17T08:30:54.953534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:55.225256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2c928"},"request_uri":"http://127.0.0.1:8000/_wdt/f2c928","method":"GET"} [] [2021-07-17T08:30:56.478423+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/subgroup/1/show","method":"GET"} [] [2021-07-17T08:30:56.553772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:30:56.589417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:30:56.608636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.610542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.614936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:56.616491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:56.616861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:56.617185+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' [] [] [2021-07-17T08:30:56.617808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:56.620542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.621558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.622551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:56.623135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:56.623551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:56.623872+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' [] [] [2021-07-17T08:30:56.624220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:56.624507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.625522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:30:56.627100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:30:56.627870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:30:56.628262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:30:56.628620+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' [] [] [2021-07-17T08:30:56.629016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:30:56.866688+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16fe50"},"request_uri":"http://127.0.0.1:8000/_wdt/16fe50","method":"GET"} [] [2021-07-17T08:31:00.424900+00:00] request.INFO: Matched route "subgroup_delete". {"route":"subgroup_delete","route_parameters":{"_route":"subgroup_delete","_controller":"App\\Controller\\SubgroupController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/subgroup/1/delete","method":"POST"} [] [2021-07-17T08:31:00.511239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["1"] [] [2021-07-17T08:31:00.534756+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-17T08:31:00.535087+00:00] doctrine.DEBUG: DELETE FROM subgroup WHERE id = ? [1] [] [2021-07-17T08:31:00.538194+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-17T08:31:00.567017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.568218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.572663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.575153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.575637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.575977+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' [] [] [2021-07-17T08:31:00.576629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.579313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.580338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.581340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.581882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.582220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.582534+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' [] [] [2021-07-17T08:31:00.582941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.583243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.584249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.585256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.585866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.586202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.586520+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' [] [] [2021-07-17T08:31:00.586868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.733081+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-17T08:31:00.794477+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-17T08:31:00.886521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.888875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.892703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.893950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.894316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.894655+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' [] [] [2021-07-17T08:31:00.895421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.897817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.898893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.899902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.900457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.900798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.901115+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' [] [] [2021-07-17T08:31:00.901466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.901745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.902718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.903705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.904210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.904559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.904873+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' [] [] [2021-07-17T08:31:00.905306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.917813+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-17T08:31:00.923495+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2021-07-17T08:31:00.932811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-17T08:31:00.934649+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-17T08:31:00.937695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.938739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.939742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.940332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.940708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.941073+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' [] [] [2021-07-17T08:31:00.941449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.941744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.942785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.943787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.944333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.944677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.944995+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' [] [] [2021-07-17T08:31:00.945349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:00.945621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.946607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-17T08:31:00.947598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-17T08:31:00.948110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-17T08:31:00.948446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-17T08:31:00.948760+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' [] [] [2021-07-17T08:31:00.949102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-17T08:31:01.200829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db7424"},"request_uri":"http://127.0.0.1:8000/_wdt/db7424","method":"GET"} [] [2021-07-18T07:22:55.518874+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T07:22:55.640622+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:22:55.836829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.847170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.854085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.863824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.864745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.865155+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' [] [] [2021-07-18T07:22:55.866354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:55.873768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.875324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.876656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.877287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.877639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.877915+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' [] [] [2021-07-18T07:22:55.878261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:55.878644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.879593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.880550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.881097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.881428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.881731+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' [] [] [2021-07-18T07:22:55.882067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:55.909101+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:22:55.918083+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[2]] [] [2021-07-18T07:22:55.923412+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:22:55.927976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.929046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.929979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.930497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.930852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.931120+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' [] [] [2021-07-18T07:22:55.931416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:55.931651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.932546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.933479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.933932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.934253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.934512+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' [] [] [2021-07-18T07:22:55.934800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:55.935017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.935909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:55.936816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:55.937282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:55.937565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:55.937954+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' [] [] [2021-07-18T07:22:55.938262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:56.315571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa441c"},"request_uri":"http://127.0.0.1:8000/_wdt/aa441c","method":"GET"} [] [2021-07-18T07:22:58.636650+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-18T07:22:58.759092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.763029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.776929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:58.778220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:58.778731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:58.778978+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' [] [] [2021-07-18T07:22:58.779511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:58.781800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.782779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.783745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:58.784280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:58.784683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:58.784977+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' [] [] [2021-07-18T07:22:58.785367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:58.785639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.786752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:22:58.787731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:22:58.788242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:22:58.788545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:22:58.788822+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' [] [] [2021-07-18T07:22:58.789130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:22:59.007377+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd23c5"},"request_uri":"http://127.0.0.1:8000/_wdt/dd23c5","method":"GET"} [] [2021-07-18T07:23:01.311190+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T07:23:01.367043+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:23:01.448389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.450752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.454752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.456031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.456441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.456765+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' [] [] [2021-07-18T07:23:01.457335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.459641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.460697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.461764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.462333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.462680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.462996+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' [] [] [2021-07-18T07:23:01.463348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.463632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.464631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.465627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.466224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.466565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.466881+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' [] [] [2021-07-18T07:23:01.467224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.478035+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:23:01.482279+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-18T07:23:01.485015+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:23:01.487173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.488199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.489184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.489730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.490064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.490382+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' [] [] [2021-07-18T07:23:01.490728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.491003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.491974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.492952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.493449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.493803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.494139+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' [] [] [2021-07-18T07:23:01.494527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.494843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.495959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:23:01.496959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:23:01.497504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:23:01.497839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:23:01.498243+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' [] [] [2021-07-18T07:23:01.498587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:23:01.733071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bba8f3"},"request_uri":"http://127.0.0.1:8000/_wdt/bba8f3","method":"GET"} [] [2021-07-18T07:30:18.227712+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T07:30:18.292623+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:30:18.402825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.405283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.409616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.411293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.411748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.412072+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' [] [] [2021-07-18T07:30:18.412707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.415567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.416589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.417585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.418234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.418572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.418884+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' [] [] [2021-07-18T07:30:18.419231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.419500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.420471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.421454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.421962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.422292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.422603+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' [] [] [2021-07-18T07:30:18.422913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.435334+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:30:18.440525+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-18T07:30:18.444187+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:30:18.446842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.447906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.448904+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.449470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.449814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.450131+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' [] [] [2021-07-18T07:30:18.450492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.450779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.451735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.452708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.453216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.453545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.453857+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' [] [] [2021-07-18T07:30:18.454198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.454467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.455428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:30:18.456446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:30:18.457201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:30:18.457624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:30:18.457975+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' [] [] [2021-07-18T07:30:18.458359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:30:18.738380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6327c3"},"request_uri":"http://127.0.0.1:8000/_wdt/6327c3","method":"GET"} [] [2021-07-18T07:35:56.483770+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T07:35:56.514968+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:35:56.597928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.600339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.604548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.606139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.606617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.606936+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' [] [] [2021-07-18T07:35:56.607546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.610629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.611632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.612750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.613413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.613797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.614117+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' [] [] [2021-07-18T07:35:56.614484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.614766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.615782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.616784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.617337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.617763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.618078+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' [] [] [2021-07-18T07:35:56.618416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.630758+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:35:56.635115+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-18T07:35:56.638605+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:35:56.641113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.642144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.643112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.643704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.644048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.644365+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' [] [] [2021-07-18T07:35:56.644710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.644987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.645934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.646905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.647415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.647744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.648050+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' [] [] [2021-07-18T07:35:56.648382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.648645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.649590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:35:56.650547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:35:56.651049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:35:56.651378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:35:56.651683+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' [] [] [2021-07-18T07:35:56.652013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:35:56.930721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"493bef"},"request_uri":"http://127.0.0.1:8000/_wdt/493bef","method":"GET"} [] [2021-07-18T07:36:00.156763+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:36:00.216432+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:36:00.341477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.343917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.348025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.349893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.350535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.350944+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' [] [] [2021-07-18T07:36:00.351659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.354505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.355558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.356567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.357120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.357462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.357981+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' [] [] [2021-07-18T07:36:00.358345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.358626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.359628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.360620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.361145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.361480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.361794+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' [] [] [2021-07-18T07:36:00.362139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.375065+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:36:00.383268+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:36:00.387709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.388862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.389927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.390558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.390933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.391253+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' [] [] [2021-07-18T07:36:00.391602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.391884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.392877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.393875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.394385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.394718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.395032+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' [] [] [2021-07-18T07:36:00.395390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.395662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.396630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:36:00.397648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:36:00.398180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:36:00.398619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:36:00.398971+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' [] [] [2021-07-18T07:36:00.399373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:36:00.649580+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45b92e"},"request_uri":"http://127.0.0.1:8000/_wdt/45b92e","method":"GET"} [] [2021-07-18T07:38:30.221214+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-18T07:38:30.398900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.401256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.405339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:38:30.406760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:38:30.407145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:38:30.407483+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' [] [] [2021-07-18T07:38:30.408171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:38:30.411070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.412093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.413111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:38:30.413748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:38:30.414089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:38:30.414404+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' [] [] [2021-07-18T07:38:30.414758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:38:30.415036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.416015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:38:30.417017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:38:30.417519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:38:30.417852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:38:30.418163+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' [] [] [2021-07-18T07:38:30.418506+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:38:30.690223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"711546"},"request_uri":"http://127.0.0.1:8000/_wdt/711546","method":"GET"} [] [2021-07-18T07:41:53.766294+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-18T07:41:53.821970+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\fixedasset\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\\fixedasset\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2021-07-18T07:41:53.920718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.924532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.938020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.939582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.940062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.940390+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' [] [] [2021-07-18T07:41:53.941012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:53.943736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.944741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.945739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.946261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.946619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.946938+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' [] [] [2021-07-18T07:41:53.947384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:53.947691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.948889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.950032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.950609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.950952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.951266+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' [] [] [2021-07-18T07:41:53.951614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:53.952564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.953534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.954501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.955014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.955344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.955651+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' [] [] [2021-07-18T07:41:53.955989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:53.956259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.957213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.958182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.958682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.959016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.959325+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' [] [] [2021-07-18T07:41:53.959664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:53.959933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.960880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:41:53.961847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:41:53.962352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:41:53.962682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:41:53.962990+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' [] [] [2021-07-18T07:41:53.963331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:41:54.165302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51a949"},"request_uri":"http://127.0.0.1:8000/_wdt/51a949","method":"GET"} [] [2021-07-18T07:42:08.492705+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-18T07:42:08.599832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.602017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.610796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:08.612079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:08.612521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:08.612860+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' [] [] [2021-07-18T07:42:08.613468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:08.616150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.617309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.618313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:08.618916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:08.619242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:08.619557+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' [] [] [2021-07-18T07:42:08.619906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:08.620279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.621298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:08.622296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:08.622831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:08.623172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:08.623485+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' [] [] [2021-07-18T07:42:08.623828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:08.861712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"665a71"},"request_uri":"http://127.0.0.1:8000/_wdt/665a71","method":"GET"} [] [2021-07-18T07:42:17.215648+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"POST"} [] [2021-07-18T07:42:17.387857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:42:17.396709+00:00] doctrine.DEBUG: INSERT INTO vendor (name, address, mobileno, email, remarks) VALUES (?, ?, ?, ?, ?) {"1":"asd","2":"asd","3":null,"4":null,"5":null} [] [2021-07-18T07:42:17.401433+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:42:17.427026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.429263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.433215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.434445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.434834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.435286+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' [] [] [2021-07-18T07:42:17.435822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.438158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.439169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.440199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.440866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.441221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.441506+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' [] [] [2021-07-18T07:42:17.441861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.442143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.443152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.444193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.444765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.445092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.445504+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' [] [] [2021-07-18T07:42:17.445853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.559291+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:42:17.611401+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:42:17.687100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.689312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.693133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.694323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.694736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.695109+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' [] [] [2021-07-18T07:42:17.695825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.698116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.699119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.700040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.700573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.700993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.701335+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' [] [] [2021-07-18T07:42:17.701716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.701991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.702950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.703926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.704426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.704756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.705064+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' [] [] [2021-07-18T07:42:17.705397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.716962+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:42:17.723131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:42:17.726110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:42:17.730380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.731598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.732588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.733171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.733520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.733831+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' [] [] [2021-07-18T07:42:17.734178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.734458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.735421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.736385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.736880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.737217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.737527+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' [] [] [2021-07-18T07:42:17.737863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.738129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.739078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:17.740042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:17.740538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:17.740864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:17.741174+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' [] [] [2021-07-18T07:42:17.741510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:17.986815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"363ff8"},"request_uri":"http://127.0.0.1:8000/_wdt/363ff8","method":"GET"} [] [2021-07-18T07:42:47.178239+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:42:47.226396+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:42:47.294788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.297026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.300866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.302133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.302598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.302915+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' [] [] [2021-07-18T07:42:47.303472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.305760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.306741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.307700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.308210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.308544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.308893+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' [] [] [2021-07-18T07:42:47.309241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.309510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.310456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.311410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.311910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.312426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.312767+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' [] [] [2021-07-18T07:42:47.313108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.323713+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:42:47.328813+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:42:47.331877+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:42:47.335391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.336402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.337357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.337893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.338255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.338565+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' [] [] [2021-07-18T07:42:47.338919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.339197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.340124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.341121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.341625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.341938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.342227+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' [] [] [2021-07-18T07:42:47.342545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.342789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.343720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:47.344672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:47.345181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:47.345532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:47.345977+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' [] [] [2021-07-18T07:42:47.346322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:47.601440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51729f"},"request_uri":"http://127.0.0.1:8000/_wdt/51729f","method":"GET"} [] [2021-07-18T07:42:53.986419+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-18T07:42:54.092050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.094106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.102918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:54.104578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:54.104979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:54.105324+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' [] [] [2021-07-18T07:42:54.105900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:54.108159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.109230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.110227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:54.110779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:54.111126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:54.111440+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' [] [] [2021-07-18T07:42:54.111873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:54.112152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.113114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:42:54.114091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:42:54.114609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:42:54.114940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:42:54.115252+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' [] [] [2021-07-18T07:42:54.115587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:42:54.355327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ef274"},"request_uri":"http://127.0.0.1:8000/_wdt/5ef274","method":"GET"} [] [2021-07-18T07:45:10.335406+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:45:10.400416+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:45:10.495589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.498083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.502802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.504345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.504860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.505188+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' [] [] [2021-07-18T07:45:10.505810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.508668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.509743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.510749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.511299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.511636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.511952+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' [] [] [2021-07-18T07:45:10.512302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.512578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.513540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.514535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.515231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.515923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.516354+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' [] [] [2021-07-18T07:45:10.516717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.528597+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:45:10.534002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:45:10.537350+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:45:10.541327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.542447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.543453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.544013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.544355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.544671+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' [] [] [2021-07-18T07:45:10.545023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.545307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.546273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.547258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.547783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.548233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.548606+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' [] [] [2021-07-18T07:45:10.549081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.549365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.550408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:10.551402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:10.551942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:10.552282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:10.552594+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' [] [] [2021-07-18T07:45:10.552936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:10.801426+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18b4a0"},"request_uri":"http://127.0.0.1:8000/_wdt/18b4a0","method":"GET"} [] [2021-07-18T07:45:11.943896+00:00] request.INFO: Matched route "vendor_edit". {"route":"vendor_edit","route_parameters":{"_route":"vendor_edit","_controller":"App\\Controller\\VendorController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/edit","method":"GET"} [] [2021-07-18T07:45:12.013387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:45:12.110880+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "code" nor one of the methods "code()", "getcode()"/"iscode()"/"hascode()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\vendor\edit.html.twig line 64 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"code\" nor one of the methods \"code()\", \"getcode()\"/\"iscode()\"/\"hascode()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\vendor\\edit.html.twig:64)"} [] [2021-07-18T07:45:12.165062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.166240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.170417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.172303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.172777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.173118+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' [] [] [2021-07-18T07:45:12.173762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.176589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.177610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.178611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.179149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.179585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.179893+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' [] [] [2021-07-18T07:45:12.180224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.180504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.181496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.182508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.183038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.183376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.183690+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' [] [] [2021-07-18T07:45:12.184042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.185130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.186118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.187104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.187883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.188460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.188847+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' [] [] [2021-07-18T07:45:12.189210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.189498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.190547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.191547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.192084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.192420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.192735+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' [] [] [2021-07-18T07:45:12.193080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.193355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.194324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:12.195309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:12.195855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:12.196166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:12.196491+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' [] [] [2021-07-18T07:45:12.196842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:12.419773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60c7e7"},"request_uri":"http://127.0.0.1:8000/_wdt/60c7e7","method":"GET"} [] [2021-07-18T07:45:52.014005+00:00] request.INFO: Matched route "vendor_edit". {"route":"vendor_edit","route_parameters":{"_route":"vendor_edit","_controller":"App\\Controller\\VendorController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/edit","method":"GET"} [] [2021-07-18T07:45:52.092939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:45:52.197209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.198404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.202588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:52.204076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:52.204496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:52.204826+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' [] [] [2021-07-18T07:45:52.205450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:52.208650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.209789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.210787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:52.211353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:52.211816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:52.212167+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' [] [] [2021-07-18T07:45:52.212520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:52.212803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.213765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:52.214747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:52.215273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:52.215609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:52.215923+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' [] [] [2021-07-18T07:45:52.216265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:52.486608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f01c51"},"request_uri":"http://127.0.0.1:8000/_wdt/f01c51","method":"GET"} [] [2021-07-18T07:45:57.018804+00:00] request.INFO: Matched route "vendor_edit". {"route":"vendor_edit","route_parameters":{"_route":"vendor_edit","_controller":"App\\Controller\\VendorController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/edit","method":"POST"} [] [2021-07-18T07:45:57.091371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:45:57.186032+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:45:57.186347+00:00] doctrine.DEBUG: UPDATE vendor SET mobileno = ?, email = ? WHERE id = ? ["124","124",1] [] [2021-07-18T07:45:57.187879+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:45:57.214001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.215199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.219103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.220409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.220793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.221121+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' [] [] [2021-07-18T07:45:57.221696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.224318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.225528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.226533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.227100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.227452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.227796+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' [] [] [2021-07-18T07:45:57.228161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.228447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.229543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.230551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.231127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.231473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.231789+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' [] [] [2021-07-18T07:45:57.232133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.349865+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:45:57.398791+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:45:57.471256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.473252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.477267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.478590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.479056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.479382+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' [] [] [2021-07-18T07:45:57.479957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.482163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.483160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.484132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.484652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.484986+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.485319+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' [] [] [2021-07-18T07:45:57.485674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.485943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.486891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.487854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.488353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.488679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.489093+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' [] [] [2021-07-18T07:45:57.489432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.501170+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:45:57.506764+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:45:57.509948+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:45:57.514064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.515079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.516097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.516652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.516989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.517307+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' [] [] [2021-07-18T07:45:57.517649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.517925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.518871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.519834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.520335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.520664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.520974+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' [] [] [2021-07-18T07:45:57.521312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.521577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.522519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:45:57.523478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:45:57.523975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:45:57.524427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:45:57.524727+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' [] [] [2021-07-18T07:45:57.525067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:45:57.751411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54f75b"},"request_uri":"http://127.0.0.1:8000/_wdt/54f75b","method":"GET"} [] [2021-07-18T07:46:04.330901+00:00] request.INFO: Matched route "vendor_edit". {"route":"vendor_edit","route_parameters":{"_route":"vendor_edit","_controller":"App\\Controller\\VendorController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/edit","method":"GET"} [] [2021-07-18T07:46:04.383208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:46:04.446871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.448328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.452651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:04.453955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:04.454344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:04.454693+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' [] [] [2021-07-18T07:46:04.455283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:04.457565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.458591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.459603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:04.460192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:04.460539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:04.460861+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' [] [] [2021-07-18T07:46:04.461213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:04.461492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.462537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:04.463524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:04.464036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:04.464474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:04.464829+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' [] [] [2021-07-18T07:46:04.465339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:04.704660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"140fbc"},"request_uri":"http://127.0.0.1:8000/_wdt/140fbc","method":"GET"} [] [2021-07-18T07:46:05.729348+00:00] request.INFO: Matched route "vendor_edit". {"route":"vendor_edit","route_parameters":{"_route":"vendor_edit","_controller":"App\\Controller\\VendorController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/edit","method":"POST"} [] [2021-07-18T07:46:05.802226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:46:05.887148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.888316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.892295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:05.893617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:05.894010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:05.894388+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' [] [] [2021-07-18T07:46:05.894967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:05.897330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.898349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.899341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:05.899875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:05.900215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:05.900537+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' [] [] [2021-07-18T07:46:05.900881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:05.901158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.902122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:05.903308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:05.903951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:05.904323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:05.904648+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' [] [] [2021-07-18T07:46:05.905060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.025233+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:46:06.073816+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:46:06.145518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.147577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.151437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.152641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.152989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.153326+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' [] [] [2021-07-18T07:46:06.154037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.156378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.157409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.158333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.158888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.159282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.159647+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' [] [] [2021-07-18T07:46:06.159984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.160277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.161399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.162429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.162982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.163298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.163634+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' [] [] [2021-07-18T07:46:06.163946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.174551+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:46:06.179650+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:46:06.182505+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:46:06.186607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.187902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.189194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.189799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.190204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.190520+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' [] [] [2021-07-18T07:46:06.190878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.191162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.192151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.193127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.193640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.194027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.194478+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' [] [] [2021-07-18T07:46:06.194889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.195185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.196161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:46:06.197145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:46:06.197661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:46:06.198001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:46:06.198315+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' [] [] [2021-07-18T07:46:06.198656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:46:06.428452+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2eaa5e"},"request_uri":"http://127.0.0.1:8000/_wdt/2eaa5e","method":"GET"} [] [2021-07-18T07:49:29.248958+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:49:29.314695+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:49:29.408253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.411078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.415638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.417394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.417969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.418414+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' [] [] [2021-07-18T07:49:29.419198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.422202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.423323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.424317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.424865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.425220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.425536+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' [] [] [2021-07-18T07:49:29.425892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.426171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.427434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.428632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.429322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.429756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.430082+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' [] [] [2021-07-18T07:49:29.430440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.445234+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:49:29.450720+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-18T07:49:29.454543+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:49:29.458571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.459690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.461059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.461730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.462090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.462411+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' [] [] [2021-07-18T07:49:29.462766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.463051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.464058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.465049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.465567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.465909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.466224+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' [] [] [2021-07-18T07:49:29.466571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.466843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.467861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:29.468812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:29.469346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:29.469691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:29.470014+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' [] [] [2021-07-18T07:49:29.470364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:29.728899+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96a161"},"request_uri":"http://127.0.0.1:8000/_wdt/96a161","method":"GET"} [] [2021-07-18T07:49:30.684295+00:00] request.INFO: Matched route "vendor_show". {"route":"vendor_show","route_parameters":{"_route":"vendor_show","_controller":"App\\Controller\\VendorController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/show","method":"GET"} [] [2021-07-18T07:49:30.745817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:49:30.813589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.814767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.818912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:30.820367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:30.820735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:30.821055+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' [] [] [2021-07-18T07:49:30.821673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:30.824438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.825542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.826628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:30.827210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:30.827564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:30.827885+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' [] [] [2021-07-18T07:49:30.828296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:30.828587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.829565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:30.830550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:30.831063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:30.831403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:30.831724+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' [] [] [2021-07-18T07:49:30.832066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:31.076960+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"320b09"},"request_uri":"http://127.0.0.1:8000/_wdt/320b09","method":"GET"} [] [2021-07-18T07:49:33.821692+00:00] request.INFO: Matched route "vendor_delete". {"route":"vendor_delete","route_parameters":{"_route":"vendor_delete","_controller":"App\\Controller\\VendorController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/vendor/1/delete","method":"POST"} [] [2021-07-18T07:49:33.908826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:49:33.952830+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:49:33.953592+00:00] doctrine.DEBUG: DELETE FROM vendor WHERE id = ? [1] [] [2021-07-18T07:49:33.956210+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:49:33.979647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.980911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.984718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:33.985980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:33.986414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:33.986746+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' [] [] [2021-07-18T07:49:33.987306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:33.989516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.990503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.991560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:33.992250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:33.992847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:33.993364+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' [] [] [2021-07-18T07:49:33.993845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:33.994166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.995360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:33.996376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:33.996959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:33.997375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:33.997670+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' [] [] [2021-07-18T07:49:33.998025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.109301+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:49:34.160980+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:49:34.246425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.248449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.252272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.253485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.253852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.254178+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' [] [] [2021-07-18T07:49:34.254740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.256970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.257971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.258965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.259616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.260051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.260402+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' [] [] [2021-07-18T07:49:34.260795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.261140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.262200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.263198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.263782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.264134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.264456+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' [] [] [2021-07-18T07:49:34.264808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.276673+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:49:34.280795+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:49:34.285003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.286132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.287237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.287830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.288184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.288508+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' [] [] [2021-07-18T07:49:34.288866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.289148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.290131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.291120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.291676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.292028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.292342+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' [] [] [2021-07-18T07:49:34.292697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.292976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.294134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:34.295153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:34.295709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:34.296048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:34.296364+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' [] [] [2021-07-18T07:49:34.296719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:34.530712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3a9fb"},"request_uri":"http://127.0.0.1:8000/_wdt/f3a9fb","method":"GET"} [] [2021-07-18T07:49:37.246164+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:49:37.298453+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:49:37.374203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.376332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.380231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.381752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.382181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.382510+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' [] [] [2021-07-18T07:49:37.383088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.385406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.386429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.387795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.388444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.388799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.389086+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' [] [] [2021-07-18T07:49:37.389439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.389723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.390733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.391722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.392230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.392618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.392933+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' [] [] [2021-07-18T07:49:37.393274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.403955+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:49:37.406848+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:49:37.410408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.411513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.412539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.413097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.413439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.413757+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' [] [] [2021-07-18T07:49:37.414112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.414394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.415367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.416350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.416863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.417197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.417522+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' [] [] [2021-07-18T07:49:37.417865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.418135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.419107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:37.420095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:37.420684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:37.421103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:37.421456+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' [] [] [2021-07-18T07:49:37.421852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:37.652602+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cc9c6"},"request_uri":"http://127.0.0.1:8000/_wdt/3cc9c6","method":"GET"} [] [2021-07-18T07:49:38.346914+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-18T07:49:38.445208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.447358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.456013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:38.457561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:38.458091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:38.458451+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' [] [] [2021-07-18T07:49:38.459083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:38.461372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.462394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.463394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:38.463938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:38.464281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:38.464597+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' [] [] [2021-07-18T07:49:38.464949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:38.465226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.466193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:38.467180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:38.467755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:38.468090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:38.468403+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' [] [] [2021-07-18T07:49:38.468745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:38.682547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07f420"},"request_uri":"http://127.0.0.1:8000/_wdt/07f420","method":"GET"} [] [2021-07-18T07:49:58.500588+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"POST"} [] [2021-07-18T07:49:58.644896+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:49:58.649378+00:00] doctrine.DEBUG: INSERT INTO vendor (name, address, mobileno, email, remarks) VALUES (?, ?, ?, ?, ?) {"1":"EAE","2":"asd","3":null,"4":null,"5":null} [] [2021-07-18T07:49:58.650830+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:49:58.670582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.672587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.676771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.678318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.678701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.679089+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' [] [] [2021-07-18T07:49:58.679680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.682018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.683058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.684107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.684674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.685020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.685340+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' [] [] [2021-07-18T07:49:58.685698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.685980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.686990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.688006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.688539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.688877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.689202+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' [] [] [2021-07-18T07:49:58.689582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.803846+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:49:58.852741+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:49:58.927166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.929263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.933050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.934249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.934595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.934911+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' [] [] [2021-07-18T07:49:58.935456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.937638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.938612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.939727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.940390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.940816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.941143+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' [] [] [2021-07-18T07:49:58.941494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.941768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.942769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.943821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.944374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.944713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.945025+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' [] [] [2021-07-18T07:49:58.945372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.955667+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:49:58.961199+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-18T07:49:58.964370+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:49:58.968463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.969492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.970481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.971026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.971363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.971673+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' [] [] [2021-07-18T07:49:58.972018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.972292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.973294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.974263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.974765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.975094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.975401+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' [] [] [2021-07-18T07:49:58.975739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:58.976001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.976994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:49:58.978186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:49:58.978787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:49:58.979127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:49:58.979442+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' [] [] [2021-07-18T07:49:58.979784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:49:59.209664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70428f"},"request_uri":"http://127.0.0.1:8000/_wdt/70428f","method":"GET"} [] [2021-07-18T07:50:01.358969+00:00] request.INFO: Matched route "vendor_show". {"route":"vendor_show","route_parameters":{"_route":"vendor_show","_controller":"App\\Controller\\VendorController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vendor/2/show","method":"GET"} [] [2021-07-18T07:50:01.431653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? ["2"] [] [2021-07-18T07:50:01.468555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.469844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.473766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:01.474984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:01.475344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:01.475723+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' [] [] [2021-07-18T07:50:01.476304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:01.478527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.479540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.480477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:01.481008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:01.481346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:01.481662+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' [] [] [2021-07-18T07:50:01.482006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:01.482277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.483251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:01.484258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:01.484762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:01.485094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:01.485401+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' [] [] [2021-07-18T07:50:01.485827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:01.697555+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c34e4d"},"request_uri":"http://127.0.0.1:8000/_wdt/c34e4d","method":"GET"} [] [2021-07-18T07:50:10.902146+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-18T07:50:10.956880+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:50:11.029143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.031386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.035595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.037156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.037542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.037870+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' [] [] [2021-07-18T07:50:11.038468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.040849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.041919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.042969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.043560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.043959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.044279+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' [] [] [2021-07-18T07:50:11.044625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.044905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.045938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.046988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.047496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.047829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.048145+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' [] [] [2021-07-18T07:50:11.048486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.060189+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-18T07:50:11.064423+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-18T07:50:11.067334+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-18T07:50:11.071504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.072711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.073774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.074345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.074690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.075029+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' [] [] [2021-07-18T07:50:11.075383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.075666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.076693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.077731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.078254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.078587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.078913+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' [] [] [2021-07-18T07:50:11.079259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.079530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.080536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:50:11.081569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:50:11.082080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:50:11.082413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:50:11.082730+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' [] [] [2021-07-18T07:50:11.083074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:50:11.332953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed8a13"},"request_uri":"http://127.0.0.1:8000/_wdt/ed8a13","method":"GET"} [] [2021-07-18T07:54:53.454535+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T07:54:53.484855+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:54:53.592042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.594792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.599312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.600887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.601344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.601691+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' [] [] [2021-07-18T07:54:53.602339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.605604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.606675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.607729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.608287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.608643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.608973+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' [] [] [2021-07-18T07:54:53.609335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.609699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.610795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.611837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.612401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.612815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.613143+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' [] [] [2021-07-18T07:54:53.613503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.626461+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:54:53.631696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:54:53.635939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.637059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.638125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.638708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.639051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.639374+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' [] [] [2021-07-18T07:54:53.639725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.640007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.640983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.641951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.642461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.642792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.643139+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' [] [] [2021-07-18T07:54:53.643596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.643871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.644829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:53.645790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:53.646297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:53.646630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:53.646941+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' [] [] [2021-07-18T07:54:53.647277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:53.922392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a2bd0"},"request_uri":"http://127.0.0.1:8000/_wdt/0a2bd0","method":"GET"} [] [2021-07-18T07:54:56.351151+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T07:54:56.412340+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:54:56.487542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.489606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.493423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.494686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.495045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.495367+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' [] [] [2021-07-18T07:54:56.495931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.498188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.499248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.500252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.500806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.501174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.501552+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' [] [] [2021-07-18T07:54:56.501901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.502194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.503249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.504367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.504965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.505315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.505637+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' [] [] [2021-07-18T07:54:56.505997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.516213+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:54:56.520110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:54:56.523788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.524866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.525979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.526580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.526935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.527258+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' [] [] [2021-07-18T07:54:56.527609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.527892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.528891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.529875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.530406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.530742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.531059+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' [] [] [2021-07-18T07:54:56.531404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.531682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.532638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:54:56.533632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:54:56.534141+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:54:56.534481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:54:56.534852+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' [] [] [2021-07-18T07:54:56.535193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:54:56.761091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e6d41"},"request_uri":"http://127.0.0.1:8000/_wdt/5e6d41","method":"GET"} [] [2021-07-18T07:58:06.470998+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-18T07:58:06.588475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.590810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.601139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:06.602597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:06.602959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:06.603275+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' [] [] [2021-07-18T07:58:06.603871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:06.606541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.607533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.608505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:06.609017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:06.609396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:06.609703+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' [] [] [2021-07-18T07:58:06.610036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:06.610323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.611457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:06.612486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:06.613190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:06.613608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:06.613924+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' [] [] [2021-07-18T07:58:06.614306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:06.832828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb3299"},"request_uri":"http://127.0.0.1:8000/_wdt/cb3299","method":"GET"} [] [2021-07-18T07:58:22.592726+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"POST"} [] [2021-07-18T07:58:22.743288+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:58:22.747988+00:00] doctrine.DEBUG: INSERT INTO unit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Power Ltd","2":"CWPL","3":null} [] [2021-07-18T07:58:22.751290+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:58:22.774065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.776073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.779908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:22.781188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:22.781552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:22.781875+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' [] [] [2021-07-18T07:58:22.782449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:22.785010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.786299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.787314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:22.787894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:22.788246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:22.788565+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' [] [] [2021-07-18T07:58:22.788916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:22.789200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.790174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:22.791172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:22.791729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:22.792065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:22.792381+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' [] [] [2021-07-18T07:58:22.792728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:22.908041+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T07:58:22.960625+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:58:23.037322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.039395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.043208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.044412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.044763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.045088+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' [] [] [2021-07-18T07:58:23.045697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.047924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.048938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.049926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.050452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.050788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.051109+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' [] [] [2021-07-18T07:58:23.051452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.051745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.053156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.054347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.054929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.055273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.055591+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' [] [] [2021-07-18T07:58:23.055940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.067632+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:58:23.072985+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[3,2]] [] [2021-07-18T07:58:23.075979+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:58:23.079902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.081224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.082203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.082757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.083198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.083511+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' [] [] [2021-07-18T07:58:23.083850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.084123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.085078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.086374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.087037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.087379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.087690+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' [] [] [2021-07-18T07:58:23.088042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.088310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.089275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:23.090237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:23.090733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:23.091059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:23.091361+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' [] [] [2021-07-18T07:58:23.091693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:23.375213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e50f79"},"request_uri":"http://127.0.0.1:8000/_wdt/e50f79","method":"GET"} [] [2021-07-18T07:58:32.477901+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"POST"} [] [2021-07-18T07:58:32.600577+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:58:32.605345+00:00] doctrine.DEBUG: INSERT INTO unit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Power Ltd","2":"CWPL","3":null} [] [2021-07-18T07:58:32.608391+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:58:32.627722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.629665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.633438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.634982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.635569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.635992+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' [] [] [2021-07-18T07:58:32.636715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.639002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.640075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.641095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.641658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.642003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.642319+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' [] [] [2021-07-18T07:58:32.642666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.642945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.643906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.644890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.645427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.645820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.646137+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' [] [] [2021-07-18T07:58:32.646479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.761460+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T07:58:32.813083+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:58:32.870471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.872602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.876453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.877663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.878012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.878319+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' [] [] [2021-07-18T07:58:32.878862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.881089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.882129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.883089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.883618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.883957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.884281+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' [] [] [2021-07-18T07:58:32.884627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.884934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.886045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.887049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.887623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.887966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.888286+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' [] [] [2021-07-18T07:58:32.888633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.899098+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:58:32.903592+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T07:58:32.906638+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:58:32.910459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.911534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.912536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.913099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.913458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.913781+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' [] [] [2021-07-18T07:58:32.914138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.914418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.915388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.916368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.916884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.917216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.917533+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' [] [] [2021-07-18T07:58:32.917879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:32.918150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.919205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:32.920205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:32.920734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:32.921071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:32.921386+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' [] [] [2021-07-18T07:58:32.921731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:33.167068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63d75d"},"request_uri":"http://127.0.0.1:8000/_wdt/63d75d","method":"GET"} [] [2021-07-18T07:58:38.657056+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T07:58:38.709764+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:58:38.792312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.794568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.798381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.799690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.800090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.800417+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' [] [] [2021-07-18T07:58:38.801011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:38.803337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.804356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.805441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.806328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.806748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.807205+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' [] [] [2021-07-18T07:58:38.807586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:38.807872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.808922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.809927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.810551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.810894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.811212+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' [] [] [2021-07-18T07:58:38.811561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:38.822201+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:58:38.826508+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:58:38.830168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.831204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.832227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.832801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.833163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.833481+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' [] [] [2021-07-18T07:58:38.833832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:38.834115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.835095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.836088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.836601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.836934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.837250+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' [] [] [2021-07-18T07:58:38.837593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:38.837867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.838998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:38.840386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:38.841168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:38.841525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:38.841854+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' [] [] [2021-07-18T07:58:38.842206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:39.065147+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cea03"},"request_uri":"http://127.0.0.1:8000/_wdt/5cea03","method":"GET"} [] [2021-07-18T07:58:43.327026+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-18T07:58:43.423535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.425699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.434314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:43.435688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:43.436141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:43.436482+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' [] [] [2021-07-18T07:58:43.437091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:43.439638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.440770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.441763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:43.442327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:43.442678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:43.442992+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' [] [] [2021-07-18T07:58:43.443339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:43.443615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.444630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:43.445608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:43.446118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:43.446449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:43.446763+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' [] [] [2021-07-18T07:58:43.447108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:43.667125+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8a0d6"},"request_uri":"http://127.0.0.1:8000/_wdt/f8a0d6","method":"GET"} [] [2021-07-18T07:58:53.139370+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-18T07:58:53.275210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.277655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.288207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:53.289842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:53.290220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:53.290543+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' [] [] [2021-07-18T07:58:53.291224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:53.294142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.295179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.296174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:53.296711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:53.297042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:53.297367+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' [] [] [2021-07-18T07:58:53.297708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:53.297979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.298948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:53.299935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:53.300464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:53.300793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:53.301107+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' [] [] [2021-07-18T07:58:53.301504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:53.568920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67edac"},"request_uri":"http://127.0.0.1:8000/_wdt/67edac","method":"GET"} [] [2021-07-18T07:58:57.444055+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-18T07:58:57.554467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.556817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.565618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:57.566919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:57.567352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:57.567683+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' [] [] [2021-07-18T07:58:57.568286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:57.571227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.572395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.573408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:57.573971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:57.574315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:57.574729+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' [] [] [2021-07-18T07:58:57.575085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:57.575405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.576425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:58:57.577440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:58:57.577969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:58:57.578310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:58:57.578630+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' [] [] [2021-07-18T07:58:57.578973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:58:57.800156+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"501f35"},"request_uri":"http://127.0.0.1:8000/_wdt/501f35","method":"GET"} [] [2021-07-18T07:59:10.976097+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"POST"} [] [2021-07-18T07:59:11.114804+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T07:59:11.119675+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Power Ltd","2":"CWPL","3":null} [] [2021-07-18T07:59:11.123480+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T07:59:11.144640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.146651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.150778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.152098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.152539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.152867+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' [] [] [2021-07-18T07:59:11.153440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.155756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.156791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.157795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.158311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.158650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.158960+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' [] [] [2021-07-18T07:59:11.159299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.159568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.160597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.161597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.162107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.162526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.162864+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' [] [] [2021-07-18T07:59:11.163202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.274727+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T07:59:11.326193+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T07:59:11.409754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.411788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.415727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.417033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.417389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.417706+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' [] [] [2021-07-18T07:59:11.418274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.420522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.421535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.422593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.423110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.423507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.423830+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' [] [] [2021-07-18T07:59:11.424169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.424440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.425600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.426700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.427253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.427596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.427909+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' [] [] [2021-07-18T07:59:11.428250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.440346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T07:59:11.447033+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T07:59:11.450245+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T07:59:11.454302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.455330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.456478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.457027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.457363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.457680+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' [] [] [2021-07-18T07:59:11.458024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.458296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.459231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.460180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.460676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.460998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.461299+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' [] [] [2021-07-18T07:59:11.461631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.461893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.462819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:11.463770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:11.464254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:11.464575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:11.464875+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' [] [] [2021-07-18T07:59:11.465207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:11.718038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a48d12"},"request_uri":"http://127.0.0.1:8000/_wdt/a48d12","method":"GET"} [] [2021-07-18T07:59:14.642188+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"GET"} [] [2021-07-18T07:59:14.711170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T07:59:14.807436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.808629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.813169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:14.814786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:14.815316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:14.815685+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' [] [] [2021-07-18T07:59:14.816361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:14.819261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.820318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.821321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:14.821871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:14.822208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:14.822522+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' [] [] [2021-07-18T07:59:14.822875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:14.823146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.824164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T07:59:14.825161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T07:59:14.825694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T07:59:14.826031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T07:59:14.826403+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' [] [] [2021-07-18T07:59:14.826748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T07:59:14.987271+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc84cf"},"request_uri":"http://127.0.0.1:8000/_wdt/cc84cf","method":"GET"} [] [2021-07-18T08:01:27.722143+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:01:27.787502+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:01:27.881692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.884203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.888436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.889929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.890299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.890622+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' [] [] [2021-07-18T08:01:27.891243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:27.894013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.895444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.896727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.897318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.897664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.897980+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' [] [] [2021-07-18T08:01:27.898330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:27.898620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.899599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.900595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.901098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.901431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.901747+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' [] [] [2021-07-18T08:01:27.902131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:27.914215+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:01:27.919120+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:01:27.922574+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:01:27.926571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.927697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.928901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.929494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.929852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.930172+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' [] [] [2021-07-18T08:01:27.930537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:27.930822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.931819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.932812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.933317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.933650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.933962+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' [] [] [2021-07-18T08:01:27.934340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:27.934640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.935642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:27.936575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:27.937095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:27.937453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:27.937782+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' [] [] [2021-07-18T08:01:27.938126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:28.168168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b899d7"},"request_uri":"http://127.0.0.1:8000/_wdt/b899d7","method":"GET"} [] [2021-07-18T08:01:29.564655+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"GET"} [] [2021-07-18T08:01:29.638014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:01:29.736972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.738169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.742406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:29.743941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:29.744368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:29.744706+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' [] [] [2021-07-18T08:01:29.745334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:29.748232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.749284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.750306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:29.751124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:29.751566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:29.751926+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' [] [] [2021-07-18T08:01:29.752286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:29.752570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.753606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:29.754599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:29.755139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:29.755477+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:29.755858+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' [] [] [2021-07-18T08:01:29.756200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:30.017200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"469f10"},"request_uri":"http://127.0.0.1:8000/_wdt/469f10","method":"GET"} [] [2021-07-18T08:01:33.160072+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"POST"} [] [2021-07-18T08:01:33.234566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:01:33.341465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.342644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.346507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.348040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.348479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.348818+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' [] [] [2021-07-18T08:01:33.349410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.351750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.352769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.353768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.354314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.354721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.355039+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' [] [] [2021-07-18T08:01:33.355386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.355673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.356643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.357629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.358157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.358490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.358805+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' [] [] [2021-07-18T08:01:33.359150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.474527+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:01:33.524118+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:01:33.597024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.599052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.602732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.603932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.604274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.604583+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' [] [] [2021-07-18T08:01:33.605132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.607339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.608308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.609272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.609781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.610105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.610410+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' [] [] [2021-07-18T08:01:33.610739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.611004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.612013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.613144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.614138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.614481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.614792+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' [] [] [2021-07-18T08:01:33.615140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.626566+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:01:33.631124+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:01:33.633972+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:01:33.637973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.638997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.639969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.640513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.640841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.641158+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' [] [] [2021-07-18T08:01:33.641501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.641770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.642705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.643753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.644267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.644589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.644893+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' [] [] [2021-07-18T08:01:33.645227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.645491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.646432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:01:33.647399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:01:33.648059+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:01:33.648481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:01:33.648908+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' [] [] [2021-07-18T08:01:33.649253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:01:33.871568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a21496"},"request_uri":"http://127.0.0.1:8000/_wdt/a21496","method":"GET"} [] [2021-07-18T08:05:02.216013+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:05:02.278034+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:05:02.362582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.364955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.368999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.370392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.370742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.371136+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' [] [] [2021-07-18T08:05:02.371820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.375851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.376998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.377984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.378597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.378938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.379254+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' [] [] [2021-07-18T08:05:02.379595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.379866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.380860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.381851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.382362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.382690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.382999+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' [] [] [2021-07-18T08:05:02.383337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.396241+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:05:02.402110+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:05:02.405497+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:05:02.409999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.411126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.412137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.412756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.413097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.413388+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' [] [] [2021-07-18T08:05:02.413749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.414035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.415040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.416038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.416554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.416889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.417203+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' [] [] [2021-07-18T08:05:02.417550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.417823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.418790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:02.419778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:02.420280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:02.420602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:02.420932+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' [] [] [2021-07-18T08:05:02.421324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:02.647550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2a887"},"request_uri":"http://127.0.0.1:8000/_wdt/c2a887","method":"GET"} [] [2021-07-18T08:05:03.711777+00:00] request.INFO: Matched route "businessunit_show". {"route":"businessunit_show","route_parameters":{"_route":"businessunit_show","_controller":"App\\Controller\\BusinessunitController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/show","method":"GET"} [] [2021-07-18T08:05:03.762783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:05:03.824995+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "unit" does not exist." at C:\Apache24\htdocs\fixedasset\templates\businessunit\show.html.twig line 74 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"unit\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\businessunit\\show.html.twig:74)"} [] [2021-07-18T08:05:03.877099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.878724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.883031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.884517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.884988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.885327+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' [] [] [2021-07-18T08:05:03.885955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:03.888749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.889752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.890671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.891201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.891509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.891779+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' [] [] [2021-07-18T08:05:03.892068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:03.892266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.893521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.895401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.896053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.896416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.896662+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' [] [] [2021-07-18T08:05:03.896930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:03.897968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.898937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.899830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.900278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.900603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.900858+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' [] [] [2021-07-18T08:05:03.901142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:03.901396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.902366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.903297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.903786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.904103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.904376+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' [] [] [2021-07-18T08:05:03.904663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:03.904856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.905786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:03.906743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:03.907209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:03.907528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:03.907753+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' [] [] [2021-07-18T08:05:03.908005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:04.123137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a4fe2"},"request_uri":"http://127.0.0.1:8000/_wdt/2a4fe2","method":"GET"} [] [2021-07-18T08:05:19.918606+00:00] request.INFO: Matched route "businessunit_show". {"route":"businessunit_show","route_parameters":{"_route":"businessunit_show","_controller":"App\\Controller\\BusinessunitController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/show","method":"GET"} [] [2021-07-18T08:05:20.000123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:05:20.073294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.074560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.078845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:20.080398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:20.080903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:20.081270+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' [] [] [2021-07-18T08:05:20.081947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:20.084875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.085940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.086952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:20.087517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:20.087861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:20.088184+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' [] [] [2021-07-18T08:05:20.088538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:20.088821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.089806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:20.090914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:20.091472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:20.091888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:20.092207+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' [] [] [2021-07-18T08:05:20.092555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:20.359252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69e991"},"request_uri":"http://127.0.0.1:8000/_wdt/69e991","method":"GET"} [] [2021-07-18T08:05:22.589749+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"GET"} [] [2021-07-18T08:05:22.653001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:05:22.734507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.735642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.739466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:22.741144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:22.741735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:22.742088+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' [] [] [2021-07-18T08:05:22.742926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:22.745406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.746502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.747521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:22.748131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:22.748434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:22.748712+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' [] [] [2021-07-18T08:05:22.748992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:22.749202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.750123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:22.751008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:22.751475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:22.751762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:22.752016+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' [] [] [2021-07-18T08:05:22.752290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:22.964176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dfd97"},"request_uri":"http://127.0.0.1:8000/_wdt/1dfd97","method":"GET"} [] [2021-07-18T08:05:25.146571+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"POST"} [] [2021-07-18T08:05:25.222382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:05:25.364914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.366218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.370045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.371257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.371618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.371940+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' [] [] [2021-07-18T08:05:25.372515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.374865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.375918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.376924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.377469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.377807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.378123+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' [] [] [2021-07-18T08:05:25.378474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.378748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.379796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.380843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.381381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.381722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.382053+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' [] [] [2021-07-18T08:05:25.382461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.499527+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:05:25.550668+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:05:25.625852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.628075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.631908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.633145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.633621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.633957+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' [] [] [2021-07-18T08:05:25.634567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.636853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.637872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.638870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.639411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.639749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.640070+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' [] [] [2021-07-18T08:05:25.640420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.640701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.641675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.642669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.643179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.643514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.643897+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' [] [] [2021-07-18T08:05:25.644241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.656401+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:05:25.661107+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:05:25.664024+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:05:25.668368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.669537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.670554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.671123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.671468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.671794+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' [] [] [2021-07-18T08:05:25.672157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.672439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.673422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.674419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.674937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.675272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.675586+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' [] [] [2021-07-18T08:05:25.675930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.676196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.677164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:25.678148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:25.678645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:25.678980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:25.679291+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' [] [] [2021-07-18T08:05:25.679631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:25.907769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b764e0"},"request_uri":"http://127.0.0.1:8000/_wdt/b764e0","method":"GET"} [] [2021-07-18T08:05:27.264725+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-18T08:05:27.372556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.374850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.383953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:27.385285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:27.385649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:27.385978+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' [] [] [2021-07-18T08:05:27.386543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:27.388769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.389934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.390943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:27.391501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:27.391856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:27.392180+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' [] [] [2021-07-18T08:05:27.392527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:27.392808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.393775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:27.394757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:27.395331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:27.395666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:27.395978+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' [] [] [2021-07-18T08:05:27.396319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:27.608211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"390f13"},"request_uri":"http://127.0.0.1:8000/_wdt/390f13","method":"GET"} [] [2021-07-18T08:05:32.695138+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-18T08:05:32.801431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.803471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.812584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:32.813990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:32.814355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:32.814696+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' [] [] [2021-07-18T08:05:32.815292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:32.817572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.818598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.819541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:32.820133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:32.820483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:32.820824+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' [] [] [2021-07-18T08:05:32.821174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:32.821451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.822461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:05:32.823446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:05:32.823975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:05:32.824341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:05:32.824771+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' [] [] [2021-07-18T08:05:32.825148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:05:33.038842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a4189"},"request_uri":"http://127.0.0.1:8000/_wdt/8a4189","method":"GET"} [] [2021-07-18T08:06:08.803204+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:08.855153+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:08.976484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.978899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.983733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:08.985346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:08.985713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:08.986041+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' [] [] [2021-07-18T08:06:08.986662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:08.989560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.990641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.991646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:08.992196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:08.992537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:08.992922+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' [] [] [2021-07-18T08:06:08.993273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:08.993549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.994519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:08.995511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:08.996019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:08.996377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:08.996785+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' [] [] [2021-07-18T08:06:08.997265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:09.009358+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:09.015572+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:06:09.018963+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:09.023004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.024112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.025116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:09.025680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:09.026025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:09.026345+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' [] [] [2021-07-18T08:06:09.026694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:09.026978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.027950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.028974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:09.029512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:09.029848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:09.030253+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' [] [] [2021-07-18T08:06:09.030613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:09.030907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.031919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.032859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:09.033387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:09.033728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:09.034056+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' [] [] [2021-07-18T08:06:09.034401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:09.305552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1323cb"},"request_uri":"http://127.0.0.1:8000/_wdt/1323cb","method":"GET"} [] [2021-07-18T08:06:09.876934+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-18T08:06:09.986572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.988722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:09.999009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:10.000273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:10.000701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:10.001004+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' [] [] [2021-07-18T08:06:10.001609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:10.003900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:10.004920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:10.005913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:10.006537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:10.006880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:10.007198+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' [] [] [2021-07-18T08:06:10.007543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:10.007822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:10.008793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:10.009784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:10.010288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:10.010623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:10.010939+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' [] [] [2021-07-18T08:06:10.011284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:10.242487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"728c01"},"request_uri":"http://127.0.0.1:8000/_wdt/728c01","method":"GET"} [] [2021-07-18T08:06:14.660096+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:14.717377+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:14.794803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.797016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.801135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.802548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.802920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.803245+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' [] [] [2021-07-18T08:06:14.803822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:14.806226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.807305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.808333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.808910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.809268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.809652+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' [] [] [2021-07-18T08:06:14.809965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:14.810261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.811277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.812289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.812834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.813175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.813492+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' [] [] [2021-07-18T08:06:14.813841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:14.825036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:14.829520+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:06:14.832711+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:14.836653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.837812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.838807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.839389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.839778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.840124+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' [] [] [2021-07-18T08:06:14.840495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:14.840753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.841753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.842770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.843338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.843686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.844005+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' [] [] [2021-07-18T08:06:14.844352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:14.844647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.845679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:14.846694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:14.847267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:14.847690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:14.847974+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' [] [] [2021-07-18T08:06:14.848326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:15.088407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84c3c7"},"request_uri":"http://127.0.0.1:8000/_wdt/84c3c7","method":"GET"} [] [2021-07-18T08:06:16.438466+00:00] request.INFO: Matched route "businessunit_show". {"route":"businessunit_show","route_parameters":{"_route":"businessunit_show","_controller":"App\\Controller\\BusinessunitController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/show","method":"GET"} [] [2021-07-18T08:06:16.510902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:16.548748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.549933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.553645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:16.554857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:16.555215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:16.555531+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' [] [] [2021-07-18T08:06:16.556144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:16.558629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.559731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.560726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:16.561356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:16.561695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:16.562027+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' [] [] [2021-07-18T08:06:16.562373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:16.562649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.563614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:16.564592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:16.565095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:16.565422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:16.565733+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' [] [] [2021-07-18T08:06:16.566070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:16.776682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30b248"},"request_uri":"http://127.0.0.1:8000/_wdt/30b248","method":"GET"} [] [2021-07-18T08:06:18.417118+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:18.467216+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:18.544175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.546389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.550732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.552066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.552426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.552746+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' [] [] [2021-07-18T08:06:18.553315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.555600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.556682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.557712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.558261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.558605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.558997+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' [] [] [2021-07-18T08:06:18.559342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.559629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.560617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.561646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.562180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.562577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.562903+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' [] [] [2021-07-18T08:06:18.563325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.574010+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:18.578091+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:06:18.581208+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:18.584924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.585980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.586979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.587534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.587878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.588209+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' [] [] [2021-07-18T08:06:18.588584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.588866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.589901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.590898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.591429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.591765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.592077+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' [] [] [2021-07-18T08:06:18.592424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.592696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.593678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:18.594671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:18.595183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:18.595519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:18.595834+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' [] [] [2021-07-18T08:06:18.596228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:18.832158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f6d71"},"request_uri":"http://127.0.0.1:8000/_wdt/3f6d71","method":"GET"} [] [2021-07-18T08:06:20.823171+00:00] request.INFO: Matched route "businessunit_show". {"route":"businessunit_show","route_parameters":{"_route":"businessunit_show","_controller":"App\\Controller\\BusinessunitController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/show","method":"GET"} [] [2021-07-18T08:06:20.889389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:20.928398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.929597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.933375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:20.934651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:20.934990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:20.935317+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' [] [] [2021-07-18T08:06:20.935883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:20.938799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.940323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.941451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:20.942113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:20.942464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:20.942786+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' [] [] [2021-07-18T08:06:20.943138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:20.943422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.944400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:20.945400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:20.945905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:20.946242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:20.946559+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' [] [] [2021-07-18T08:06:20.946902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:21.159924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"285ff2"},"request_uri":"http://127.0.0.1:8000/_wdt/285ff2","method":"GET"} [] [2021-07-18T08:06:22.368149+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"GET"} [] [2021-07-18T08:06:22.430315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:22.491761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.493404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.497235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:22.498410+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:22.498757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:22.499069+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' [] [] [2021-07-18T08:06:22.499619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:22.501866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.502833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.503785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:22.504294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:22.504621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:22.504930+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' [] [] [2021-07-18T08:06:22.505264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:22.505528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.506528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:22.507476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:22.507965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:22.508333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:22.508641+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' [] [] [2021-07-18T08:06:22.508977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:22.733837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c570a8"},"request_uri":"http://127.0.0.1:8000/_wdt/c570a8","method":"GET"} [] [2021-07-18T08:06:23.824649+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"POST"} [] [2021-07-18T08:06:23.898256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:24.001820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.003026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.006887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.008207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.008571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.008966+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' [] [] [2021-07-18T08:06:24.009540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.011844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.012896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.013904+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.014475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.014862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.015224+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' [] [] [2021-07-18T08:06:24.015580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.015866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.016893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.017886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.018426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.018763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.019081+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' [] [] [2021-07-18T08:06:24.019492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.134917+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:24.184317+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:24.254438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.256481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.260330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.261567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.261918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.262239+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' [] [] [2021-07-18T08:06:24.262815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.265122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.266212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.267231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.267802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.268251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.268592+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' [] [] [2021-07-18T08:06:24.268948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.269232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.270321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.271481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.272043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.272398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.272714+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' [] [] [2021-07-18T08:06:24.273055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.283823+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:24.288017+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-18T08:06:24.290719+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:24.294824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.295978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.296955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.297503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.297841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.298152+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' [] [] [2021-07-18T08:06:24.298574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.298977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.299997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.300976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.301477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.301807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.302119+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' [] [] [2021-07-18T08:06:24.302459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.302727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.303677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:24.304642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:24.305142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:24.305468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:24.305774+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' [] [] [2021-07-18T08:06:24.306109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:24.542113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5019c"},"request_uri":"http://127.0.0.1:8000/_wdt/d5019c","method":"GET"} [] [2021-07-18T08:06:25.797525+00:00] request.INFO: Matched route "businessunit_edit". {"route":"businessunit_edit","route_parameters":{"_route":"businessunit_edit","_controller":"App\\Controller\\BusinessunitController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/edit","method":"GET"} [] [2021-07-18T08:06:25.872659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:25.943770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.945412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.950326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:25.951643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:25.951964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:25.952214+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' [] [] [2021-07-18T08:06:25.952793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:25.955683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.957275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.958296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:25.958808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:25.959105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:25.959345+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' [] [] [2021-07-18T08:06:25.959619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:25.959822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.960725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:25.961682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:25.962120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:25.962380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:25.962616+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' [] [] [2021-07-18T08:06:25.962889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:26.229911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bb5d8"},"request_uri":"http://127.0.0.1:8000/_wdt/0bb5d8","method":"GET"} [] [2021-07-18T08:06:27.760242+00:00] request.INFO: Matched route "businessunit_delete". {"route":"businessunit_delete","route_parameters":{"_route":"businessunit_delete","_controller":"App\\Controller\\BusinessunitController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/businessunit/1/delete","method":"POST"} [] [2021-07-18T08:06:27.835823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:06:27.851626+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T08:06:27.852170+00:00] doctrine.DEBUG: DELETE FROM businessunit WHERE id = ? [1] [] [2021-07-18T08:06:27.853371+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T08:06:27.875896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.877057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.882776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:27.884174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:27.884537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:27.884861+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' [] [] [2021-07-18T08:06:27.885422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:27.887683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.888700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.889685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:27.890213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:27.890621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:27.890937+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' [] [] [2021-07-18T08:06:27.891288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:27.891562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.892522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:27.893502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:27.894045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:27.894450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:27.895154+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' [] [] [2021-07-18T08:06:27.895903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.015530+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:28.073955+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:28.156337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.164646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.178671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.181738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.182551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.183233+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' [] [] [2021-07-18T08:06:28.184264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.188327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.189861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.191381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.192183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.192677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.193136+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' [] [] [2021-07-18T08:06:28.193612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.193959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.195215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.196540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.197319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.197759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.198160+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' [] [] [2021-07-18T08:06:28.198581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.210079+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:28.212849+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:28.216937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.217990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.218982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.219546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.219885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.220199+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' [] [] [2021-07-18T08:06:28.220547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.220832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.221798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.222776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.223285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.223619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.223934+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' [] [] [2021-07-18T08:06:28.224277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.224546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.225507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:28.226488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:28.227024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:28.227356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:28.227670+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' [] [] [2021-07-18T08:06:28.228010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:28.452449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a03b5e"},"request_uri":"http://127.0.0.1:8000/_wdt/a03b5e","method":"GET"} [] [2021-07-18T08:06:30.250829+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-18T08:06:30.344321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.346372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.355221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:30.356454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:30.356760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:30.357030+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' [] [] [2021-07-18T08:06:30.357546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:30.359794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.360786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.361744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:30.362230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:30.362523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:30.362775+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' [] [] [2021-07-18T08:06:30.363127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:30.363339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.364263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:30.365293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:30.365852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:30.366175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:30.366450+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' [] [] [2021-07-18T08:06:30.366749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:30.593878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75e17d"},"request_uri":"http://127.0.0.1:8000/_wdt/75e17d","method":"GET"} [] [2021-07-18T08:06:33.462197+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"POST"} [] [2021-07-18T08:06:33.584928+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T08:06:33.589183+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Power Ltd","2":"CWPL","3":null} [] [2021-07-18T08:06:33.591809+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T08:06:33.612544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.614790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.619202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.620507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.620954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.621280+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' [] [] [2021-07-18T08:06:33.621850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.624223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.625246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.626243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.626772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.627112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.627428+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' [] [] [2021-07-18T08:06:33.627774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.628048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.629016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.630003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.630615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.631051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.631507+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' [] [] [2021-07-18T08:06:33.631892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.745389+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-18T08:06:33.793155+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:06:33.871104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.873365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.877443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.878709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.879209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.879620+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' [] [] [2021-07-18T08:06:33.880229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.882635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.883669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.884690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.885314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.885655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.885961+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' [] [] [2021-07-18T08:06:33.886299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.886573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.887508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.888461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.888957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.889283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.889592+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' [] [] [2021-07-18T08:06:33.889921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.901394+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:06:33.906337+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[2]] [] [2021-07-18T08:06:33.909225+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:06:33.913716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.914824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.916007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.916667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.917014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.917325+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' [] [] [2021-07-18T08:06:33.917667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.917943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.918907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.919853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.920351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.920682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.920988+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' [] [] [2021-07-18T08:06:33.921319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:33.921583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.922511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:33.923454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:33.923951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:33.924278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:33.924580+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' [] [] [2021-07-18T08:06:33.924909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:34.150222+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fdc00"},"request_uri":"http://127.0.0.1:8000/_wdt/9fdc00","method":"GET"} [] [2021-07-18T08:06:41.625487+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:06:41.764340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.772757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.783919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:41.785303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:41.785665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:41.785985+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' [] [] [2021-07-18T08:06:41.786606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:41.788944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.790022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.791015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:41.791737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:41.792283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:41.792766+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' [] [] [2021-07-18T08:06:41.793137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:41.793430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.794717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:06:41.795723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:06:41.796325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:06:41.796687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:06:41.797005+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' [] [] [2021-07-18T08:06:41.797432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:06:41.927980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd624b"},"request_uri":"http://127.0.0.1:8000/_wdt/bd624b","method":"GET"} [] [2021-07-18T08:18:55.786979+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:18:55.816939+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:18:55.901065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.903473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.907482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.908997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.909364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.909685+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' [] [] [2021-07-18T08:18:55.910284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:55.913423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.914503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.915613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.916266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.916693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.917012+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' [] [] [2021-07-18T08:18:55.917358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:55.917637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.918619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.919587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.920092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.920429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.920741+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' [] [] [2021-07-18T08:18:55.921076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:55.932599+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:18:55.937886+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:18:55.942068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.943131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.944121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.944748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.945093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.945408+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' [] [] [2021-07-18T08:18:55.945754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:55.946031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.946979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.948121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.948748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.949074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.949385+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' [] [] [2021-07-18T08:18:55.949726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:55.950003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.950977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:18:55.951942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:18:55.952449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:18:55.952781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:18:55.953090+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' [] [] [2021-07-18T08:18:55.953428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:18:56.214881+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31788a"},"request_uri":"http://127.0.0.1:8000/_wdt/31788a","method":"GET"} [] [2021-07-18T08:20:15.559139+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-18T08:20:15.676621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.678666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.689097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:15.690583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:15.691000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:15.691330+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' [] [] [2021-07-18T08:20:15.691905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:15.694182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.695212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.696204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:15.696818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:15.697195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:15.697545+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' [] [] [2021-07-18T08:20:15.697898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:15.698177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.699175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:15.700162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:15.700696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:15.701034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:15.701351+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' [] [] [2021-07-18T08:20:15.701697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:15.943102+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1129ca"},"request_uri":"http://127.0.0.1:8000/_wdt/1129ca","method":"GET"} [] [2021-07-18T08:20:42.171522+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:20:42.226326+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:20:42.348405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.350803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.355077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.356593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.356966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.357304+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' [] [] [2021-07-18T08:20:42.357929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.360931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.362242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.363269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.363848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.364200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.364595+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' [] [] [2021-07-18T08:20:42.364945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.365225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.366192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.367167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.367695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.368035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.368348+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' [] [] [2021-07-18T08:20:42.368691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.380768+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:20:42.384998+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:20:42.389094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.390165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.391155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.391714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.392067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.392385+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' [] [] [2021-07-18T08:20:42.392839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.393243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.394370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.395446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.396029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.396386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.396706+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' [] [] [2021-07-18T08:20:42.397058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.397335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.398325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:42.399318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:42.399831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:42.400174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:42.400565+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' [] [] [2021-07-18T08:20:42.400953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:42.672104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3c91a"},"request_uri":"http://127.0.0.1:8000/_wdt/e3c91a","method":"GET"} [] [2021-07-18T08:20:43.350503+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:20:43.509948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.512246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.516716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:43.518218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:43.518587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:43.518906+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' [] [] [2021-07-18T08:20:43.519525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:43.522363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.523461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.524460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:43.525031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:43.525448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:43.525764+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' [] [] [2021-07-18T08:20:43.526156+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:43.526414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.527392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:20:43.528375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:20:43.528892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:20:43.529238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:20:43.529559+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' [] [] [2021-07-18T08:20:43.529990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:20:43.773306+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9002a6"},"request_uri":"http://127.0.0.1:8000/_wdt/9002a6","method":"GET"} [] [2021-07-18T08:21:23.703391+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:21:23.801448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.803670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.813704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:23.815098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:23.815469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:23.815801+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' [] [] [2021-07-18T08:21:23.816381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:23.819206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.820349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.821355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:23.821930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:23.822279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:23.822596+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' [] [] [2021-07-18T08:21:23.822946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:23.823227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.824197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:23.825247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:23.825782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:23.826205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:23.826523+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' [] [] [2021-07-18T08:21:23.826869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:24.059810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cd955"},"request_uri":"http://127.0.0.1:8000/_wdt/4cd955","method":"GET"} [] [2021-07-18T08:21:48.672270+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:21:48.770143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.772373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.781105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:48.782408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:48.782778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:48.783138+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' [] [] [2021-07-18T08:21:48.783714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:48.786453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.787632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.788644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:48.789299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:48.789656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:48.789972+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' [] [] [2021-07-18T08:21:48.790322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:48.790601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.791574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:21:48.792565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:21:48.793127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:21:48.793488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:21:48.793812+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' [] [] [2021-07-18T08:21:48.794158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:21:49.016924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"038af1"},"request_uri":"http://127.0.0.1:8000/_wdt/038af1","method":"GET"} [] [2021-07-18T08:22:05.394295+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"POST"} [] [2021-07-18T08:22:05.535524+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T08:22:05.540219+00:00] doctrine.DEBUG: INSERT INTO location (name, remarks) VALUES (?, ?) {"1":"7th Floor Head Office","2":null} [] [2021-07-18T08:22:05.544457+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T08:22:05.563805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.565806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.569522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.570726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.571096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.571500+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' [] [] [2021-07-18T08:22:05.572264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.574616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.575774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.576763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.577323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.577662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.577974+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' [] [] [2021-07-18T08:22:05.578322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.578595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.579602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.580582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.581079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.581410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.581717+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' [] [] [2021-07-18T08:22:05.582054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.693684+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:22:05.744120+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:22:05.819815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.821910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.825757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.827112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.827553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.827872+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' [] [] [2021-07-18T08:22:05.828435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.830656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.831636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.832596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.833159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.833489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.833795+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' [] [] [2021-07-18T08:22:05.834134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.834400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.835337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.836287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.836787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.837114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.837486+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' [] [] [2021-07-18T08:22:05.837820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.849009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:22:05.854640+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-18T08:22:05.857472+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:22:05.861725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.862855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.863843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.864419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.864761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.865070+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' [] [] [2021-07-18T08:22:05.865416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.865691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.866637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.867594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.868100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.868433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.868705+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' [] [] [2021-07-18T08:22:05.869039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:05.869300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.870239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:05.871194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:05.871687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:05.872019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:05.872325+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' [] [] [2021-07-18T08:22:05.872661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:06.123787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01a65c"},"request_uri":"http://127.0.0.1:8000/_wdt/01a65c","method":"GET"} [] [2021-07-18T08:22:07.763883+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"GET"} [] [2021-07-18T08:22:07.827997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:22:07.919985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.921276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.925520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:07.927031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:07.927394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:07.927724+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' [] [] [2021-07-18T08:22:07.928342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:07.931216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.932313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.933778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:07.934487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:07.934844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:07.935170+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' [] [] [2021-07-18T08:22:07.935530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:07.935813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.936871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:22:07.937903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:22:07.938548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:22:07.938896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:22:07.939212+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' [] [] [2021-07-18T08:22:07.939564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:22:08.099975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06060d"},"request_uri":"http://127.0.0.1:8000/_wdt/06060d","method":"GET"} [] [2021-07-18T08:23:43.933371+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:23:43.994251+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:23:44.085117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.087570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.091496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.093218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.093729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.094134+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' [] [] [2021-07-18T08:23:44.094790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.097180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.098259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.099228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.099780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.100074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.100380+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' [] [] [2021-07-18T08:23:44.100681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.100910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.101858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.102768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.103265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.103553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.103837+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' [] [] [2021-07-18T08:23:44.104193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.116241+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:23:44.122138+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-18T08:23:44.125172+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:23:44.129306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.130482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.131484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.132054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.132401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.132699+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' [] [] [2021-07-18T08:23:44.133044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.133280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.134223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.135132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.135594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.135962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.136217+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' [] [] [2021-07-18T08:23:44.136536+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.136756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.137721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:44.138621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:44.139104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:44.139397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:44.139625+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' [] [] [2021-07-18T08:23:44.139891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:44.388260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b4637"},"request_uri":"http://127.0.0.1:8000/_wdt/7b4637","method":"GET"} [] [2021-07-18T08:23:45.433619+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"GET"} [] [2021-07-18T08:23:45.499108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:23:45.593616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.594780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.599165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:45.600962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:45.601381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:45.601719+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' [] [] [2021-07-18T08:23:45.602357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:45.605126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.606189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.607188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:45.607745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:45.608090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:45.608407+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' [] [] [2021-07-18T08:23:45.608773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:45.609070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.610071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:45.611066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:45.611599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:45.612025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:45.612340+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' [] [] [2021-07-18T08:23:45.612686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:45.851478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44ff79"},"request_uri":"http://127.0.0.1:8000/_wdt/44ff79","method":"GET"} [] [2021-07-18T08:23:47.087240+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"POST"} [] [2021-07-18T08:23:47.163130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:23:47.271236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.272400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.276256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.277472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.277835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.278154+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' [] [] [2021-07-18T08:23:47.278723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.280989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.281983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.282919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.283529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.283876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.284200+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' [] [] [2021-07-18T08:23:47.284557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.284840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.285824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.286891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.287461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.287819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.288147+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' [] [] [2021-07-18T08:23:47.288498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.402162+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:23:47.450527+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:23:47.524034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.526010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.529756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.530967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.531317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.531631+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' [] [] [2021-07-18T08:23:47.532185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.534394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.535356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.536316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.536827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.537162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.537535+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' [] [] [2021-07-18T08:23:47.538057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.538591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.539683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.540674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.541220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.541560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.541869+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' [] [] [2021-07-18T08:23:47.542213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.553164+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:23:47.558746+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-18T08:23:47.561573+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:23:47.565615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.566648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.567629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.568172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.568514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.568826+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' [] [] [2021-07-18T08:23:47.569186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.569470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.571182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.572251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.572817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.573155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.573467+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' [] [] [2021-07-18T08:23:47.573813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.574086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.575040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:23:47.576005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:23:47.576498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:23:47.576827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:23:47.577139+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' [] [] [2021-07-18T08:23:47.577483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:23:47.797928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"780275"},"request_uri":"http://127.0.0.1:8000/_wdt/780275","method":"GET"} [] [2021-07-18T08:25:17.274456+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:25:17.325086+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:25:17.408089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.410738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.414719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.415984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.416349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.416691+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' [] [] [2021-07-18T08:25:17.417312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.419632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.420657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.421658+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.422292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.422641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.422959+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' [] [] [2021-07-18T08:25:17.423308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.423582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.424553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.425580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.426340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.426771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.427150+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' [] [] [2021-07-18T08:25:17.427525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.437868+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:25:17.443215+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-18T08:25:17.446423+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:25:17.450056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.451169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.452188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.452755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.453111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.453433+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' [] [] [2021-07-18T08:25:17.453800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.454082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.455058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.456087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.456609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.456971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.457292+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' [] [] [2021-07-18T08:25:17.457640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.457942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.458932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:17.460089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:17.460726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:17.461083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:17.461406+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' [] [] [2021-07-18T08:25:17.461759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:17.692533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0052cb"},"request_uri":"http://127.0.0.1:8000/_wdt/0052cb","method":"GET"} [] [2021-07-18T08:25:18.674575+00:00] request.INFO: Matched route "location_show". {"route":"location_show","route_parameters":{"_route":"location_show","_controller":"App\\Controller\\LocationController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/show","method":"GET"} [] [2021-07-18T08:25:18.734924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:18.790042+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "unit" does not exist." at C:\Apache24\htdocs\fixedasset\templates\location\show.html.twig line 38 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"unit\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\location\\show.html.twig:38)"} [] [2021-07-18T08:25:18.857584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.858740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.862796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.864212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.864620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.864887+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' [] [] [2021-07-18T08:25:18.865445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:18.868123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.869088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.870051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.870547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.870821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.871075+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' [] [] [2021-07-18T08:25:18.871359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:18.871583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.872511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.873463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.873917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.874260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.874508+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' [] [] [2021-07-18T08:25:18.874799+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:18.875758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.876738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.877682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.878187+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.878506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.878760+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' [] [] [2021-07-18T08:25:18.879045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:18.879260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.880194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.881150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.881750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.882161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.882411+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' [] [] [2021-07-18T08:25:18.882693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:18.882916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.883944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:18.884866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:18.885325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:18.885609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:18.885854+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' [] [] [2021-07-18T08:25:18.886136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:19.091242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bb212"},"request_uri":"http://127.0.0.1:8000/_wdt/9bb212","method":"GET"} [] [2021-07-18T08:25:37.561662+00:00] request.INFO: Matched route "location_show". {"route":"location_show","route_parameters":{"_route":"location_show","_controller":"App\\Controller\\LocationController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/show","method":"GET"} [] [2021-07-18T08:25:37.638341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:37.710502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.711906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.716452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:37.717996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:37.718445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:37.718771+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' [] [] [2021-07-18T08:25:37.719388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:37.722201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.723262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.724317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:37.724873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:37.725222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:37.725539+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' [] [] [2021-07-18T08:25:37.725887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:37.726161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.727139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:37.728176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:37.728982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:37.729562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:37.729914+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' [] [] [2021-07-18T08:25:37.730278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:37.990651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e3999"},"request_uri":"http://127.0.0.1:8000/_wdt/7e3999","method":"GET"} [] [2021-07-18T08:25:41.829967+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"GET"} [] [2021-07-18T08:25:41.912125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:41.982497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.983663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.987521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:41.988792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:41.989163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:41.989490+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' [] [] [2021-07-18T08:25:41.990094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:41.992522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.993929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.995166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:41.995809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:41.996163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:41.996487+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' [] [] [2021-07-18T08:25:41.996842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:41.997126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.998108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:41.999102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:41.999609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:41.999945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:42.000267+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' [] [] [2021-07-18T08:25:42.000628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:42.224219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec55dd"},"request_uri":"http://127.0.0.1:8000/_wdt/ec55dd","method":"GET"} [] [2021-07-18T08:25:43.057540+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"POST"} [] [2021-07-18T08:25:43.129404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:43.230949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.232482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.236498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.237764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.238146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.238470+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' [] [] [2021-07-18T08:25:43.239048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.241424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.242481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.244050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.244396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.244714+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' [] [] [2021-07-18T08:25:43.245069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.245345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.246313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.247417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.248067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.248423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.248727+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' [] [] [2021-07-18T08:25:43.249098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.362573+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:25:43.414332+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:25:43.483697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.485761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.489618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.490849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.491202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.491604+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' [] [] [2021-07-18T08:25:43.492177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.494424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.495437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.496434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.497022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.497375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.497916+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' [] [] [2021-07-18T08:25:43.498325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.498613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.499646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.500635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.501170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.501514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.501827+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' [] [] [2021-07-18T08:25:43.502252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.513657+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:25:43.518504+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-18T08:25:43.521487+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:25:43.525750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.526834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.527847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.528420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.528769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.529103+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' [] [] [2021-07-18T08:25:43.529458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.529744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.530734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.531802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.532363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.532707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.533026+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' [] [] [2021-07-18T08:25:43.533371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.533641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.534608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:43.535586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:43.536097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:43.536427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:43.536740+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' [] [] [2021-07-18T08:25:43.537086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:43.754754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1b3e4"},"request_uri":"http://127.0.0.1:8000/_wdt/f1b3e4","method":"GET"} [] [2021-07-18T08:25:45.779614+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"GET"} [] [2021-07-18T08:25:45.843236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:45.908809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.909993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.913853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:45.915200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:45.915566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:45.915902+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' [] [] [2021-07-18T08:25:45.916535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:45.918940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.920009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.921030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:45.921611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:45.921962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:45.922282+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' [] [] [2021-07-18T08:25:45.922677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:45.923173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.924583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:45.925684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:45.926273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:45.926702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:45.927023+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' [] [] [2021-07-18T08:25:45.927373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:46.140253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"122ebe"},"request_uri":"http://127.0.0.1:8000/_wdt/122ebe","method":"GET"} [] [2021-07-18T08:25:47.905893+00:00] request.INFO: Matched route "location_delete". {"route":"location_delete","route_parameters":{"_route":"location_delete","_controller":"App\\Controller\\LocationController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/delete","method":"POST"} [] [2021-07-18T08:25:47.973064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2021-07-18T08:25:47.989303+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T08:25:47.989846+00:00] doctrine.DEBUG: DELETE FROM location WHERE id = ? [1] [] [2021-07-18T08:25:47.993018+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T08:25:48.017728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.018933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.022705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.023908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.024281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.024612+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' [] [] [2021-07-18T08:25:48.025217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.027463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.028568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.029594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.030709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.031427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.031844+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' [] [] [2021-07-18T08:25:48.032227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.032519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.033662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.034696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.035262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.035621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.035940+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' [] [] [2021-07-18T08:25:48.036298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.150288+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:25:48.201662+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:25:48.273310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.275409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.279247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.280493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.281007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.281358+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' [] [] [2021-07-18T08:25:48.281997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.284344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.285371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.286371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.286919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.287278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.287680+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' [] [] [2021-07-18T08:25:48.288030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.288311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.289328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.290330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.290865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.291207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.291523+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' [] [] [2021-07-18T08:25:48.291872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.302302+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:25:48.306053+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:25:48.310159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.311215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.312212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.312799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.313186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.313511+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' [] [] [2021-07-18T08:25:48.313881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.314150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.315212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.316218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.316762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.317113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.317453+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' [] [] [2021-07-18T08:25:48.317814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.318120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.319184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:25:48.320202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:25:48.320757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:25:48.321103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:25:48.321509+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' [] [] [2021-07-18T08:25:48.321864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:25:48.539586+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63937a"},"request_uri":"http://127.0.0.1:8000/_wdt/63937a","method":"GET"} [] [2021-07-18T08:26:27.315026+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:26:27.367182+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:26:27.483535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.485939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.490126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.491657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.492025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.492360+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' [] [] [2021-07-18T08:26:27.492978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.495780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.496809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.498150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.498888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.499241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.499562+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' [] [] [2021-07-18T08:26:27.499914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.500199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.501201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.502183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.502695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.503031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.503345+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' [] [] [2021-07-18T08:26:27.503686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.516438+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:26:27.519722+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:26:27.523957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.525069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.526061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.526623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.526966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.527280+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' [] [] [2021-07-18T08:26:27.527627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.527905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.528881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.529901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.530507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.530928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.531303+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' [] [] [2021-07-18T08:26:27.531706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.531997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.533047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:27.534033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:27.534585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:27.534930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:27.535246+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' [] [] [2021-07-18T08:26:27.535591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:27.794414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"357a3c"},"request_uri":"http://127.0.0.1:8000/_wdt/357a3c","method":"GET"} [] [2021-07-18T08:26:28.743662+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:26:28.852417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.854871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.865748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:28.867135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:28.867503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:28.867832+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' [] [] [2021-07-18T08:26:28.868555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:28.871010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.872056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.873070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:28.873644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:28.873989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:28.874301+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' [] [] [2021-07-18T08:26:28.874672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:28.874953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.875916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:28.876889+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:28.877392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:28.877731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:28.878043+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' [] [] [2021-07-18T08:26:28.878388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:29.110025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"642bfc"},"request_uri":"http://127.0.0.1:8000/_wdt/642bfc","method":"GET"} [] [2021-07-18T08:26:30.379307+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"POST"} [] [2021-07-18T08:26:30.510516+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T08:26:30.515130+00:00] doctrine.DEBUG: INSERT INTO location (name, remarks) VALUES (?, ?) {"1":"7th Floor Head Office","2":null} [] [2021-07-18T08:26:30.516943+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T08:26:30.537137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.539137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.543501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.544943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.545346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.545691+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' [] [] [2021-07-18T08:26:30.546279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.548599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.549624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.550625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.551167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.551517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.551925+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' [] [] [2021-07-18T08:26:30.552281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.552558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.553581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.554597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.555136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.555485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.555809+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' [] [] [2021-07-18T08:26:30.556168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.672549+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:26:30.722027+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:26:30.799578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.801625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.805328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.806598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.806946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.807268+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' [] [] [2021-07-18T08:26:30.807820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.810229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.811326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.812303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.812857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.813195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.813511+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' [] [] [2021-07-18T08:26:30.813902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.814179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.815127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.816086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.816586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.817005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.817315+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' [] [] [2021-07-18T08:26:30.817656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.827900+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:26:30.832468+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[2]] [] [2021-07-18T08:26:30.835198+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:26:30.839173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.840204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.841171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.841746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.842130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.842448+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' [] [] [2021-07-18T08:26:30.842812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.843090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.844044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.845013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.845528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.845949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.846262+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' [] [] [2021-07-18T08:26:30.846605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:30.846871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.847827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:30.848792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:30.849291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:30.849621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:30.849935+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' [] [] [2021-07-18T08:26:30.850275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:31.073202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e5bff"},"request_uri":"http://127.0.0.1:8000/_wdt/2e5bff","method":"GET"} [] [2021-07-18T08:26:34.830255+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T08:26:34.881014+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:26:35.003195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.005532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.010337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.011908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.012277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.012604+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' [] [] [2021-07-18T08:26:35.013223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.016034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.017129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.018164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.018723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.019069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.019477+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' [] [] [2021-07-18T08:26:35.019830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.020114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.021082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.022061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.022589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.023022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.023442+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' [] [] [2021-07-18T08:26:35.023851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.036094+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T08:26:35.041607+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T08:26:35.045168+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T08:26:35.048846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.049945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.050948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.051518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.051869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.052194+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' [] [] [2021-07-18T08:26:35.052552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.052832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.053813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.054794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.055322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.055661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.055997+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' [] [] [2021-07-18T08:26:35.056464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.056922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.058139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:26:35.059195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:26:35.059766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:26:35.060118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:26:35.060439+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' [] [] [2021-07-18T08:26:35.060793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:26:35.312411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65de8b"},"request_uri":"http://127.0.0.1:8000/_wdt/65de8b","method":"GET"} [] [2021-07-18T08:27:18.341376+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:27:18.443353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.445412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.455871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:18.457229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:18.457559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:18.457815+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' [] [] [2021-07-18T08:27:18.458338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:18.460605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.461554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.462442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:18.463024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:18.463322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:18.463593+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' [] [] [2021-07-18T08:27:18.463901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:18.464131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.465015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:18.465874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:18.466328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:18.466620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:18.466890+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' [] [] [2021-07-18T08:27:18.467184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:18.715539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df6163"},"request_uri":"http://127.0.0.1:8000/_wdt/df6163","method":"GET"} [] [2021-07-18T08:27:21.092365+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:27:21.148203+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:27:21.230142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.233380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.237335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.238576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.238935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.239268+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' [] [] [2021-07-18T08:27:21.239836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.242141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.243193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.244204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.244757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.245105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.245511+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' [] [] [2021-07-18T08:27:21.245869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.246182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.248088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.249771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.250398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.250754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.251079+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' [] [] [2021-07-18T08:27:21.251433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.261881+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:27:21.267547+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[2]] [] [2021-07-18T08:27:21.270560+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:27:21.274354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.275442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.276433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.276999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.277357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.277678+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' [] [] [2021-07-18T08:27:21.278030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.278310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.279272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.280689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.282069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.282694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.283033+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' [] [] [2021-07-18T08:27:21.283392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.283675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.284718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:21.285721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:21.286275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:21.286709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:21.286993+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' [] [] [2021-07-18T08:27:21.287342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:21.513304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dce27"},"request_uri":"http://127.0.0.1:8000/_wdt/1dce27","method":"GET"} [] [2021-07-18T08:27:36.852783+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-18T08:27:36.954333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.956431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.965081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:36.966603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:36.967064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:36.967413+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' [] [] [2021-07-18T08:27:36.968044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:36.970378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.971452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.972465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:36.973031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:36.973463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:36.973785+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' [] [] [2021-07-18T08:27:36.974138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:36.974419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.975403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:36.976407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:36.976960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:36.977307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:36.977627+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' [] [] [2021-07-18T08:27:36.977975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:37.220730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8afe06"},"request_uri":"http://127.0.0.1:8000/_wdt/8afe06","method":"GET"} [] [2021-07-18T08:27:44.196785+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-18T08:27:44.248497+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T08:27:44.324993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.327191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.331116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.332417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.332791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.333123+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' [] [] [2021-07-18T08:27:44.333696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.336023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.337064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.338108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.338662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.339012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.339340+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' [] [] [2021-07-18T08:27:44.339723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.340174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.341238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.342467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.343057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.343410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.343734+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' [] [] [2021-07-18T08:27:44.344093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.354412+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-18T08:27:44.358713+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[2]] [] [2021-07-18T08:27:44.361627+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-18T08:27:44.365304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.366354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.367345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.367907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.368267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.368702+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' [] [] [2021-07-18T08:27:44.369080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.369381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.370401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.371409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.371948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.372296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.372615+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' [] [] [2021-07-18T08:27:44.372962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.373231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.374195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:44.375325+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:44.375989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:44.376394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:44.376754+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' [] [] [2021-07-18T08:27:44.377211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:44.604865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"838ff7"},"request_uri":"http://127.0.0.1:8000/_wdt/838ff7","method":"GET"} [] [2021-07-18T08:27:45.529528+00:00] request.INFO: Matched route "location_show". {"route":"location_show","route_parameters":{"_route":"location_show","_controller":"App\\Controller\\LocationController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/location/2/show","method":"GET"} [] [2021-07-18T08:27:45.598483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["2"] [] [2021-07-18T08:27:45.637414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.638584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.642324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:45.643562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:45.643919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:45.644242+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' [] [] [2021-07-18T08:27:45.644852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:45.647938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.649120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.650135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:45.650706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:45.651139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:45.651460+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' [] [] [2021-07-18T08:27:45.651818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:45.652098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.653051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T08:27:45.654017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T08:27:45.654523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T08:27:45.654857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T08:27:45.655171+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' [] [] [2021-07-18T08:27:45.655512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T08:27:45.869927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b168ef"},"request_uri":"http://127.0.0.1:8000/_wdt/b168ef","method":"GET"} [] [2021-07-18T09:44:39.374623+00:00] request.INFO: Matched route "location_show". {"route":"location_show","route_parameters":{"_route":"location_show","_controller":"App\\Controller\\LocationController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/location/2/show","method":"GET"} [] [2021-07-18T09:44:39.439415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["2"] [] [2021-07-18T09:44:39.520563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.522266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.526651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:39.528302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:39.528693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:39.529025+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' [] [] [2021-07-18T09:44:39.529666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:39.532579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.533624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.534628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:39.535180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:39.535526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:39.535838+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' [] [] [2021-07-18T09:44:39.536187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:39.536464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.537547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:39.538757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:39.539353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:39.539803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:39.540129+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' [] [] [2021-07-18T09:44:39.540487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:39.803021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd62d8"},"request_uri":"http://127.0.0.1:8000/_wdt/dd62d8","method":"GET"} [] [2021-07-18T09:44:43.539114+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?tag=1","method":"GET"} [] [2021-07-18T09:44:43.732708+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ [] [] [2021-07-18T09:44:43.738842+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ [] [] [2021-07-18T09:44:43.740050+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Subgroup could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T09:44:43.748324+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Subgroup could not be converted to string" at C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T09:44:43.803531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.804700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.808574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.809884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.810316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.810606+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' [] [] [2021-07-18T09:44:43.811134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:43.813375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.814368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.815315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.815804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.816099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.816369+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' [] [] [2021-07-18T09:44:43.816702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:43.816921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.817851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.818961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.819491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.819793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.820157+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' [] [] [2021-07-18T09:44:43.820464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:43.821464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.822449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.823522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.824047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.824356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.824632+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' [] [] [2021-07-18T09:44:43.824899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:43.825131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.826063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.826998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.827461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.827750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.828016+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' [] [] [2021-07-18T09:44:43.828316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:43.828537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.829448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:44:43.830378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:44:43.830842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:44:43.831128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:44:43.831395+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' [] [] [2021-07-18T09:44:43.831686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:44:44.022945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18e185"},"request_uri":"http://127.0.0.1:8000/_wdt/18e185","method":"GET"} [] [2021-07-18T09:45:40.669828+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?tag=1","method":"GET"} [] [2021-07-18T09:45:40.795872+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ [] [] [2021-07-18T09:45:40.800981+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ [] [] [2021-07-18T09:45:40.801572+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Subgroup could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T09:45:40.806729+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Subgroup could not be converted to string" at C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T09:45:40.858307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.859554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.863304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.864520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.864879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.865203+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' [] [] [2021-07-18T09:45:40.865757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:40.868014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.868994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.869964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.870486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.870871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.871206+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' [] [] [2021-07-18T09:45:40.871708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:40.872077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.873097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.874068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.874694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.875035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.875344+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' [] [] [2021-07-18T09:45:40.875685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:40.876715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.877677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.878701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.879213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.879544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.879857+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' [] [] [2021-07-18T09:45:40.880194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:40.880462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.881408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.882373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.882871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.883204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.883513+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' [] [] [2021-07-18T09:45:40.883846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:40.884109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.885052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:40.886055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:40.886555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:40.886886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:40.887199+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' [] [] [2021-07-18T09:45:40.887539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:41.051316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a75678"},"request_uri":"http://127.0.0.1:8000/_wdt/a75678","method":"GET"} [] [2021-07-18T09:45:44.742035+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:45:44.796185+00:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method "getAllAssetnames". The method name must start with either findBy, findOneBy or countBy!" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 275 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method \"getAllAssetnames\". The method name must start with either findBy, findOneBy or countBy! at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:275)"} [] [2021-07-18T09:45:44.848274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.850355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.854074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.855281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.855638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.855961+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' [] [] [2021-07-18T09:45:44.856526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:44.858823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.859842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.860848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.861472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.861883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.862211+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' [] [] [2021-07-18T09:45:44.862693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:44.862981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.863998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.864980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.865511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.865849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.866163+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' [] [] [2021-07-18T09:45:44.866508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:44.868179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.869147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.870128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.870642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.870981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.871259+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' [] [] [2021-07-18T09:45:44.871602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:44.871877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.872835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.873810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.874308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.874662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.874983+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' [] [] [2021-07-18T09:45:44.875325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:44.875591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.876557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:45:44.877527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:45:44.878030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:45:44.878365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:45:44.878689+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' [] [] [2021-07-18T09:45:44.879034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:45:45.027033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a14128"},"request_uri":"http://127.0.0.1:8000/_wdt/a14128","method":"GET"} [] [2021-07-18T09:53:06.783864+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:53:06.851222+00:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method "getAllAssetnames". The method name must start with either findBy, findOneBy or countBy!" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 275 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method \"getAllAssetnames\". The method name must start with either findBy, findOneBy or countBy! at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:275)"} [] [2021-07-18T09:53:06.899798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.902263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.906496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.908049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.908423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.908742+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' [] [] [2021-07-18T09:53:06.909349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:06.912019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.913015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.914049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.914572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.914999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.915315+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' [] [] [2021-07-18T09:53:06.915666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:06.915935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.916885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.917849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.918346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.918674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.918949+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' [] [] [2021-07-18T09:53:06.919285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:06.921217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.922250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.923170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.923728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.924163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.924700+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' [] [] [2021-07-18T09:53:06.925041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:06.925327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.926332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.927303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.927832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.928173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.928590+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' [] [] [2021-07-18T09:53:06.928933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:06.929197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.930151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:53:06.931112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:53:06.931610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:53:06.931941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:53:06.932249+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' [] [] [2021-07-18T09:53:06.932591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:53:07.089192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"797df0"},"request_uri":"http://127.0.0.1:8000/_wdt/797df0","method":"GET"} [] [2021-07-18T09:55:09.961533+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:55:09.995604+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:55:10.106550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.109035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.113177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.114641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.115006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.115296+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' [] [] [2021-07-18T09:55:10.115936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.119069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.120115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.121154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.121814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.122167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.122493+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' [] [] [2021-07-18T09:55:10.122850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.123131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.124127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.125040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.125524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.125827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.126108+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' [] [] [2021-07-18T09:55:10.126369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.136034+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 49 near '.groups g INNER': Error: Identification Variable s used in join path expression but was not defined before.")." at C:\Apache24\htdocs\fixedasset\templates\assetname\index.html.twig line 84 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] line 0, col 49 near '.groups g INNER': Error: Identification Variable s used in join path expression but was not defined before.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\index.html.twig:84)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 49 near '.groups g INNER': Error: Identification Variable s used in join path expression but was not defined before. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a FROM App\\Entity\\Assetname a INNER JOIN s.groups g INNER JOIN s.subgroup s WHERE a.name LIKE :val OR g.address LIKE :val OR s.mobileno LIKE :val ORDER BY c.id DESC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-18T09:55:10.454401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.455883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.457013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.457605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.457952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.458277+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' [] [] [2021-07-18T09:55:10.458629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.458911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.459890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.460872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.461390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.461725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.462046+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' [] [] [2021-07-18T09:55:10.462389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.462652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.463616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.464648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.465185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.465533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.465848+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' [] [] [2021-07-18T09:55:10.466192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.467331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.468329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.469262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.469777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.470111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.470429+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' [] [] [2021-07-18T09:55:10.470815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.471086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.472401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.473893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.474509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.474854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.475172+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' [] [] [2021-07-18T09:55:10.475521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.475795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.476769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:55:10.477748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:55:10.478254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:55:10.478589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:55:10.478907+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' [] [] [2021-07-18T09:55:10.479245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:55:10.825234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"249d1c"},"request_uri":"http://127.0.0.1:8000/_wdt/249d1c","method":"GET"} [] [2021-07-18T09:56:19.261214+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:56:19.323271+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:56:19.404005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.406137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.410159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.411502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.411868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.412194+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' [] [] [2021-07-18T09:56:19.412762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.415079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.416112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.417137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.417695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.418119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.418437+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' [] [] [2021-07-18T09:56:19.418785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.419064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.420029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.421008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.421520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.421855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.422201+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' [] [] [2021-07-18T09:56:19.422612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.436158+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 158 near 'c.id DESC': Error: 'c' is not defined.")." at C:\Apache24\htdocs\fixedasset\templates\assetname\index.html.twig line 84 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] line 0, col 158 near 'c.id DESC': Error: 'c' is not defined.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\index.html.twig:84)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 158 near 'c.id DESC': Error: 'c' is not defined. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a FROM App\\Entity\\Assetname a INNER JOIN a.groups g INNER JOIN a.subgroup s WHERE a.name LIKE :val OR g.name LIKE :val OR s.name LIKE :val ORDER BY c.id DESC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-18T09:56:19.644835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.645999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.647004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.647594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.647952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.648276+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' [] [] [2021-07-18T09:56:19.648633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.648917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.649892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.650872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.651384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.651722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.652036+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' [] [] [2021-07-18T09:56:19.652381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.652652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.653612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.654594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.655104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.655439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.655744+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' [] [] [2021-07-18T09:56:19.656178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.657429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.658697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.660068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.660685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.661036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.661362+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' [] [] [2021-07-18T09:56:19.661717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.662006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.662998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.663986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.664601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.664940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.665259+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' [] [] [2021-07-18T09:56:19.665609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.665881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.666848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:19.667830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:19.668349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:19.668687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:19.669005+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' [] [] [2021-07-18T09:56:19.669348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:19.961618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19e6d6"},"request_uri":"http://127.0.0.1:8000/_wdt/19e6d6","method":"GET"} [] [2021-07-18T09:56:35.943784+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:56:35.995849+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:56:36.067595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.069677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.073452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.074716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.075055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.075379+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' [] [] [2021-07-18T09:56:36.075948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.078238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.079384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.080578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.081217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.081609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.082134+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' [] [] [2021-07-18T09:56:36.082507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.082802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.084021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.085099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.085668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.086014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.086314+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' [] [] [2021-07-18T09:56:36.086648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.098956+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T09:56:36.104238+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T09:56:36.106385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.107436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.108425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.108993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.109352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.109685+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' [] [] [2021-07-18T09:56:36.110049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.110332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.111289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.112534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.113179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.113540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.113858+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' [] [] [2021-07-18T09:56:36.114204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.114467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.115448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:56:36.116354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:56:36.116959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:56:36.117292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:56:36.117608+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' [] [] [2021-07-18T09:56:36.117958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:56:36.358918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5cf67"},"request_uri":"http://127.0.0.1:8000/_wdt/f5cf67","method":"GET"} [] [2021-07-18T09:57:10.717537+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:57:10.768026+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:57:10.879628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.882248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.886501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.887953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.888322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.888759+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' [] [] [2021-07-18T09:57:10.889393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:10.892330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.893443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.894461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.895000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.895350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.895684+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' [] [] [2021-07-18T09:57:10.896050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:10.896353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.897376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.898385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.898928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.899271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.899603+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' [] [] [2021-07-18T09:57:10.900051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:10.922645+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T09:57:10.927391+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T09:57:10.929569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.930720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.931890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.932487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.932847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.933172+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' [] [] [2021-07-18T09:57:10.933533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:10.933820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.934804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.935742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.936267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.936606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.936927+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' [] [] [2021-07-18T09:57:10.937272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:10.937544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.938512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:10.939502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:10.940031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:10.940371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:10.940691+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' [] [] [2021-07-18T09:57:10.941039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:11.193676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85089e"},"request_uri":"http://127.0.0.1:8000/_wdt/85089e","method":"GET"} [] [2021-07-18T09:57:46.858984+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:57:46.922458+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:57:47.000628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.002945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.007096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.008545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.008931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.009263+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' [] [] [2021-07-18T09:57:47.009854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.012212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.013253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.014263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.014834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.015195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.015536+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' [] [] [2021-07-18T09:57:47.015996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.016279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.017301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.018307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.018875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.019370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.019754+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' [] [] [2021-07-18T09:57:47.020133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.031577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T09:57:47.035638+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T09:57:47.038133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.039325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.040380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.040970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.041319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.041651+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' [] [] [2021-07-18T09:57:47.042005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.042288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.043279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.044281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.044818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.045157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.045479+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' [] [] [2021-07-18T09:57:47.045824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.046092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.047102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:57:47.048144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:57:47.048700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:57:47.049049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:57:47.049373+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' [] [] [2021-07-18T09:57:47.049726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:57:47.270040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39e35c"},"request_uri":"http://127.0.0.1:8000/_wdt/39e35c","method":"GET"} [] [2021-07-18T09:58:04.640274+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T09:58:04.690284+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T09:58:04.807118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.809627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.814056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.815780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.816199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.816533+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' [] [] [2021-07-18T09:58:04.817280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:04.820084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.821104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.822096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.822639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.822986+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.823328+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' [] [] [2021-07-18T09:58:04.823706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:04.823987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.824989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.825967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.826506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.826851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.827169+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' [] [] [2021-07-18T09:58:04.827514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:04.840827+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T09:58:04.845121+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T09:58:04.847646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.848835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.849827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.850406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.850756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.851093+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' [] [] [2021-07-18T09:58:04.851455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:04.851738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.852717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.853701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.854225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.854566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.854885+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' [] [] [2021-07-18T09:58:04.855251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:04.855551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.856559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T09:58:04.857556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T09:58:04.858098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T09:58:04.858437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T09:58:04.858757+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' [] [] [2021-07-18T09:58:04.859109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T09:58:05.137556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b52a2"},"request_uri":"http://127.0.0.1:8000/_wdt/2b52a2","method":"GET"} [] [2021-07-18T10:19:59.473326+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T10:19:59.538548+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:19:59.645241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.647729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.651932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.653500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.653881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.654209+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' [] [] [2021-07-18T10:19:59.654817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.657993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.659161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.660181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.660753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.661104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.661427+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' [] [] [2021-07-18T10:19:59.661778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.662058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.663110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.664086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.664599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.664936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.665248+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' [] [] [2021-07-18T10:19:59.665595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.678955+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T10:19:59.683311+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T10:19:59.685566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.686714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.687709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.688288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.688641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.688962+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' [] [] [2021-07-18T10:19:59.689337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.689671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.690858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.691938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.692555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.692904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.693229+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' [] [] [2021-07-18T10:19:59.693579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.693855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.694815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:19:59.695795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:19:59.696305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:19:59.696738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:19:59.697056+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' [] [] [2021-07-18T10:19:59.697397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:19:59.980387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bcd94"},"request_uri":"http://127.0.0.1:8000/_wdt/3bcd94","method":"GET"} [] [2021-07-18T10:20:00.681866+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:20:00.722687+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "The child with the name "groupid" does not exist." at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormBuilder.php line 117 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): The child with the name \"groupid\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:117)"} [] [2021-07-18T10:20:00.810524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.812783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.822904+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.824220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.824570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.824897+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' [] [] [2021-07-18T10:20:00.825469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:00.828085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.829219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.830236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.830901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.831259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.831577+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' [] [] [2021-07-18T10:20:00.831933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:00.832213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.833191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.834178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.834737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.835096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.835415+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' [] [] [2021-07-18T10:20:00.835766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:00.836710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.837751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.838755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.839384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.839733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.840051+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' [] [] [2021-07-18T10:20:00.840401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:00.840688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.841662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.842692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.843358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.843762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.844135+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' [] [] [2021-07-18T10:20:00.844494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:00.844774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.845819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:00.846817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:00.847351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:00.847695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:00.848012+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' [] [] [2021-07-18T10:20:00.848361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:01.020672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"191d6f"},"request_uri":"http://127.0.0.1:8000/_wdt/191d6f","method":"GET"} [] [2021-07-18T10:20:59.228550+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:20:59.324337+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetname::getGroupid() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetname::getGroupid() at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:88)"} [] [2021-07-18T10:20:59.336565+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getGroupid" of class "App\Entity\Assetname". Did you mean to call e.g. "getGroups" or "setGroups"?" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 88 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getGroupid\" of class \"App\\Entity\\Assetname\".\nDid you mean to call e.g. \"getGroups\" or \"setGroups\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:88)"} [] [2021-07-18T10:20:59.402165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.404343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.408135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.409564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.409956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.410391+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' [] [] [2021-07-18T10:20:59.411223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.413793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.414898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.415919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.416509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.416869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.417192+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' [] [] [2021-07-18T10:20:59.417549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.417825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.418819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.419865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.420427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.420772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.421095+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' [] [] [2021-07-18T10:20:59.421543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.423273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.424279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.425304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.426016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.426461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.426828+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' [] [] [2021-07-18T10:20:59.427206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.427500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.428567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.429570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.430120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.430471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.430787+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' [] [] [2021-07-18T10:20:59.431140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.431411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.432393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:20:59.433395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:20:59.433922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:20:59.434264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:20:59.434594+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' [] [] [2021-07-18T10:20:59.434960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:20:59.601510+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08962b"},"request_uri":"http://127.0.0.1:8000/_wdt/08962b","method":"GET"} [] [2021-07-18T10:21:28.555451+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:21:28.663263+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:21:28.672881+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:21:28.732230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.733417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.737560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:21:28.739043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:21:28.739549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:21:28.739882+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' [] [] [2021-07-18T10:21:28.740521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:21:28.743768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.744917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.745910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:21:28.746480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:21:28.746836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:21:28.747162+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' [] [] [2021-07-18T10:21:28.747521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:21:28.747800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.748776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:21:28.749747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:21:28.750278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:21:28.750615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:21:28.751022+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' [] [] [2021-07-18T10:21:28.751367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:21:29.035227+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5138f2"},"request_uri":"http://127.0.0.1:8000/_wdt/5138f2","method":"GET"} [] [2021-07-18T10:22:22.720621+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:22:22.848627+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:22:22.855156+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:22:22.911437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.912628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.916861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:22:22.918365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:22:22.918727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:22:22.919048+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' [] [] [2021-07-18T10:22:22.919672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:22:22.922573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.923625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.924615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:22:22.925273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:22:22.925847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:22:22.926239+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' [] [] [2021-07-18T10:22:22.926634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:22:22.926938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.927985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:22:22.928968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:22:22.929511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:22:22.929855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:22:22.930180+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' [] [] [2021-07-18T10:22:22.930532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:22:23.202133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddafc4"},"request_uri":"http://127.0.0.1:8000/_wdt/ddafc4","method":"GET"} [] [2021-07-18T10:23:44.282235+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:23:44.410178+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:23:44.416851+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:23:44.445017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.446217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.450056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:23:44.451414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:23:44.451793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:23:44.452282+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' [] [] [2021-07-18T10:23:44.453137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:23:44.455612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.456812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.457929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:23:44.458616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:23:44.458996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:23:44.459325+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' [] [] [2021-07-18T10:23:44.459683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:23:44.460071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.461082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:23:44.462071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:23:44.462641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:23:44.462983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:23:44.463300+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' [] [] [2021-07-18T10:23:44.463651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:23:44.699307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a3e9e"},"request_uri":"http://127.0.0.1:8000/_wdt/6a3e9e","method":"GET"} [] [2021-07-18T10:24:06.983418+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:24:07.095198+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:24:07.101364+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:24:07.128002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.129260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.133128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:24:07.134382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:24:07.134835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:24:07.135162+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' [] [] [2021-07-18T10:24:07.135734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:24:07.138056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.139097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.140111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:24:07.140662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:24:07.141018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:24:07.141341+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' [] [] [2021-07-18T10:24:07.141692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:24:07.141970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.142958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:24:07.143900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:24:07.144418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:24:07.144758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:24:07.145177+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' [] [] [2021-07-18T10:24:07.145526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:24:07.393843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dc31d"},"request_uri":"http://127.0.0.1:8000/_wdt/9dc31d","method":"GET"} [] [2021-07-18T10:26:03.229481+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:26:03.363633+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:26:03.370391+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:26:03.404829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.405979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.410347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:26:03.411857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:26:03.412181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:26:03.412441+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' [] [] [2021-07-18T10:26:03.413009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:26:03.415790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.416763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.417660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:26:03.418240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:26:03.418510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:26:03.418748+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' [] [] [2021-07-18T10:26:03.419013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:26:03.419221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.420096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:26:03.420961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:26:03.421399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:26:03.421676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:26:03.421913+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' [] [] [2021-07-18T10:26:03.422178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:26:03.678347+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c042a"},"request_uri":"http://127.0.0.1:8000/_wdt/3c042a","method":"GET"} [] [2021-07-18T10:27:33.551054+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:27:33.668706+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:27:33.674362+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:27:33.701556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.702736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.706560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:33.707789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:33.708114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:33.708437+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' [] [] [2021-07-18T10:27:33.709004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:33.711306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.712295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.713210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:33.713824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:33.714213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:33.714554+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' [] [] [2021-07-18T10:27:33.714905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:33.715195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.716297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:33.717275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:33.717802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:33.718146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:33.718476+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' [] [] [2021-07-18T10:27:33.718821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:33.953355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"183c33"},"request_uri":"http://127.0.0.1:8000/_wdt/183c33","method":"GET"} [] [2021-07-18T10:27:36.218091+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:27:36.341898+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:27:36.348357+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Group::getSubgroupss() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Group::getSubgroupss() at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:72)"} [] [2021-07-18T10:27:36.356001+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getSubgroupss" of class "App\Entity\Group". Did you mean to call "getSubgroups"?" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 72 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getSubgroupss\" of class \"App\\Entity\\Group\".\nDid you mean to call \"getSubgroups\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:72)"} [] [2021-07-18T10:27:36.402784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.403959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.408294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.409753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.410112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.410487+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' [] [] [2021-07-18T10:27:36.411108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:36.413474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.414493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.415812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.416336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.416657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.416935+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' [] [] [2021-07-18T10:27:36.417281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:36.417561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.418572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.419555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.420033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.420440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.420723+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' [] [] [2021-07-18T10:27:36.421030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:36.422068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.423257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.424477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.425158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.425477+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.425750+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' [] [] [2021-07-18T10:27:36.426051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:36.426293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.427299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.428215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.428699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.429003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.429264+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' [] [] [2021-07-18T10:27:36.429530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:36.429744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.430639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:27:36.431539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:27:36.432002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:27:36.432281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:27:36.432539+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' [] [] [2021-07-18T10:27:36.432820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:27:38.828477+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7ab0b"},"request_uri":"http://127.0.0.1:8000/_profiler/c7ab0b","method":"GET"} [] [2021-07-18T10:28:11.059091+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:28:11.204200+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:28:11.211206+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:28:11.244726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.245929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.250317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:11.251863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:11.252239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:11.252567+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' [] [] [2021-07-18T10:28:11.253199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:11.255983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.257012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.258158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:11.259038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:11.259445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:11.259805+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' [] [] [2021-07-18T10:28:11.260164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:11.260463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.261521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:11.262524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:11.263173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:11.263526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:11.263866+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' [] [] [2021-07-18T10:28:11.264249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:11.507975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccf98c"},"request_uri":"http://127.0.0.1:8000/_wdt/ccf98c","method":"GET"} [] [2021-07-18T10:28:13.128943+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:28:13.249444+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:28:13.259193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:28:13.311680+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:28:13.312711+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:28:13.313285+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Subgroup could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T10:28:13.318848+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Subgroup could not be converted to string" at C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Subgroup could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:59)"} [] [2021-07-18T10:28:13.372559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.373705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.377339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.378712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.379096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.379421+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' [] [] [2021-07-18T10:28:13.379979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:13.382779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.384085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.385121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.385686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.386031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.386389+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' [] [] [2021-07-18T10:28:13.386757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:13.387035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.387994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.388941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.389557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.389889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.390201+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' [] [] [2021-07-18T10:28:13.390539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:13.391628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.392576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.393521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.394025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.394394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.394783+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' [] [] [2021-07-18T10:28:13.395125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:13.395399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.396356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.397305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.397824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.398162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.398576+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' [] [] [2021-07-18T10:28:13.398981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:13.399330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.400659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:28:13.401676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:28:13.402247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:28:13.402626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:28:13.402949+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' [] [] [2021-07-18T10:28:13.403302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:28:15.203122+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ac88e"},"request_uri":"http://127.0.0.1:8000/_profiler/4ac88e","method":"GET"} [] [2021-07-18T10:29:09.052230+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:29:09.160441+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:29:09.166005+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:09.192874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.194080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.197894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:09.199160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:09.199522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:09.199852+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' [] [] [2021-07-18T10:29:09.200461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:09.202799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.203864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.204980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:09.205627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:09.206038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:09.206395+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' [] [] [2021-07-18T10:29:09.206807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:09.207092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.208111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:09.209189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:09.209726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:09.210065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:09.210402+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' [] [] [2021-07-18T10:29:09.210726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:09.484719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ad4ce"},"request_uri":"http://127.0.0.1:8000/_wdt/7ad4ce","method":"GET"} [] [2021-07-18T10:29:11.057454+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:29:11.166383+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:29:11.175370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:29:11.205577+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:29:11.206623+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:11.232414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.233569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.237416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:11.238702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:11.239202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:11.239530+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' [] [] [2021-07-18T10:29:11.240113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:11.242378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.243364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.244440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:11.245211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:11.245700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:11.246210+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' [] [] [2021-07-18T10:29:11.246679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:11.246980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.248009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:11.248932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:11.249470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:11.249917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:11.250239+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' [] [] [2021-07-18T10:29:11.250578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:13.416198+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25687c"},"request_uri":"http://127.0.0.1:8000/_profiler/25687c","method":"GET"} [] [2021-07-18T10:29:26.447102+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:29:26.562810+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:29:26.568486+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:26.601907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.603083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.606835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:26.608057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:26.608412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:26.608784+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' [] [] [2021-07-18T10:29:26.609357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:26.611611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.612602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.613666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:26.614417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:26.614769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:26.615091+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' [] [] [2021-07-18T10:29:26.615435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:26.615716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.616716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:26.617696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:26.618208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:26.618542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:26.618851+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' [] [] [2021-07-18T10:29:26.619192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:26.864458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"677b3b"},"request_uri":"http://127.0.0.1:8000/_wdt/677b3b","method":"GET"} [] [2021-07-18T10:29:29.242897+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:29:29.342473+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:29:29.351901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:29:29.383519+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:29:29.384558+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:29.411393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.412562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.416472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:29.417748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:29.418120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:29.418478+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' [] [] [2021-07-18T10:29:29.419081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:29.421437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.422472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.423580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:29.424353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:29.424791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:29.425235+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' [] [] [2021-07-18T10:29:29.425599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:29.425886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.426955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:29.427944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:29.428507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:29.428851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:29.429166+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' [] [] [2021-07-18T10:29:29.429518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:32.350598+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7ceae"},"request_uri":"http://127.0.0.1:8000/_profiler/a7ceae","method":"GET"} [] [2021-07-18T10:29:42.149347+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-18T10:29:42.270225+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:42.304585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.305749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.309648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:42.310901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:42.311360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:42.311689+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' [] [] [2021-07-18T10:29:42.312255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:42.314561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.315557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.316582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:42.317517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:42.318124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:42.318567+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' [] [] [2021-07-18T10:29:42.319030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:42.319329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.320384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:42.321364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:42.321917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:42.322356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:42.322678+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' [] [] [2021-07-18T10:29:42.323025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:42.560498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d794e"},"request_uri":"http://127.0.0.1:8000/_wdt/0d794e","method":"GET"} [] [2021-07-18T10:29:45.424238+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-18T10:29:45.478848+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:29:45.564191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.566318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.570156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.571484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.571855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.572183+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' [] [] [2021-07-18T10:29:45.572848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.575144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.576150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.577144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.578180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.578771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.579262+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' [] [] [2021-07-18T10:29:45.579693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.580035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.581184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.582186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.582751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.583098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.583419+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' [] [] [2021-07-18T10:29:45.583769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.596398+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:29:45.602089+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2021-07-18T10:29:45.613370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:29:45.615399+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:29:45.617936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.619051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.620050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.620619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.620977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.621304+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' [] [] [2021-07-18T10:29:45.621664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.621945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.622923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.623913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.624454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.624827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.625165+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' [] [] [2021-07-18T10:29:45.625523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.625800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.626919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:45.627988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:45.628689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:45.629264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:45.629645+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' [] [] [2021-07-18T10:29:45.630072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:45.889427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"066f8d"},"request_uri":"http://127.0.0.1:8000/_wdt/066f8d","method":"GET"} [] [2021-07-18T10:29:58.672375+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:29:58.817868+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:29:58.826044+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:29:58.856228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.858062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.862773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:58.864348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:58.864722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:58.865057+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' [] [] [2021-07-18T10:29:58.865683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:58.868533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.869606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.870618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:58.871181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:58.871531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:58.871858+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' [] [] [2021-07-18T10:29:58.872211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:58.872493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.873864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:29:58.875314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:29:58.876163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:29:58.876535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:29:58.876862+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' [] [] [2021-07-18T10:29:58.877223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:29:59.113827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4336fc"},"request_uri":"http://127.0.0.1:8000/_wdt/4336fc","method":"GET"} [] [2021-07-18T10:30:00.469260+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:30:00.584214+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:30:00.593979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:30:00.647063+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:30:00.648175+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:30:00.674719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.675899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.679917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:30:00.681604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:30:00.682194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:30:00.682582+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' [] [] [2021-07-18T10:30:00.683230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:30:00.685608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.686630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.687609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:30:00.688154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:30:00.688500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:30:00.688817+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' [] [] [2021-07-18T10:30:00.689165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:30:00.689440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.690414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:30:00.691443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:30:00.691985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:30:00.692330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:30:00.692746+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' [] [] [2021-07-18T10:30:00.693095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:30:11.125547+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b8515"},"request_uri":"http://127.0.0.1:8000/_profiler/5b8515","method":"GET"} [] [2021-07-18T10:30:27.665584+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b8515"},"request_uri":"http://127.0.0.1:8000/_profiler/5b8515?panel=form","method":"GET"} [] [2021-07-18T10:33:26.230258+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:33:26.410848+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:33:26.417232+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:33:26.449439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.450635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.454785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:26.456201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:26.456571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:26.456897+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' [] [] [2021-07-18T10:33:26.457513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:26.460296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.461325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.462487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:26.463317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:26.463679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:26.463999+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' [] [] [2021-07-18T10:33:26.464348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:26.464631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.465618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:26.466591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:26.467095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:26.467430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:26.467747+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' [] [] [2021-07-18T10:33:26.468086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:29.080483+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:33:29.193470+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:33:29.203033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:33:29.233816+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:33:29.234885+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:33:29.260862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.262037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.265902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:29.267192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:29.267560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:29.267890+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' [] [] [2021-07-18T10:33:29.268516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:29.271114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.272828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.273901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:29.274489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:29.274835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:29.275260+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' [] [] [2021-07-18T10:33:29.275622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:29.275909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.276899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:33:29.277890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:33:29.278404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:33:29.278744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:33:29.279059+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' [] [] [2021-07-18T10:33:29.279404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:33:33.508777+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8f6f6d"},"request_uri":"http://127.0.0.1:8000/_profiler/8f6f6d","method":"GET"} [] [2021-07-18T10:33:43.023640+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8f6f6d"},"request_uri":"http://127.0.0.1:8000/_profiler/8f6f6d?panel=exception","method":"GET"} [] [2021-07-18T10:33:45.084082+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8f6f6d"},"request_uri":"http://127.0.0.1:8000/_profiler/8f6f6d?panel=form","method":"GET"} [] [2021-07-18T10:35:12.636241+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:35:12.751857+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:35:12.757737+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:35:12.784627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.785880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.790166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:12.791705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:12.792089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:12.792422+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' [] [] [2021-07-18T10:35:12.793015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:12.795399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.796481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.797498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:12.798062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:12.798410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:12.798739+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' [] [] [2021-07-18T10:35:12.799089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:12.799367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.800347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:12.801346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:12.801967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:12.802327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:12.802649+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' [] [] [2021-07-18T10:35:12.803002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:13.044602+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"886b8f"},"request_uri":"http://127.0.0.1:8000/_wdt/886b8f","method":"GET"} [] [2021-07-18T10:35:14.721905+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:35:14.825800+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:35:14.835552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:35:14.866716+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:35:14.867734+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:35:14.893578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.894737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.898823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:14.900202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:14.900672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:14.901005+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' [] [] [2021-07-18T10:35:14.901587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:14.903957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.905036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.906053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:14.906656+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:14.907016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:14.907339+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' [] [] [2021-07-18T10:35:14.907692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:14.907975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.908955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:14.909922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:14.910440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:14.910773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:14.911197+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' [] [] [2021-07-18T10:35:14.911539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:17.789906+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:35:17.938918+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:35:17.944453+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:35:17.970114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.971293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.975326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:17.976682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:17.977057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:17.977383+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' [] [] [2021-07-18T10:35:17.977963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:17.980342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.981366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.982348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:17.982901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:17.983346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:17.983638+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' [] [] [2021-07-18T10:35:17.983994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:17.984275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.985228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:35:17.986199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:35:17.986721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:35:17.987058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:35:17.987371+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' [] [] [2021-07-18T10:35:17.987713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:35:22.392402+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4af7f1"},"request_uri":"http://127.0.0.1:8000/_profiler/4af7f1","method":"GET"} [] [2021-07-18T10:35:30.558418+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4af7f1"},"request_uri":"http://127.0.0.1:8000/_profiler/4af7f1?panel=form","method":"GET"} [] [2021-07-18T10:36:50.586836+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:36:50.712908+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:36:50.719437+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:36:50.749632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.750789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.754993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:36:50.757409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:36:50.757869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:36:50.758205+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' [] [] [2021-07-18T10:36:50.758840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:36:50.761679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.762690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.763660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:36:50.764213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:36:50.764553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:36:50.764865+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' [] [] [2021-07-18T10:36:50.765207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:36:50.765482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.766521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:36:50.767478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:36:50.767973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:36:50.768300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:36:50.768611+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' [] [] [2021-07-18T10:36:50.768953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:36:51.011516+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"350c5b"},"request_uri":"http://127.0.0.1:8000/_wdt/350c5b","method":"GET"} [] [2021-07-18T10:37:00.002774+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:37:00.098253+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:37:00.109571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:37:00.158657+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:37:00.159683+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:37:00.185594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.186901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.191152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:00.192473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:00.192935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:00.193265+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' [] [] [2021-07-18T10:37:00.193830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:00.196142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.197208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.198256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:00.198825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:00.199182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:00.199509+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' [] [] [2021-07-18T10:37:00.199865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:00.200151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.201139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:00.202082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:00.202604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:00.203044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:00.203374+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' [] [] [2021-07-18T10:37:00.203744+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:03.451945+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"290bb2"},"request_uri":"http://127.0.0.1:8000/_profiler/290bb2","method":"GET"} [] [2021-07-18T10:37:12.124672+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"290bb2"},"request_uri":"http://127.0.0.1:8000/_profiler/290bb2?panel=form","method":"GET"} [] [2021-07-18T10:37:47.122866+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:37:47.237706+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:37:47.243619+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:37:47.273292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.274464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.278244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:47.279476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:47.279844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:47.280207+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' [] [] [2021-07-18T10:37:47.280998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:47.283350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.284374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.285369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:47.285927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:47.286302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:47.286626+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' [] [] [2021-07-18T10:37:47.286974+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:47.287254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.288212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:47.289197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:47.289716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:47.290085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:47.290436+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' [] [] [2021-07-18T10:37:47.290873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:47.526600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27e296"},"request_uri":"http://127.0.0.1:8000/_wdt/27e296","method":"GET"} [] [2021-07-18T10:37:52.974895+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:37:53.086961+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:37:53.096150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:37:53.126354+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:37:53.127337+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:37:53.153011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.154144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.157902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:53.159087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:53.159433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:53.159750+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' [] [] [2021-07-18T10:37:53.160304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:53.162572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.163545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.164493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:53.165082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:53.165529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:53.165840+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' [] [] [2021-07-18T10:37:53.166179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:53.166457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.167691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:37:53.168857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:37:53.169433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:37:53.169774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:37:53.170086+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' [] [] [2021-07-18T10:37:53.170435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:37:55.619614+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d921e"},"request_uri":"http://127.0.0.1:8000/_profiler/5d921e","method":"GET"} [] [2021-07-18T10:38:17.734780+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d921e"},"request_uri":"http://127.0.0.1:8000/_profiler/5d921e?panel=form","method":"GET"} [] [2021-07-18T10:40:00.709036+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:40:02.404254+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:40:13.561051+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:40:13.675456+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:40:13.682080+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:40:13.712599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.713741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.717774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:40:13.719133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:40:13.719515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:40:13.719802+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' [] [] [2021-07-18T10:40:13.720379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:40:13.723069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.724030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.724906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:40:13.725413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:40:13.725713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:40:13.726042+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' [] [] [2021-07-18T10:40:13.726345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:40:13.726580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.727655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:40:13.728677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:40:13.729171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:40:13.729465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:40:13.729734+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' [] [] [2021-07-18T10:40:13.730039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:40:13.979472+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8d7eb"},"request_uri":"http://127.0.0.1:8000/_wdt/a8d7eb","method":"GET"} [] [2021-07-18T10:40:24.526177+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:41:01.838924+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:41:02.508300+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:41:02.513739+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:41:02.534120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.535294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.539028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:02.540299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:02.540658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:02.540978+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' [] [] [2021-07-18T10:41:02.541535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:02.544518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.545770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.546776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:02.547352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:02.547696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:02.548009+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' [] [] [2021-07-18T10:41:02.548358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:02.548631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.549588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:02.550557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:02.551119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:02.551494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:02.551935+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' [] [] [2021-07-18T10:41:02.552303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:06.112190+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:41:06.235933+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:41:06.768086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:41:06.809689+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:41:06.810676+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:41:06.830688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.831845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.835592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:06.836791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:06.837149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:06.837519+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' [] [] [2021-07-18T10:41:06.838071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:06.840353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.841507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.842735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:06.843349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:06.843695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:06.844011+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' [] [] [2021-07-18T10:41:06.844395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:06.844686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.845660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:41:06.846624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:41:06.847132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:41:06.847462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:41:06.847769+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' [] [] [2021-07-18T10:41:06.848162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:41:10.014654+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52e56e"},"request_uri":"http://127.0.0.1:8000/_profiler/52e56e","method":"GET"} [] [2021-07-18T10:43:28.669945+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:43:28.800682+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:43:28.807313+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:43:28.838698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.839990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.844309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:28.845718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:28.846073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:28.846430+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' [] [] [2021-07-18T10:43:28.847143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:28.849892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.850890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.851850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:28.852379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:28.852761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:28.853070+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' [] [] [2021-07-18T10:43:28.853408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:28.853680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.854613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:28.855556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:28.856052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:28.856489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:28.856837+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' [] [] [2021-07-18T10:43:28.857191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:29.105673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3be39f"},"request_uri":"http://127.0.0.1:8000/_wdt/3be39f","method":"GET"} [] [2021-07-18T10:43:30.760646+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:43:30.867928+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:43:30.877689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:43:30.927423+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:43:30.928465+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:43:30.957175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.958362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.962239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:30.963553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:30.964024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:30.964516+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' [] [] [2021-07-18T10:43:30.965261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:30.967660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.968705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.969747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:30.970383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:30.970744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:30.971068+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' [] [] [2021-07-18T10:43:30.971423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:30.971713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.972777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:43:30.973776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:43:30.974307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:43:30.974648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:43:30.974968+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' [] [] [2021-07-18T10:43:30.975318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:43:33.398609+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"01f362"},"request_uri":"http://127.0.0.1:8000/_profiler/01f362","method":"GET"} [] [2021-07-18T10:43:40.455215+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"01f362"},"request_uri":"http://127.0.0.1:8000/_profiler/01f362?panel=form","method":"GET"} [] [2021-07-18T10:44:05.035767+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/show","method":"GET"} [] [2021-07-18T10:44:05.108177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-18T10:44:05.148475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:44:05.167200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.168427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.172694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:05.174282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:05.174732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:05.175077+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' [] [] [2021-07-18T10:44:05.175703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:05.178446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.179537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.181151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:05.181900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:05.182274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:05.182604+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' [] [] [2021-07-18T10:44:05.182960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:05.183251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.184286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:05.185288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:05.185836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:05.186266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:05.186592+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' [] [] [2021-07-18T10:44:05.186944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:05.433967+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97d0a6"},"request_uri":"http://127.0.0.1:8000/_wdt/97d0a6","method":"GET"} [] [2021-07-18T10:44:07.539054+00:00] request.INFO: Matched route "subgroup_edit". {"route":"subgroup_edit","route_parameters":{"_route":"subgroup_edit","_controller":"App\\Controller\\SubgroupController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/edit","method":"GET"} [] [2021-07-18T10:44:07.621052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-18T10:44:07.687523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:44:07.691857+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:44:07.731232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.732397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.736502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:07.737934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:07.738506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:07.738891+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' [] [] [2021-07-18T10:44:07.739712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:07.742941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.743999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.745093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:07.745710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:07.746119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:07.746452+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' [] [] [2021-07-18T10:44:07.746806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:07.747087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.748086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:07.749059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:07.749583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:07.749922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:07.750238+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' [] [] [2021-07-18T10:44:07.750583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:08.003392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e53073"},"request_uri":"http://127.0.0.1:8000/_wdt/e53073","method":"GET"} [] [2021-07-18T10:44:25.033631+00:00] request.INFO: Matched route "subgroup_edit". {"route":"subgroup_edit","route_parameters":{"_route":"subgroup_edit","_controller":"App\\Controller\\SubgroupController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/edit","method":"POST"} [] [2021-07-18T10:44:25.110325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-18T10:44:25.178049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:44:25.188044+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:44:25.245666+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T10:44:25.245967+00:00] doctrine.DEBUG: UPDATE subgroup SET name = ? WHERE id = ? ["Sub Land",2] [] [2021-07-18T10:44:25.246540+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T10:44:25.271358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.272519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.276689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.278118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.278476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.278798+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' [] [] [2021-07-18T10:44:25.279417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.282266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.283295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.284304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.284876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.285278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.285564+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' [] [] [2021-07-18T10:44:25.285916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.286191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.287148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.288120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.288633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.288988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.289313+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' [] [] [2021-07-18T10:44:25.289665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.437012+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-18T10:44:25.498458+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:44:25.584392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.586873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.590821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.592107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.592465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.592793+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' [] [] [2021-07-18T10:44:25.593357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.595583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.596581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.597575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.598103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.598450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.598784+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' [] [] [2021-07-18T10:44:25.599219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.599521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.600735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.601816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.602494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.602858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.603149+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' [] [] [2021-07-18T10:44:25.603503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.616056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:44:25.620937+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2021-07-18T10:44:25.630449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:44:25.632547+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:44:25.635898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.636995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.638001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.638572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.638917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.639244+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' [] [] [2021-07-18T10:44:25.639597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.639877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.640850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.641876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.642389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.642734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.643054+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' [] [] [2021-07-18T10:44:25.643402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.643675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.644668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:25.645672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:25.646193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:25.646533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:25.646855+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' [] [] [2021-07-18T10:44:25.647202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:25.900539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"552cad"},"request_uri":"http://127.0.0.1:8000/_wdt/552cad","method":"GET"} [] [2021-07-18T10:44:32.568508+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:44:32.693888+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:44:32.699985+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:44:32.728675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.729833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.733906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:32.735266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:32.735622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:32.735947+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' [] [] [2021-07-18T10:44:32.736568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:32.739421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.740713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.741912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:32.742493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:32.742895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:32.743180+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' [] [] [2021-07-18T10:44:32.743533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:32.743823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.744795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:32.745759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:32.746258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:32.746588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:32.746901+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' [] [] [2021-07-18T10:44:32.747245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:32.998666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dc6a3"},"request_uri":"http://127.0.0.1:8000/_wdt/2dc6a3","method":"GET"} [] [2021-07-18T10:44:34.626115+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:44:34.724030+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:44:34.734308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:44:34.783219+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:44:34.784288+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:44:34.819307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.820472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.824301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:34.825523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:34.825930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:34.826280+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' [] [] [2021-07-18T10:44:34.827197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:34.829558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.830690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.831900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:34.832568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:34.832928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:34.833248+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' [] [] [2021-07-18T10:44:34.833664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:44:34.833954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.834956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:44:34.835943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:44:34.836472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:44:34.836805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:44:34.837122+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' [] [] [2021-07-18T10:44:34.837469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:21.842868+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:46:21.948908+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:46:21.954489+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:46:21.980456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.981715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.985504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:21.986785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:21.987148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:21.987512+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' [] [] [2021-07-18T10:46:21.988080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:21.990467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.991428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.992399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:21.993010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:21.993393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:21.993707+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' [] [] [2021-07-18T10:46:21.994050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:21.994328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.995357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:21.996315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:21.996831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:21.997163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:21.997522+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' [] [] [2021-07-18T10:46:21.997859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:22.239936+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d12470"},"request_uri":"http://127.0.0.1:8000/_wdt/d12470","method":"GET"} [] [2021-07-18T10:46:24.069559+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:46:24.187648+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:46:24.193219+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:46:24.219270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.220445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.224252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:24.225493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:24.225851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:24.226183+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' [] [] [2021-07-18T10:46:24.226752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:24.229073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.230069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.231062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:24.231605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:24.232008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:24.232331+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' [] [] [2021-07-18T10:46:24.232681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:24.232960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.234076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:24.235370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:24.235961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:24.236320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:24.236642+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' [] [] [2021-07-18T10:46:24.237002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:24.454963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfe10e"},"request_uri":"http://127.0.0.1:8000/_wdt/dfe10e","method":"GET"} [] [2021-07-18T10:46:26.322022+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:46:26.435327+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:46:26.453804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:46:26.496023+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:46:26.497134+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:46:26.519630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.520800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.524677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:26.526251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:26.526752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:26.527066+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' [] [] [2021-07-18T10:46:26.527684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:26.530058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.531099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.532102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:26.532655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:26.533003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:26.533326+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' [] [] [2021-07-18T10:46:26.533735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:26.534014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.534984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:46:26.535971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:46:26.536477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:46:26.536819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:46:26.537139+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' [] [] [2021-07-18T10:46:26.537484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:46:28.860835+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"072a4d"},"request_uri":"http://127.0.0.1:8000/_profiler/072a4d","method":"GET"} [] [2021-07-18T10:47:42.526030+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:47:42.656535+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:47:42.662789+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:47:42.691243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.692395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.696426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:42.697841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:42.698255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:42.698646+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' [] [] [2021-07-18T10:47:42.699526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:42.702595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.703632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.704598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:42.705148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:42.705486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:42.705796+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' [] [] [2021-07-18T10:47:42.706136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:42.706413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.707346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:42.708298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:42.708793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:42.709175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:42.709489+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' [] [] [2021-07-18T10:47:42.709829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:42.958692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"010193"},"request_uri":"http://127.0.0.1:8000/_wdt/010193","method":"GET"} [] [2021-07-18T10:47:44.983711+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:47:45.101232+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:47:45.106852+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:47:45.133287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.134437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.138235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:45.139437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:45.139793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:45.140147+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' [] [] [2021-07-18T10:47:45.140759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:45.143055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.144052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.145035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:45.145650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:45.145991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:45.146309+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' [] [] [2021-07-18T10:47:45.146656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:45.146935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.147912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:45.148885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:45.149396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:45.149739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:45.150059+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' [] [] [2021-07-18T10:47:45.150408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:45.364072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddde07"},"request_uri":"http://127.0.0.1:8000/_wdt/ddde07","method":"GET"} [] [2021-07-18T10:47:49.589260+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:47:49.696982+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:47:49.717849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:47:49.769795+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:47:49.770781+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:47:49.797642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.798868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.802769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:49.804013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:49.804379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:49.804713+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' [] [] [2021-07-18T10:47:49.805285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:49.807997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.809159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.810165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:49.810739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:49.811088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:49.811474+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' [] [] [2021-07-18T10:47:49.811832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:49.812117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.813089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:47:49.814074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:47:49.814626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:47:49.814989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:47:49.815314+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' [] [] [2021-07-18T10:47:49.815666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:47:53.253032+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87e0ef"},"request_uri":"http://127.0.0.1:8000/_profiler/87e0ef","method":"GET"} [] [2021-07-18T10:48:06.025580+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87e0ef"},"request_uri":"http://127.0.0.1:8000/_profiler/87e0ef?panel=form","method":"GET"} [] [2021-07-18T10:49:51.026502+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-18T10:49:51.066772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.069919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.082098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:51.083705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:51.084087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:51.084420+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' [] [] [2021-07-18T10:49:51.085041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:51.087705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.088723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.089715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:51.090247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:51.090593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:51.090914+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' [] [] [2021-07-18T10:49:51.091260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:51.091532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.092503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:51.093488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:51.094052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:51.094393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:51.094708+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' [] [] [2021-07-18T10:49:51.095050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:52.162476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b7f03"},"request_uri":"http://127.0.0.1:8000/_wdt/9b7f03","method":"GET"} [] [2021-07-18T10:49:58.840031+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T10:49:58.893268+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:49:58.975674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.978004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.981940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:58.983152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:58.983503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:58.983869+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' [] [] [2021-07-18T10:49:58.984412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:58.986659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.987633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.988587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:58.989199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:58.989553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:58.989873+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' [] [] [2021-07-18T10:49:58.990216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:58.990486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.991458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:58.992566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:58.993197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:58.993568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:58.993945+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' [] [] [2021-07-18T10:49:58.994293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:59.005860+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:49:59.010752+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T10:49:59.014004+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:49:59.018098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.019167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.020307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:59.021104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:59.021559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:59.021886+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' [] [] [2021-07-18T10:49:59.022241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:59.022524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.023509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.024483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:59.024999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:59.025332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:59.025663+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' [] [] [2021-07-18T10:49:59.026122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:59.026406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.027398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:49:59.028356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:49:59.028889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:49:59.029233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:49:59.029544+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' [] [] [2021-07-18T10:49:59.029888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:49:59.306568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"615cb7"},"request_uri":"http://127.0.0.1:8000/_wdt/615cb7","method":"GET"} [] [2021-07-18T10:50:01.930411+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:50:02.037366+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:50:02.043196+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:50:02.070319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.071544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.075401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:02.076609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:02.076967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:02.077292+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' [] [] [2021-07-18T10:50:02.077859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:02.080155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.081255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.082313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:02.082847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:02.083197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:02.083541+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' [] [] [2021-07-18T10:50:02.083894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:02.084184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.085161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:02.086145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:02.086761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:02.087150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:02.087498+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' [] [] [2021-07-18T10:50:02.087867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:02.296623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1dd19"},"request_uri":"http://127.0.0.1:8000/_wdt/e1dd19","method":"GET"} [] [2021-07-18T10:50:05.008298+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:50:05.124135+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:50:05.134341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:50:05.188800+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:50:05.189789+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:50:05.216374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.217588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.221499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:05.222774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:05.223198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:05.223527+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' [] [] [2021-07-18T10:50:05.224093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:05.226369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.227399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.228434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:05.229027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:05.229373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:05.229695+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' [] [] [2021-07-18T10:50:05.230144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:05.230490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.231759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:50:05.232888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:50:05.233461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:50:05.233870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:50:05.234196+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' [] [] [2021-07-18T10:50:05.234553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:50:09.276432+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c546d"},"request_uri":"http://127.0.0.1:8000/_profiler/1c546d","method":"GET"} [] [2021-07-18T10:50:22.255313+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c546d"},"request_uri":"http://127.0.0.1:8000/_profiler/1c546d?panel=form","method":"GET"} [] [2021-07-18T10:52:08.958433+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:52:09.100032+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:52:09.121817+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:52:09.156877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.158075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.162250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:09.163673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:09.164032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:09.164367+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' [] [] [2021-07-18T10:52:09.164996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:09.167930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.169045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.170121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:09.170692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:09.171043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:09.171367+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' [] [] [2021-07-18T10:52:09.171718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:09.172021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.172992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:09.173975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:09.174488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:09.174827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:09.175145+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' [] [] [2021-07-18T10:52:09.175493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:09.415472+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"437cb2"},"request_uri":"http://127.0.0.1:8000/_wdt/437cb2","method":"GET"} [] [2021-07-18T10:52:10.210312+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:52:10.324572+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:52:10.330225+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:52:10.358561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.359744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.363598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:10.364879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:10.365247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:10.365575+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' [] [] [2021-07-18T10:52:10.366149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:10.368498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.369522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.370711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:10.371844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:10.372355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:10.372775+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' [] [] [2021-07-18T10:52:10.373142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:10.373436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.374488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:10.375471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:10.376015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:10.376356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:10.376673+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' [] [] [2021-07-18T10:52:10.377019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:10.594852+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f90a1e"},"request_uri":"http://127.0.0.1:8000/_wdt/f90a1e","method":"GET"} [] [2021-07-18T10:52:13.937316+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:52:14.050957+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:52:14.060894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:52:14.111330+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:52:14.112337+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:52:14.139005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.140199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.144094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:14.145404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:14.145765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:14.146093+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' [] [] [2021-07-18T10:52:14.146654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:14.148973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.150122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.151337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:14.151983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:14.152338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:14.152659+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' [] [] [2021-07-18T10:52:14.153012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:14.153300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.154282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:14.155283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:14.155907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:14.156277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:14.156597+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' [] [] [2021-07-18T10:52:14.156946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:18.362090+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ae361"},"request_uri":"http://127.0.0.1:8000/_profiler/0ae361","method":"GET"} [] [2021-07-18T10:52:34.757514+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:52:34.905314+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:52:34.912501+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:52:34.942125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.943282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.947246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:34.948541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:34.948922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:34.949235+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' [] [] [2021-07-18T10:52:34.949832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:34.952107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.953085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.954410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:34.955189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:34.955526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:34.955780+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' [] [] [2021-07-18T10:52:34.956060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:34.956290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.957245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:34.958147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:34.958620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:34.958877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:34.959106+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' [] [] [2021-07-18T10:52:34.959361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:37.694547+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:52:37.816830+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:52:37.825742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:52:37.857865+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:52:37.858844+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:52:37.885200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.886363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.890207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:37.891417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:37.891777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:37.892103+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' [] [] [2021-07-18T10:52:37.892671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:37.894953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.895957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.897013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:37.897838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:37.898461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:37.898819+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' [] [] [2021-07-18T10:52:37.899180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:37.899474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.900520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:52:37.901510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:52:37.902055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:52:37.902395+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:52:37.902716+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' [] [] [2021-07-18T10:52:37.903065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:52:48.543355+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://127.0.0.1:8000/_profiler/open?file=src%5CController%5CAssetnameController.php&line=48","method":"GET"} [] [2021-07-18T10:53:22.791061+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:53:22.942388+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:53:22.947975+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:53:22.977420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.978626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.982560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:22.984852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:22.985337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:22.985687+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' [] [] [2021-07-18T10:53:22.986299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:22.988853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.989912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.990918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:22.991476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:22.991827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:22.992149+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' [] [] [2021-07-18T10:53:22.992502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:22.992802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.993795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:22.994800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:22.995418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:22.995765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:22.996095+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' [] [] [2021-07-18T10:53:22.996444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:24.767796+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-18T10:53:24.884138+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:53:24.917478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.918621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.922439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:24.924004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:24.924432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:24.924767+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' [] [] [2021-07-18T10:53:24.925355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:24.927629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.928705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.929687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:24.930274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:24.930616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:24.930925+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' [] [] [2021-07-18T10:53:24.931281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:24.931558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.932541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:24.933518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:24.934041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:24.934374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:24.934690+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' [] [] [2021-07-18T10:53:24.935034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:25.172255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f37f4e"},"request_uri":"http://127.0.0.1:8000/_wdt/f37f4e","method":"GET"} [] [2021-07-18T10:53:28.831160+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-18T10:53:28.936180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.938635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.947524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:28.948848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:28.949212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:28.949508+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' [] [] [2021-07-18T10:53:28.950093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:28.952330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.953540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.955027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:28.955769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:28.956130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:28.956451+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' [] [] [2021-07-18T10:53:28.956805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:28.957179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.958337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:28.959387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:28.959970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:28.960324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:28.960646+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' [] [] [2021-07-18T10:53:28.961079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:29.214753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"958b13"},"request_uri":"http://127.0.0.1:8000/_wdt/958b13","method":"GET"} [] [2021-07-18T10:53:30.970977+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T10:53:31.022840+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:53:31.097552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.099687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.103550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.104796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.105215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.105544+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' [] [] [2021-07-18T10:53:31.106129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.108501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.109627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.110733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.111333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.111751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.112084+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' [] [] [2021-07-18T10:53:31.112441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.112724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.113737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.114758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.115313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.115728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.116053+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' [] [] [2021-07-18T10:53:31.116404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.127257+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:53:31.132068+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2]] [] [2021-07-18T10:53:31.135104+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:53:31.137431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.138551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.139607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.140255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.140683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.141039+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' [] [] [2021-07-18T10:53:31.141404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.141692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.142743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.143761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.144356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.144748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.145091+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' [] [] [2021-07-18T10:53:31.145462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.145756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.146791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:31.147794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:31.148335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:31.148682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:31.149006+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' [] [] [2021-07-18T10:53:31.149357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:31.373954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"717119"},"request_uri":"http://127.0.0.1:8000/_wdt/717119","method":"GET"} [] [2021-07-18T10:53:32.607189+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-18T10:53:32.712652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.714762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.724051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:32.725384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:32.725754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:32.726098+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' [] [] [2021-07-18T10:53:32.726689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:32.728951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.729975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.731005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:32.731535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:32.731884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:32.732292+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' [] [] [2021-07-18T10:53:32.732698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:32.733003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.734128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:32.735203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:32.735769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:32.736114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:32.736436+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' [] [] [2021-07-18T10:53:32.736786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:32.956043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd39b4"},"request_uri":"http://127.0.0.1:8000/_wdt/fd39b4","method":"GET"} [] [2021-07-18T10:53:47.492801+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-18T10:53:47.628764+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T10:53:47.634140+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Building","2":"B","3":2.5,"4":null} [] [2021-07-18T10:53:47.637277+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T10:53:47.661757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.663938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.668634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.670250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.670635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.671026+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' [] [] [2021-07-18T10:53:47.671646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:47.674557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.675641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.676688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.677248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.677598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.677915+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' [] [] [2021-07-18T10:53:47.678283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:47.678563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.679522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.680503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.681010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.681351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.681671+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' [] [] [2021-07-18T10:53:47.682103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:47.833638+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T10:53:47.894091+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:53:47.978434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.980542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.984418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.985727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.986171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.986518+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' [] [] [2021-07-18T10:53:47.987140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:47.989425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.990450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.991457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.992002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.992404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.992735+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' [] [] [2021-07-18T10:53:47.993086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:47.993363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.994412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:47.995430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:47.995966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:47.996310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:47.996594+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' [] [] [2021-07-18T10:53:47.996946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:48.008794+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:53:48.013668+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[3,2]] [] [2021-07-18T10:53:48.016708+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:53:48.019867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.021094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.022113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:48.022699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:48.023055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:48.023380+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' [] [] [2021-07-18T10:53:48.023732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:48.024024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.025046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.026119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:48.026633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:48.027029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:48.027359+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' [] [] [2021-07-18T10:53:48.027709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:48.027989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.028976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:48.029917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:48.030445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:48.030787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:48.031105+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' [] [] [2021-07-18T10:53:48.031450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:48.254683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fb436"},"request_uri":"http://127.0.0.1:8000/_wdt/1fb436","method":"GET"} [] [2021-07-18T10:53:49.576937+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-18T10:53:49.682786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.684890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.693956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:49.695322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:49.695694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:49.696027+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' [] [] [2021-07-18T10:53:49.696596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:49.699015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.700112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.701116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:49.701673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:49.702071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:49.702391+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' [] [] [2021-07-18T10:53:49.702748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:49.703037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.704017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:53:49.705006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:53:49.705520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:53:49.705888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:53:49.706271+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' [] [] [2021-07-18T10:53:49.706699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:53:49.929512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"288d1e"},"request_uri":"http://127.0.0.1:8000/_wdt/288d1e","method":"GET"} [] [2021-07-18T10:54:04.146154+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-18T10:54:04.283114+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T10:54:04.287301+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Computer","2":"C","3":30.0,"4":null} [] [2021-07-18T10:54:04.288469+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T10:54:04.305930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.308116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.312159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.314033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.314476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.314805+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' [] [] [2021-07-18T10:54:04.315401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.317775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.318775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.319754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.320292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.320622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.320993+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' [] [] [2021-07-18T10:54:04.321332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.321600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.322692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.323710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.324246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.324581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.324894+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' [] [] [2021-07-18T10:54:04.325246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.438573+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-18T10:54:04.487244+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:54:04.566286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.568285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.572006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.573284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.573750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.574079+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' [] [] [2021-07-18T10:54:04.574670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.576888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.577860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.578811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.579363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.579810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.580121+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' [] [] [2021-07-18T10:54:04.580461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.580726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.581666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.582639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.583239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.583730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.584055+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' [] [] [2021-07-18T10:54:04.584396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.595038+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:54:04.599028+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T10:54:04.601840+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:54:04.604428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.605446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.606408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.607092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.607434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.607743+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' [] [] [2021-07-18T10:54:04.608090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.608364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.609318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.610322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.610830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.611155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.611473+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' [] [] [2021-07-18T10:54:04.611809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.612071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.613008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:04.613960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:04.614463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:04.614790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:04.615095+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' [] [] [2021-07-18T10:54:04.615426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:04.863154+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7945cc"},"request_uri":"http://127.0.0.1:8000/_wdt/7945cc","method":"GET"} [] [2021-07-18T10:54:11.152917+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-18T10:54:11.265289+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:54:11.299006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.300199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.304055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:11.305285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:11.305690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:11.306021+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' [] [] [2021-07-18T10:54:11.306613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:11.308931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.309954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.310929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:11.311478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:11.311819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:11.312135+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' [] [] [2021-07-18T10:54:11.312553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:11.312861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.314386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:11.315556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:11.316131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:11.316479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:11.316797+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' [] [] [2021-07-18T10:54:11.317152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:11.560429+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1a912"},"request_uri":"http://127.0.0.1:8000/_wdt/f1a912","method":"GET"} [] [2021-07-18T10:54:35.771424+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-18T10:54:35.887869+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T10:54:35.926434+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T10:54:35.930518+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Sub Building","2":null,"3":3} [] [2021-07-18T10:54:35.934094+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T10:54:35.954418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.955584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.959309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:35.960510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:35.960915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:35.961230+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' [] [] [2021-07-18T10:54:35.961788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:35.964389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.965472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.966453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:35.967008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:35.967341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:35.967655+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' [] [] [2021-07-18T10:54:35.967998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:35.968271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.969219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:35.970185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:35.970680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:35.971109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:35.971485+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' [] [] [2021-07-18T10:54:35.971866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.087191+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-18T10:54:36.135631+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:54:36.204829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.206956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.210781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.211989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.212342+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.212663+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' [] [] [2021-07-18T10:54:36.213245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.215691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.216790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.217797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.218432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.218784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.219107+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' [] [] [2021-07-18T10:54:36.219471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.219751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.220737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.221715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.222238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.222571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.222882+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' [] [] [2021-07-18T10:54:36.223220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.234992+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:54:36.239161+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2021-07-18T10:54:36.248380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-18T10:54:36.249503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:54:36.250807+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:54:36.253788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.254811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.255780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.256318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.256654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.256962+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' [] [] [2021-07-18T10:54:36.257303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.257575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.258514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.259472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.259972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.260301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.260584+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' [] [] [2021-07-18T10:54:36.260915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.261178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.262122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:36.263077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:36.263568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:36.263971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:36.264372+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' [] [] [2021-07-18T10:54:36.264751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:36.540619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"702064"},"request_uri":"http://127.0.0.1:8000/_wdt/702064","method":"GET"} [] [2021-07-18T10:54:39.342545+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-18T10:54:39.448137+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:54:39.483229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.484370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.488443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:39.489904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:39.490275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:39.490628+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' [] [] [2021-07-18T10:54:39.491672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:39.494995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.496101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.497077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:39.497632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:39.497963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:39.498276+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' [] [] [2021-07-18T10:54:39.498612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:39.498880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.499824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:39.500781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:39.501282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:39.501743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:39.502054+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' [] [] [2021-07-18T10:54:39.502386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:39.722829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a90376"},"request_uri":"http://127.0.0.1:8000/_wdt/a90376","method":"GET"} [] [2021-07-18T10:54:46.624674+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-18T10:54:46.743739+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T10:54:46.798619+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T10:54:46.803169+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Sub Com","2":null,"3":4} [] [2021-07-18T10:54:46.804961+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T10:54:46.823396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.824587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.828528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:46.829777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:46.830133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:46.830460+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' [] [] [2021-07-18T10:54:46.831031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:46.833834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.835060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.836123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:46.836662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:46.836963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:46.837222+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' [] [] [2021-07-18T10:54:46.837512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:46.837739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.838659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:46.839627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:46.840116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:46.840467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:46.840758+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' [] [] [2021-07-18T10:54:46.841131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:46.958841+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-18T10:54:47.010688+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T10:54:47.089679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.091752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.095612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.096839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.097196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.097520+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' [] [] [2021-07-18T10:54:47.098082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.100327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.101402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.102467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.103070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.103416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.103828+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' [] [] [2021-07-18T10:54:47.104210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.104497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.105517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.106456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.106980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.107315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.107630+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' [] [] [2021-07-18T10:54:47.107971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.119526+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T10:54:47.124118+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T10:54:47.133316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-18T10:54:47.134338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-18T10:54:47.134771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T10:54:47.136157+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T10:54:47.139279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.140329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.141336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.141893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.142246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.142572+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' [] [] [2021-07-18T10:54:47.142927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.143208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.144182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.145171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.145679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.146017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.146337+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' [] [] [2021-07-18T10:54:47.146680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.146948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.147992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:47.148982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:47.149488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:47.149819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:47.150133+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' [] [] [2021-07-18T10:54:47.150480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:47.406146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bda259"},"request_uri":"http://127.0.0.1:8000/_wdt/bda259","method":"GET"} [] [2021-07-18T10:54:50.157913+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:54:50.276933+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:54:50.283581+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:54:50.313199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.314404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.318599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:50.319980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:50.320348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:50.320600+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' [] [] [2021-07-18T10:54:50.321138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:50.323988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.324942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.325852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:50.326375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:50.326661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:50.326918+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' [] [] [2021-07-18T10:54:50.327185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:50.327397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.328485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:50.329571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:50.330143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:50.330459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:50.330791+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' [] [] [2021-07-18T10:54:50.331079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:50.587224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a68d91"},"request_uri":"http://127.0.0.1:8000/_wdt/a68d91","method":"GET"} [] [2021-07-18T10:54:55.860110+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:54:55.966906+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T10:54:55.976765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T10:54:56.026886+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:54:56.027886+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:54:56.054902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.056091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.060068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:56.061327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:56.061683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:56.062005+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' [] [] [2021-07-18T10:54:56.062575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:56.065371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.066640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.067720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:56.068295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:56.068640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:56.068955+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' [] [] [2021-07-18T10:54:56.069306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:56.069590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.070556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:56.071539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:56.072092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:56.072427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:56.072746+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' [] [] [2021-07-18T10:54:56.073107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:59.674421+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:54:59.780028+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T10:54:59.789222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T10:54:59.821082+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:54:59.822072+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:54:59.849126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.850312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.854173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:59.855391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:59.855714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:59.855973+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' [] [] [2021-07-18T10:54:59.856516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:59.858918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.859959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.861184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:59.861922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:59.862362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:59.862705+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' [] [] [2021-07-18T10:54:59.863019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:54:59.863262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.864241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:54:59.865230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:54:59.865766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:54:59.866060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:54:59.866319+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' [] [] [2021-07-18T10:54:59.866592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:02.542517+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75125a"},"request_uri":"http://127.0.0.1:8000/_profiler/75125a","method":"GET"} [] [2021-07-18T10:55:35.559006+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:55:35.682409+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T10:55:35.692346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T10:55:35.723460+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:55:35.724463+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:55:35.751521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.752710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.756632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:35.757961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:35.758354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:35.758690+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' [] [] [2021-07-18T10:55:35.759272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:35.761760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.762786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.763788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:35.764324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:35.764668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:35.764985+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' [] [] [2021-07-18T10:55:35.765345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:35.765664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.766842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:35.767915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:35.768552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:35.768897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:35.769220+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' [] [] [2021-07-18T10:55:35.769571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:39.995045+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:55:40.099227+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T10:55:40.108333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T10:55:40.139535+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:55:40.140528+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:55:40.166786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.167984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.171910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:40.173176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:40.173531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:40.173924+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' [] [] [2021-07-18T10:55:40.174497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:40.176836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.177916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.178901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:40.179448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:40.179790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:40.180136+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' [] [] [2021-07-18T10:55:40.180518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:40.180831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.181977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:40.183039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:40.183632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:40.183977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:40.184294+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' [] [] [2021-07-18T10:55:40.184748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:49.582465+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:55:49.681798+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T10:55:49.690751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T10:55:49.721423+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:55:49.722411+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:55:49.747881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.749087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.752899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:49.754131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:49.754485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:49.754804+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' [] [] [2021-07-18T10:55:49.755360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:49.757659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.758657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.759642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:49.760166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:49.760559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:49.760873+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' [] [] [2021-07-18T10:55:49.761216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:49.761486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.762451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:49.763611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:49.764314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:49.764729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:49.765052+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' [] [] [2021-07-18T10:55:49.765405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:52.820445+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:55:52.939544+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T10:55:52.948673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T10:55:52.978300+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:55:52.979292+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:55:53.004576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.005732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.009805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:53.011160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:53.011536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:53.011854+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' [] [] [2021-07-18T10:55:53.012406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:53.014651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.015643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.016600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:53.017178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:53.017509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:53.017819+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' [] [] [2021-07-18T10:55:53.018156+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:53.018433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.019458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:55:53.020425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:55:53.020918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:55:53.021247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:55:53.021556+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' [] [] [2021-07-18T10:55:53.021892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:55:56.391294+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"76d071"},"request_uri":"http://127.0.0.1:8000/_profiler/76d071","method":"GET"} [] [2021-07-18T10:56:05.778702+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"76d071"},"request_uri":"http://127.0.0.1:8000/_profiler/76d071?panel=time","method":"GET"} [] [2021-07-18T10:56:09.426858+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"76d071"},"request_uri":"http://127.0.0.1:8000/_profiler/76d071?panel=validator","method":"GET"} [] [2021-07-18T10:56:12.660566+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"76d071"},"request_uri":"http://127.0.0.1:8000/_profiler/76d071?panel=form","method":"GET"} [] [2021-07-18T10:59:03.348326+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:59:03.475009+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:59:03.481341+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:59:03.520937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.522125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.526198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:03.527647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:03.528000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:03.528323+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' [] [] [2021-07-18T10:59:03.528922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:03.531641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.532618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.533590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:03.534161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:03.534503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:03.534823+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' [] [] [2021-07-18T10:59:03.535164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:03.535450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.536615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:03.537594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:03.538180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:03.538514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:03.538828+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' [] [] [2021-07-18T10:59:03.539170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:03.776105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baeee2"},"request_uri":"http://127.0.0.1:8000/_wdt/baeee2","method":"GET"} [] [2021-07-18T10:59:05.491645+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T10:59:05.599570+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:59:05.605156+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:59:05.634913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.636087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.639867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:05.641088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:05.641439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:05.641762+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' [] [] [2021-07-18T10:59:05.642391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:05.644827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.645917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.646916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:05.647472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:05.647813+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:05.648140+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' [] [] [2021-07-18T10:59:05.648491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:05.648777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.649746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:05.650721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:05.651224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:05.651559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:05.651869+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' [] [] [2021-07-18T10:59:05.652214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:05.864013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93e5f5"},"request_uri":"http://127.0.0.1:8000/_wdt/93e5f5","method":"GET"} [] [2021-07-18T10:59:09.052639+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T10:59:09.176843+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T10:59:09.186603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T10:59:09.236783+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T10:59:09.237798+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T10:59:09.265111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.266271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.270142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:09.271399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:09.271889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:09.272317+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' [] [] [2021-07-18T10:59:09.273091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:09.275542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.276612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.277610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:09.278168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:09.278575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:09.278889+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' [] [] [2021-07-18T10:59:09.279238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:09.279512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.280480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T10:59:09.281464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T10:59:09.281980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T10:59:09.282315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T10:59:09.282629+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' [] [] [2021-07-18T10:59:09.282971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T10:59:11.933805+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc4c53"},"request_uri":"http://127.0.0.1:8000/_profiler/cc4c53","method":"GET"} [] [2021-07-18T11:00:03.421704+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:00:03.523780+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:00:03.529485+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:00:03.555697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.556899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.560752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:03.561981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:03.562332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:03.562660+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' [] [] [2021-07-18T11:00:03.563233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:03.565502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.566510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.567509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:03.568040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:03.568378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:03.568698+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' [] [] [2021-07-18T11:00:03.569044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:03.569330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.570313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:03.571376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:03.571899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:03.572264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:03.572564+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' [] [] [2021-07-18T11:00:03.572951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:03.814371+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc87df"},"request_uri":"http://127.0.0.1:8000/_wdt/bc87df","method":"GET"} [] [2021-07-18T11:00:05.542692+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:00:05.664974+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:00:05.671011+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:00:05.698820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.700002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.703910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:05.705176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:05.705537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:05.705939+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' [] [] [2021-07-18T11:00:05.706513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:05.708785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.709828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.710909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:05.711502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:05.711849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:05.712179+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' [] [] [2021-07-18T11:00:05.712528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:05.712848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.714136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:05.715324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:05.715921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:05.716271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:05.716660+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' [] [] [2021-07-18T11:00:05.717024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:05.938812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7903a4"},"request_uri":"http://127.0.0.1:8000/_wdt/7903a4","method":"GET"} [] [2021-07-18T11:00:08.026657+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:00:08.144202+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:00:08.153429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:00:08.189378+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:00:08.190380+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:00:08.216579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.217727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.221638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:08.223247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:08.223698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:08.224038+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' [] [] [2021-07-18T11:00:08.224633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:08.226946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.227965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.228957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:08.229567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:08.229905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:08.230218+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' [] [] [2021-07-18T11:00:08.230563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:08.230838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.231807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:08.232785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:08.233286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:08.233616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:08.233926+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' [] [] [2021-07-18T11:00:08.234266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:10.251609+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013b1e"},"request_uri":"http://127.0.0.1:8000/_profiler/013b1e","method":"GET"} [] [2021-07-18T11:00:27.141804+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:00:27.255163+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:00:27.264216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:00:27.295630+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:00:27.296641+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:00:27.323489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.324678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.328614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:27.329888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:27.330237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:27.330562+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' [] [] [2021-07-18T11:00:27.331133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:27.333474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.334540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.335568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:27.336136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:27.336571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:27.337038+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' [] [] [2021-07-18T11:00:27.337455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:27.337769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.338824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:00:27.339767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:00:27.340321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:00:27.340663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:00:27.340980+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' [] [] [2021-07-18T11:00:27.341322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:00:28.847041+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc7736"},"request_uri":"http://127.0.0.1:8000/_profiler/bc7736","method":"GET"} [] [2021-07-18T11:02:58.518809+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-18T11:02:58.580197+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T11:02:58.666895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.669669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.674134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.675623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.675992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.676316+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' [] [] [2021-07-18T11:02:58.676935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:58.679784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.680895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.681909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.682582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.683339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.684023+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' [] [] [2021-07-18T11:02:58.684817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:58.685207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.686368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.687432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.688075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.688415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.688724+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' [] [] [2021-07-18T11:02:58.689057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:58.702606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T11:02:58.707611+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T11:02:58.717827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-18T11:02:58.718975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-18T11:02:58.719366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T11:02:58.720729+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T11:02:58.723186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.724223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.725265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.725864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.726244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.726585+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' [] [] [2021-07-18T11:02:58.726981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:58.727281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.728316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.729291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.729789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.730108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.730403+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' [] [] [2021-07-18T11:02:58.730724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:58.730973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.731924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:02:58.733073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:02:58.733717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:02:58.734133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:02:58.734477+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' [] [] [2021-07-18T11:02:58.734860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:02:59.022397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41a1a9"},"request_uri":"http://127.0.0.1:8000/_wdt/41a1a9","method":"GET"} [] [2021-07-18T11:03:02.024369+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:03:02.153944+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:02.160247+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:02.191160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.192346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.196989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:02.198675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:02.199066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:02.199401+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' [] [] [2021-07-18T11:03:02.200032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:02.202862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.203890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.204890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:02.205530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:02.205875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:02.206205+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' [] [] [2021-07-18T11:03:02.206554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:02.206847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.207848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:02.208777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:02.209296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:02.209631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:02.209946+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' [] [] [2021-07-18T11:03:02.210287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:02.464788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ae89"},"request_uri":"http://127.0.0.1:8000/_wdt/c9ae89","method":"GET"} [] [2021-07-18T11:03:03.989516+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:03:04.086601+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:04.092469+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:04.119712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.120891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.124759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:04.126000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:04.126356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:04.126680+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' [] [] [2021-07-18T11:03:04.127254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:04.129618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.130617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.131607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:04.132133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:04.132472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:04.132791+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' [] [] [2021-07-18T11:03:04.133201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:04.133488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.134444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:04.135497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:04.136106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:04.136455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:04.136775+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' [] [] [2021-07-18T11:03:04.137121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:04.352985+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e45ce"},"request_uri":"http://127.0.0.1:8000/_wdt/4e45ce","method":"GET"} [] [2021-07-18T11:03:07.265390+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:03:07.381219+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:03:07.391138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:03:07.440755+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:07.441742+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:07.468307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.469488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.473356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:07.474640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:07.475028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:07.475358+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' [] [] [2021-07-18T11:03:07.475961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:07.478772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.480524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.482349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:07.483147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:07.483517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:07.483844+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' [] [] [2021-07-18T11:03:07.484202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:07.484490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.485590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:07.486614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:07.487166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:07.487577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:07.487900+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' [] [] [2021-07-18T11:03:07.488249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:09.858898+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:03:09.956339+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:03:09.965706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T11:03:09.998330+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:09.999373+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:10.026537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.027735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.031940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:10.033725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:10.034159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:10.034504+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' [] [] [2021-07-18T11:03:10.035194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:10.037691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.038980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.040168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:10.040761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:10.041106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:10.041425+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' [] [] [2021-07-18T11:03:10.041783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:10.042067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.043056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:10.044050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:10.044556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:10.044889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:10.045185+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' [] [] [2021-07-18T11:03:10.045560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:14.790393+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:03:14.906233+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:03:14.915219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:03:14.945176+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:14.946179+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:14.971656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.973009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.976926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:14.978149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:14.978503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:14.978825+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' [] [] [2021-07-18T11:03:14.979385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:14.981967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.983019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.983992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:14.984541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:14.984956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:14.985273+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' [] [] [2021-07-18T11:03:14.985619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:14.985897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.986872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:14.987899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:14.988573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:14.988980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:14.989334+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' [] [] [2021-07-18T11:03:14.989704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:17.105231+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:03:17.199565+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:03:17.208675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:03:17.239736+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:17.240735+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:17.267068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.268234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.272095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:17.273342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:17.273700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:17.274022+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' [] [] [2021-07-18T11:03:17.274583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:17.276991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.278055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.279136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:17.279795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:17.280193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:17.280545+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' [] [] [2021-07-18T11:03:17.280907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:17.281190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.282227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:17.283218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:17.283827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:17.284163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:17.284472+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' [] [] [2021-07-18T11:03:17.284815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:18.898674+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:03:19.017769+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:03:19.027790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T11:03:19.060414+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:03:19.061458+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:03:19.089444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.090650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.094519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:19.095808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:19.096166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:19.096557+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' [] [] [2021-07-18T11:03:19.097101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:19.099417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.100435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.101359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:19.102137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:19.102780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:19.103484+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' [] [] [2021-07-18T11:03:19.103971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:19.104321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.105377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:03:19.106377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:03:19.106971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:03:19.107318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:03:19.107633+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' [] [] [2021-07-18T11:03:19.108057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:03:20.535534+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d2cf0"},"request_uri":"http://127.0.0.1:8000/_profiler/9d2cf0","method":"GET"} [] [2021-07-18T11:03:23.255089+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d2cf0"},"request_uri":"http://127.0.0.1:8000/_profiler/9d2cf0?panel=form","method":"GET"} [] [2021-07-18T11:07:18.742371+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:07:18.872924+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:07:18.879331+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:07:18.916314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.917498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.921701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:18.923135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:18.923494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:18.923816+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' [] [] [2021-07-18T11:07:18.924431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:18.927218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.928213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.929199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:18.929787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:18.930135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:18.930455+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' [] [] [2021-07-18T11:07:18.930800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:18.931083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.932085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:18.933148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:18.933806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:18.934158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:18.934479+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' [] [] [2021-07-18T11:07:18.934829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:19.173645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c673"},"request_uri":"http://127.0.0.1:8000/_wdt/86c673","method":"GET"} [] [2021-07-18T11:07:22.732712+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:07:22.846580+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:07:22.856492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:07:22.906797+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:07:22.907820+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:07:22.934720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.935883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.939810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:22.941196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:22.941560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:22.941889+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' [] [] [2021-07-18T11:07:22.942468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:22.944807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.946038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.947200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:22.947817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:22.948204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:22.948630+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' [] [] [2021-07-18T11:07:22.949000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:22.949288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.950296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:22.951269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:22.951792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:22.952123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:22.952436+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' [] [] [2021-07-18T11:07:22.952772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:28.438132+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:07:28.553039+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:07:28.562006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:07:28.593530+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:07:28.594516+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:07:28.620958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.622112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.625965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:28.627269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:28.627631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:28.627991+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' [] [] [2021-07-18T11:07:28.628584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:28.630926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.632433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.633592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:28.634174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:28.634517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:28.634831+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' [] [] [2021-07-18T11:07:28.635147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:28.635433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.636410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:07:28.637383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:07:28.637889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:07:28.638295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:07:28.638606+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' [] [] [2021-07-18T11:07:28.638943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:07:30.061802+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af3665"},"request_uri":"http://127.0.0.1:8000/_profiler/af3665","method":"GET"} [] [2021-07-18T11:07:41.174372+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af3665"},"request_uri":"http://127.0.0.1:8000/_profiler/af3665?panel=exception","method":"GET"} [] [2021-07-18T11:07:45.560954+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af3665"},"request_uri":"http://127.0.0.1:8000/_profiler/af3665?panel=form","method":"GET"} [] [2021-07-18T11:08:01.726354+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://127.0.0.1:8000/_profiler/open?file=vendor%5Csymfony%5Csecurity-csrf%5CCsrfToken.php&line=19","method":"GET"} [] [2021-07-18T11:13:30.715598+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://127.0.0.1:8000/_profiler/open?file=vendor%5Csymfony%5Csecurity-csrf%5CCsrfToken.php&line=19","method":"GET"} [] [2021-07-18T11:21:45.004060+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:45.119820+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:45.126435+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:45.158513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.159687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.163854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:45.165313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:45.165694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:45.166016+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' [] [] [2021-07-18T11:21:45.166642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:45.169415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.170441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.171588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:45.172200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:45.172551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:45.172874+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' [] [] [2021-07-18T11:21:45.173243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:45.173538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.174525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:45.175443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:45.175945+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:45.176346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:45.176660+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' [] [] [2021-07-18T11:21:45.177001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:45.416585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"769477"},"request_uri":"http://127.0.0.1:8000/_wdt/769477","method":"GET"} [] [2021-07-18T11:21:46.993819+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:47.099713+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:47.105430+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:47.132644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.133827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.137543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.138736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.139080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.139396+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' [] [] [2021-07-18T11:21:47.139946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:47.142183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.143232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.144323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.145136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.145504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.145825+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' [] [] [2021-07-18T11:21:47.146170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:47.146458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.147442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.148339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.148841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.149164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.149468+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' [] [] [2021-07-18T11:21:47.149800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:47.364824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7be1a2"},"request_uri":"http://127.0.0.1:8000/_wdt/7be1a2","method":"GET"} [] [2021-07-18T11:21:47.673662+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:47.765296+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:47.770760+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:47.796703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.797847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.802068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.803470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.803827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.804149+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' [] [] [2021-07-18T11:21:47.804729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:47.807038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.808060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.809039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.809558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.809890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.810295+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' [] [] [2021-07-18T11:21:47.810654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:47.810974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.812049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:47.813052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:47.813595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:47.813933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:47.814247+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' [] [] [2021-07-18T11:21:47.814594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:48.032763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f7349"},"request_uri":"http://127.0.0.1:8000/_wdt/8f7349","method":"GET"} [] [2021-07-18T11:21:48.309234+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:48.399712+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:48.405122+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:48.431420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.432645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.436368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:48.437544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:48.437998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:48.438316+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' [] [] [2021-07-18T11:21:48.438873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:48.441156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.442158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.443115+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:48.443635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:48.443969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:48.444277+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' [] [] [2021-07-18T11:21:48.444614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:48.444895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.445822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:48.446769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:48.447254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:48.447648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:48.447954+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' [] [] [2021-07-18T11:21:48.448370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:48.663298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea768a"},"request_uri":"http://127.0.0.1:8000/_wdt/ea768a","method":"GET"} [] [2021-07-18T11:21:48.924294+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:49.034397+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:49.039860+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:49.066585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.068077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.072040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.073249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.073596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.073913+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' [] [] [2021-07-18T11:21:49.074468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.076717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.077688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.078718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.079226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.079552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.079859+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' [] [] [2021-07-18T11:21:49.080250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.080538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.081491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.082437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.082941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.083270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.083629+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' [] [] [2021-07-18T11:21:49.084012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.290951+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12331f"},"request_uri":"http://127.0.0.1:8000/_wdt/12331f","method":"GET"} [] [2021-07-18T11:21:49.550601+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:49.657125+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:49.662506+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:49.688581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.689713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.693451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.694630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.694975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.695287+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' [] [] [2021-07-18T11:21:49.695840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.698061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.699024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.699977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.700479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.700803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.701216+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' [] [] [2021-07-18T11:21:49.701556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.701833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.702923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:49.703881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:49.704386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:49.704711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:49.705019+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' [] [] [2021-07-18T11:21:49.705351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:49.926569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0314dc"},"request_uri":"http://127.0.0.1:8000/_wdt/0314dc","method":"GET"} [] [2021-07-18T11:21:50.095779+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:50.198246+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:50.203770+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:50.229624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.230777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.234489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.235682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.236131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.236449+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' [] [] [2021-07-18T11:21:50.237007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:50.239443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.240544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.241508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.242027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.242359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.242668+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' [] [] [2021-07-18T11:21:50.243005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:50.243291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.244246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.245255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.245752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.246149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.246456+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' [] [] [2021-07-18T11:21:50.246788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:50.458464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af92f7"},"request_uri":"http://127.0.0.1:8000/_wdt/af92f7","method":"GET"} [] [2021-07-18T11:21:50.684364+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:50.795252+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:50.800757+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:50.826755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.827894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.831836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.833099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.833462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.833785+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' [] [] [2021-07-18T11:21:50.834351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:50.836624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.837615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.838596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.839191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.839568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.839914+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' [] [] [2021-07-18T11:21:50.840296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:50.840607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.841841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:50.842995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:50.843599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:50.843949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:50.844277+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' [] [] [2021-07-18T11:21:50.844629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:51.052827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"789db9"},"request_uri":"http://127.0.0.1:8000/_wdt/789db9","method":"GET"} [] [2021-07-18T11:21:51.255806+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:51.366399+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:51.389565+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:51.438170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.439444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.443570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:51.444944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:51.445310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:51.445640+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' [] [] [2021-07-18T11:21:51.446214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:51.448519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.449528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.450510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:51.451026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:51.451356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:51.451672+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' [] [] [2021-07-18T11:21:51.452092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:51.452376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.453331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:51.454317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:51.454829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:51.455167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:51.455481+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' [] [] [2021-07-18T11:21:51.455821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:51.670457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ac324"},"request_uri":"http://127.0.0.1:8000/_wdt/5ac324","method":"GET"} [] [2021-07-18T11:21:51.979208+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:21:52.091934+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:52.097570+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:52.123740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.124888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.128704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:52.129930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:52.130366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:52.130692+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' [] [] [2021-07-18T11:21:52.131267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:52.133541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.134539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.135520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:52.136083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:52.136427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:52.136746+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' [] [] [2021-07-18T11:21:52.137091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:52.137380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.138348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:52.139323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:52.139827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:52.140241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:52.140557+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' [] [] [2021-07-18T11:21:52.140897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:52.372718+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb1773"},"request_uri":"http://127.0.0.1:8000/_wdt/eb1773","method":"GET"} [] [2021-07-18T11:21:58.354100+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:21:58.451173+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:21:58.461040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:21:58.510501+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:21:58.511510+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:21:58.538163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.539320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.543175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:58.544389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:58.544753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:58.545086+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' [] [] [2021-07-18T11:21:58.545683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:58.548168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.549244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.550429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:58.551104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:58.551461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:58.551778+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' [] [] [2021-07-18T11:21:58.552132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:21:58.552417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.553421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:21:58.554447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:21:58.554974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:21:58.555296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:21:58.555593+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' [] [] [2021-07-18T11:21:58.555920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:22:00.815903+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:22:00.927025+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:22:00.936124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:22:00.967144+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:22:00.968199+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:22:00.994083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:00.995280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:00.999146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:22:01.000368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:22:01.000727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:22:01.001049+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' [] [] [2021-07-18T11:22:01.001622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:22:01.004028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:01.005072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:01.006049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:22:01.006595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:22:01.007013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:22:01.007341+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' [] [] [2021-07-18T11:22:01.007726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:22:01.008043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:01.009221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:22:01.010348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:22:01.010931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:22:01.011276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:22:01.011600+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' [] [] [2021-07-18T11:22:01.011949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:22:07.580116+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ce37b"},"request_uri":"http://127.0.0.1:8000/_profiler/2ce37b","method":"GET"} [] [2021-07-18T11:22:38.404792+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ce37b"},"request_uri":"http://127.0.0.1:8000/_profiler/2ce37b?panel=time","method":"GET"} [] [2021-07-18T11:22:41.030718+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ce37b"},"request_uri":"http://127.0.0.1:8000/_profiler/2ce37b?panel=validator","method":"GET"} [] [2021-07-18T11:22:45.949920+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ce37b"},"request_uri":"http://127.0.0.1:8000/_profiler/2ce37b?panel=form","method":"GET"} [] [2021-07-18T11:31:16.172499+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:31:16.309270+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:31:16.316192+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:31:16.349331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.350518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.354734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:16.356209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:16.356584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:16.356908+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' [] [] [2021-07-18T11:31:16.357537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:16.360589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.361933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.362983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:16.363554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:16.363899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:16.364216+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' [] [] [2021-07-18T11:31:16.364639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:16.364934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.365896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:16.366902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:16.367422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:16.367753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:16.368066+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' [] [] [2021-07-18T11:31:16.368405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:16.613768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78cf81"},"request_uri":"http://127.0.0.1:8000/_wdt/78cf81","method":"GET"} [] [2021-07-18T11:31:20.470035+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:31:20.592677+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:31:20.602524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:31:20.662645+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:31:20.663647+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:31:20.690844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.692167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.696149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:20.697551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:20.697914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:20.698204+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' [] [] [2021-07-18T11:31:20.698742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:20.701066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.702035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.702957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:20.703451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:20.703749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:20.704021+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' [] [] [2021-07-18T11:31:20.704324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:20.704564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.705465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:20.706399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:20.706968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:20.707354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:20.707701+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' [] [] [2021-07-18T11:31:20.708039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:23.785147+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:31:23.890698+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:31:23.899666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:31:23.932943+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:31:23.933895+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:31:23.961030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.962226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.966036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:23.967330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:23.967664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:23.967979+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' [] [] [2021-07-18T11:31:23.969041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:23.971731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.972777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.973726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:23.974218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:23.974492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:23.974726+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' [] [] [2021-07-18T11:31:23.974998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:31:23.975197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.976105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:31:23.977028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:31:23.977549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:31:23.977819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:31:23.978050+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' [] [] [2021-07-18T11:31:23.978310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:17.232431+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:32:17.347541+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:17.353664+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:17.379972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.381132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.384896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:17.386146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:17.386497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:17.386818+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' [] [] [2021-07-18T11:32:17.387375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:17.389690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.390702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.391693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:17.392224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:17.392563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:17.392955+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' [] [] [2021-07-18T11:32:17.393299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:17.393575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.394532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:17.395507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:17.396002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:17.396331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:17.396643+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' [] [] [2021-07-18T11:32:17.396981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:17.637868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67df16"},"request_uri":"http://127.0.0.1:8000/_wdt/67df16","method":"GET"} [] [2021-07-18T11:32:18.033758+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:32:18.138243+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:18.143695+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:18.169661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.170818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.174648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:18.175922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:18.176275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:18.176600+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' [] [] [2021-07-18T11:32:18.177161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:18.179432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.180410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.181405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:18.181921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:18.182254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:18.182570+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' [] [] [2021-07-18T11:32:18.182913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:18.183193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.184186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:18.185174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:18.185724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:18.186150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:18.186467+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' [] [] [2021-07-18T11:32:18.186817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:18.400373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78b2a4"},"request_uri":"http://127.0.0.1:8000/_wdt/78b2a4","method":"GET"} [] [2021-07-18T11:32:21.309270+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:32:21.439120+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:32:21.466662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:32:21.509795+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:21.510937+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:21.543926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.545133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.549342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:21.550753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:21.551123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:21.551447+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' [] [] [2021-07-18T11:32:21.552127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:21.554494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.555781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.556789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:21.557331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:21.557682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:21.557998+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' [] [] [2021-07-18T11:32:21.558349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:21.558627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.559585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:21.560563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:21.561086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:21.561425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:21.561745+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' [] [] [2021-07-18T11:32:21.562173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:25.978830+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:32:26.111016+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:32:26.120865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:32:26.152298+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:26.153325+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:26.179414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.180871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.184929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.186278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.186656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.186984+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' [] [] [2021-07-18T11:32:26.187566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:26.189905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.190912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.191886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.192417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.192842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.193166+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' [] [] [2021-07-18T11:32:26.193524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:26.193808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.194792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.195764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.196474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.196839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.197198+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' [] [] [2021-07-18T11:32:26.197590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:26.830253+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:32:26.932775+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:26.938430+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:26.966819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.968065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.971945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.973258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.973584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.973842+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' [] [] [2021-07-18T11:32:26.974336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:26.976709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.977771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.978723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.979212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.979490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.979737+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' [] [] [2021-07-18T11:32:26.980012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:26.980216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.981103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:26.981990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:26.982688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:26.982999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:26.983358+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' [] [] [2021-07-18T11:32:26.983647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:27.216438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79316b"},"request_uri":"http://127.0.0.1:8000/_wdt/79316b","method":"GET"} [] [2021-07-18T11:32:29.579539+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:32:29.699794+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:32:29.708991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T11:32:29.740433+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:32:29.741458+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:32:29.768217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.769411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.773373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:29.774597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:29.774992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:29.775472+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' [] [] [2021-07-18T11:32:29.776218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:29.778881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.779933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.780930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:29.781492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:29.781836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:29.782116+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' [] [] [2021-07-18T11:32:29.782466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:32:29.782749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.783714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:32:29.784686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:32:29.785228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:32:29.785569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:32:29.785886+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' [] [] [2021-07-18T11:32:29.786314+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:40.256647+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:33:40.394419+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:33:40.400923+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:33:40.432386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.433636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.437860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:40.439262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:40.439615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:40.439938+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' [] [] [2021-07-18T11:33:40.440564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:40.443327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.444321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.445300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:40.445826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:40.446243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:40.446566+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' [] [] [2021-07-18T11:33:40.446905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:40.447191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.448177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:40.449178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:40.449775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:40.450116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:40.450433+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' [] [] [2021-07-18T11:33:40.450780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:40.695746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71fd37"},"request_uri":"http://127.0.0.1:8000/_wdt/71fd37","method":"GET"} [] [2021-07-18T11:33:43.651543+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:33:43.769350+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:33:43.779380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:33:43.828919+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:33:43.829998+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:33:43.856246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.857422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.861411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:43.862795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:43.863161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:43.863491+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' [] [] [2021-07-18T11:33:43.864037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:43.866350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.867334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.868273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:43.868756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:43.869050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:43.869319+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' [] [] [2021-07-18T11:33:43.869618+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:43.869846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.870753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:43.871763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:43.872221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:43.872507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:43.872771+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' [] [] [2021-07-18T11:33:43.873065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:48.009939+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:33:48.129395+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:33:48.138359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:33:48.169180+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:33:48.170192+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:33:48.197081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.198244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.202135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:48.203409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:48.203861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:48.204184+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' [] [] [2021-07-18T11:33:48.204715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:48.207068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.208141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.209409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:48.210064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:48.210422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:48.210744+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' [] [] [2021-07-18T11:33:48.211098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:48.211381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.212387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:48.213364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:48.213865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:48.214196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:48.214591+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' [] [] [2021-07-18T11:33:48.214930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:50.986899+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:33:51.107272+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:33:51.116256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [2] [] [2021-07-18T11:33:51.147769+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:33:51.148761+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:33:51.175272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.176424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.180226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:51.181476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:51.181829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:51.182147+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' [] [] [2021-07-18T11:33:51.182706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:51.185351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.186706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.187742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:51.188394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:51.188736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:51.189056+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' [] [] [2021-07-18T11:33:51.189405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:33:51.189684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.190645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:33:51.191627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:33:51.192123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:33:51.192453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:33:51.192766+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' [] [] [2021-07-18T11:33:51.193132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:53.735781+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-18T11:51:53.848725+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T11:51:53.990152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:53.999846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.006529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.009598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.012490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.012802+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' [] [] [2021-07-18T11:51:54.014222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.019033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.020035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.020964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.021482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.021784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.022051+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' [] [] [2021-07-18T11:51:54.022468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.022698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.023596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.024497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.024948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.025234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.025493+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' [] [] [2021-07-18T11:51:54.025780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.045967+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-18T11:51:54.056471+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-18T11:51:54.061961+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-18T11:51:54.066821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.067824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.068686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.069276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.069586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.069859+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' [] [] [2021-07-18T11:51:54.070118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.070349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.071249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.072153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.072606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.072888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.073149+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' [] [] [2021-07-18T11:51:54.073436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.073653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.074536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:51:54.075433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:51:54.075870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:51:54.076152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:51:54.076428+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' [] [] [2021-07-18T11:51:54.076890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:51:54.416003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30c30a"},"request_uri":"http://127.0.0.1:8000/_wdt/30c30a","method":"GET"} [] [2021-07-18T11:52:07.879367+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:52:08.019727+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:52:08.028039+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:52:08.058404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.059904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.063980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:08.065282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:08.066576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:08.066911+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' [] [] [2021-07-18T11:52:08.067493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:08.069814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.070834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.071779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:08.072406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:08.072742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:08.073053+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' [] [] [2021-07-18T11:52:08.073397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:08.073676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.074866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:08.076154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:08.076749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:08.077106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:08.077422+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' [] [] [2021-07-18T11:52:08.077776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:08.322628+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30663f"},"request_uri":"http://127.0.0.1:8000/_wdt/30663f","method":"GET"} [] [2021-07-18T11:52:11.543002+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:52:11.662514+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:52:11.712350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:52:11.816178+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:52:11.818093+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:52:11.845222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.846509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.850687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:11.851976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:11.853254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:11.853612+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' [] [] [2021-07-18T11:52:11.854320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:11.857028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.858126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.859122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:11.859680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:11.860023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:11.860426+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' [] [] [2021-07-18T11:52:11.860777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:11.861056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.862009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:11.863008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:11.863549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:11.863887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:11.864198+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' [] [] [2021-07-18T11:52:11.864542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:15.264045+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17cadc"},"request_uri":"http://127.0.0.1:8000/_profiler/17cadc","method":"GET"} [] [2021-07-18T11:52:30.477272+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:52:30.600155+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:52:30.610923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-18T11:52:30.643583+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:52:30.645518+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:52:30.672917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.674124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.678044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:30.679475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:30.680789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:30.681118+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' [] [] [2021-07-18T11:52:30.681665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:30.684055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.685236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.686369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:30.687014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:30.687383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:30.687709+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' [] [] [2021-07-18T11:52:30.688081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:52:30.688367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.689354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:52:30.690269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:52:30.690867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:52:30.691209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:52:30.691519+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' [] [] [2021-07-18T11:52:30.691857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:11.376217+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:53:11.491431+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:53:11.498037+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:53:11.525585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.526798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.530742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:11.531982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:11.533242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:11.533574+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' [] [] [2021-07-18T11:53:11.534149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:11.536605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.537692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.538680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:11.539242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:11.539644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:11.540011+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' [] [] [2021-07-18T11:53:11.540411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:11.540702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.541832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:11.542849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:11.543450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:11.543797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:11.544115+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' [] [] [2021-07-18T11:53:11.544465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:11.862168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4bd51"},"request_uri":"http://127.0.0.1:8000/_wdt/b4bd51","method":"GET"} [] [2021-07-18T11:53:16.510649+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:53:16.620719+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:53:16.630973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-18T11:53:16.662331+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:53:16.664255+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:53:16.689942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.691211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.695253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:16.696479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:16.697698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:16.698017+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' [] [] [2021-07-18T11:53:16.698641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:16.700956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.701933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.702887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:16.703424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:16.703838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:16.704145+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' [] [] [2021-07-18T11:53:16.704451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:53:16.704721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.705654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:53:16.706596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:53:16.707136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:53:16.707523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:53:16.707908+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' [] [] [2021-07-18T11:53:16.708322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:32.803603+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:58:32.919010+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:58:32.926145+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:58:32.927500+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:58:32.959704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.960851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.965097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:32.966670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:32.967912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:32.968243+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' [] [] [2021-07-18T11:58:32.968936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:32.971848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.972870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.973838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:32.974378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:32.974709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:32.975018+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' [] [] [2021-07-18T11:58:32.975360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:32.975626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.976550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:32.977499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:32.978078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:32.978404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:32.978705+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' [] [] [2021-07-18T11:58:32.979044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:33.221380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed3a97"},"request_uri":"http://127.0.0.1:8000/_wdt/ed3a97","method":"GET"} [] [2021-07-18T11:58:38.625076+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:58:38.737414+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:58:38.793245+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:58:38.795152+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:58:38.795721+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:58:38.824322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.825489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.829251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:38.830527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:38.831851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:38.832170+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' [] [] [2021-07-18T11:58:38.832743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:38.835350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.836482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.837413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:38.837969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:38.838309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:38.838627+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' [] [] [2021-07-18T11:58:38.838972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:38.839248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.840198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:38.841158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:38.841655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:38.841985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:38.842373+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' [] [] [2021-07-18T11:58:38.842713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.426188+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:58:50.535660+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-18T11:58:50.543202+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T11:58:50.544829+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-18T11:58:50.578202+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T11:58:50.582883+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"eryery","2":"346","3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":3} [] [2021-07-18T11:58:50.587954+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T11:58:50.610265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.611435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.615402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.616718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.618002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.618331+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' [] [] [2021-07-18T11:58:50.618895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.621219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.622265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.623330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.624167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.624577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.624920+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' [] [] [2021-07-18T11:58:50.625272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.625559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.626574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.627546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.628074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.628408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.628720+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' [] [] [2021-07-18T11:58:50.629063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.749936+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T11:58:50.802852+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T11:58:50.886402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.888398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.892317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.893583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.894888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.895224+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' [] [] [2021-07-18T11:58:50.895801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.898054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.899039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.900019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.900564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.900909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.901224+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' [] [] [2021-07-18T11:58:50.901623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.901891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.902860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.903838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.904350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.904686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.904995+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' [] [] [2021-07-18T11:58:50.905335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.918566+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T11:58:50.925964+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[1]] [] [2021-07-18T11:58:50.940793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-18T11:58:50.942354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-18T11:58:50.942791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-18T11:58:50.945083+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T11:58:50.948093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.949142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.950124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.950673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.951015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.951328+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' [] [] [2021-07-18T11:58:50.951687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.951963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.952915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.953880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.954381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.954713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.955106+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' [] [] [2021-07-18T11:58:50.955447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:50.955712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.956679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:50.957762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:50.958409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:50.958759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:50.959077+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' [] [] [2021-07-18T11:58:50.959428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:51.244176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9b3aa"},"request_uri":"http://127.0.0.1:8000/_wdt/e9b3aa","method":"GET"} [] [2021-07-18T11:58:58.481467+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:58:58.593093+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:58:58.600346+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:58:58.602035+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:58:58.632615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.633908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.638195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:58.639708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:58.640998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:58.641325+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' [] [] [2021-07-18T11:58:58.641937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:58.644701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.645747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.646764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:58.647309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:58.647645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:58.647958+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' [] [] [2021-07-18T11:58:58.648269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:58.648570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.649639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:58:58.650763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:58:58.651370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:58:58.651789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:58:58.652107+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' [] [] [2021-07-18T11:58:58.652455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:58:58.893285+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e4d34"},"request_uri":"http://127.0.0.1:8000/_wdt/2e4d34","method":"GET"} [] [2021-07-18T11:59:01.397329+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:59:01.510997+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:59:01.565662+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:59:01.567599+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:59:01.568097+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:59:01.595521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.596722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.600624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:01.601913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:01.603174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:01.603581+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' [] [] [2021-07-18T11:59:01.604176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:01.606593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.607651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.608656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:01.609198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:01.609538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:01.609852+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' [] [] [2021-07-18T11:59:01.610217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:01.610544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.611692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:01.612900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:01.613501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:01.613849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:01.614167+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' [] [] [2021-07-18T11:59:01.614602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.003012+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:59:07.124103+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["4"]] [] [2021-07-18T11:59:07.130805+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T11:59:07.132377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-18T11:59:07.161784+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-18T11:59:07.166129+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"346346","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":2,"11":2,"12":4} [] [2021-07-18T11:59:07.170320+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-18T11:59:07.187807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.188930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.192550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.193725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.194957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.195279+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' [] [] [2021-07-18T11:59:07.196006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.198333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.199345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.200478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.201217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.201560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.201872+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' [] [] [2021-07-18T11:59:07.202212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.202483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.203433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.204375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.204865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.205188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.205493+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' [] [] [2021-07-18T11:59:07.205835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.321791+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-18T11:59:07.370807+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-18T11:59:07.439420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.441412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.445107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.446306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.447605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.447975+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' [] [] [2021-07-18T11:59:07.448670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.450989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.452146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.453136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.453721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.454065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.454379+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' [] [] [2021-07-18T11:59:07.454834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.455109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.456066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.457029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.457530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.457860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.458169+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' [] [] [2021-07-18T11:59:07.458509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.469663+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-18T11:59:07.476772+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-07-18T11:59:07.490135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-18T11:59:07.491088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-18T11:59:07.491463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-18T11:59:07.492689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-18T11:59:07.493016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-18T11:59:07.493335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-18T11:59:07.494648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-18T11:59:07.497630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.498677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.499580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.500122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.500459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.500768+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' [] [] [2021-07-18T11:59:07.501110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.501382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.502361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.503306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.503824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.504170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.504482+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' [] [] [2021-07-18T11:59:07.504816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.505081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.506007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:07.506963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:07.507454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:07.507776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:07.508079+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' [] [] [2021-07-18T11:59:07.508408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:07.776773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"030229"},"request_uri":"http://127.0.0.1:8000/_wdt/030229","method":"GET"} [] [2021-07-18T11:59:12.741095+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T11:59:12.873444+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:59:12.880662+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:59:12.882385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:59:12.912416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.913567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.918044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:12.919620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:12.920886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:12.921213+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' [] [] [2021-07-18T11:59:12.921835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:12.924635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.925671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.926659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:12.927201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:12.927540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:12.927853+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' [] [] [2021-07-18T11:59:12.928201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:12.928476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.929425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:12.930392+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:12.930970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:12.931301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:12.931645+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' [] [] [2021-07-18T11:59:12.932037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:13.167218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b640b9"},"request_uri":"http://127.0.0.1:8000/_wdt/b640b9","method":"GET"} [] [2021-07-18T11:59:15.597144+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T11:59:15.693526+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T11:59:15.749078+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T11:59:15.750992+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T11:59:15.751495+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T11:59:15.778803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.779970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.783772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:15.785063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:15.786458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:15.786790+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' [] [] [2021-07-18T11:59:15.787385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:15.789810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.790859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.792021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:15.792751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:15.793152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:15.793474+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' [] [] [2021-07-18T11:59:15.793824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:15.794108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.795121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T11:59:15.796041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T11:59:15.796566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T11:59:15.796902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T11:59:15.797321+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' [] [] [2021-07-18T11:59:15.797666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T11:59:17.665271+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4934f2"},"request_uri":"http://127.0.0.1:8000/_profiler/4934f2","method":"GET"} [] [2021-07-18T11:59:20.783766+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4934f2"},"request_uri":"http://127.0.0.1:8000/_profiler/4934f2?panel=form","method":"GET"} [] [2021-07-18T12:03:31.676431+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T12:03:31.807833+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T12:03:31.862368+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:03:31.863499+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:03:31.863991+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:03:31.896179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.897388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.901495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:03:31.903037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:03:31.903426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:03:31.903734+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' [] [] [2021-07-18T12:03:31.904634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:03:31.907623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.908728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.909742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:03:31.910293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:03:31.910638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:03:31.910959+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' [] [] [2021-07-18T12:03:31.911305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:03:31.911580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.912557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:03:31.913548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:03:31.914054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:03:31.914389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:03:31.914696+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' [] [] [2021-07-18T12:03:31.915035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:09:37.821983+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T12:09:37.939907+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:09:37.946361+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:09:37.947261+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:09:37.979603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.981103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.985407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:09:37.986876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:09:37.987255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:09:37.987578+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' [] [] [2021-07-18T12:09:37.988198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:09:37.990972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.992005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.992981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:09:37.993526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:09:37.993864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:09:37.994265+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' [] [] [2021-07-18T12:09:37.994612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:09:37.994886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.995824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:09:37.997287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:09:37.998035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:09:37.998401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:09:37.998720+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' [] [] [2021-07-18T12:09:37.999071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:09:38.238579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"482699"},"request_uri":"http://127.0.0.1:8000/_wdt/482699","method":"GET"} [] [2021-07-18T12:12:27.443554+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T12:12:27.577047+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:12:27.583347+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:12:27.583879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:12:27.615857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.616988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.621471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:27.623313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:27.623838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:27.624199+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' [] [] [2021-07-18T12:12:27.624852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:27.627578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.628553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.629500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:27.630026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:27.630354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:27.630661+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' [] [] [2021-07-18T12:12:27.630995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:27.631258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.632179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:27.633116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:27.633683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:27.634013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:27.634427+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' [] [] [2021-07-18T12:12:27.634772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:27.872572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b5100"},"request_uri":"http://127.0.0.1:8000/_wdt/9b5100","method":"GET"} [] [2021-07-18T12:12:30.590438+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T12:12:30.701999+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-18T12:12:30.755557+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:12:30.756573+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:12:30.757066+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:12:30.784246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.785480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.789218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:30.790459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:30.790825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:30.791220+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' [] [] [2021-07-18T12:12:30.791789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:30.794117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.795098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.796048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:30.796563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:30.796894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:30.797197+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' [] [] [2021-07-18T12:12:30.797529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:30.797797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.798723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:30.799812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:30.800466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:30.801011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:30.801496+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' [] [] [2021-07-18T12:12:30.801854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:35.022133+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beabaa"},"request_uri":"http://127.0.0.1:8000/_profiler/beabaa","method":"GET"} [] [2021-07-18T12:12:44.057098+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T12:12:44.168942+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-18T12:12:44.213974+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:12:44.214960+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:12:44.215448+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:12:44.241341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.242515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.246354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:44.247853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:44.248230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:44.248556+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' [] [] [2021-07-18T12:12:44.249132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:44.251488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.252497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.253479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:44.254136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:44.254487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:44.254803+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' [] [] [2021-07-18T12:12:44.255148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:44.255425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.256392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:44.257380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:44.257898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:44.258230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:44.258545+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' [] [] [2021-07-18T12:12:44.258884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:47.220011+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-18T12:12:47.325882+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-18T12:12:47.363011+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:12:47.364085+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:12:47.364569+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:12:47.390170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.391421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.395222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:47.396451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:47.396807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:47.397139+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' [] [] [2021-07-18T12:12:47.397767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:47.400151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.401144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.402066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:47.402608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:47.402945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:47.403353+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' [] [] [2021-07-18T12:12:47.403708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:12:47.403983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.404947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:12:47.405962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:12:47.406688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:12:47.407116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:12:47.407479+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' [] [] [2021-07-18T12:12:47.407848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:42.122837+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T12:13:42.230194+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:13:42.235716+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:13:42.236238+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:13:42.330670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.331797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.335722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:42.337089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:42.337496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:42.337772+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' [] [] [2021-07-18T12:13:42.338409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:42.341125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.342062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.343110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:42.343605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:42.343902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:42.344168+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' [] [] [2021-07-18T12:13:42.344463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:42.344689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.345582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:42.346481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:42.346924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:42.347290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:42.347554+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' [] [] [2021-07-18T12:13:42.347843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:42.612262+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e56cf"},"request_uri":"http://127.0.0.1:8000/_wdt/6e56cf","method":"GET"} [] [2021-07-18T12:13:44.225124+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-18T12:13:44.353711+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-18T12:13:44.360143+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-18T12:13:44.360707+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-18T12:13:44.388744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.389991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.393837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:44.395068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:44.395420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:44.395735+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' [] [] [2021-07-18T12:13:44.396293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:44.398628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.399801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.401141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:44.401733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:44.402076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:44.402393+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' [] [] [2021-07-18T12:13:44.402742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:44.403019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.403984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-18T12:13:44.404957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-18T12:13:44.405519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-18T12:13:44.405857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-18T12:13:44.406171+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' [] [] [2021-07-18T12:13:44.406510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-18T12:13:44.621531+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db83eb"},"request_uri":"http://127.0.0.1:8000/_wdt/db83eb","method":"GET"} [] [2021-07-19T07:17:40.823968+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-19T07:17:40.945384+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-19T07:17:41.101182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.124137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.131256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.141197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.150365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.150809+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' [] [] [2021-07-19T07:17:41.152317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.159340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.160454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.161458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.162044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.162407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.162826+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' [] [] [2021-07-19T07:17:41.163163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.163416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.164369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.165314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.165800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.166095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.166365+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' [] [] [2021-07-19T07:17:41.166667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.188716+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-19T07:17:41.203959+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-19T07:17:41.210071+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-19T07:17:41.224243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.226315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.228027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.228892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.229417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.229900+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' [] [] [2021-07-19T07:17:41.230436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.230857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.232372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.233709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.234456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.234913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.235347+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' [] [] [2021-07-19T07:17:41.235809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.236170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.237625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:41.238891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:41.239627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:41.240466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:41.240832+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' [] [] [2021-07-19T07:17:41.241207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:41.556605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90ac68"},"request_uri":"http://127.0.0.1:8000/_wdt/90ac68","method":"GET"} [] [2021-07-19T07:17:45.484012+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:17:45.634044+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:17:45.642133+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:17:45.645641+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:17:45.677319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.678504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.682393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:45.683618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:45.684970+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:45.685563+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' [] [] [2021-07-19T07:17:45.686531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:45.689102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.690156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.691133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:45.691681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:45.692030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:45.692350+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' [] [] [2021-07-19T07:17:45.692704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:45.692977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.693931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:17:45.694914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:17:45.695429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:17:45.695760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:17:45.696073+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' [] [] [2021-07-19T07:17:45.696414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:17:45.917967+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f0947"},"request_uri":"http://127.0.0.1:8000/_wdt/9f0947","method":"GET"} [] [2021-07-19T07:19:15.994606+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:19:16.111777+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:19:16.118323+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:19:16.119737+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:19:16.223487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.224620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.229017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:16.230558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:16.231806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:16.232126+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' [] [] [2021-07-19T07:19:16.232730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:16.235588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.236558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.237513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:16.238028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:16.238445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:16.238752+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' [] [] [2021-07-19T07:19:16.239086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:16.239351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.240278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:16.241228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:16.241715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:16.242037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:16.242344+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' [] [] [2021-07-19T07:19:16.242831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:16.518791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baab58"},"request_uri":"http://127.0.0.1:8000/_wdt/baab58","method":"GET"} [] [2021-07-19T07:19:17.371411+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:19:17.507445+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:19:17.514713+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:19:17.516235+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:19:17.543849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.545063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.548936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:17.550171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:17.551408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:17.551723+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' [] [] [2021-07-19T07:19:17.552281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:17.554578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.555534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.556479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:17.557009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:17.557350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:17.557663+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' [] [] [2021-07-19T07:19:17.557997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:17.558264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.559186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:17.560129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:17.560715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:17.561039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:17.561341+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' [] [] [2021-07-19T07:19:17.561670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:17.779097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3787b"},"request_uri":"http://127.0.0.1:8000/_wdt/b3787b","method":"GET"} [] [2021-07-19T07:19:19.987498+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:19:20.110324+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:19:20.253060+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:19:20.254983+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:19:20.255484+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:19:20.284855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.285982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.289802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:20.291849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:20.293664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:20.294048+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' [] [] [2021-07-19T07:19:20.294724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:20.297130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.298130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.299112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:20.299655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:20.299989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:20.300316+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' [] [] [2021-07-19T07:19:20.300660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:20.300930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.301886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:20.302854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:20.303356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:20.303781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:20.304106+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' [] [] [2021-07-19T07:19:20.304444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:24.770198+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfd8ad"},"request_uri":"http://127.0.0.1:8000/_profiler/bfd8ad","method":"GET"} [] [2021-07-19T07:19:34.906581+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:19:35.009004+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:19:35.015511+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:19:35.017028+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:19:35.044524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.045689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.049406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:35.050602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:35.051814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:35.052128+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' [] [] [2021-07-19T07:19:35.052684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:35.054894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.055927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.056924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:35.057674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:35.058039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:35.058361+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' [] [] [2021-07-19T07:19:35.058705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:35.058982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.059953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:35.060903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:35.061399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:35.061721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:35.062025+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' [] [] [2021-07-19T07:19:35.062358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:35.338062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d14b"},"request_uri":"http://127.0.0.1:8000/_wdt/e9d14b","method":"GET"} [] [2021-07-19T07:19:45.143208+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:19:45.260205+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:19:45.297109+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:19:45.299011+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:19:45.299508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:19:45.327441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.328633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.332454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:45.333772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:45.335120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:45.335471+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' [] [] [2021-07-19T07:19:45.336107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:45.338480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.339478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.340465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:45.341020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:45.341548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:45.341933+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' [] [] [2021-07-19T07:19:45.342341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:19:45.342629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.343714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:19:45.344701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:19:45.345247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:19:45.345585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:19:45.345910+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' [] [] [2021-07-19T07:19:45.346259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:10.399440+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:10.504123+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:10.510618+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:10.512102+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:10.564040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.565275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.569364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:10.570876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:10.572111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:10.572426+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' [] [] [2021-07-19T07:20:10.573025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:10.575772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.576727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.577857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:10.578421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:10.578753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:10.579060+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' [] [] [2021-07-19T07:20:10.579412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:10.579703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.580650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:10.581596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:10.582091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:10.582502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:10.582813+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' [] [] [2021-07-19T07:20:10.583152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:10.854116+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08f21f"},"request_uri":"http://127.0.0.1:8000/_wdt/08f21f","method":"GET"} [] [2021-07-19T07:20:14.507636+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:20:14.639767+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:20:14.697318+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:14.699367+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:14.699873+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:14.729624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.730806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.734670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:14.735934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:14.737232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:14.737683+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' [] [] [2021-07-19T07:20:14.738348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:14.740779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.742098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.743270+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:14.743860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:14.744208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:14.744526+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' [] [] [2021-07-19T07:20:14.744874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:14.745155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.746123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:14.747104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:14.747617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:14.747944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:14.748267+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' [] [] [2021-07-19T07:20:14.748726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:22.344001+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f00dde"},"request_uri":"http://127.0.0.1:8000/_profiler/f00dde","method":"GET"} [] [2021-07-19T07:20:52.439059+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:52.549243+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:52.555738+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:52.557183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:52.583625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.584782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.588625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:52.589937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:52.591228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:52.591547+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' [] [] [2021-07-19T07:20:52.592121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:52.594465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.595449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.596411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:52.596930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:52.597343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:52.597651+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' [] [] [2021-07-19T07:20:52.597987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:52.598253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.599169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:52.600110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:52.600595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:52.600913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:52.601218+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' [] [] [2021-07-19T07:20:52.601547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:52.838967+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2decf6"},"request_uri":"http://127.0.0.1:8000/_wdt/2decf6","method":"GET"} [] [2021-07-19T07:20:53.181173+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:53.296073+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:53.302486+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:53.303958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:53.330961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.332078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.335756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:53.336943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:53.338176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:53.338489+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' [] [] [2021-07-19T07:20:53.339103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:53.341475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.342449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.343398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:53.343924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:53.344255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:53.344562+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' [] [] [2021-07-19T07:20:53.344900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:53.345258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.346188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:53.347130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:53.347629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:53.347952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:53.348257+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' [] [] [2021-07-19T07:20:53.348589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:53.560468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d320b"},"request_uri":"http://127.0.0.1:8000/_wdt/8d320b","method":"GET"} [] [2021-07-19T07:20:53.961073+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:54.065373+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:54.071777+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:54.073169+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:54.100977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.102108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.105882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.107072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.108434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.108778+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' [] [] [2021-07-19T07:20:54.109361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:54.111709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.112726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.113705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.114257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.114607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.114926+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' [] [] [2021-07-19T07:20:54.115275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:54.115551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.116500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.117477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.117977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.118397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.118711+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' [] [] [2021-07-19T07:20:54.119049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:54.340329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e1f9e"},"request_uri":"http://127.0.0.1:8000/_wdt/8e1f9e","method":"GET"} [] [2021-07-19T07:20:54.688534+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:54.804975+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:54.811402+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:54.812814+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:54.839889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.841010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.844742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.845967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.847178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.847492+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' [] [] [2021-07-19T07:20:54.848045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:54.850277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.851364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.852327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.852947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.853275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.853582+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' [] [] [2021-07-19T07:20:54.853929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:54.854195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.855123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:54.856071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:54.856558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:54.856877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:54.857182+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' [] [] [2021-07-19T07:20:54.857510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:55.070145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90449c"},"request_uri":"http://127.0.0.1:8000/_wdt/90449c","method":"GET"} [] [2021-07-19T07:20:55.422174+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:55.538420+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:55.545033+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:55.546446+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:55.575287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.576450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.580334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:55.581599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:55.582845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:55.583172+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' [] [] [2021-07-19T07:20:55.583740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:55.586062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.587051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.588013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:55.588552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:55.588885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:55.589283+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' [] [] [2021-07-19T07:20:55.589648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:55.589914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.590926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:55.591911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:55.592452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:55.592789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:55.593101+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' [] [] [2021-07-19T07:20:55.593444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:55.809543+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c785cc"},"request_uri":"http://127.0.0.1:8000/_wdt/c785cc","method":"GET"} [] [2021-07-19T07:20:56.153404+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:56.261115+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:56.267846+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:56.269360+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:56.296308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.297429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.301297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:56.302629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:56.303909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:56.304236+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' [] [] [2021-07-19T07:20:56.304818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:56.307106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.308109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.309063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:56.309590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:56.309930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:56.310242+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' [] [] [2021-07-19T07:20:56.310584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:56.310847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.311777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:56.312724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:56.313211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:56.313643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:56.313949+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' [] [] [2021-07-19T07:20:56.314282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:56.528911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6c44b"},"request_uri":"http://127.0.0.1:8000/_wdt/e6c44b","method":"GET"} [] [2021-07-19T07:20:56.864858+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:56.970916+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:56.977519+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:56.979027+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:57.006230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.007377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.011085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.012264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.013491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.013804+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' [] [] [2021-07-19T07:20:57.014438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.016758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.017735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.018716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.019542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.019901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.020222+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' [] [] [2021-07-19T07:20:57.020567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.020841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.021813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.022765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.023269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.023591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.023897+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' [] [] [2021-07-19T07:20:57.024225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.259502+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c86607"},"request_uri":"http://127.0.0.1:8000/_wdt/c86607","method":"GET"} [] [2021-07-19T07:20:57.534474+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:57.645643+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:57.650986+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:57.652357+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:57.680161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.681277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.685114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.686294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.686642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.686955+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' [] [] [2021-07-19T07:20:57.687579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.689817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.690776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.691775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.692311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.692734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.693045+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' [] [] [2021-07-19T07:20:57.693387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.693655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.694591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:57.695604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:57.696094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:57.696419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:57.696734+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' [] [] [2021-07-19T07:20:57.697064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:57.902920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd0c85"},"request_uri":"http://127.0.0.1:8000/_wdt/dd0c85","method":"GET"} [] [2021-07-19T07:20:58.243802+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:20:58.359457+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:20:58.365042+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:20:58.365575+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:20:58.392076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.393309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.397116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:58.398314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:58.398666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:58.398985+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' [] [] [2021-07-19T07:20:58.399544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:58.401866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.402840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.403806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:58.404327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:58.404669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:58.405258+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' [] [] [2021-07-19T07:20:58.405602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:58.405872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.406863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:20:58.407815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:20:58.408412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:20:58.408735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:20:58.409054+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' [] [] [2021-07-19T07:20:58.409388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:20:58.644528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7a198"},"request_uri":"http://127.0.0.1:8000/_wdt/b7a198","method":"GET"} [] [2021-07-19T07:21:02.628823+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:21:02.739752+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:21:02.776115+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:21:02.777092+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:21:02.777593+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:21:02.804092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.805587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.809611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:21:02.810861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:21:02.811352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:21:02.811706+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' [] [] [2021-07-19T07:21:02.812399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:21:02.814773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.815922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.816897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:21:02.817456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:21:02.817794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:21:02.818110+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' [] [] [2021-07-19T07:21:02.818453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:21:02.818724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.819682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:21:02.820673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:21:02.821212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:21:02.821750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:21:02.822143+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' [] [] [2021-07-19T07:21:02.822512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:21:07.063148+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0615c5"},"request_uri":"http://127.0.0.1:8000/_profiler/0615c5","method":"GET"} [] [2021-07-19T07:21:18.365592+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0615c5"},"request_uri":"http://127.0.0.1:8000/_profiler/0615c5?panel=time","method":"GET"} [] [2021-07-19T07:21:20.544559+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0615c5"},"request_uri":"http://127.0.0.1:8000/_profiler/0615c5?panel=form","method":"GET"} [] [2021-07-19T07:24:33.045934+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-19T07:24:33.098501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.101686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.113025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:24:33.114578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:24:33.114959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:24:33.115282+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' [] [] [2021-07-19T07:24:33.115994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:24:33.118700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.119683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.120656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:24:33.121356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:24:33.121716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:24:33.122033+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' [] [] [2021-07-19T07:24:33.122370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:24:33.122642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.123597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:24:33.124547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:24:33.125048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:24:33.125380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:24:33.125691+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' [] [] [2021-07-19T07:24:33.126072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:24:37.191741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ebc1c"},"request_uri":"http://127.0.0.1:8000/_wdt/2ebc1c","method":"GET"} [] [2021-07-19T07:25:14.894964+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-19T07:25:14.925195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.927318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.935845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:14.937385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:14.937866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:14.938238+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' [] [] [2021-07-19T07:25:14.938932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:14.941205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.942482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.943673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:14.944245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:14.945624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:14.945943+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' [] [] [2021-07-19T07:25:14.946290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:14.946572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.947538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:14.948518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:14.949019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:14.949349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:14.949659+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' [] [] [2021-07-19T07:25:14.949993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:15.128386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69a936"},"request_uri":"http://127.0.0.1:8000/_wdt/69a936","method":"GET"} [] [2021-07-19T07:25:27.545900+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:25:27.665687+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:25:27.672111+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:25:27.672710+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:25:27.701945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.703130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.707067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:27.708304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:27.708650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:27.708971+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' [] [] [2021-07-19T07:25:27.709536+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:27.712061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.713201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.714196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:27.714750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:27.715087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:27.715409+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' [] [] [2021-07-19T07:25:27.715768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:27.716048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.717010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:27.718084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:27.718788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:27.719164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:27.719484+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' [] [] [2021-07-19T07:25:27.719833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:27.992349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4007b"},"request_uri":"http://127.0.0.1:8000/_wdt/b4007b","method":"GET"} [] [2021-07-19T07:25:31.902380+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:25:32.020820+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:25:32.080239+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:25:32.081213+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:25:32.081764+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:25:32.109433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.110620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.114426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:32.115647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:32.116047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:32.116365+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' [] [] [2021-07-19T07:25:32.116960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:32.119359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.120340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.121313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:32.121833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:32.122165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:32.122477+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' [] [] [2021-07-19T07:25:32.122823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:32.123094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.124038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:32.125097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:32.125774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:32.126180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:32.126569+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' [] [] [2021-07-19T07:25:32.126928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:38.635774+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:25:38.742719+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:25:38.778681+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:25:38.779675+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:25:38.780160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:25:38.805871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.807043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.810869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:38.812448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:38.812884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:38.813214+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' [] [] [2021-07-19T07:25:38.813811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:38.816167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.817189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.818185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:38.818763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:38.819107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:38.819419+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' [] [] [2021-07-19T07:25:38.819769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:25:38.820046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.821001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:25:38.821976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:25:38.822483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:25:38.822817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:25:38.823130+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' [] [] [2021-07-19T07:25:38.823475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:15.343198+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:15.467081+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:15.479992+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:15.480954+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:15.522308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.523494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.527495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:15.528871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:15.529192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:15.529467+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' [] [] [2021-07-19T07:26:15.529987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:15.532660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.533748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.534700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:15.535199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:15.535495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:15.535720+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' [] [] [2021-07-19T07:26:15.536018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:15.536300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.537195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:15.538179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:15.538919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:15.539246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:15.539522+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' [] [] [2021-07-19T07:26:15.539864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:15.819487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d3631"},"request_uri":"http://127.0.0.1:8000/_wdt/0d3631","method":"GET"} [] [2021-07-19T07:26:19.388038+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:26:19.512887+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:26:19.569587+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:19.570717+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:19.571203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:19.600540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.601698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.605473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:19.606775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:19.607188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:19.607514+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' [] [] [2021-07-19T07:26:19.608134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:19.610497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.611528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.612840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:19.613580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:19.613947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:19.614265+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' [] [] [2021-07-19T07:26:19.614619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:19.614902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.615909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:19.616879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:19.617394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:19.617774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:19.618086+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' [] [] [2021-07-19T07:26:19.618423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:22.096955+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a35f4b"},"request_uri":"http://127.0.0.1:8000/_profiler/a35f4b","method":"GET"} [] [2021-07-19T07:26:29.093931+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:29.209050+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:29.214714+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:29.215313+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:29.241292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.242441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.246348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:29.247621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:29.247978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:29.248297+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' [] [] [2021-07-19T07:26:29.248862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:29.251231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.252223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.253193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:29.253707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:29.254043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:29.254357+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' [] [] [2021-07-19T07:26:29.254695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:29.254965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.255917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:29.256892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:29.257396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:29.257723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:29.258035+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' [] [] [2021-07-19T07:26:29.258373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:29.499020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48af21"},"request_uri":"http://127.0.0.1:8000/_wdt/48af21","method":"GET"} [] [2021-07-19T07:26:29.944782+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:30.046985+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:30.052676+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:30.053289+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:30.080037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.081357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.085379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.086649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.087004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.087333+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' [] [] [2021-07-19T07:26:30.087898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.090186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.091185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.092223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.092759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.093153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.093469+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' [] [] [2021-07-19T07:26:30.093816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.094094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.095050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.096019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.096611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.096975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.097304+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' [] [] [2021-07-19T07:26:30.097654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.320066+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e0732"},"request_uri":"http://127.0.0.1:8000/_wdt/8e0732","method":"GET"} [] [2021-07-19T07:26:30.487213+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:30.597815+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:30.607191+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:30.607809+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:30.634229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.635375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.639449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.640797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.641183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.641515+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' [] [] [2021-07-19T07:26:30.642130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.644437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.645425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.646415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.646937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.647272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.647586+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' [] [] [2021-07-19T07:26:30.647926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.648204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.649166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.650139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.650702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.651108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.651431+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' [] [] [2021-07-19T07:26:30.651766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.770897+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:30.878446+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:30.884075+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:30.884686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:30.910809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.911960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.915814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.917488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.918022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.918394+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' [] [] [2021-07-19T07:26:30.919093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.921444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.922445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.923450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.924045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.924392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.924678+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' [] [] [2021-07-19T07:26:30.925025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:30.925304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.926280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:30.927256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:30.927767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:30.928099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:30.928411+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' [] [] [2021-07-19T07:26:30.928750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:31.042677+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:26:31.160332+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:31.165764+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:31.166271+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:31.191980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.193104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.196995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:31.198254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:31.198608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:31.198927+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' [] [] [2021-07-19T07:26:31.199492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:31.202030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.203151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.204149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:31.204708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:31.205103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:31.205428+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' [] [] [2021-07-19T07:26:31.205774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:31.206050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.207033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:31.208017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:31.208521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:31.208851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:31.209165+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' [] [] [2021-07-19T07:26:31.209502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:31.423515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdd11f"},"request_uri":"http://127.0.0.1:8000/_wdt/fdd11f","method":"GET"} [] [2021-07-19T07:26:33.899868+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:26:34.012212+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:26:34.048135+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:26:34.049124+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:26:34.049610+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:26:34.075973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.077174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.081181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:34.082456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:34.082818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:34.083134+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' [] [] [2021-07-19T07:26:34.083759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:34.086106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.087112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.088087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:34.088606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:34.088963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:34.089281+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' [] [] [2021-07-19T07:26:34.089624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:34.089896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.090851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:26:34.091874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:26:34.092388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:26:34.092716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:26:34.093029+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' [] [] [2021-07-19T07:26:34.093396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:26:38.422932+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34b99a"},"request_uri":"http://127.0.0.1:8000/_profiler/34b99a","method":"GET"} [] [2021-07-19T07:27:00.307979+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:27:00.420151+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:27:00.425668+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:27:00.426201+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:27:00.453013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.454169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.458036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:00.459242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:00.459694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:00.460031+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' [] [] [2021-07-19T07:27:00.460711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:27:00.463169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.464210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.465197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:00.465746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:00.466091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:00.466407+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' [] [] [2021-07-19T07:27:00.466797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:27:00.467096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.468509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:00.469603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:00.470182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:00.470525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:00.470895+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' [] [] [2021-07-19T07:27:00.471249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:27:00.760411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31c29a"},"request_uri":"http://127.0.0.1:8000/_wdt/31c29a","method":"GET"} [] [2021-07-19T07:27:03.922170+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:27:04.030209+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:27:04.066390+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:27:04.067389+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:27:04.067894+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:27:04.094749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.095990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.100013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:04.101281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:04.101638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:04.101962+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' [] [] [2021-07-19T07:27:04.102573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:27:04.104934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.105958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.106993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:04.107518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:04.107850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:04.108160+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' [] [] [2021-07-19T07:27:04.108501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:27:04.108770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.109720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:27:04.110686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:27:04.111184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:27:04.111512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:27:04.111824+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' [] [] [2021-07-19T07:27:04.112199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:15.111639+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:30:15.241709+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:30:15.297505+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:30:15.298626+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:30:15.299106+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:30:15.330390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.331554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.335638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:15.337036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:15.337387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:15.337699+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' [] [] [2021-07-19T07:30:15.338319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:15.341076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.342035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.342983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:15.343492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:15.343816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:15.344172+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' [] [] [2021-07-19T07:30:15.344505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:15.344776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.346022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:15.347229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:15.347797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:15.348133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:15.348447+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' [] [] [2021-07-19T07:30:15.348790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:17.272946+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:30:17.389338+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:30:17.424883+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:30:17.425866+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:30:17.426354+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:30:17.453293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.454508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.458311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:17.459586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:17.459995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:17.460304+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' [] [] [2021-07-19T07:30:17.460896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:17.463230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.464220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.465198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:17.465732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:17.466067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:17.466402+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' [] [] [2021-07-19T07:30:17.466745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:17.467014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.467984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:17.469017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:17.469702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:17.470204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:17.470569+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' [] [] [2021-07-19T07:30:17.470926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:20.754401+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:30:20.867731+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:30:20.904188+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:30:20.905149+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:30:20.905637+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:30:20.931514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.932926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.936761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:20.937990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:20.938340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:20.938658+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' [] [] [2021-07-19T07:30:20.939277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:20.941573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.942564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.943542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:20.944129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:20.944465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:20.944794+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' [] [] [2021-07-19T07:30:20.945148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:30:20.945422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.946396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:30:20.947413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:30:20.948184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:30:20.948659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:30:20.949013+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' [] [] [2021-07-19T07:30:20.949383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.279952+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:35:30.397103+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\HiddenType": class does not exist." at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\HiddenType\": class does not exist. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2021-07-19T07:35:30.460638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.463198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.467633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.469203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.469582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.469906+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' [] [] [2021-07-19T07:35:30.470523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.473305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.474346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.475332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.475870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.476206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.476575+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' [] [] [2021-07-19T07:35:30.476920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.477192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.478144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.479113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.479651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.480106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.480471+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' [] [] [2021-07-19T07:35:30.480857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.482830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.483883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.484873+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.485430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.485769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.486141+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' [] [] [2021-07-19T07:35:30.486492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.486766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.487723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.488694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.489199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.489530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.489893+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' [] [] [2021-07-19T07:35:30.490245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.490516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.491488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:30.492460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:30.492969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:30.493312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:30.493624+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' [] [] [2021-07-19T07:35:30.493963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:30.671900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688fa0"},"request_uri":"http://127.0.0.1:8000/_wdt/688fa0","method":"GET"} [] [2021-07-19T07:35:54.498948+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:35:54.614999+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:35:54.621055+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:35:54.621664+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:35:54.650220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.651344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.655142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:54.656329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:54.656647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:54.656925+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' [] [] [2021-07-19T07:35:54.657451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:54.659713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.660664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.661926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:54.662509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:54.662905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:54.663197+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' [] [] [2021-07-19T07:35:54.663510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:54.663752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.664718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:54.665644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:54.666119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:54.666407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:54.666671+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' [] [] [2021-07-19T07:35:54.666964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:54.897775+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf35dd"},"request_uri":"http://127.0.0.1:8000/_wdt/bf35dd","method":"GET"} [] [2021-07-19T07:35:55.692702+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:35:55.804563+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:35:55.809998+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:35:55.810537+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:35:55.837674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.838812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.842546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:55.843735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:55.844075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:55.844400+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' [] [] [2021-07-19T07:35:55.844955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:55.847262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.848224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.849466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:55.850134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:55.850545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:55.850880+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' [] [] [2021-07-19T07:35:55.851210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:55.851497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.852564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:35:55.853540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:35:55.854063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:35:55.854392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:35:55.854706+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' [] [] [2021-07-19T07:35:55.855045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:35:56.070267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"880120"},"request_uri":"http://127.0.0.1:8000/_wdt/880120","method":"GET"} [] [2021-07-19T07:36:00.041521+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:36:00.146420+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:36:00.199564+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:36:00.200530+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:36:00.201010+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:36:00.227096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.228232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.232394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:00.233733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:00.234152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:00.234471+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' [] [] [2021-07-19T07:36:00.235006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:36:00.237322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.238294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.239267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:00.239862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:00.240217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:00.240531+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' [] [] [2021-07-19T07:36:00.240869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:36:00.241126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.242068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:00.243007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:00.243510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:00.243892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:00.244197+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' [] [] [2021-07-19T07:36:00.244534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:36:02.621045+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7bdbca"},"request_uri":"http://127.0.0.1:8000/_profiler/7bdbca","method":"GET"} [] [2021-07-19T07:36:16.556660+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:36:16.673398+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:36:16.709032+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:36:16.710017+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:36:16.710509+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:36:16.738091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.739274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.743152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:16.744350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:16.744711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:16.745058+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' [] [] [2021-07-19T07:36:16.745737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:36:16.748166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.749185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.750167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:16.750707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:16.751047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:16.751366+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' [] [] [2021-07-19T07:36:16.751745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:36:16.752024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.753218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:36:16.754522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:36:16.755123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:36:16.755469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:36:16.755789+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' [] [] [2021-07-19T07:36:16.756137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:27.432248+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:37:27.535813+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:37:27.541322+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:37:27.541910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:37:27.568770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.569926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.573820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:27.575274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:27.575673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:27.576002+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' [] [] [2021-07-19T07:37:27.576591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:27.578886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.579978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.581099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:27.581647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:27.581981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:27.582350+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' [] [] [2021-07-19T07:37:27.582690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:27.582960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.584022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:27.585011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:27.585534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:27.585864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:27.586172+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' [] [] [2021-07-19T07:37:27.586508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:27.878437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"077a18"},"request_uri":"http://127.0.0.1:8000/_wdt/077a18","method":"GET"} [] [2021-07-19T07:37:28.837443+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:37:28.958525+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:37:28.970317+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:37:28.970968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:37:28.997926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:28.999079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:29.002995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:29.004303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:29.004661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:29.004982+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' [] [] [2021-07-19T07:37:29.005561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:29.007977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:29.009043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:29.010030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:29.010574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:29.010910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:29.011222+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' [] [] [2021-07-19T07:37:29.011569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:29.011843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:29.012791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:29.013898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:29.014612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:29.014981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:29.015303+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' [] [] [2021-07-19T07:37:29.015688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:29.288615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6298c"},"request_uri":"http://127.0.0.1:8000/_wdt/a6298c","method":"GET"} [] [2021-07-19T07:37:30.750827+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:37:30.856847+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:37:30.892959+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:37:30.893948+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:37:30.894433+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:37:30.920998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.922196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.926072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:30.927290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:30.927638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:30.928020+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' [] [] [2021-07-19T07:37:30.928601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:30.930957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.931946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.932956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:30.933493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:30.933843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:30.934161+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' [] [] [2021-07-19T07:37:30.934505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:30.934779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.935746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:30.936778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:30.937429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:30.937808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:30.938223+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' [] [] [2021-07-19T07:37:30.938580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:34.081672+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:37:34.214382+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:37:34.252413+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:37:34.253394+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:37:34.253878+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:37:34.285344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.286521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.290768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:34.292239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:34.292601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:34.292924+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' [] [] [2021-07-19T07:37:34.293552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:34.296420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.297472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.298732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:34.299564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:34.299959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:34.300280+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' [] [] [2021-07-19T07:37:34.300631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:34.300913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.301922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:34.302900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:34.303427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:34.303804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:34.304128+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' [] [] [2021-07-19T07:37:34.304474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:55.024017+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:37:55.134037+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:37:55.139985+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:37:55.140542+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:37:55.167479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.168662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.172504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:55.173746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:55.174097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:55.174409+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' [] [] [2021-07-19T07:37:55.174953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:55.177181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.178157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.179112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:55.179619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:55.179945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:55.180291+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' [] [] [2021-07-19T07:37:55.180626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:55.180896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.181837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:37:55.182847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:37:55.183342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:37:55.183666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:37:55.183973+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' [] [] [2021-07-19T07:37:55.184307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:37:55.421691+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f714be"},"request_uri":"http://127.0.0.1:8000/_wdt/f714be","method":"GET"} [] [2021-07-19T07:38:06.431757+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:38:06.552801+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:38:06.565972+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:38:06.566995+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:38:06.605342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.606503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.610730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:06.612051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:06.612470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:06.612794+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' [] [] [2021-07-19T07:38:06.613366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:38:06.615792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.616855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.617839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:06.618357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:06.618697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:06.619010+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' [] [] [2021-07-19T07:38:06.619356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:38:06.619629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.620594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:06.621564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:06.622057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:06.622386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:06.622765+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' [] [] [2021-07-19T07:38:06.623157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:38:06.894950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0b95f"},"request_uri":"http://127.0.0.1:8000/_wdt/c0b95f","method":"GET"} [] [2021-07-19T07:38:09.188864+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:38:09.304233+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:38:09.358683+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:38:09.359653+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:38:09.360134+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:38:09.387978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.389107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.392907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:09.394080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:09.394416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:09.394731+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' [] [] [2021-07-19T07:38:09.395286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:38:09.397598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.398572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.399715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:09.400354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:09.400770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:09.401221+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' [] [] [2021-07-19T07:38:09.401579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:38:09.401832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.402804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:38:09.403728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:38:09.404209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:38:09.404499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:38:09.404771+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' [] [] [2021-07-19T07:38:09.405061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:07.661306+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:50:07.778395+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:07.785049+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:07.785677+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:07.819906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.821120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.825399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:07.827030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:07.827556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:07.827917+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' [] [] [2021-07-19T07:50:07.828988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:07.832275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.833361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.834347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:07.834908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:07.835249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:07.835559+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' [] [] [2021-07-19T07:50:07.835973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:07.836252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.837205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:07.838179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:07.838676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:07.839069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:07.839451+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' [] [] [2021-07-19T07:50:07.839828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:08.138963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a0279"},"request_uri":"http://127.0.0.1:8000/_wdt/3a0279","method":"GET"} [] [2021-07-19T07:50:09.565181+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:50:09.682929+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:50:09.737079+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:09.738058+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:09.738543+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:09.765579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.766746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.770500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:09.771761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:09.772102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:09.772415+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' [] [] [2021-07-19T07:50:09.772990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:09.775311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.776290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.777244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:09.777757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:09.778088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:09.778393+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' [] [] [2021-07-19T07:50:09.778729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:09.778993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.780041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:09.781297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:09.781947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:09.782286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:09.782606+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' [] [] [2021-07-19T07:50:09.782951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:12.440399+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:50:12.557447+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:50:12.594422+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:12.595420+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:12.595909+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:12.621977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.623270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.627372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:12.628625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:12.628977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:12.629296+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' [] [] [2021-07-19T07:50:12.629973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:12.632331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.633325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.634309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:12.634842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:12.635181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:12.635493+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' [] [] [2021-07-19T07:50:12.635834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:12.636105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.637060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:12.638032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:12.638528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:12.638858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:12.639167+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' [] [] [2021-07-19T07:50:12.639564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:19.609641+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:50:19.715912+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:19.721278+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:19.721794+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:19.747422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.748575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.752257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:19.753428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:19.753769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:19.754083+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' [] [] [2021-07-19T07:50:19.754630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:19.756855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.757818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.758768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:19.759275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:19.759662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:19.759968+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' [] [] [2021-07-19T07:50:19.760300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:19.760565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.761490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:19.762477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:19.762969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:19.763318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:19.763684+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' [] [] [2021-07-19T07:50:19.764032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:20.048514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c0ec7"},"request_uri":"http://127.0.0.1:8000/_wdt/9c0ec7","method":"GET"} [] [2021-07-19T07:50:20.603755+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:50:20.708813+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:20.714121+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:20.714630+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:20.740279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.741554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.745393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:20.746650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:20.746995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:20.747309+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' [] [] [2021-07-19T07:50:20.747858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:20.750092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.751115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.752066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:20.752580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:20.752908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:20.753212+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' [] [] [2021-07-19T07:50:20.753554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:20.753823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.755188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:20.756703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:20.757388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:20.757805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:20.758216+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' [] [] [2021-07-19T07:50:20.758670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:21.017933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2937d0"},"request_uri":"http://127.0.0.1:8000/_wdt/2937d0","method":"GET"} [] [2021-07-19T07:50:21.478411+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:50:21.590873+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:21.596244+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:21.596745+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:21.622925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.624075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.627807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:21.628987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:21.629330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:21.629701+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' [] [] [2021-07-19T07:50:21.630252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:21.632492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.633448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.634397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:21.634904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:21.635227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:21.635533+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' [] [] [2021-07-19T07:50:21.635868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:21.636132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.637200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:21.638153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:21.638648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:21.638972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:21.639280+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' [] [] [2021-07-19T07:50:21.639673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:21.907071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f98a3"},"request_uri":"http://127.0.0.1:8000/_wdt/4f98a3","method":"GET"} [] [2021-07-19T07:50:23.581697+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:50:23.694761+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:50:23.730577+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:23.731566+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:23.732055+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:23.758282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.759400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.763422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:23.764731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:23.765082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:23.765395+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' [] [] [2021-07-19T07:50:23.765957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:23.768255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.769297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.770278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:23.770860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:23.771193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:23.771498+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' [] [] [2021-07-19T07:50:23.771833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:23.772101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.773033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:23.773979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:23.774477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:23.774801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:23.775112+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' [] [] [2021-07-19T07:50:23.775440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:26.652952+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:50:26.760694+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:50:26.798449+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:26.799470+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:26.799946+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:26.825700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.826847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.830601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:26.831780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:26.832125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:26.832436+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' [] [] [2021-07-19T07:50:26.832996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:26.835331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.836400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.837445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:26.838046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:26.838422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:26.838826+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' [] [] [2021-07-19T07:50:26.839316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:26.839609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.840609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:26.841509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:26.842037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:26.842368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:26.842685+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' [] [] [2021-07-19T07:50:26.843020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:28.711608+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:50:28.827752+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-19T07:50:28.862866+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:50:28.863846+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:50:28.864324+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:50:28.889786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.890912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.894733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:28.896417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:28.896901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:28.897200+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' [] [] [2021-07-19T07:50:28.897774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:28.900040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.901024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.901973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:28.902510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:28.902845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:28.903154+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' [] [] [2021-07-19T07:50:28.903494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:50:28.903763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.904694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:50:28.905648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:50:28.906184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:50:28.906572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:50:28.906884+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' [] [] [2021-07-19T07:50:28.907217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:26.608509+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:54:26.733561+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:54:26.740238+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:54:26.740828+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:54:26.774551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.775827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.780080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:26.781964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:26.782400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:26.782732+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' [] [] [2021-07-19T07:54:26.783383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:26.786266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.787339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.788348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:26.788962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:26.789302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:26.789620+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' [] [] [2021-07-19T07:54:26.789965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:26.790241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.791191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:26.792160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:26.792667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:26.792996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:26.793305+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' [] [] [2021-07-19T07:54:26.793649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:27.089332+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd3ccb"},"request_uri":"http://127.0.0.1:8000/_wdt/bd3ccb","method":"GET"} [] [2021-07-19T07:54:29.194095+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:54:29.299611+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:54:29.356916+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:54:29.357892+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:54:29.358368+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:54:29.384280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.385382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.389231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:29.390871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:29.391278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:29.391673+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' [] [] [2021-07-19T07:54:29.392259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:29.394532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.395510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.396468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:29.396992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:29.397324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:29.397695+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' [] [] [2021-07-19T07:54:29.398031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:29.398307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.399236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:29.400182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:29.400673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:29.400997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:29.401308+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' [] [] [2021-07-19T07:54:29.401638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:52.249382+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:54:52.355222+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T07:54:52.390924+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:54:52.391916+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:54:52.392402+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:54:52.418732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.419913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.423760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:52.425035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:52.425385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:52.425704+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' [] [] [2021-07-19T07:54:52.426278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:52.428617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.429594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.430565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:52.431101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:52.431457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:52.431781+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' [] [] [2021-07-19T07:54:52.432133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:54:52.432431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.433523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:54:52.434977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:54:52.435683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:54:52.436034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:54:52.436360+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' [] [] [2021-07-19T07:54:52.436710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:13.149440+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T07:59:13.279646+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:59:13.286194+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:59:13.286817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:59:13.319639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.320827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.324941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:13.326349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:13.326707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:13.327030+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' [] [] [2021-07-19T07:59:13.327717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:13.330505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.331495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.332469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:13.332988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:13.333325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:13.333636+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' [] [] [2021-07-19T07:59:13.333978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:13.334249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.335231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:13.336353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:13.336929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:13.337271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:13.337585+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' [] [] [2021-07-19T07:59:13.337929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:13.619463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aea3bc"},"request_uri":"http://127.0.0.1:8000/_wdt/aea3bc","method":"GET"} [] [2021-07-19T07:59:16.456292+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T07:59:16.559553+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T07:59:16.614413+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T07:59:16.615369+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T07:59:16.615853+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T07:59:16.642070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.643216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.647092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:16.648559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:16.648957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:16.649284+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' [] [] [2021-07-19T07:59:16.649883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:16.652255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.653250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.654249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:16.654791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:16.655193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:16.655473+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' [] [] [2021-07-19T07:59:16.655816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:16.656093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.657047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T07:59:16.658018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T07:59:16.658518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T07:59:16.658851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T07:59:16.659169+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' [] [] [2021-07-19T07:59:16.659506+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T07:59:27.670800+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4d202"},"request_uri":"http://127.0.0.1:8000/_profiler/c4d202","method":"GET"} [] [2021-07-19T08:00:02.343673+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4d202"},"request_uri":"http://127.0.0.1:8000/_profiler/c4d202?panel=form","method":"GET"} [] [2021-07-19T08:00:32.412958+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:00:32.519369+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:00:32.525149+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:00:32.525773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T08:00:32.551915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.553066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.557244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:32.558572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:32.558930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:32.559244+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' [] [] [2021-07-19T08:00:32.559793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:32.562050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.563027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.563988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:32.564566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:32.564909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:32.565231+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' [] [] [2021-07-19T08:00:32.565643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:32.565919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.566875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:32.567840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:32.568340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:32.568669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:32.568976+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' [] [] [2021-07-19T08:00:32.569310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:32.811379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0270fd"},"request_uri":"http://127.0.0.1:8000/_wdt/0270fd","method":"GET"} [] [2021-07-19T08:00:41.296894+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:00:41.403429+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T08:00:41.439962+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:00:41.440982+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:00:41.441516+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T08:00:41.468914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.470156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.474081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:41.475408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:41.475767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:41.476088+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' [] [] [2021-07-19T08:00:41.476680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:41.479009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.480024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.481020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:41.481572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:41.481917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:41.482233+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' [] [] [2021-07-19T08:00:41.482577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:41.482854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.483817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:41.484923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:41.485604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:41.486091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:41.486442+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' [] [] [2021-07-19T08:00:41.486801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:49.250864+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:00:49.363657+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-19T08:00:49.400326+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:00:49.401399+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:00:49.401915+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-19T08:00:49.428453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.429801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.433824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:49.435122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:49.435478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:49.435797+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' [] [] [2021-07-19T08:00:49.436439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:49.438786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.439810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.440795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:49.441343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:49.441688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:49.442006+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' [] [] [2021-07-19T08:00:49.442347+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:49.442612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.443573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:00:49.444523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:00:49.445101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:00:49.445551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:00:49.445918+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' [] [] [2021-07-19T08:00:49.446292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:00:54.006275+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"76a700"},"request_uri":"http://127.0.0.1:8000/_profiler/76a700","method":"GET"} [] [2021-07-19T08:05:20.862340+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:05:20.975456+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "You cannot add children to a simple form. Maybe you should set the option "compound" to true?" at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\Form.php line 849 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): You cannot add children to a simple form. Maybe you should set the option \"compound\" to true? at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:849)"} [] [2021-07-19T08:05:21.049511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.051986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.056028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.057408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.057753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.058064+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' [] [] [2021-07-19T08:05:21.058659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.061422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.062393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.063348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.063861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.064256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.064562+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' [] [] [2021-07-19T08:05:21.064895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.065163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.066091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.067046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.067615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.068074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.068386+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' [] [] [2021-07-19T08:05:21.068752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.070712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.071721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.072695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.073231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.073569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.073943+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' [] [] [2021-07-19T08:05:21.074287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.074558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.075521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.076495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.077003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.077346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.077657+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' [] [] [2021-07-19T08:05:21.077998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.078265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.079214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:21.080182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:21.080682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:21.081011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:21.081384+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' [] [] [2021-07-19T08:05:21.081721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:21.272522+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ffda1"},"request_uri":"http://127.0.0.1:8000/_wdt/9ffda1","method":"GET"} [] [2021-07-19T08:05:58.052062+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:05:58.159595+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:05:58.166040+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:05:58.194168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.195458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.199377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:58.200590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:58.200946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:58.201301+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' [] [] [2021-07-19T08:05:58.201934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:58.204301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.205302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.206281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:58.206819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:58.207227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:58.207542+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' [] [] [2021-07-19T08:05:58.207884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:58.208158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.209123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:05:58.210146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:05:58.210911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:05:58.211322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:05:58.211673+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' [] [] [2021-07-19T08:05:58.212036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:05:58.454104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99879e"},"request_uri":"http://127.0.0.1:8000/_wdt/99879e","method":"GET"} [] [2021-07-19T08:05:59.979146+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:06:00.084879+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:00.090489+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:00.116543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.118136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.122087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:00.123287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:00.123636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:00.123948+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' [] [] [2021-07-19T08:06:00.124498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:00.126752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.127720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.128668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:00.129181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:00.129505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:00.129813+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' [] [] [2021-07-19T08:06:00.130143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:00.130446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.131380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:00.132388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:00.132883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:00.133207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:00.133575+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' [] [] [2021-07-19T08:06:00.133989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:00.354857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f96b27"},"request_uri":"http://127.0.0.1:8000/_wdt/f96b27","method":"GET"} [] [2021-07-19T08:06:05.041918+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:06:05.152443+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T08:06:05.168975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T08:06:05.218307+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:05.219457+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:05.246233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.247493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.251696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:05.253263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:05.253727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:05.254059+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' [] [] [2021-07-19T08:06:05.254650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:05.257032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.258128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.259119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:05.259664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:05.260004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:05.260319+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' [] [] [2021-07-19T08:06:05.260666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:05.260944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.261905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:05.262887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:05.263399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:05.263796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:05.264111+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' [] [] [2021-07-19T08:06:05.264451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:11.899814+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:06:12.012422+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T08:06:12.021344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T08:06:12.051579+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:12.052562+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:12.079000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.080150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.084019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:12.085230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:12.085578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:12.085899+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' [] [] [2021-07-19T08:06:12.086467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:12.088805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.089863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.090987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:12.091682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:12.092094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:12.092468+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' [] [] [2021-07-19T08:06:12.092832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:12.093121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.094143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:12.095137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:12.095661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:12.095992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:12.096303+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' [] [] [2021-07-19T08:06:12.096642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:18.374568+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:06:18.502410+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:18.508158+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:18.534563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.535713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.539461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:18.540659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:18.541009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:18.541327+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' [] [] [2021-07-19T08:06:18.541890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:18.544162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.545167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.546195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:18.546763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:18.547104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:18.547424+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' [] [] [2021-07-19T08:06:18.547767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:18.548111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.549106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:18.550139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:18.550709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:18.551057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:18.551369+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' [] [] [2021-07-19T08:06:18.551720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:18.779704+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87a95f"},"request_uri":"http://127.0.0.1:8000/_wdt/87a95f","method":"GET"} [] [2021-07-19T08:06:30.828308+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:06:30.941540+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T08:06:30.950516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T08:06:30.981328+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:30.982331+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:31.008831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.010078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.013960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:31.015180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:31.015594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:31.015919+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' [] [] [2021-07-19T08:06:31.016496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:31.018883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.019958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.020948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:31.021503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:31.021857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:31.022198+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' [] [] [2021-07-19T08:06:31.022603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:31.022928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.024138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:31.025153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:31.025700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:31.026088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:31.026372+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' [] [] [2021-07-19T08:06:31.026682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:43.146202+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:06:43.267102+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T08:06:43.276038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T08:06:43.306193+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:43.307196+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:43.334166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.335354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.339265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:43.340543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:43.340896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:43.341221+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' [] [] [2021-07-19T08:06:43.341797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:43.344223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.345251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.346266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:43.346852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:43.347279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:43.347686+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' [] [] [2021-07-19T08:06:43.348072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:43.348399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.349467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:43.350460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:43.351003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:43.351342+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:43.351660+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' [] [] [2021-07-19T08:06:43.352005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:57.370877+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:06:57.485576+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T08:06:57.508846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T08:06:57.539476+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:06:57.540479+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:06:57.568388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.569590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.573490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:57.574717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:57.575076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:57.575397+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' [] [] [2021-07-19T08:06:57.575963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:57.578368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.579625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.580768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:57.581344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:57.581757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:57.582042+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' [] [] [2021-07-19T08:06:57.582391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:06:57.582674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.583635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:06:57.584611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:06:57.585116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:06:57.585465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:06:57.585788+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' [] [] [2021-07-19T08:06:57.586136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:48.635934+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:15:48.752032+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:15:48.758607+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:15:48.790570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.791757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.795985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:48.797551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:48.797991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:48.798315+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' [] [] [2021-07-19T08:15:48.798964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:48.801801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.802813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.803796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:48.804329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:48.804668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:48.804979+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' [] [] [2021-07-19T08:15:48.805323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:48.805594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.806547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:48.807521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:48.808021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:48.808418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:48.808730+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' [] [] [2021-07-19T08:15:48.809090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:49.107694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"722de7"},"request_uri":"http://127.0.0.1:8000/_wdt/722de7","method":"GET"} [] [2021-07-19T08:15:54.184056+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:15:54.288039+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:15:54.293497+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:15:54.320225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.321385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.325263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:54.326585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:54.326942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:54.327266+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' [] [] [2021-07-19T08:15:54.327862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:54.330329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.331381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.332601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:54.333249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:54.333617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:54.333953+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' [] [] [2021-07-19T08:15:54.334335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:54.334794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.335931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:54.336952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:54.337507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:54.337851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:54.338170+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' [] [] [2021-07-19T08:15:54.338520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:59.652708+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=4","method":"GET"} [] [2021-07-19T08:15:59.767345+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:15:59.773035+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:15:59.801071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.802221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.806044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:59.807301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:59.807656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:59.807980+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' [] [] [2021-07-19T08:15:59.808556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:59.810857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.811876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.812980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:59.813642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:59.814020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:59.814346+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' [] [] [2021-07-19T08:15:59.814778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:15:59.815067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.816076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:15:59.817057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:15:59.817604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:15:59.817939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:15:59.818258+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' [] [] [2021-07-19T08:15:59.818567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:03.168891+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=2","method":"GET"} [] [2021-07-19T08:16:03.283208+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:16:03.288745+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:16:03.315223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.316405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.320251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:03.321477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:03.321828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:03.322222+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' [] [] [2021-07-19T08:16:03.322811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:03.325223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.326332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.327334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:03.327888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:03.328224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:03.328559+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' [] [] [2021-07-19T08:16:03.328907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:03.329188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.330148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:03.331154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:03.331710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:03.332047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:03.332440+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' [] [] [2021-07-19T08:16:03.332784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:09.786478+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"551bd8"},"request_uri":"http://127.0.0.1:8000/_profiler/551bd8","method":"GET"} [] [2021-07-19T08:16:22.946768+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"551bd8"},"request_uri":"http://127.0.0.1:8000/_profiler/551bd8?panel=form","method":"GET"} [] [2021-07-19T08:16:29.000199+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:16:29.112651+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:16:29.118616+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:16:29.145482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.146752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.150797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:29.152063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:29.152416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:29.152741+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' [] [] [2021-07-19T08:16:29.153294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:29.155638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.156657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.157642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:29.158244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:29.158580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:29.158898+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' [] [] [2021-07-19T08:16:29.159241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:29.159514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.160465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:16:29.161437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:16:29.161941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:16:29.162276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:16:29.162590+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' [] [] [2021-07-19T08:16:29.162938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:16:33.270434+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f46622"},"request_uri":"http://127.0.0.1:8000/_profiler/f46622","method":"GET"} [] [2021-07-19T08:17:04.396718+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:17:04.490363+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:17:04.496160+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:17:04.523490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.524665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.528502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:04.529708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:04.530035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:04.530354+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' [] [] [2021-07-19T08:17:04.530940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:04.533460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.534683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.535709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:04.536275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:04.536616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:04.536897+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' [] [] [2021-07-19T08:17:04.537318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:04.537598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.538552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:04.539596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:04.540162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:04.540503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:04.540822+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' [] [] [2021-07-19T08:17:04.541172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:04.818844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f315ac"},"request_uri":"http://127.0.0.1:8000/_wdt/f315ac","method":"GET"} [] [2021-07-19T08:17:06.058450+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:17:06.163185+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:17:06.168732+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:17:06.195736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.196878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.200660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:06.201851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:06.202271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:06.202595+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' [] [] [2021-07-19T08:17:06.203152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:06.205425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.206558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.207575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:06.208133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:06.208475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:06.208789+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' [] [] [2021-07-19T08:17:06.209136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:06.209415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.210367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:06.211344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:06.211853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:06.212185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:06.212568+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' [] [] [2021-07-19T08:17:06.212908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:09.387864+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=4","method":"GET"} [] [2021-07-19T08:17:09.497632+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:17:09.503478+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:17:09.531080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.532220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.536225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:09.537518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:09.537878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:09.538201+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' [] [] [2021-07-19T08:17:09.538770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:09.541093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.542113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.543097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:09.543624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:09.544034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:09.544348+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' [] [] [2021-07-19T08:17:09.544693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:17:09.544969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.545922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:17:09.546892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:17:09.547389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:17:09.547718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:17:09.548034+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' [] [] [2021-07-19T08:17:09.548372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:04.069332+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:18:04.198172+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:18:04.205052+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:18:04.238687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.239856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.244126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:04.245671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:04.246033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:04.246353+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' [] [] [2021-07-19T08:18:04.246972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:04.249792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.250802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.251809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:04.252355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:04.252809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:04.253333+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' [] [] [2021-07-19T08:18:04.254033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:04.254438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.255528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:04.256527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:04.257149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:04.257492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:04.257807+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' [] [] [2021-07-19T08:18:04.258150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:04.544329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f86a93"},"request_uri":"http://127.0.0.1:8000/_wdt/f86a93","method":"GET"} [] [2021-07-19T08:18:08.146297+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:18:08.251357+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:18:08.257005+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:18:08.283490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.284678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.288539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:08.289787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:08.290144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:08.290463+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' [] [] [2021-07-19T08:18:08.291102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:08.293414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.294457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.295493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:08.296092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:08.296529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:08.296889+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' [] [] [2021-07-19T08:18:08.297223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:08.297494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.298478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:08.299444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:08.300127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:08.300577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:08.300894+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' [] [] [2021-07-19T08:18:08.301240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:11.345025+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=4","method":"GET"} [] [2021-07-19T08:18:11.452431+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:18:11.458142+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:18:11.484122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.485301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.489163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:11.490377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:11.490729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:11.491048+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' [] [] [2021-07-19T08:18:11.491616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:11.493948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.494994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.495982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:11.496573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:11.496944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:11.497339+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' [] [] [2021-07-19T08:18:11.497690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:11.497973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.498958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:11.499934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:11.500447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:11.500792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:11.501104+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' [] [] [2021-07-19T08:18:11.501444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:18.176539+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=2","method":"GET"} [] [2021-07-19T08:18:18.289687+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:18:18.295024+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:18:18.321286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.322427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.326186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:18.327329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:18.327713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:18.327990+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' [] [] [2021-07-19T08:18:18.328494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:18.330677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.331624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.332544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:18.333019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:18.333305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:18.333619+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' [] [] [2021-07-19T08:18:18.334062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:18.334302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.335237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:18.336148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:18.336617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:18.336974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:18.337241+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' [] [] [2021-07-19T08:18:18.337530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:20.806396+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c57c7"},"request_uri":"http://127.0.0.1:8000/_profiler/0c57c7","method":"GET"} [] [2021-07-19T08:18:41.943191+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:18:42.056602+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:18:42.062122+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:18:42.090021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.091178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.095039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:42.096267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:42.096616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:42.096934+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' [] [] [2021-07-19T08:18:42.097509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:42.099895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.100928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.101944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:42.102574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:42.102914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:42.103227+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' [] [] [2021-07-19T08:18:42.103576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:42.103856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.104814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:18:42.105799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:18:42.106302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:18:42.106635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:18:42.106944+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' [] [] [2021-07-19T08:18:42.107282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:18:44.971859+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cb345"},"request_uri":"http://127.0.0.1:8000/_profiler/0cb345","method":"GET"} [] [2021-07-19T08:19:04.091799+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:19:04.202518+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:19:04.208384+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:19:04.235386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.236546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.240901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:04.242865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:04.243433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:04.243817+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' [] [] [2021-07-19T08:19:04.244496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:04.246967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.248015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.249036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:04.249640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:04.249945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:04.250301+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' [] [] [2021-07-19T08:19:04.250826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:04.251171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.252410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:04.253556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:04.254150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:04.254498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:04.254817+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' [] [] [2021-07-19T08:19:04.255170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:04.531827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f7fa5"},"request_uri":"http://127.0.0.1:8000/_wdt/0f7fa5","method":"GET"} [] [2021-07-19T08:19:08.081397+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=3","method":"GET"} [] [2021-07-19T08:19:08.189367+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:19:08.194892+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:19:08.222637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.223775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.227457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:08.228629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:08.229047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:08.229361+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' [] [] [2021-07-19T08:19:08.229901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:08.232179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.233151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.234109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:08.234616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:08.234959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:08.235301+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' [] [] [2021-07-19T08:19:08.235647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:08.235923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.236916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:08.237912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:08.238438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:08.238848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:08.239167+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' [] [] [2021-07-19T08:19:08.239512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:11.275206+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new?assetname%5Bgroups%5D=4","method":"GET"} [] [2021-07-19T08:19:11.384134+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:19:11.393341+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:19:11.421134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.422247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.426014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:11.427276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:11.427847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:11.428242+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' [] [] [2021-07-19T08:19:11.428836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:11.431297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.432318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.433293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:11.433910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:11.434241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:11.434552+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' [] [] [2021-07-19T08:19:11.434905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:11.435185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.436140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:19:11.437110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:19:11.437615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:19:11.437947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:19:11.438260+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' [] [] [2021-07-19T08:19:11.438599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:19:13.471088+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"587b06"},"request_uri":"http://127.0.0.1:8000/_profiler/587b06","method":"GET"} [] [2021-07-19T08:22:32.947708+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:22:33.070183+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:22:33.076432+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:22:33.108490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.109639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.113685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:33.115170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:33.115592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:33.115900+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' [] [] [2021-07-19T08:22:33.116657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:33.119595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.120599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.121528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:33.122035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:33.122332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:33.122600+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' [] [] [2021-07-19T08:22:33.122895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:33.123123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.124087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:33.124990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:33.125437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:33.125718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:33.125978+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' [] [] [2021-07-19T08:22:33.126266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:33.419171+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e17fed"},"request_uri":"http://127.0.0.1:8000/_wdt/e17fed","method":"GET"} [] [2021-07-19T08:22:37.411280+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:22:37.523976+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:22:37.529729+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:22:37.557278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.558443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.562236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:37.563473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:37.563991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:37.564374+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' [] [] [2021-07-19T08:22:37.565008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:37.567356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.568389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.569382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:37.569935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:37.570274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:37.570587+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' [] [] [2021-07-19T08:22:37.570936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:37.571228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.572233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:37.573211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:37.573732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:37.574073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:37.574464+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' [] [] [2021-07-19T08:22:37.574809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:53.861277+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:22:53.974919+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:22:53.980460+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:22:54.006911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.008046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.011850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:54.013058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:54.013412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:54.013732+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' [] [] [2021-07-19T08:22:54.014304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:54.016628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.017614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.018590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:54.019111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:54.019514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:54.019845+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' [] [] [2021-07-19T08:22:54.020180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:54.020463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.021440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:54.022419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:54.022940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:54.023274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:54.023553+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' [] [] [2021-07-19T08:22:54.023894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:54.312274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb75db"},"request_uri":"http://127.0.0.1:8000/_wdt/bb75db","method":"GET"} [] [2021-07-19T08:22:55.573117+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:22:55.692846+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:22:55.699647+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:22:55.727392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.728596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.732553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:55.733850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:55.734208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:55.734530+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' [] [] [2021-07-19T08:22:55.735095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:55.737414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.738419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.739448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:55.740028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:55.740368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:55.740684+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' [] [] [2021-07-19T08:22:55.741032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:55.741310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.742288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:55.743564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:55.744319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:55.744689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:55.745010+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' [] [] [2021-07-19T08:22:55.745358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:56.024972+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bc524"},"request_uri":"http://127.0.0.1:8000/_wdt/3bc524","method":"GET"} [] [2021-07-19T08:22:57.377652+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:22:57.488723+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:22:57.494184+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:22:57.521286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.522418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.526101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:57.527287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:57.527631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:57.527944+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' [] [] [2021-07-19T08:22:57.528565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:57.530819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.531853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.532872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:57.533408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:57.533735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:57.534122+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' [] [] [2021-07-19T08:22:57.534563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:22:57.534831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.535828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:22:57.536819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:22:57.537345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:22:57.537678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:22:57.537996+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' [] [] [2021-07-19T08:22:57.538409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:00.474479+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:23:00.590839+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:00.596625+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:00.623425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.624572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.628547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:00.629896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:00.630255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:00.630573+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' [] [] [2021-07-19T08:23:00.631136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:00.633454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.634454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.635482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:00.636053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:00.636393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:00.636782+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' [] [] [2021-07-19T08:23:00.637145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:00.637421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.638395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:00.639371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:00.639878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:00.640210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:00.640519+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' [] [] [2021-07-19T08:23:00.640857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:04.924067+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:23:05.035975+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:05.041739+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:05.068204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.069344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.073131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:05.074441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:05.074906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:05.075239+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' [] [] [2021-07-19T08:23:05.075820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:05.078116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.079111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.080201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:05.080797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:05.081133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:05.081442+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' [] [] [2021-07-19T08:23:05.081782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:05.082053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.082995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:05.083949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:05.084445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:05.084843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:05.085157+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' [] [] [2021-07-19T08:23:05.085493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:22.133390+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:23:22.247021+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:22.252796+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:22.278851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.280017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.284479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:22.286066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:22.286456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:22.286778+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' [] [] [2021-07-19T08:23:22.287342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:22.289628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.290605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.291621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:22.292333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:22.292668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:22.292981+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' [] [] [2021-07-19T08:23:22.293318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:22.293592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.294538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:22.295490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:22.295979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:22.296303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:22.296607+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' [] [] [2021-07-19T08:23:22.296943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:22.588204+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b265a6"},"request_uri":"http://127.0.0.1:8000/_wdt/b265a6","method":"GET"} [] [2021-07-19T08:23:24.080577+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:23:24.189231+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:24.195043+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:24.221902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.223114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.227035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:24.228366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:24.228738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:24.229063+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' [] [] [2021-07-19T08:23:24.229631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:24.231928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.232933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.233916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:24.234446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:24.234780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:24.235098+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' [] [] [2021-07-19T08:23:24.235556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:24.236108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.237381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:24.238506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:24.239319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:24.239755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:24.240101+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' [] [] [2021-07-19T08:23:24.240464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:26.940173+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:23:27.054940+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:27.060292+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:27.086391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.087525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.091365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:27.092546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:27.092897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:27.093286+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' [] [] [2021-07-19T08:23:27.093835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:27.096068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.097024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.097980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:27.098490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:27.098838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:27.099209+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' [] [] [2021-07-19T08:23:27.099592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:27.099865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.100939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:27.101900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:27.102415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:27.102741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:27.103050+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' [] [] [2021-07-19T08:23:27.103461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:31.348457+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:23:31.452089+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:23:31.457566+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:23:31.483777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.484943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.488828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:31.490043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:31.490397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:31.490715+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' [] [] [2021-07-19T08:23:31.491272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:31.493600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.494582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.495561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:31.496083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:31.496415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:31.496804+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' [] [] [2021-07-19T08:23:31.497148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:31.497460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.498507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:23:31.499503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:23:31.500034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:23:31.500369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:23:31.500683+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' [] [] [2021-07-19T08:23:31.501029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:23:33.684357+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54d2c3"},"request_uri":"http://127.0.0.1:8000/_profiler/54d2c3","method":"GET"} [] [2021-07-19T08:23:38.721292+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54d2c3"},"request_uri":"http://127.0.0.1:8000/_profiler/54d2c3?panel=form","method":"GET"} [] [2021-07-19T08:27:16.587808+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:27:16.735391+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:27:16.742104+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:27:16.768922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.770181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.774461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:16.775888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:16.776290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:16.776730+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' [] [] [2021-07-19T08:27:16.777543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:16.780588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.781662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.782654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:16.783214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:16.783558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:16.783875+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' [] [] [2021-07-19T08:27:16.784222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:16.784512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.785540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:16.786536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:16.787153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:16.787497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:16.787811+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' [] [] [2021-07-19T08:27:16.788158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:17.555640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"630e76"},"request_uri":"http://127.0.0.1:8000/_wdt/630e76","method":"GET"} [] [2021-07-19T08:27:21.103992+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:27:21.223053+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:27:21.229062+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:27:21.250314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.251517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.255230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:21.256418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:21.256761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:21.257078+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' [] [] [2021-07-19T08:27:21.257698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:21.260086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.261114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.262077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:21.262604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:21.262930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:21.263241+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' [] [] [2021-07-19T08:27:21.263577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:21.263844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.264791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:21.265744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:21.266231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:21.266561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:21.266861+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' [] [] [2021-07-19T08:27:21.267288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:25.789987+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:27:25.905659+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:27:25.911445+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:27:25.933417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.934565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.938485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:25.939729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:25.940086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:25.940407+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' [] [] [2021-07-19T08:27:25.941036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:25.943410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.944421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.945402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:25.945937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:25.946274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:25.946667+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' [] [] [2021-07-19T08:27:25.947010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:25.947282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.948235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:25.949208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:25.949707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:25.950039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:25.950348+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' [] [] [2021-07-19T08:27:25.950690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:29.813771+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:27:29.938287+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:27:29.944107+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:27:29.964808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.965991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.969882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:29.971154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:29.971649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:29.971984+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' [] [] [2021-07-19T08:27:29.972587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:29.974958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.975964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.976946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:29.977481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:29.977814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:29.978132+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' [] [] [2021-07-19T08:27:29.978477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:29.978750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.979709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:27:29.980680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:27:29.981158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:27:29.981567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:27:29.981878+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' [] [] [2021-07-19T08:27:29.982228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:27:35.334931+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbcc50"},"request_uri":"http://127.0.0.1:8000/_profiler/cbcc50","method":"GET"} [] [2021-07-19T08:28:13.062903+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-19T08:28:13.117961+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-19T08:28:13.205857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.207960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.211888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.213148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.213498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.213815+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' [] [] [2021-07-19T08:28:13.214383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.216846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.218311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.219517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.220107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.220463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.220779+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' [] [] [2021-07-19T08:28:13.221131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.221412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.222391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.223365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.223889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.224242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.224573+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' [] [] [2021-07-19T08:28:13.224919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.240411+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-19T08:28:13.245495+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-19T08:28:13.256777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-19T08:28:13.258418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-19T08:28:13.259000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-19T08:28:13.260470+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-19T08:28:13.262913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.263970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.265041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.265636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.265979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.266299+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' [] [] [2021-07-19T08:28:13.266647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.266929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.268477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.269659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.270246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.270589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.270909+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' [] [] [2021-07-19T08:28:13.271257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.271531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.272560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:13.273560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:13.274097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:13.274419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:13.274714+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' [] [] [2021-07-19T08:28:13.275042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:13.615341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfe939"},"request_uri":"http://127.0.0.1:8000/_wdt/dfe939","method":"GET"} [] [2021-07-19T08:28:23.232048+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:28:23.380233+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:28:23.399004+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:28:23.432896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.434247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.439624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:23.441444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:23.441897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:23.442273+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' [] [] [2021-07-19T08:28:23.443003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:23.446285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.447457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.448653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:23.449297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:23.449689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:23.450055+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' [] [] [2021-07-19T08:28:23.450452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:23.450766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.452143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:23.453465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:23.454158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:23.454561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:23.454927+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' [] [] [2021-07-19T08:28:23.455333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:24.230383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89838c"},"request_uri":"http://127.0.0.1:8000/_wdt/89838c","method":"GET"} [] [2021-07-19T08:28:28.098863+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:28:28.221493+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:28:28.231241+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:28:28.253330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.254473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.258347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:28.259558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:28.259910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:28.260314+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' [] [] [2021-07-19T08:28:28.260883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:28.263237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.264238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.265215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:28.265739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:28.266075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:28.266389+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' [] [] [2021-07-19T08:28:28.266733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:28.267005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.267964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:28.269007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:28.269656+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:28.270015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:28.270417+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' [] [] [2021-07-19T08:28:28.270773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:34.281586+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:28:34.395242+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:28:34.400830+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:28:34.423631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.424842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.428758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:34.430024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:34.430384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:34.430705+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' [] [] [2021-07-19T08:28:34.431273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:34.433760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.434820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.435811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:34.436348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:34.436760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:34.437077+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' [] [] [2021-07-19T08:28:34.437422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:28:34.437696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.438647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:28:34.439699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:28:34.440305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:28:34.440659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:28:34.440982+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' [] [] [2021-07-19T08:28:34.441336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:32.316100+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:32:32.442556+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:32.449188+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:32.480711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.481895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.485939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:32.487390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:32.487750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:32.488104+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' [] [] [2021-07-19T08:32:32.488760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:32.491546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.492532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.493495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:32.494021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:32.494350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:32.494662+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' [] [] [2021-07-19T08:32:32.494998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:32.495268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.496375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:32.497342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:32.497866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:32.498274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:32.498587+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' [] [] [2021-07-19T08:32:32.498927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:32.788259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68ac8e"},"request_uri":"http://127.0.0.1:8000/_wdt/68ac8e","method":"GET"} [] [2021-07-19T08:32:33.585097+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:32:33.688393+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:33.694066+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:33.720749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.721911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.725716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:33.726922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:33.727273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:33.727590+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' [] [] [2021-07-19T08:32:33.728151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:33.730549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.731541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.732525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:33.733132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:33.733504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:33.733837+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' [] [] [2021-07-19T08:32:33.734191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:33.734472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.735473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:33.736395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:33.736914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:33.737247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:33.737557+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' [] [] [2021-07-19T08:32:33.737909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:34.023859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c5145"},"request_uri":"http://127.0.0.1:8000/_wdt/2c5145","method":"GET"} [] [2021-07-19T08:32:34.923483+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:32:35.029871+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:35.038930+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:35.066020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.067175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.071031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:35.072496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:35.072879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:35.073208+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' [] [] [2021-07-19T08:32:35.073785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:35.076138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.077137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.078110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:35.078636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:35.078980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:35.079375+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' [] [] [2021-07-19T08:32:35.079719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:35.079988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.080943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:35.081912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:35.082412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:35.082742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:35.083053+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' [] [] [2021-07-19T08:32:35.083392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:35.371433+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f4916"},"request_uri":"http://127.0.0.1:8000/_wdt/0f4916","method":"GET"} [] [2021-07-19T08:32:36.176842+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:32:36.293119+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:36.298957+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:36.325324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.326496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.330316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:36.331604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:36.331955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:36.332274+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' [] [] [2021-07-19T08:32:36.332831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:36.335114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.336106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.337097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:36.337635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:36.337982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:36.338295+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' [] [] [2021-07-19T08:32:36.338639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:36.338911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.339885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:36.340947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:36.341484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:36.342006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:36.342353+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' [] [] [2021-07-19T08:32:36.342710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:36.615681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"984ac7"},"request_uri":"http://127.0.0.1:8000/_wdt/984ac7","method":"GET"} [] [2021-07-19T08:32:37.152130+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:32:37.257459+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:37.263034+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:37.289192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.290327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.294104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:37.295315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:37.295691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:37.296041+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' [] [] [2021-07-19T08:32:37.296704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:37.299026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.300121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.301105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:37.301645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:37.301985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:37.302298+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' [] [] [2021-07-19T08:32:37.302640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:37.302909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.303910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:37.304914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:37.305442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:37.305779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:37.306095+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' [] [] [2021-07-19T08:32:37.306403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:37.593819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b332ed"},"request_uri":"http://127.0.0.1:8000/_wdt/b332ed","method":"GET"} [] [2021-07-19T08:32:39.933283+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:32:40.039735+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:40.045388+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:40.072725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.073880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.077675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:40.078911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:40.079262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:40.079585+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' [] [] [2021-07-19T08:32:40.080151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:40.082416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.083534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.084529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:40.085062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:40.085399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:40.085795+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' [] [] [2021-07-19T08:32:40.086138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:40.086414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.087365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:40.088358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:40.088894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:40.089228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:40.089543+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' [] [] [2021-07-19T08:32:40.089884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:43.073743+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb4211"},"request_uri":"http://127.0.0.1:8000/_profiler/bb4211","method":"GET"} [] [2021-07-19T08:32:52.339315+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:32:52.432871+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:32:52.438597+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:32:52.465701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.466873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.470773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:52.472068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:52.472510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:52.472831+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' [] [] [2021-07-19T08:32:52.473407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:52.475726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.476721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.477727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:52.478256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:52.478608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:52.478925+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' [] [] [2021-07-19T08:32:52.479273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:52.479549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.480701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:32:52.481733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:32:52.482276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:32:52.482702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:32:52.483018+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' [] [] [2021-07-19T08:32:52.483368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:32:54.838982+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e8007"},"request_uri":"http://127.0.0.1:8000/_profiler/4e8007","method":"GET"} [] [2021-07-19T08:32:57.346448+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e8007"},"request_uri":"http://127.0.0.1:8000/_profiler/4e8007?panel=time","method":"GET"} [] [2021-07-19T08:32:59.042603+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e8007"},"request_uri":"http://127.0.0.1:8000/_profiler/4e8007?panel=request","method":"GET"} [] [2021-07-19T08:37:06.769314+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:37:06.899738+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:06.906323+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:06.948887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.950057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.954215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:06.955630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:06.955991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:06.956395+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' [] [] [2021-07-19T08:37:06.957035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:06.960109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.961381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.962410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:06.962975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:06.963318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:06.963635+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' [] [] [2021-07-19T08:37:06.963983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:06.964266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.965231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:06.966219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:06.966725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:06.967052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:06.967366+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' [] [] [2021-07-19T08:37:06.967790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:07.243928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcb5af"},"request_uri":"http://127.0.0.1:8000/_wdt/dcb5af","method":"GET"} [] [2021-07-19T08:37:08.630226+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:37:08.737544+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:08.743327+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:08.770867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.772000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.775892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:08.777158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:08.777515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:08.777835+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' [] [] [2021-07-19T08:37:08.778402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:08.780716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.781763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.782809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:08.783408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:08.783832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:08.784167+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' [] [] [2021-07-19T08:37:08.784517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:08.784798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.785791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:08.786706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:08.787220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:08.787551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:08.787865+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' [] [] [2021-07-19T08:37:08.788209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:18.608631+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:37:18.715599+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:18.721849+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:18.749730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.751298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.755365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:18.756711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:18.757103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:18.757450+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' [] [] [2021-07-19T08:37:18.758039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:18.760388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.761421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.762411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:18.762947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:18.763286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:18.763598+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' [] [] [2021-07-19T08:37:18.763942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:18.764215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.765188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:18.766204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:18.766845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:18.767331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:18.767692+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' [] [] [2021-07-19T08:37:18.768059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:19.040105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42f0a9"},"request_uri":"http://127.0.0.1:8000/_wdt/42f0a9","method":"GET"} [] [2021-07-19T08:37:21.933752+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:37:22.046868+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:22.052439+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:22.079658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.080822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.084643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:22.085995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:22.086386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:22.086714+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' [] [] [2021-07-19T08:37:22.087303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:22.089742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.090756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.091739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:22.092278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:22.092617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:22.092989+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' [] [] [2021-07-19T08:37:22.093354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:22.093629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.094774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:22.095776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:22.096297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:22.096604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:22.096886+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' [] [] [2021-07-19T08:37:22.097198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:36.726551+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:37:36.835996+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:36.841467+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:36.868440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.869563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.873292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:36.874480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:36.874824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:36.875138+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' [] [] [2021-07-19T08:37:36.875686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:36.877968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.879158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.880259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:36.880826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:36.881232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:36.881573+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' [] [] [2021-07-19T08:37:36.882000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:36.882280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.883239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:36.884186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:36.884684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:36.885011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:36.885316+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' [] [] [2021-07-19T08:37:36.885648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:37.154055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d723a"},"request_uri":"http://127.0.0.1:8000/_wdt/9d723a","method":"GET"} [] [2021-07-19T08:37:38.293544+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:37:38.399736+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:38.405330+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:38.431550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.432702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.436800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:38.438091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:38.438534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:38.438853+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' [] [] [2021-07-19T08:37:38.439406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:38.441666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.442636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.443590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:38.444096+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:38.444420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:38.444729+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' [] [] [2021-07-19T08:37:38.445061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:38.445328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.446322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:38.447285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:38.447789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:38.448197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:38.448508+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' [] [] [2021-07-19T08:37:38.448843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:38.731229+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4bae4"},"request_uri":"http://127.0.0.1:8000/_wdt/c4bae4","method":"GET"} [] [2021-07-19T08:37:40.727512+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:37:40.829644+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:40.835203+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:40.862610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.863746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.867469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:40.868648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:40.868990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:40.869301+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' [] [] [2021-07-19T08:37:40.869846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:40.872083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.873039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.873990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:40.874596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:40.874966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:40.875293+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' [] [] [2021-07-19T08:37:40.875748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:40.876068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.877058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:40.878012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:40.878528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:40.878856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:40.879160+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' [] [] [2021-07-19T08:37:40.879500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:45.007783+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:37:45.122225+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:45.127965+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:45.154764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.155911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.159854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:45.161087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:45.161445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:45.161770+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' [] [] [2021-07-19T08:37:45.162327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:45.164643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.165684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.166697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:45.167251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:45.167589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:45.167908+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' [] [] [2021-07-19T08:37:45.168286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:45.168569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.169634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:45.170620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:45.171129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:45.171467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:45.171783+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' [] [] [2021-07-19T08:37:45.172128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:48.780861+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:37:48.887436+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:37:48.893143+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:37:48.919463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.920659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.924502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:48.925821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:48.926213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:48.926635+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' [] [] [2021-07-19T08:37:48.927216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:48.929532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.930528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.931451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:48.931990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:48.932322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:48.932642+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' [] [] [2021-07-19T08:37:48.933002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:48.933280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.934311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:37:48.935294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:37:48.935898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:37:48.936261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:37:48.936581+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' [] [] [2021-07-19T08:37:48.937035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:37:53.391702+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19cabc"},"request_uri":"http://127.0.0.1:8000/_profiler/19cabc","method":"GET"} [] [2021-07-19T08:38:03.699066+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19cabc"},"request_uri":"http://127.0.0.1:8000/_profiler/19cabc?panel=form","method":"GET"} [] [2021-07-19T08:59:08.949223+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:59:09.070745+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:59:09.077740+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:59:09.111784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.113166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.117461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:09.118981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:09.119352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:09.119673+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' [] [] [2021-07-19T08:59:09.120310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:09.123241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.124252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.125318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:09.125911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:09.126392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:09.126708+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' [] [] [2021-07-19T08:59:09.127054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:09.127335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.128319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:09.129259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:09.129729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:09.130030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:09.130302+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' [] [] [2021-07-19T08:59:09.130601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:09.369825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d8649"},"request_uri":"http://127.0.0.1:8000/_wdt/8d8649","method":"GET"} [] [2021-07-19T08:59:18.879843+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T08:59:18.983242+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:59:18.988804+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:59:19.016377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.017548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.021450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:19.022730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:19.023083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:19.023405+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' [] [] [2021-07-19T08:59:19.023964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:19.026568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.027881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.028905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:19.029485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:19.029828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:19.030143+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' [] [] [2021-07-19T08:59:19.030494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:19.030770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.031743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:19.032808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:19.033308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:19.033637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:19.033945+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' [] [] [2021-07-19T08:59:19.034288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:19.264594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c5713"},"request_uri":"http://127.0.0.1:8000/_wdt/1c5713","method":"GET"} [] [2021-07-19T08:59:20.717971+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T08:59:20.833553+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T08:59:20.843399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T08:59:20.897629+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T08:59:20.898854+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T08:59:20.926503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.927768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.931992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:20.933630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:20.934122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:20.934456+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' [] [] [2021-07-19T08:59:20.935066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:20.937435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.938475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.939456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:20.939989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:20.940325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:20.940676+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' [] [] [2021-07-19T08:59:20.941032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T08:59:20.941320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.942323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T08:59:20.943311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T08:59:20.943847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T08:59:20.944281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T08:59:20.944600+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' [] [] [2021-07-19T08:59:20.944946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:27.823209+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:01:27.950101+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:01:27.956485+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:01:27.988403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:27.989570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:27.993723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:27.995313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:27.995701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:27.996028+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' [] [] [2021-07-19T09:01:27.996650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:27.999448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:28.000446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:28.001421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:28.002030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:28.002362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:28.002676+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' [] [] [2021-07-19T09:01:28.003021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:28.003310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:28.004367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:28.005374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:28.005919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:28.006255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:28.006569+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' [] [] [2021-07-19T09:01:28.006918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:28.245583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1269bf"},"request_uri":"http://127.0.0.1:8000/_wdt/1269bf","method":"GET"} [] [2021-07-19T09:01:30.286854+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:01:30.394710+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:01:30.400298+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:01:30.428152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.429290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.433102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:30.434276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:30.434597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:30.434876+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' [] [] [2021-07-19T09:01:30.435395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:30.437774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.438889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.439856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:30.440378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:30.440680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:30.440951+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' [] [] [2021-07-19T09:01:30.441252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:30.441487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.442489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:30.443418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:30.443881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:30.444170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:30.444436+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' [] [] [2021-07-19T09:01:30.444735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:32.834932+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adfc7a"},"request_uri":"http://127.0.0.1:8000/_profiler/adfc7a","method":"GET"} [] [2021-07-19T09:01:37.723755+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:01:37.831287+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:01:37.836803+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:01:37.864991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.866151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.869960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:37.871217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:37.871664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:37.871987+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' [] [] [2021-07-19T09:01:37.872550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:37.874878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.875918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.876894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:37.877501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:37.877897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:37.878239+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' [] [] [2021-07-19T09:01:37.878590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:37.878875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.879877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:01:37.880799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:01:37.881321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:01:37.881651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:01:37.882047+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' [] [] [2021-07-19T09:01:37.882393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:01:39.650143+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ff504"},"request_uri":"http://127.0.0.1:8000/_profiler/5ff504","method":"GET"} [] [2021-07-19T09:07:55.879072+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:07:55.999256+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:07:56.005688+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:07:56.108202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.109644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.114155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:07:56.115788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:07:56.116166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:07:56.116495+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' [] [] [2021-07-19T09:07:56.117169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:07:56.120010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.121059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.122067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:07:56.122588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:07:56.123012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:07:56.123331+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' [] [] [2021-07-19T09:07:56.123670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:07:56.123952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.124933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:07:56.125973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:07:56.126765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:07:56.127187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:07:56.127529+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' [] [] [2021-07-19T09:07:56.127881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:07:56.410551+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"884712"},"request_uri":"http://127.0.0.1:8000/_wdt/884712","method":"GET"} [] [2021-07-19T09:08:04.615696+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:08:04.742388+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:04.748890+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:04.777711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.778918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.782832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:04.784043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:04.784434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:04.784778+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' [] [] [2021-07-19T09:08:04.785373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:04.787747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.788866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.790087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:04.790829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:04.791178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:04.791497+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' [] [] [2021-07-19T09:08:04.791848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:04.792130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.793199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:04.794308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:04.794826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:04.795155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:04.795449+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' [] [] [2021-07-19T09:08:04.795782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:07.889663+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:08:07.999733+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:08.006210+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:08.036494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.037686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.041605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:08.042822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:08.043207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:08.043549+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' [] [] [2021-07-19T09:08:08.044217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:08.046562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.047576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.048569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:08.049125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:08.049446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:08.049802+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' [] [] [2021-07-19T09:08:08.050166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:08.050448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.051460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:08.052462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:08.052984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:08.053318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:08.053630+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' [] [] [2021-07-19T09:08:08.054059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:19.568583+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:08:19.658297+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:19.663753+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:19.689415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.691344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.695402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:19.696613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:19.696960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:19.697237+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' [] [] [2021-07-19T09:08:19.697794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:19.700074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.701073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.701999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:19.702514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:19.702838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:19.703225+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' [] [] [2021-07-19T09:08:19.703560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:19.703828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.704786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:19.705801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:19.706457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:19.706786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:19.707104+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' [] [] [2021-07-19T09:08:19.707467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:19.947726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62bb0d"},"request_uri":"http://127.0.0.1:8000/_wdt/62bb0d","method":"GET"} [] [2021-07-19T09:08:21.309350+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:08:21.427149+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:21.434107+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:21.464187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.465585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.469570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:21.470896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:21.471256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:21.471578+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' [] [] [2021-07-19T09:08:21.472155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:21.474698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.475779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.476792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:21.477342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:21.477681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:21.477999+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' [] [] [2021-07-19T09:08:21.478362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:21.478630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.480260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:21.481757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:21.482387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:21.482855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:21.483181+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' [] [] [2021-07-19T09:08:21.483537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:21.698471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d96be"},"request_uri":"http://127.0.0.1:8000/_wdt/3d96be","method":"GET"} [] [2021-07-19T09:08:26.450125+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:08:26.546489+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:08:26.556729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:08:26.606827+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:26.607812+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:26.635817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.637023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.640924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:26.642219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:26.642602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:26.643024+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' [] [] [2021-07-19T09:08:26.643632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:26.646024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.647334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.648636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:26.649233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:26.649584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:26.649909+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' [] [] [2021-07-19T09:08:26.650262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:26.650547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.651542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:26.652492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:26.653004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:26.653333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:26.653647+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' [] [] [2021-07-19T09:08:26.654080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:33.057288+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:08:33.172576+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T09:08:33.181434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T09:08:33.213018+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:08:33.214006+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:08:33.240546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.241736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.245641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:33.246849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:33.247206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:33.247528+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' [] [] [2021-07-19T09:08:33.248101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:33.250508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.251562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.252813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:33.253545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:33.254112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:33.254539+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' [] [] [2021-07-19T09:08:33.254907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:08:33.255196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.256266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:08:33.257307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:08:33.257857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:08:33.258198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:08:33.258511+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' [] [] [2021-07-19T09:08:33.258855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:08.824050+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:10:08.956397+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:10:08.963018+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:10:08.994685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:08.995892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.000029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.001526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.001869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.002202+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' [] [] [2021-07-19T09:10:09.002835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:09.005612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.006632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.007588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.008121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.008456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.008770+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' [] [] [2021-07-19T09:10:09.009112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:09.009384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.010423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.011550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.012234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.012589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.012905+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' [] [] [2021-07-19T09:10:09.013256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:09.247064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78bd62"},"request_uri":"http://127.0.0.1:8000/_wdt/78bd62","method":"GET"} [] [2021-07-19T09:10:09.831741+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:10:09.939364+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:10:09.944666+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:10:09.970661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.971815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.975558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.976725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.977067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.977376+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' [] [] [2021-07-19T09:10:09.978057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:09.980417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.981791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.982851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.983407+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.983746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.984052+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' [] [] [2021-07-19T09:10:09.984393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:09.984665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.985692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:09.986703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:09.987209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:09.987537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:09.987839+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' [] [] [2021-07-19T09:10:09.988176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:10.195650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5af90"},"request_uri":"http://127.0.0.1:8000/_wdt/a5af90","method":"GET"} [] [2021-07-19T09:10:11.810581+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:10:11.921403+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:10:11.930984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:10:11.962337+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:10:11.963351+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:10:11.990572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:11.991789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:11.995764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:11.997008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:11.997362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:11.997684+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' [] [] [2021-07-19T09:10:11.998259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:12.000647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:12.001718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:12.002753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:12.003303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:12.003770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:12.004199+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' [] [] [2021-07-19T09:10:12.004615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:10:12.004948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:12.006060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:10:12.007086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:10:12.007635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:10:12.007982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:10:12.008340+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' [] [] [2021-07-19T09:10:12.008672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:41.779530+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:11:41.878309+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:11:41.884234+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:11:41.911899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.913179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.917088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:41.918421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:41.918842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:41.919176+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' [] [] [2021-07-19T09:11:41.919885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:41.922434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.923518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.924541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:41.925101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:41.925499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:41.925895+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' [] [] [2021-07-19T09:11:41.926388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:41.926746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.927926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:41.929032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:41.929705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:41.930053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:41.930368+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' [] [] [2021-07-19T09:11:41.930724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:42.161365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7a924"},"request_uri":"http://127.0.0.1:8000/_wdt/a7a924","method":"GET"} [] [2021-07-19T09:11:44.104475+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:11:44.219746+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:11:44.229579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:11:44.277729+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:11:44.278698+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:11:44.304682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.305823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.309585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:44.310843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:44.311294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:44.311614+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' [] [] [2021-07-19T09:11:44.312270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:44.314587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.315597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.316605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:44.317271+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:44.317692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:44.318078+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' [] [] [2021-07-19T09:11:44.318470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:44.318777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.319861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:44.320882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:44.321430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:44.321765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:44.322175+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' [] [] [2021-07-19T09:11:44.322524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:50.495376+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:11:50.599695+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:11:50.605186+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:11:50.631042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.632221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.635929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:50.637119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:50.637467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:50.637782+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' [] [] [2021-07-19T09:11:50.638351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:50.640782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.641819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.642807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:50.643346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:50.643768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:50.644077+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' [] [] [2021-07-19T09:11:50.644413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:50.644684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.645641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:50.646663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:50.647172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:50.647496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:50.647798+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' [] [] [2021-07-19T09:11:50.648140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:50.875135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"732d73"},"request_uri":"http://127.0.0.1:8000/_wdt/732d73","method":"GET"} [] [2021-07-19T09:11:56.264385+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:11:56.377804+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T09:11:56.387015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T09:11:56.417802+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:11:56.418890+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:11:56.445864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.447076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.451013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:56.452262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:56.452621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:56.452942+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' [] [] [2021-07-19T09:11:56.453505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:56.455858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.456988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.458022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:56.458718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:56.459188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:56.459549+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' [] [] [2021-07-19T09:11:56.459890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:11:56.460298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.461360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:11:56.462372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:11:56.462917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:11:56.463255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:11:56.463584+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' [] [] [2021-07-19T09:11:56.463939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:03.313823+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:12:03.422762+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:12:03.431682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:12:03.461225+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:12:03.462233+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:12:03.488747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.489930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.493838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:03.495046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:03.495492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:03.495815+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' [] [] [2021-07-19T09:12:03.496384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:03.498803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.500072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.501256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:03.501835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:03.502180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:03.502495+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' [] [] [2021-07-19T09:12:03.502846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:03.503129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.504123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:03.505124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:03.505636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:03.506061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:03.506376+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' [] [] [2021-07-19T09:12:03.506725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:22.964215+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:12:23.085731+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:12:23.091925+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:12:23.122828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.123987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.127971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:23.129320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:23.129672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:23.129983+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' [] [] [2021-07-19T09:12:23.130636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:23.133368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.134417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.135411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:23.135945+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:23.136370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:23.136684+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' [] [] [2021-07-19T09:12:23.137022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:23.137290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.138253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:23.139236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:23.139729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:23.140054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:23.140360+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' [] [] [2021-07-19T09:12:23.140692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:23.467217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17c1eb"},"request_uri":"http://127.0.0.1:8000/_wdt/17c1eb","method":"GET"} [] [2021-07-19T09:12:29.010161+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:12:29.115998+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:12:29.125852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:12:29.156126+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:12:29.157148+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:12:29.183829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.185067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.189002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:29.190250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:29.190598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:29.190913+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' [] [] [2021-07-19T09:12:29.191465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:29.193930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.195004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.196000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:29.196531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:29.196864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:29.197169+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' [] [] [2021-07-19T09:12:29.197601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:29.197874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.198835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:29.199820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:29.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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:29.200747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:29.201056+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' [] [] [2021-07-19T09:12:29.201394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:34.609529+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ab7f11"},"request_uri":"http://127.0.0.1:8000/_profiler/ab7f11","method":"GET"} [] [2021-07-19T09:12:53.935706+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:12:54.046727+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T09:12:54.056078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T09:12:54.087377+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:12:54.088738+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:12:54.115379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.116563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.120395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:54.121823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:54.122195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:54.122558+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' [] [] [2021-07-19T09:12:54.123128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:54.125445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.126457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.127445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:54.127992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:54.128366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:54.128684+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' [] [] [2021-07-19T09:12:54.129025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:12:54.129302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.130295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:12:54.131271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:12:54.131776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:12:54.132195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:12:54.132510+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' [] [] [2021-07-19T09:12:54.132850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:36.595600+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:36.714248+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:36.720784+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:36.752846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.754078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.758208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:36.759652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:36.760014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:36.760348+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' [] [] [2021-07-19T09:27:36.761016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:36.763881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.764976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.766179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:36.766801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:36.767157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:36.767471+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' [] [] [2021-07-19T09:27:36.767822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:36.768099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.769116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:36.770128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:36.770632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:36.770959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:36.771272+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' [] [] [2021-07-19T09:27:36.771611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:37.009185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fde33"},"request_uri":"http://127.0.0.1:8000/_wdt/4fde33","method":"GET"} [] [2021-07-19T09:27:37.580728+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:37.686140+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:37.691512+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:37.717555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.718714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.722435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:37.723607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:37.723951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:37.724266+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' [] [] [2021-07-19T09:27:37.724809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:37.727048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.728027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.729009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:37.729514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:37.729840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:37.730144+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' [] [] [2021-07-19T09:27:37.730571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:37.730836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.731858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:37.732905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:37.733432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:37.733771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:37.734077+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' [] [] [2021-07-19T09:27:37.734414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:37.952098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08ae70"},"request_uri":"http://127.0.0.1:8000/_wdt/08ae70","method":"GET"} [] [2021-07-19T09:27:38.457095+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:38.562623+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:38.568109+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:38.594513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.595659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.599344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.600531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.601066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.601450+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' [] [] [2021-07-19T09:27:38.602164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.604499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.605550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.606543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.607082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.607420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.607731+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' [] [] [2021-07-19T09:27:38.608066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.608333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.609315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.610317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.610835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.611263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.611590+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' [] [] [2021-07-19T09:27:38.611935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.721337+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:38.829990+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:38.835683+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:38.861558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.862884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.866825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.868203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.868825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.869253+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' [] [] [2021-07-19T09:27:38.869998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.872692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.873853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.874886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.875547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.875898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.876223+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' [] [] [2021-07-19T09:27:38.876576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.876854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.877849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:38.878851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:38.879366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:38.879700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:38.880015+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' [] [] [2021-07-19T09:27:38.880358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:38.991749+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:39.099965+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:39.105450+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:39.131073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.132217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.136036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.137398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.137768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.138084+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' [] [] [2021-07-19T09:27:39.138644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.140970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.141981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.142973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.143499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.143835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.144178+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' [] [] [2021-07-19T09:27:39.144526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.144793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.145762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.146752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.147564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.147928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.148240+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' [] [] [2021-07-19T09:27:39.148582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.258122+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:27:39.366776+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:27:39.372300+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:27:39.398000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.399308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.403231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.404694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.405183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.405523+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' [] [] [2021-07-19T09:27:39.406246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.408578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.409613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.410634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.411180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.411516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.411830+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' [] [] [2021-07-19T09:27:39.412172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.412442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.413443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:39.414449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:39.414962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:39.415300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:39.415609+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' [] [] [2021-07-19T09:27:39.415952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:39.640469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac25ba"},"request_uri":"http://127.0.0.1:8000/_wdt/ac25ba","method":"GET"} [] [2021-07-19T09:27:42.505983+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:27:42.614883+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:27:42.626152+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: group" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 105 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: group at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:105)"} [] [2021-07-19T09:27:42.671842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.673014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.676933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.678197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.678557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.678877+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' [] [] [2021-07-19T09:27:42.679444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:42.681797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.683135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.684251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.684821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.685263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.685543+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' [] [] [2021-07-19T09:27:42.686009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:42.686332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.687367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.688385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.688913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.689245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.689561+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' [] [] [2021-07-19T09:27:42.689882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:42.690968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.692023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.693040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.693544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.693879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.694337+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' [] [] [2021-07-19T09:27:42.694685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:42.694966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.695954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.696901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.697402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.697754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.698108+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' [] [] [2021-07-19T09:27:42.698523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:42.698891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.700139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:27:42.701218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:27:42.701778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:27:42.702118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:27:42.702440+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' [] [] [2021-07-19T09:27:42.702788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:27:47.951673+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd5d37"},"request_uri":"http://127.0.0.1:8000/_profiler/fd5d37","method":"GET"} [] [2021-07-19T09:28:32.344188+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:28:32.449350+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:28:32.455747+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:28:32.482475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.483713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.487953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:32.489289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:32.489682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:32.489992+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' [] [] [2021-07-19T09:28:32.490592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:32.492958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.494017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.495039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:32.495580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:32.495965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:32.496282+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' [] [] [2021-07-19T09:28:32.496627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:32.496900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.497933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:32.498969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:32.499507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:32.499841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:32.500129+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' [] [] [2021-07-19T09:28:32.500474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:32.716458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28918d"},"request_uri":"http://127.0.0.1:8000/_wdt/28918d","method":"GET"} [] [2021-07-19T09:28:34.852329+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:28:34.947332+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:28:34.957323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:28:35.007324+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:28:35.008313+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:28:35.035042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.036231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.040101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:35.041309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:35.041686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:35.042038+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' [] [] [2021-07-19T09:28:35.042755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:35.045462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.046598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.047634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:35.048196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:35.048539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:35.048861+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' [] [] [2021-07-19T09:28:35.049258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:35.049537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.050573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:35.051599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:35.052124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:35.052458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:35.052773+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' [] [] [2021-07-19T09:28:35.053114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:41.332034+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b3df"},"request_uri":"http://127.0.0.1:8000/_profiler/45b3df","method":"GET"} [] [2021-07-19T09:28:52.952851+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:28:53.075674+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T09:28:53.093975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T09:28:53.124389+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:28:53.125384+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:28:53.152006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.153208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.157352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:53.158759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:53.159122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:53.159448+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' [] [] [2021-07-19T09:28:53.160023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:53.162436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.163483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.164517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:53.165052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:53.165389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:53.165702+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' [] [] [2021-07-19T09:28:53.166044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:28:53.166320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.167310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:28:53.168257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:28:53.168765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:28:53.169142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:28:53.169452+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' [] [] [2021-07-19T09:28:53.169790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:37:16.328830+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:37:16.445841+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T09:37:16.456113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T09:37:16.506287+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:37:16.507524+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:37:16.539593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.540886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.545368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:37:16.546885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:37:16.547258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:37:16.547586+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' [] [] [2021-07-19T09:37:16.548263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:37:16.551139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.552179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.553210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:37:16.553744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:37:16.554087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:37:16.554401+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' [] [] [2021-07-19T09:37:16.554744+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:37:16.555026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.556011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:37:16.556952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:37:16.557487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:37:16.557899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:37:16.558257+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' [] [] [2021-07-19T09:37:16.558648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:53.558978+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:42:53.678184+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:42:53.686289+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:42:53.719477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.720720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.724948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:53.726369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:53.726737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:53.727061+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' [] [] [2021-07-19T09:42:53.727672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:53.730708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.731846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.733141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:53.733891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:53.734300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:53.734681+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' [] [] [2021-07-19T09:42:53.735033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:53.735313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.736364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:53.737432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:53.738011+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:53.738354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:53.738670+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' [] [] [2021-07-19T09:42:53.739016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:54.042022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b8460"},"request_uri":"http://127.0.0.1:8000/_wdt/2b8460","method":"GET"} [] [2021-07-19T09:42:56.272481+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T09:42:56.378247+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:42:56.383720+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:42:56.410853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.412113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.415901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:56.417175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:56.417621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:56.417942+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' [] [] [2021-07-19T09:42:56.418510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:56.420823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.421828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.422813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:56.423340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:56.423672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:56.423978+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' [] [] [2021-07-19T09:42:56.424352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:56.424631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.425939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:56.426992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:56.427549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:56.427933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:56.428247+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' [] [] [2021-07-19T09:42:56.428592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:56.665246+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1dc55"},"request_uri":"http://127.0.0.1:8000/_wdt/b1dc55","method":"GET"} [] [2021-07-19T09:42:59.065876+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:42:59.178803+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:42:59.184560+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:42:59.213314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.214517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.218595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:59.219976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:59.220347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:59.220673+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' [] [] [2021-07-19T09:42:59.221250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:59.223604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.224674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.225896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:59.226469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:59.226833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:59.227152+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' [] [] [2021-07-19T09:42:59.227501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:42:59.227783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.228783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:42:59.229787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:42:59.230291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:42:59.230621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:42:59.230935+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' [] [] [2021-07-19T09:42:59.231277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:03.931228+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bef7c"},"request_uri":"http://127.0.0.1:8000/_profiler/9bef7c","method":"GET"} [] [2021-07-19T09:43:09.511156+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:43:09.628126+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:43:09.643038+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:43:09.685521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.686893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.691133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:09.692451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:09.692821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:09.693143+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' [] [] [2021-07-19T09:43:09.693705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:09.696023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.697103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.698134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:09.698680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:09.699023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:09.699402+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' [] [] [2021-07-19T09:43:09.699746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:09.700024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.701016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:09.702024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:09.702532+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:09.702870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:09.703184+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' [] [] [2021-07-19T09:43:09.703555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:11.835842+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:43:11.941640+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:43:11.947638+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:43:11.975284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.976468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.980493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:11.981782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:11.982202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:11.982524+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' [] [] [2021-07-19T09:43:11.983082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:11.985430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.986630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.987656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:11.988201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:11.988539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:11.988853+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' [] [] [2021-07-19T09:43:11.989198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:11.989476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.990469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:43:11.991478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:43:11.991987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:43:11.992327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:43:11.992703+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' [] [] [2021-07-19T09:43:11.993075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:43:14.902874+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dfaa0"},"request_uri":"http://127.0.0.1:8000/_profiler/6dfaa0","method":"GET"} [] [2021-07-19T09:44:20.018269+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T09:44:20.122699+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T09:44:20.128697+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T09:44:20.155838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.157036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.161188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:44:20.162579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:44:20.162955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:44:20.163282+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' [] [] [2021-07-19T09:44:20.163852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:44:20.166193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.167248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.168271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:44:20.168856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:44:20.169213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:44:20.169532+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' [] [] [2021-07-19T09:44:20.169877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T09:44:20.170152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.171155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T09:44:20.172095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T09:44:20.172603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T09:44:20.172939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T09:44:20.173252+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' [] [] [2021-07-19T09:44:20.173593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:50.850099+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:06:50.970061+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:06:50.976919+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:06:51.012672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.014049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.018759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:51.020321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:51.020679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:51.020993+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' [] [] [2021-07-19T10:06:51.021601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:51.024959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.025944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.027105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:51.027904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:51.028341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:51.028669+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' [] [] [2021-07-19T10:06:51.029018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:51.029300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.030323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:51.031361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:51.031887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:51.032225+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:51.032531+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' [] [] [2021-07-19T10:06:51.032870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:57.684921+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:06:57.786716+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:06:57.792245+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:06:57.818697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.819904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.823767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:57.824992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:57.825346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:57.825669+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' [] [] [2021-07-19T10:06:57.826277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:57.828625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.829643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.830661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:57.831190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:57.831533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:57.831854+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' [] [] [2021-07-19T10:06:57.832179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:06:57.832454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.833577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:06:57.834637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:06:57.835206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:06:57.835544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:06:57.835862+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' [] [] [2021-07-19T10:06:57.836219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:18.880145+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:07:18.993926+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:07:18.999402+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:07:19.025376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.026566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.030327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:19.031514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:19.031866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:19.032180+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' [] [] [2021-07-19T10:07:19.032727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:19.035019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.036016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.036998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:19.037523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:19.038593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:19.039059+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' [] [] [2021-07-19T10:07:19.039412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:19.039713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.040844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:19.041864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:19.042405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:19.042747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:19.043060+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' [] [] [2021-07-19T10:07:19.043406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:19.341924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88fc82"},"request_uri":"http://127.0.0.1:8000/_wdt/88fc82","method":"GET"} [] [2021-07-19T10:07:21.326780+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:07:21.436016+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:07:21.441614+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:07:21.479606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.480927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.485017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:21.486397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:21.486850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:21.487151+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' [] [] [2021-07-19T10:07:21.487739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:21.490094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.491154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.492114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:21.492657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:21.493005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:21.493337+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' [] [] [2021-07-19T10:07:21.493711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:21.493994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.495018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:21.496094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:21.496703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:21.497189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:21.497531+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' [] [] [2021-07-19T10:07:21.498077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:21.790962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91ebdb"},"request_uri":"http://127.0.0.1:8000/_wdt/91ebdb","method":"GET"} [] [2021-07-19T10:07:25.686167+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:07:25.798717+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T10:07:25.808830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T10:07:25.862770+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:07:25.863780+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:07:25.890747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.891967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.896012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:25.897379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:25.897752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:25.898080+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' [] [] [2021-07-19T10:07:25.898723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:25.901072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.902104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.903058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:25.903582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:25.903919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:25.904234+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' [] [] [2021-07-19T10:07:25.904576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:07:25.904848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.905849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:07:25.906871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:07:25.907383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:07:25.907720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:07:25.908032+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' [] [] [2021-07-19T10:07:25.908423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:38.604288+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:10:38.734403+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:10:38.740882+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:10:38.779448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.780794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.785111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:38.786550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:38.786910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:38.787229+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' [] [] [2021-07-19T10:10:38.787846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:38.790677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.791705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.792718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:38.793235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:38.793576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:38.793946+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' [] [] [2021-07-19T10:10:38.794300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:38.794565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.795894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:38.797173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:38.797754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:38.798100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:38.798412+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' [] [] [2021-07-19T10:10:38.798754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:39.119177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee7602"},"request_uri":"http://127.0.0.1:8000/_wdt/ee7602","method":"GET"} [] [2021-07-19T10:10:41.185110+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:10:41.304062+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:10:41.310805+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:10:41.338097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.339434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.343267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:41.344523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:41.344880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:41.345193+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' [] [] [2021-07-19T10:10:41.345745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:41.348013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.349014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.350057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:41.350577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:41.350907+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:41.351214+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' [] [] [2021-07-19T10:10:41.351551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:41.351822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.352783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:41.353786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:41.354408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:41.354935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:41.355322+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' [] [] [2021-07-19T10:10:41.355679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:41.632718+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d7fa1"},"request_uri":"http://127.0.0.1:8000/_wdt/4d7fa1","method":"GET"} [] [2021-07-19T10:10:50.196078+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:10:50.313978+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:10:50.337689+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:10:50.379837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.381015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.385088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:50.387397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:50.387841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:50.388176+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' [] [] [2021-07-19T10:10:50.388762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:50.391117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.392219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.393273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:50.393874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:50.394235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:50.394557+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' [] [] [2021-07-19T10:10:50.394904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:50.395186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.396204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:50.397265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:50.397781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:50.398120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:50.398430+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' [] [] [2021-07-19T10:10:50.398776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:50.682575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de2c0e"},"request_uri":"http://127.0.0.1:8000/_wdt/de2c0e","method":"GET"} [] [2021-07-19T10:10:52.674842+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:10:52.780507+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:10:52.786136+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:10:52.813534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.814743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.818608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:52.819846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:52.820211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:52.820531+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' [] [] [2021-07-19T10:10:52.821087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:52.823456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.824483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.825521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:52.826284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:52.826788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:52.827190+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' [] [] [2021-07-19T10:10:52.827546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:52.827834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.828900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:52.829914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:52.830447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:52.830789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:52.831101+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' [] [] [2021-07-19T10:10:52.831454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:53.147626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90d56d"},"request_uri":"http://127.0.0.1:8000/_wdt/90d56d","method":"GET"} [] [2021-07-19T10:10:58.313865+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:10:58.433089+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T10:10:58.443279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T10:10:58.493100+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:10:58.494106+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:10:58.521792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.522995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.526893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:58.528206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:58.528663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:58.529127+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' [] [] [2021-07-19T10:10:58.529977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:58.532509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.533587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.534599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:58.535155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:58.535504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:58.535819+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' [] [] [2021-07-19T10:10:58.536171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:10:58.536446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.537489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:10:58.538523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:10:58.539120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:10:58.539454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:10:58.539767+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' [] [] [2021-07-19T10:10:58.540115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:22.960990+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-19T10:12:23.016184+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-19T10:12:23.096316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.098749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.102914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.104208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.104631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.104969+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' [] [] [2021-07-19T10:12:23.105617+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.107925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.108979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.109998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.110540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.110887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.111168+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' [] [] [2021-07-19T10:12:23.111510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.111829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.112873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.113900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.114485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.114863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.115206+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' [] [] [2021-07-19T10:12:23.115635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.127454+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-19T10:12:23.138044+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-07-19T10:12:23.153632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-19T10:12:23.154630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-19T10:12:23.155002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-19T10:12:23.155359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-19T10:12:23.155674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-19T10:12:23.155979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-19T10:12:23.157342+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-19T10:12:23.159619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.160755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.161803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.162387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.162796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.163080+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' [] [] [2021-07-19T10:12:23.163427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.163713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.164733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.165804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.166351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.166700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.167014+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' [] [] [2021-07-19T10:12:23.167357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.167639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.168705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:23.169734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:23.170249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:23.170588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:23.170910+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' [] [] [2021-07-19T10:12:23.171251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:23.523172+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e5d5c"},"request_uri":"http://127.0.0.1:8000/_wdt/5e5d5c","method":"GET"} [] [2021-07-19T10:12:39.620863+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:12:39.753789+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:12:39.760440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:12:39.789733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.790910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.795158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:39.796564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:39.796929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:39.797208+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' [] [] [2021-07-19T10:12:39.797806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:39.800738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.801809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.802802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:39.803393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:39.803739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:39.804049+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' [] [] [2021-07-19T10:12:39.804500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:39.804791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.805807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:39.806796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:39.807367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:39.807737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:39.808048+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' [] [] [2021-07-19T10:12:39.808431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:40.136923+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca7721"},"request_uri":"http://127.0.0.1:8000/_wdt/ca7721","method":"GET"} [] [2021-07-19T10:12:42.996394+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:12:43.113608+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T10:12:43.124064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T10:12:43.173875+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:12:43.174891+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:12:43.203081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.204301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.208233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:43.209474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:43.209834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:43.210154+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' [] [] [2021-07-19T10:12:43.210722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:43.213077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.214099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.215110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:43.215790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:43.216278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:43.216745+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' [] [] [2021-07-19T10:12:43.217148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:12:43.217482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.218599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:12:43.219625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:12:43.220170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:12:43.220510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:12:43.220830+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' [] [] [2021-07-19T10:12:43.221174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:45.490247+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:22:45.604179+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:22:45.610759+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:22:45.642553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.643818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.648036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:45.649483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:45.649912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:45.650238+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' [] [] [2021-07-19T10:22:45.650855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:45.653684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.654709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.655720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:45.656252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:45.656592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:45.656904+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' [] [] [2021-07-19T10:22:45.657243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:45.657517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.658483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:45.659578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:45.660182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:45.660595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:45.660912+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' [] [] [2021-07-19T10:22:45.661263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:45.979764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5d2c8"},"request_uri":"http://127.0.0.1:8000/_wdt/e5d2c8","method":"GET"} [] [2021-07-19T10:22:51.949671+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-19T10:22:52.052978+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:22:52.058615+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:22:52.085755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.086943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.090816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:52.092043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:52.092415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:52.092769+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' [] [] [2021-07-19T10:22:52.093401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:52.095714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.096750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.098077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:52.098820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:52.099199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:52.099517+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' [] [] [2021-07-19T10:22:52.099865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:52.100145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.101186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:52.102203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:52.102724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:52.103062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:52.103373+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' [] [] [2021-07-19T10:22:52.103716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:52.336020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80fb4c"},"request_uri":"http://127.0.0.1:8000/_wdt/80fb4c","method":"GET"} [] [2021-07-19T10:22:55.391600+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:22:55.489094+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-19T10:22:55.499825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-19T10:22:55.548978+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:22:55.549973+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:22:55.576243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.577602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.581608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:55.582855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:55.583224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:55.583549+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' [] [] [2021-07-19T10:22:55.584115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:55.586473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.587522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.588532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:55.589063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:55.589406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:55.589778+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' [] [] [2021-07-19T10:22:55.590124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:22:55.590405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.591385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:22:55.592419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:22:55.593067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:22:55.593477+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:22:55.593841+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' [] [] [2021-07-19T10:22:55.594210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:23:01.325505+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-19T10:23:01.436664+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-19T10:23:01.454671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-19T10:23:01.492416+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-19T10:23:01.493364+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-19T10:23:01.520482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.521641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.525514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:23:01.526767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:23:01.527110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:23:01.527397+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' [] [] [2021-07-19T10:23:01.527931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:23:01.530699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.531847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.532788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:23:01.533329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:23:01.533649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:23:01.533924+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' [] [] [2021-07-19T10:23:01.534232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:23:01.534466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.535505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-19T10:23:01.536430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-19T10:23:01.536977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-19T10:23:01.537235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-19T10:23:01.537498+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' [] [] [2021-07-19T10:23:01.537774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-19T10:23:09.475997+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca","method":"GET"} [] [2021-07-19T10:23:21.368869+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca?panel=twig","method":"GET"} [] [2021-07-19T10:23:27.936197+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca?panel=cache","method":"GET"} [] [2021-07-19T10:23:31.048144+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca?panel=router","method":"GET"} [] [2021-07-19T10:23:34.186769+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca?panel=events","method":"GET"} [] [2021-07-19T10:23:38.065133+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9adca"},"request_uri":"http://127.0.0.1:8000/_profiler/b9adca?panel=logger","method":"GET"} [] [2021-07-25T05:56:39.307047+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-25T05:56:39.423755+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T05:56:39.606496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.615242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.625008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.634991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.636759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.637155+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' [] [] [2021-07-25T05:56:39.639372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:39.644615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.645682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.646629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.647202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.647627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.647956+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' [] [] [2021-07-25T05:56:39.648317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:39.648564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.649526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.650522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.651037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.651408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.651729+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' [] [] [2021-07-25T05:56:39.652049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:39.674333+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T05:56:39.683359+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-25T05:56:39.688962+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T05:56:39.694305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.695383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.696331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.696898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.697199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.697656+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' [] [] [2021-07-25T05:56:39.698019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:39.698275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.699239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.700168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.700677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.700972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.701241+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' [] [] [2021-07-25T05:56:39.701540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:39.701763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.702673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:56:39.703593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:56:39.704051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:56:39.704335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:56:39.704558+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' [] [] [2021-07-25T05:56:39.704852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:56:40.102767+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"305fea"},"request_uri":"http://127.0.0.1:8000/_wdt/305fea","method":"GET"} [] [2021-07-25T05:57:06.645369+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T05:57:06.802152+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T05:57:06.811712+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T05:57:06.843615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.844857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.848804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:06.850108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:06.850503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:06.850829+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' [] [] [2021-07-25T05:57:06.851428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:06.853941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.855016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.856048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:06.856776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:06.857373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:06.857745+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' [] [] [2021-07-25T05:57:06.858155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:06.858486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.859606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:06.860656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:06.861214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:06.861560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:06.861878+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' [] [] [2021-07-25T05:57:06.862231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:07.117324+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"802e9f"},"request_uri":"http://127.0.0.1:8000/_wdt/802e9f","method":"GET"} [] [2021-07-25T05:57:14.016585+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T05:57:14.130617+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T05:57:14.145721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [3] [] [2021-07-25T05:57:14.275642+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T05:57:14.276753+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T05:57:14.303999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.305133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.308888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:14.310174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:14.310502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:14.310787+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' [] [] [2021-07-25T05:57:14.311320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:14.313625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.314591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.315714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:14.316619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:14.317004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:14.317307+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' [] [] [2021-07-25T05:57:14.317677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:14.317932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.318918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:57:14.319855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:57:14.320345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:57:14.320637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:57:14.320903+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' [] [] [2021-07-25T05:57:14.321207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:57:24.620436+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d62116"},"request_uri":"http://127.0.0.1:8000/_profiler/d62116","method":"GET"} [] [2021-07-25T05:57:32.939144+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d62116"},"request_uri":"http://127.0.0.1:8000/_profiler/d62116?panel=form","method":"GET"} [] [2021-07-25T05:58:02.839500+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T05:58:02.942404+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T05:58:02.954453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.groups_id = ? [4] [] [2021-07-25T05:58:02.985815+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T05:58:02.987220+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T05:58:03.013475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.014814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.018920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:58:03.020293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:58:03.020683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:58:03.021011+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' [] [] [2021-07-25T05:58:03.021588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:58:03.023965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.024967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.025947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:58:03.026509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:58:03.026847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:58:03.027163+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' [] [] [2021-07-25T05:58:03.027507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T05:58:03.027783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.028750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T05:58:03.029725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T05:58:03.030337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T05:58:03.030747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T05:58:03.031176+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' [] [] [2021-07-25T05:58:03.031560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:18.466030+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:18:18.586042+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:18:18.593048+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:18:18.593795+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:18:18.629208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.630427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.634554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:18.636199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:18.636612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:18.636939+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' [] [] [2021-07-25T06:18:18.637613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:18.640646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.641773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.642771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:18.643343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:18.643695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:18.644010+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' [] [] [2021-07-25T06:18:18.644358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:18.644636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.645585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:18.646554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:18.647055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:18.647388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:18.647699+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' [] [] [2021-07-25T06:18:18.648041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:18.901357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"272277"},"request_uri":"http://127.0.0.1:8000/_wdt/272277","method":"GET"} [] [2021-07-25T06:18:22.312637+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T06:18:22.423882+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T06:18:22.478372+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:18:22.479407+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:18:22.479897+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:18:22.506200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.507398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.511079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:22.512328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:22.512707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:22.513037+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' [] [] [2021-07-25T06:18:22.513780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:22.516700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.518192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.519424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:22.520110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:22.520557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:22.520969+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' [] [] [2021-07-25T06:18:22.521459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:22.521926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.523235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:22.524652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:22.525955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:22.526372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:22.526753+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' [] [] [2021-07-25T06:18:22.527328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:27.679218+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:18:27.773682+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:18:27.779317+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:18:27.779981+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:18:27.806466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.807685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.811506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:27.812833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:27.813165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:27.813409+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' [] [] [2021-07-25T06:18:27.813894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:27.816143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.817133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.818128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:27.818648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:27.818928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:27.819162+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' [] [] [2021-07-25T06:18:27.819425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:27.819622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.820672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:27.821797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:27.822411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:27.822720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:27.822993+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' [] [] [2021-07-25T06:18:27.823263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:28.064466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"281325"},"request_uri":"http://127.0.0.1:8000/_wdt/281325","method":"GET"} [] [2021-07-25T06:18:59.427915+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:18:59.533669+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:18:59.540587+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:18:59.541209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:18:59.567541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.568695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.572369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:59.573623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:59.573990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:59.574375+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' [] [] [2021-07-25T06:18:59.574927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:59.577294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.578477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.579452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:59.579991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:59.580322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:59.580628+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' [] [] [2021-07-25T06:18:59.580971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:59.581245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.582174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:18:59.583121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:18:59.583609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:18:59.583931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:18:59.584285+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' [] [] [2021-07-25T06:18:59.584624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:18:59.833612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e12d86"},"request_uri":"http://127.0.0.1:8000/_wdt/e12d86","method":"GET"} [] [2021-07-25T06:24:38.015418+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:24:38.131771+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:24:38.138218+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:24:38.138801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:24:38.194477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.195751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.200027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:24:38.201526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:24:38.201880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:24:38.202194+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' [] [] [2021-07-25T06:24:38.202802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:24:38.205557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.206526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.207482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:24:38.208055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:24:38.208384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:24:38.208692+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' [] [] [2021-07-25T06:24:38.209027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:24:38.209298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.210225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:24:38.211356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:24:38.212033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:24:38.212363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:24:38.212678+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' [] [] [2021-07-25T06:24:38.213021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:24:38.514362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcf276"},"request_uri":"http://127.0.0.1:8000/_wdt/fcf276","method":"GET"} [] [2021-07-25T06:25:29.484161+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:25:29.617366+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:25:29.624016+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:25:29.624691+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:25:29.651590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.653212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.657135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:25:29.658396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:25:29.658747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:25:29.659060+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' [] [] [2021-07-25T06:25:29.659621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:25:29.661876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.662858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.663850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:25:29.664369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:25:29.664696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:25:29.665004+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' [] [] [2021-07-25T06:25:29.665397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:25:29.665665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.666600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:25:29.667547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:25:29.668036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:25:29.668394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:25:29.668766+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' [] [] [2021-07-25T06:25:29.669281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:25:29.943337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40cab3"},"request_uri":"http://127.0.0.1:8000/_wdt/40cab3","method":"GET"} [] [2021-07-25T06:26:55.821654+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:26:55.940918+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:26:55.962319+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:26:55.964131+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:26:56.003337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.004514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.008677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:26:56.010144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:26:56.010660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:26:56.010983+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' [] [] [2021-07-25T06:26:56.011760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:26:56.014806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.015902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.016889+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:26:56.017452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:26:56.017791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:26:56.018106+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' [] [] [2021-07-25T06:26:56.018446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:26:56.018726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.019678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:26:56.020645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:26:56.021148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:26:56.021537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:26:56.021847+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' [] [] [2021-07-25T06:26:56.022185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:26:56.282187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a41054"},"request_uri":"http://127.0.0.1:8000/_wdt/a41054","method":"GET"} [] [2021-07-25T06:28:23.647118+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:28:23.774602+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:28:23.781086+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:28:23.781625+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:28:23.811053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.812224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.816144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:23.817503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:23.817861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:23.818180+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' [] [] [2021-07-25T06:28:23.818735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:23.821059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.822103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.823061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:23.823576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:23.823903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:23.824207+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' [] [] [2021-07-25T06:28:23.824546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:23.824815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.825740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:23.826799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:23.827339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:23.827672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:23.827977+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' [] [] [2021-07-25T06:28:23.828318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:24.088434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71fd0c"},"request_uri":"http://127.0.0.1:8000/_wdt/71fd0c","method":"GET"} [] [2021-07-25T06:28:24.658602+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:28:24.769019+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:28:24.775840+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:28:24.776491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:28:24.803342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.804490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.808332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:24.809615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:24.810015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:24.810303+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' [] [] [2021-07-25T06:28:24.810869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:24.813202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.814412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.815458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:24.816029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:24.816405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:24.816793+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' [] [] [2021-07-25T06:28:24.817149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:24.817433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.818420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:28:24.819395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:28:24.819914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:28:24.820247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:28:24.820558+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' [] [] [2021-07-25T06:28:24.820901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:28:25.047900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0cb2c"},"request_uri":"http://127.0.0.1:8000/_wdt/b0cb2c","method":"GET"} [] [2021-07-25T06:29:56.162129+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:29:56.277434+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:29:56.283135+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:29:56.283776+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:29:56.352748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.353940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.358552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:29:56.360296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:29:56.360723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:29:56.361052+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' [] [] [2021-07-25T06:29:56.361756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:29:56.364643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.365653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.366635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:29:56.367173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:29:56.367505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:29:56.367826+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' [] [] [2021-07-25T06:29:56.368193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:29:56.368479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.369480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:29:56.370459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:29:56.371074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:29:56.371418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:29:56.371742+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' [] [] [2021-07-25T06:29:56.372085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:29:56.751307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5501e"},"request_uri":"http://127.0.0.1:8000/_wdt/e5501e","method":"GET"} [] [2021-07-25T06:42:34.215481+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:42:34.286801+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:42:34.292928+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:42:34.293559+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:42:34.325844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.326998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.331068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:34.332652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:34.333018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:34.333367+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' [] [] [2021-07-25T06:42:34.333934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:34.336979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.338054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.338994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:34.339447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:34.339743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:34.340011+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' [] [] [2021-07-25T06:42:34.340266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:34.340495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.341391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:34.342294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:34.342737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:34.343018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:34.343280+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' [] [] [2021-07-25T06:42:34.343630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:34.638248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cd8d2"},"request_uri":"http://127.0.0.1:8000/_wdt/8cd8d2","method":"GET"} [] [2021-07-25T06:42:46.906768+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:42:47.038110+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:42:47.044601+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:42:47.045202+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:42:47.072572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.074111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.077930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:47.079160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:47.079517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:47.079829+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' [] [] [2021-07-25T06:42:47.080379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:47.082733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.083727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.084680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:47.085198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:47.085622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:47.085929+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' [] [] [2021-07-25T06:42:47.086267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:47.086534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.087468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:42:47.088415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:42:47.088912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:42:47.089303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:42:47.089661+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' [] [] [2021-07-25T06:42:47.090009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:42:47.336447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"113467"},"request_uri":"http://127.0.0.1:8000/_wdt/113467","method":"GET"} [] [2021-07-25T06:43:13.231582+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:43:13.349444+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:43:13.354879+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:43:13.355454+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:43:13.381559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.382727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.386485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:43:13.387701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:43:13.388088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:43:13.388405+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' [] [] [2021-07-25T06:43:13.388955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:43:13.391263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.392227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.393180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:43:13.393700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:43:13.394025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:43:13.394331+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' [] [] [2021-07-25T06:43:13.394665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:43:13.394929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.396262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:43:13.397306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:43:13.397867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:43:13.398205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:43:13.398480+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' [] [] [2021-07-25T06:43:13.398824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:43:13.672467+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b9706"},"request_uri":"http://127.0.0.1:8000/_wdt/7b9706","method":"GET"} [] [2021-07-25T06:44:38.101454+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:44:38.218779+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:44:38.224358+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:44:38.224945+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:44:38.257425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.258590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.262680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:38.264604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:38.265221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:38.265567+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' [] [] [2021-07-25T06:44:38.266236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:38.269616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.270781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.271836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:38.272403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:38.272745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:38.273054+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' [] [] [2021-07-25T06:44:38.273393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:38.273668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.274606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:38.275549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:38.276039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:38.276362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:38.276724+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' [] [] [2021-07-25T06:44:38.277055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:38.580973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c388d"},"request_uri":"http://127.0.0.1:8000/_wdt/1c388d","method":"GET"} [] [2021-07-25T06:44:43.404706+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:44:43.506099+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:44:43.541417+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\JsonResponse' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\JsonResponse' not found at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\SubgroupController.php:154)"} [] [2021-07-25T06:44:44.442723+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "JsonResponse" from namespace "App\Controller". Did you forget a "use" statement for "Symfony\Component\HttpFoundation\JsonResponse"?" at C:\Apache24\htdocs\fixedasset\src\Controller\SubgroupController.php line 154 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"JsonResponse\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\HttpFoundation\\JsonResponse\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\SubgroupController.php:154)"} [] [2021-07-25T06:44:44.481563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.482707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.486824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.488632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.489369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.489719+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' [] [] [2021-07-25T06:44:44.490737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:44.493842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.494861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.495744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.496260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.496561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.496832+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' [] [] [2021-07-25T06:44:44.497093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:44.497322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.498235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.499168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.499625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.499914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.500182+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' [] [] [2021-07-25T06:44:44.500526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:44.501508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.502462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.503404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.503874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.504126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.504446+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' [] [] [2021-07-25T06:44:44.504893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:44.505378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.506529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.507909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.508516+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.508826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.509057+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' [] [] [2021-07-25T06:44:44.509365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:44:44.509597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.510541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:44:44.511469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:44:44.511929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:44:44.512215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:44:44.512478+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' [] [] [2021-07-25T06:44:44.512771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:30.158573+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:45:30.290797+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:45:30.297958+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:45:30.298641+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:45:30.338615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.339791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.344128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:30.345957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:30.346389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:30.346786+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' [] [] [2021-07-25T06:45:30.347420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:30.350253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.351327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.352333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:30.352887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:30.353229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:30.353549+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' [] [] [2021-07-25T06:45:30.353895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:30.354180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.355143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:30.356117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:30.356621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:30.356949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:30.357322+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' [] [] [2021-07-25T06:45:30.357665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:30.763528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af07e2"},"request_uri":"http://127.0.0.1:8000/_wdt/af07e2","method":"GET"} [] [2021-07-25T06:45:36.996628+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:45:37.094578+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:45:37.132974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.134279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.138611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:37.140117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:37.140475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:37.140798+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' [] [] [2021-07-25T06:45:37.141403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:37.144148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.145213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.146200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:37.146745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:37.147155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:37.147472+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' [] [] [2021-07-25T06:45:37.147784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:45:37.148061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.149011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:45:37.150010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:45:37.150769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:45:37.151293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:45:37.151641+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' [] [] [2021-07-25T06:45:37.152010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:24.318661+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:46:24.455641+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:46:24.461922+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:46:24.462538+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:46:24.490317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.491456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.495279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:24.496692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:24.497047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:24.497362+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' [] [] [2021-07-25T06:46:24.497930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:24.500204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.501187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.502266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:24.502788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:24.503116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:24.503425+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' [] [] [2021-07-25T06:46:24.503761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:24.504029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.504962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:24.505905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:24.506449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:24.506809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:24.507113+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' [] [] [2021-07-25T06:46:24.507445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:24.760132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"628324"},"request_uri":"http://127.0.0.1:8000/_wdt/628324","method":"GET"} [] [2021-07-25T06:46:28.346321+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:46:28.436860+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:46:28.475378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.476564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.480677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:28.482121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:28.482494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:28.482823+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' [] [] [2021-07-25T06:46:28.483512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:28.486246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.487244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.488223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:28.488756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:28.489093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:28.489404+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' [] [] [2021-07-25T06:46:28.489743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:28.490014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.491027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:28.492165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:28.492800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:28.493153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:28.493470+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' [] [] [2021-07-25T06:46:28.493829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:33.187324+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T06:46:33.286416+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T06:46:33.323846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.325289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.329718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:33.331252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:33.331615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:33.331938+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' [] [] [2021-07-25T06:46:33.332548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:33.335388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.336452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.337434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:33.337975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:33.338316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:33.338628+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' [] [] [2021-07-25T06:46:33.339039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:33.339315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.340272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:33.341402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:33.342117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:33.342581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:33.342964+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' [] [] [2021-07-25T06:46:33.343323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:50.629339+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T06:46:50.732198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T06:46:50.770161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.771355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.775539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:50.777152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:50.777513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:50.777909+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' [] [] [2021-07-25T06:46:50.778534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:50.781283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.782294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.783461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:50.784190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:50.784606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:50.784957+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' [] [] [2021-07-25T06:46:50.785336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:46:50.785621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.786648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:46:50.787626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:46:50.788157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:46:50.788488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:46:50.788856+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' [] [] [2021-07-25T06:46:50.789205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:49.165645+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:47:49.302485+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:47:49.308440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:47:49.308948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:47:49.340662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.341808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.345544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:49.346755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:49.347097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:49.347406+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' [] [] [2021-07-25T06:47:49.347953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:49.350566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.351614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.352584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:49.353123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:49.353523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:49.353832+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' [] [] [2021-07-25T06:47:49.354174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:49.354445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.355382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:49.356332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:49.356823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:49.357146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:49.357448+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' [] [] [2021-07-25T06:47:49.357782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:49.613194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7faab"},"request_uri":"http://127.0.0.1:8000/_wdt/d7faab","method":"GET"} [] [2021-07-25T06:47:57.388283+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:47:57.461675+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:47:57.499012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.500169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.504377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:57.505880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:57.506235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:57.506556+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' [] [] [2021-07-25T06:47:57.507234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:57.510167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.511526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.512576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:57.513138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:57.513475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:57.513794+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' [] [] [2021-07-25T06:47:57.514140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:47:57.514419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.515382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:47:57.516357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:47:57.516921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:47:57.517250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:47:57.517565+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' [] [] [2021-07-25T06:47:57.517907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:02.721999+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T06:48:02.813712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T06:48:02.851321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.852492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.856638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:02.858190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:02.858548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:02.858868+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' [] [] [2021-07-25T06:48:02.859482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:02.862335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.863637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.864639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:02.865205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:02.865545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:02.865860+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' [] [] [2021-07-25T06:48:02.866210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:02.866494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.867445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:02.868425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:02.868923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:02.869252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:02.869562+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' [] [] [2021-07-25T06:48:02.869905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:06.551763+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T06:48:06.641583+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T06:48:06.678769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.679927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.684082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:06.685535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:06.685884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:06.686206+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' [] [] [2021-07-25T06:48:06.686912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:06.689671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.690699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.691793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:06.692456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:06.692813+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:06.693131+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' [] [] [2021-07-25T06:48:06.693478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:06.693823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.694855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:06.695857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:06.696388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:06.696725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:06.697039+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' [] [] [2021-07-25T06:48:06.697388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:28.510355+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:48:28.649172+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:48:28.655529+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:48:28.656147+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:48:28.685166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.686377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.690302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:28.691567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:28.692000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:28.692319+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' [] [] [2021-07-25T06:48:28.692888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:28.695304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.696363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.697349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:28.697893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:28.698231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:28.698585+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' [] [] [2021-07-25T06:48:28.698988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:28.699277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.700277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:28.701254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:28.701784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:28.702123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:28.702549+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' [] [] [2021-07-25T06:48:28.702904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:28.965027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a15fc"},"request_uri":"http://127.0.0.1:8000/_wdt/4a15fc","method":"GET"} [] [2021-07-25T06:48:52.698511+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:48:52.779133+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:48:52.817412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.818600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.822701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:52.824156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:52.824504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:52.824824+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' [] [] [2021-07-25T06:48:52.825438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:52.828163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.829146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.830130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:52.830704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:52.831184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:52.831518+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' [] [] [2021-07-25T06:48:52.831869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:52.832152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.833159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:52.834131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:52.834652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:52.834996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:52.835305+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' [] [] [2021-07-25T06:48:52.835649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.319451+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T06:48:55.457459+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T06:48:55.463789+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T06:48:55.464402+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T06:48:55.513854+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T06:48:55.520361+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP Laptop","2":"346","3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":2} [] [2021-07-25T06:48:55.537871+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T06:48:55.560497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.561632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.565487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.566771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.567159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.567478+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' [] [] [2021-07-25T06:48:55.568042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.570339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.571313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.572269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.572780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.573154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.573504+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' [] [] [2021-07-25T06:48:55.573903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.574178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.575128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.576078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.576582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.576913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.577217+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' [] [] [2021-07-25T06:48:55.577548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.691662+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:48:55.742673+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:48:55.817158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.819190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.822859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.824103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.824603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.824921+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' [] [] [2021-07-25T06:48:55.825493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.827723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.828688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.829640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.830156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.830550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.830860+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' [] [] [2021-07-25T06:48:55.831196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.831468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.832399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.833345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.833806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.834229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.834500+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' [] [] [2021-07-25T06:48:55.834789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.847685+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:48:55.853647+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[3,2,1]] [] [2021-07-25T06:48:55.867844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:48:55.869078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:48:55.869424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:48:55.869748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:48:55.870028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:48:55.870308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:48:55.870610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:48:55.871865+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:48:55.874851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.875888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.876823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.877401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.877706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.877974+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' [] [] [2021-07-25T06:48:55.878277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.878510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.879405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.880310+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.880760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.881041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.881259+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' [] [] [2021-07-25T06:48:55.881548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:55.881765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.882651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:48:55.883552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:48:55.884060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:48:55.884303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:48:55.884561+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' [] [] [2021-07-25T06:48:55.884847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:48:56.179172+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c448a0"},"request_uri":"http://127.0.0.1:8000/_wdt/c448a0","method":"GET"} [] [2021-07-25T06:49:55.352883+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:49:55.413596+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:49:55.494839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.497265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.501342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.502739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.503155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.503478+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' [] [] [2021-07-25T06:49:55.504075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.506782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.507746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.508779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.509304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.509632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.509961+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' [] [] [2021-07-25T06:49:55.510343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.510621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.511607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.512561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.513077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.513403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.513763+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' [] [] [2021-07-25T06:49:55.514100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.526816+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:49:55.532637+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[3,2,1]] [] [2021-07-25T06:49:55.546360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:49:55.547297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:49:55.547669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:49:55.548084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:49:55.548405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:49:55.548727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:49:55.549076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:49:55.550405+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:49:55.552610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.553613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.554586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.555137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.555498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.555841+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' [] [] [2021-07-25T06:49:55.556190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.556467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.557412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.558361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.558853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.559177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.559480+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' [] [] [2021-07-25T06:49:55.559815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.560113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.561154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:55.562165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:55.562788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:55.563133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:55.563449+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' [] [] [2021-07-25T06:49:55.563797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:55.858378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0ecea"},"request_uri":"http://127.0.0.1:8000/_wdt/a0ecea","method":"GET"} [] [2021-07-25T06:49:58.507879+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:49:58.642783+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:49:58.649148+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:49:58.649798+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:49:58.703456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.704856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.708994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:58.710450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:58.710973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:58.711387+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' [] [] [2021-07-25T06:49:58.712057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:58.714854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.715844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.716799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:58.717331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:58.717659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:58.717966+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' [] [] [2021-07-25T06:49:58.718303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:58.718571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.719509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:49:58.720456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:49:58.721207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:49:58.721564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:49:58.721880+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' [] [] [2021-07-25T06:49:58.722285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:49:58.991699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4065fe"},"request_uri":"http://127.0.0.1:8000/_wdt/4065fe","method":"GET"} [] [2021-07-25T06:50:18.969244+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T06:50:19.059351+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T06:50:19.097843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.099020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.103083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:19.104544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:19.104901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:19.105223+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' [] [] [2021-07-25T06:50:19.105836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:19.108677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.109782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.110803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:19.111372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:19.111775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:19.112097+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' [] [] [2021-07-25T06:50:19.112446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:19.112722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.113687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:19.114658+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:19.115170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:19.115505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:19.115818+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' [] [] [2021-07-25T06:50:19.116160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.028839+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T06:50:24.167271+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T06:50:24.173472+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T06:50:24.174552+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-25T06:50:24.224795+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T06:50:24.229250+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP Laptop Model 840 G6","2":"346","3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":2,"11":2,"12":3} [] [2021-07-25T06:50:24.233046+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T06:50:24.254738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.255893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.260327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.261787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.262228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.262586+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' [] [] [2021-07-25T06:50:24.263191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.265560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.266597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.267578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.268123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.268467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.268782+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' [] [] [2021-07-25T06:50:24.269128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.269400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.270434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.271413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.271943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.272280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.272597+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' [] [] [2021-07-25T06:50:24.272937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.392318+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:50:24.441584+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:50:24.520611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.522598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.526255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.527480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.527891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.528211+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' [] [] [2021-07-25T06:50:24.528764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.531174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.532273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.533242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.533789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.534119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.534426+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' [] [] [2021-07-25T06:50:24.534819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.535103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.536046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.536996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.537502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.537831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.538189+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' [] [] [2021-07-25T06:50:24.538523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.549467+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:50:24.554120+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[4,3,2,1]] [] [2021-07-25T06:50:24.567278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:50:24.568206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:50:24.568578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:50:24.568945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:50:24.569268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:50:24.569586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:50:24.569933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:50:24.571256+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:50:24.574058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.575059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.576124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.576792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.577148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.577458+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' [] [] [2021-07-25T06:50:24.577800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.578076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.579043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.580004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.580502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.580827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.581131+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' [] [] [2021-07-25T06:50:24.581461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.581726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.582672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:24.583712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:24.584220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:24.584551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:24.584856+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' [] [] [2021-07-25T06:50:24.585189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:24.877888+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76e4ef"},"request_uri":"http://127.0.0.1:8000/_wdt/76e4ef","method":"GET"} [] [2021-07-25T06:50:26.467721+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:50:26.592573+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:50:26.598955+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:50:26.599554+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:50:26.629087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.630240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.634721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:26.636298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:26.636661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:26.637053+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' [] [] [2021-07-25T06:50:26.637677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:26.640776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.641891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.642879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:26.643477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:26.643841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:26.644162+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' [] [] [2021-07-25T06:50:26.644515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:26.644798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.645811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:26.646812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:26.647364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:26.647704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:26.648022+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' [] [] [2021-07-25T06:50:26.648421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:26.869385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87853c"},"request_uri":"http://127.0.0.1:8000/_wdt/87853c","method":"GET"} [] [2021-07-25T06:50:35.744484+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:50:35.832619+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:50:35.870831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.872001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.876112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:35.877574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:35.877925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:35.878278+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' [] [] [2021-07-25T06:50:35.878944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:35.882017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.883174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.884186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:35.884748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:35.885190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:35.885509+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' [] [] [2021-07-25T06:50:35.885856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:50:35.886136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.887089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:50:35.888061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:50:35.888564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:50:35.888892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:50:35.889204+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' [] [] [2021-07-25T06:50:35.889545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:21.044394+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:51:21.177624+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:51:21.183629+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:51:21.184265+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:51:21.213358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.214987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.219275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:21.220745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:21.221119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:21.221483+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' [] [] [2021-07-25T06:51:21.222058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:21.224392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.225399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.226371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:21.226915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:21.227255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:21.227571+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' [] [] [2021-07-25T06:51:21.227913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:21.228188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.229135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:21.230090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:21.230598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:21.230990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:21.231304+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' [] [] [2021-07-25T06:51:21.231637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:21.486114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6e516"},"request_uri":"http://127.0.0.1:8000/_wdt/b6e516","method":"GET"} [] [2021-07-25T06:51:49.763332+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T06:51:49.843733+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T06:51:49.880982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.882328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.886766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:49.888312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:49.888692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:49.889013+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' [] [] [2021-07-25T06:51:49.889637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:49.892408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.893482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.894465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:49.894998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:49.895333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:49.895644+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' [] [] [2021-07-25T06:51:49.895986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:49.896254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.897209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:49.898208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:49.898838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:49.899191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:49.899506+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' [] [] [2021-07-25T06:51:49.899851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.140371+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T06:51:54.274192+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T06:51:54.280389+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T06:51:54.281018+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-25T06:51:54.331094+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T06:51:54.335299+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Land","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":2,"11":2,"12":2} [] [2021-07-25T06:51:54.339846+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T06:51:54.368538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.369768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.373871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.375124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.375444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.375723+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' [] [] [2021-07-25T06:51:54.376242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.378448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.379401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.380386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.381031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.381462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.381759+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' [] [] [2021-07-25T06:51:54.382099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.382341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.383300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.384221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.384696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.384985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.385251+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' [] [] [2021-07-25T06:51:54.385543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.500112+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:51:54.549524+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:51:54.621082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.623108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.627090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.628330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.628680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.628990+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' [] [] [2021-07-25T06:51:54.629539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.631962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.633002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.633968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.634557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.634896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.635207+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' [] [] [2021-07-25T06:51:54.635548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.635822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.636761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.637706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.638267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.638593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.638901+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' [] [] [2021-07-25T06:51:54.639235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.650661+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:51:54.655332+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T06:51:54.668711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:54.669658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:54.670032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:54.670404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:51:54.670753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:51:54.671078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:51:54.671438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:51:54.672764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:51:54.675583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.676583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.677548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.678082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.678413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.678719+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' [] [] [2021-07-25T06:51:54.679067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.679343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.680275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.681350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.682085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.682431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.682747+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' [] [] [2021-07-25T06:51:54.683089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:54.683364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.684309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:54.685329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:54.685918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:54.686263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:54.686576+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' [] [] [2021-07-25T06:51:54.686920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:55.003659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb6f65"},"request_uri":"http://127.0.0.1:8000/_wdt/eb6f65","method":"GET"} [] [2021-07-25T06:51:57.650277+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T06:51:57.730481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T06:51:57.802072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:57.802667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:57.803082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:51:57.805727+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:51:57.807714+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:51:57.808549+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:51:57.871233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.872397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.876600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:57.878154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:57.878575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:57.878914+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' [] [] [2021-07-25T06:51:57.879560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:57.882380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.883389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.884383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:57.884929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:57.885268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:57.885586+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' [] [] [2021-07-25T06:51:57.886026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:57.886340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.887351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:51:57.888341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:51:57.888876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:51:57.889216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:51:57.889541+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' [] [] [2021-07-25T06:51:57.889887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:51:58.059131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5be3a1"},"request_uri":"http://127.0.0.1:8000/_wdt/5be3a1","method":"GET"} [] [2021-07-25T06:52:17.058161+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:52:17.192324+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:52:17.198651+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:52:17.199210+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:52:17.226685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.227847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.231595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:17.232849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:17.233280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:17.233596+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' [] [] [2021-07-25T06:52:17.234159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:17.236454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.237428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.238382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:17.238896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:17.239223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:17.239529+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' [] [] [2021-07-25T06:52:17.239865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:17.240130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.241081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:17.242177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:17.242759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:17.243158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:17.243467+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' [] [] [2021-07-25T06:52:17.243809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:17.507200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b01c0"},"request_uri":"http://127.0.0.1:8000/_wdt/1b01c0","method":"GET"} [] [2021-07-25T06:52:41.010564+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-25T06:52:41.159998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.162195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.171035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:41.172455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:41.172926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:41.173360+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' [] [] [2021-07-25T06:52:41.174374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:41.176780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.177824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.178813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:41.179438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:41.179784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:41.180108+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' [] [] [2021-07-25T06:52:41.180459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:41.180737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.181703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:41.182733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:41.183272+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:41.183622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:41.183943+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' [] [] [2021-07-25T06:52:41.184290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:41.427621+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb4574"},"request_uri":"http://127.0.0.1:8000/_wdt/fb4574","method":"GET"} [] [2021-07-25T06:52:46.008102+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-25T06:52:46.131658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.140381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.169862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:46.172305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:46.172984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:46.173597+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' [] [] [2021-07-25T06:52:46.174774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:46.178110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.179465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.180785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:46.181485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:46.181927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:46.182332+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' [] [] [2021-07-25T06:52:46.182782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:46.183126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.184400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:46.185709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:46.186484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:46.186914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:46.187319+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' [] [] [2021-07-25T06:52:46.187762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:46.422642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df62bc"},"request_uri":"http://127.0.0.1:8000/_wdt/df62bc","method":"GET"} [] [2021-07-25T06:52:49.380941+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-25T06:52:49.430559+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:52:49.517673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.520480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.524524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.525815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.526191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.526599+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' [] [] [2021-07-25T06:52:49.527197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.529487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.530488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.531477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.532025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.532367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.532690+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' [] [] [2021-07-25T06:52:49.533034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.533311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.534606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.535921+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.536711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.537074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.537399+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' [] [] [2021-07-25T06:52:49.537825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.548773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T06:52:49.555756+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-25T06:52:49.558928+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T06:52:49.563154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.564203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.565193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.565761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.566131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.566469+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' [] [] [2021-07-25T06:52:49.566821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.567107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.568543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.570062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.570816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.571170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.571478+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' [] [] [2021-07-25T06:52:49.571809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.572070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.573055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:49.574059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:49.574607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:49.574951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:49.575281+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' [] [] [2021-07-25T06:52:49.575628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:49.817629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f32b28"},"request_uri":"http://127.0.0.1:8000/_wdt/f32b28","method":"GET"} [] [2021-07-25T06:52:50.843387+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-25T06:52:50.943241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.945271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.953742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:50.955310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:50.955746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:50.956093+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' [] [] [2021-07-25T06:52:50.956714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:50.958969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.959973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.960954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:50.961498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:50.961833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:50.962147+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' [] [] [2021-07-25T06:52:50.962488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:50.962758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.963712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:50.964685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:50.965260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:50.965590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:50.965902+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' [] [] [2021-07-25T06:52:50.966237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:51.193479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9824fb"},"request_uri":"http://127.0.0.1:8000/_wdt/9824fb","method":"GET"} [] [2021-07-25T06:52:55.149059+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:52:55.255716+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:52:55.261437+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:52:55.262112+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:52:55.289030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.290229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.294082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:55.295408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:55.295773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:55.296171+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' [] [] [2021-07-25T06:52:55.296724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:55.299039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.300042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.301030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:55.301579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:55.301962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:55.302295+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' [] [] [2021-07-25T06:52:55.302644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:55.302932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.304154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:52:55.305748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:52:55.306453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:52:55.306826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:52:55.307155+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' [] [] [2021-07-25T06:52:55.307584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:52:55.557214+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ce095"},"request_uri":"http://127.0.0.1:8000/_wdt/5ce095","method":"GET"} [] [2021-07-25T06:53:49.131340+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:53:49.238844+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:53:49.244441+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:53:49.244968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:53:49.272515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.273714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.277637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:49.278944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:49.279303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:49.279618+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' [] [] [2021-07-25T06:53:49.280183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:49.282485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.283453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.284451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:49.284971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:49.285381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:49.285693+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' [] [] [2021-07-25T06:53:49.286213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:49.286572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.288586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:49.289798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:49.290388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:49.290724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:49.291032+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' [] [] [2021-07-25T06:53:49.291374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:49.539627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c364a8"},"request_uri":"http://127.0.0.1:8000/_wdt/c364a8","method":"GET"} [] [2021-07-25T06:53:56.372522+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:53:56.494882+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:53:56.516511+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:53:56.517890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:53:56.554845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.556003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.559828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:56.561105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:56.561574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:56.561983+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' [] [] [2021-07-25T06:53:56.562795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:56.565156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.566230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.567240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:56.567821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:56.568175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:56.568500+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' [] [] [2021-07-25T06:53:56.568851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:56.569202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.570144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:53:56.571124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:53:56.571643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:53:56.571981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:53:56.572302+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' [] [] [2021-07-25T06:53:56.572645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:53:56.835516+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44cc35"},"request_uri":"http://127.0.0.1:8000/_wdt/44cc35","method":"GET"} [] [2021-07-25T06:55:12.107427+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:55:12.246232+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:55:12.253012+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:55:12.253737+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:55:12.308806+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "groups" has already been rendered, save the result of previous render call to a variable and output that instead.")." at C:\Apache24\htdocs\fixedasset\templates\assetname\new.html.twig line 61 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"groups\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\new.html.twig:61)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"groups\" has already been rendered, save the result of previous render call to a variable and output that instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2021-07-25T06:55:12.389877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.391027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.395056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.396492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.396839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.397153+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' [] [] [2021-07-25T06:55:12.397751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.400502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.401471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.402587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.403258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.403843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.404188+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' [] [] [2021-07-25T06:55:12.404552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.404866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.405844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.406883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.407417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.407746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.408054+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' [] [] [2021-07-25T06:55:12.408389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.409471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.410415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.411366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.411868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.412190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.412499+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' [] [] [2021-07-25T06:55:12.412833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.413107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.414035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.414982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.415477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.415800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.416107+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' [] [] [2021-07-25T06:55:12.416438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.416697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.417633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:12.418585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:12.419265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:12.419620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:12.419937+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' [] [] [2021-07-25T06:55:12.420313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:12.722260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"427967"},"request_uri":"http://127.0.0.1:8000/_wdt/427967","method":"GET"} [] [2021-07-25T06:55:28.970504+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:55:29.090790+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:55:29.097373+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:55:29.097980+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:55:29.153074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.154214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.158320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:29.159894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:29.160411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:29.160760+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' [] [] [2021-07-25T06:55:29.161425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:29.164255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.165252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.166169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:29.166709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:29.167042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:29.167352+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' [] [] [2021-07-25T06:55:29.167760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:29.168030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.169398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:29.170789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:29.171270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:29.171555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:29.171814+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' [] [] [2021-07-25T06:55:29.172096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:29.474609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"505831"},"request_uri":"http://127.0.0.1:8000/_wdt/505831","method":"GET"} [] [2021-07-25T06:55:34.469460+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:55:34.609500+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:55:34.622238+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:55:34.623352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:55:34.656577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.657743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.661926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:34.663651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:34.664023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:34.664347+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' [] [] [2021-07-25T06:55:34.664933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:34.667264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.668274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.669250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:34.669852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:34.670216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:34.670537+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' [] [] [2021-07-25T06:55:34.670881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:34.671161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.672151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:34.673126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:34.673638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:34.674038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:34.674356+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' [] [] [2021-07-25T06:55:34.674695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:34.916016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fb4cf"},"request_uri":"http://127.0.0.1:8000/_wdt/2fb4cf","method":"GET"} [] [2021-07-25T06:55:40.200230+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:55:40.315814+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:55:40.321932+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:55:40.322572+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:55:40.350206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.351407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.355283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:40.356566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:40.356924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:40.357250+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' [] [] [2021-07-25T06:55:40.357898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:40.360324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.361350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.362342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:40.362900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:40.363244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:40.363606+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' [] [] [2021-07-25T06:55:40.364125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:40.364476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.365649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:40.366718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:40.367294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:40.367642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:40.367941+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' [] [] [2021-07-25T06:55:40.368290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:40.587617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16c505"},"request_uri":"http://127.0.0.1:8000/_wdt/16c505","method":"GET"} [] [2021-07-25T06:55:48.651844+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T06:55:48.773384+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:55:48.779967+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:55:48.780592+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:55:48.812180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.813318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.817250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:48.818508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:48.818830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:48.819081+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' [] [] [2021-07-25T06:55:48.819665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:48.822082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.823123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.824059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:48.824574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:48.824944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:48.825191+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' [] [] [2021-07-25T06:55:48.825521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:48.825791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.827048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:55:48.828154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:55:48.828718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:55:48.829047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:55:48.829355+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' [] [] [2021-07-25T06:55:48.829678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:55:49.063130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72d7a8"},"request_uri":"http://127.0.0.1:8000/_wdt/72d7a8","method":"GET"} [] [2021-07-25T06:56:02.165450+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:56:02.219061+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:56:02.306234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.308607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.312493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.313779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.314135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.314458+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' [] [] [2021-07-25T06:56:02.315042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.317404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.318468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.319468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.320022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.320368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.320687+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' [] [] [2021-07-25T06:56:02.321037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.321345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.322534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.323561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.324186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.324534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.324855+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' [] [] [2021-07-25T06:56:02.325201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.337093+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:56:02.342495+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T06:56:02.356770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:02.357747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:02.358142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:02.358522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:56:02.358881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:56:02.359213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:56:02.359582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:56:02.360959+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:56:02.363218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.364244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.365233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.365785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.366128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.366450+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' [] [] [2021-07-25T06:56:02.366801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.367082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.368121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.369132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.369671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.370012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.370402+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' [] [] [2021-07-25T06:56:02.370753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.371028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.372037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:02.373134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:02.373768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:02.374144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:02.374495+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' [] [] [2021-07-25T06:56:02.374849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:02.668424+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4ad2"},"request_uri":"http://127.0.0.1:8000/_wdt/6b4ad2","method":"GET"} [] [2021-07-25T06:56:04.384548+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/show","method":"GET"} [] [2021-07-25T06:56:04.465918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T06:56:04.524512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.525697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.530618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:04.532399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:04.532769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:04.533089+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' [] [] [2021-07-25T06:56:04.533732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:04.536473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.537503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.538489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:04.539034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:04.539366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:04.539680+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' [] [] [2021-07-25T06:56:04.540023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:04.540300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.541250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:04.542284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:04.542852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:04.543257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:04.543574+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' [] [] [2021-07-25T06:56:04.543921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:04.710817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6626cd"},"request_uri":"http://127.0.0.1:8000/_wdt/6626cd","method":"GET"} [] [2021-07-25T06:56:08.481062+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T06:56:08.563652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T06:56:08.636062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:08.636653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:08.637063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:56:08.639854+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:56:08.641760+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:56:08.642270+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:56:08.677437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.678671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.682860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:08.684315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:08.684745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:08.685071+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' [] [] [2021-07-25T06:56:08.685686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:08.688515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.689607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.690611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:08.691163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:08.691510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:08.691830+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' [] [] [2021-07-25T06:56:08.692180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:08.692460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.693554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:56:08.694701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:56:08.695301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:56:08.695734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:56:08.696060+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' [] [] [2021-07-25T06:56:08.696419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:56:08.866124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b4097"},"request_uri":"http://127.0.0.1:8000/_wdt/9b4097","method":"GET"} [] [2021-07-25T06:58:57.756117+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:58:57.827889+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:58:57.925104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.927763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.932081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:57.933600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:57.934027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:57.934438+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' [] [] [2021-07-25T06:58:57.935589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:57.938684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.939813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.940822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:57.941402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:57.941785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:57.942108+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' [] [] [2021-07-25T06:58:57.942455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:57.942706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.943695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.944674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:57.945199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:57.945528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:57.945919+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' [] [] [2021-07-25T06:58:57.946260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:57.967926+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:58:57.974572+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T06:58:57.989159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:58:57.990220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:58:57.990618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:58:57.990995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:58:57.991346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:58:57.991676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:58:57.992039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:58:57.993434+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:58:57.995725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.996746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:57.997747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:57.998344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:57.998688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:57.999010+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' [] [] [2021-07-25T06:58:57.999359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:57.999638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:58.000602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:58.002392+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:58.003927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:58.004331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:58.004658+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' [] [] [2021-07-25T06:58:58.005007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:58.005301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:58.006360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:58:58.007349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:58:58.007884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:58:58.008302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:58:58.008633+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' [] [] [2021-07-25T06:58:58.008978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:58:58.313140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baf527"},"request_uri":"http://127.0.0.1:8000/_wdt/baf527","method":"GET"} [] [2021-07-25T06:59:01.769459+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T06:59:01.851788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T06:59:01.925973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:01.926593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:01.926999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:01.929698+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T06:59:01.931926+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T06:59:01.932550+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T06:59:01.993568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:01.994714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:01.999083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:02.000843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:02.001303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:02.001633+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' [] [] [2021-07-25T06:59:02.002259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:02.005045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:02.006111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:02.007126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:02.007680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:02.008033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:02.008355+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' [] [] [2021-07-25T06:59:02.008705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:02.008992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:02.009957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:02.010936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:02.011450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:02.011789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:02.012180+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' [] [] [2021-07-25T06:59:02.012523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:02.273290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"928c37"},"request_uri":"http://127.0.0.1:8000/_wdt/928c37","method":"GET"} [] [2021-07-25T06:59:12.721537+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T06:59:12.808556+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T06:59:12.846276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.847442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.851605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:12.853522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:12.854033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:12.854386+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' [] [] [2021-07-25T06:59:12.855062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:12.857870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.858881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.859813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:12.860352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:12.860752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:12.861069+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' [] [] [2021-07-25T06:59:12.861441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:12.861731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.862725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:12.863699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:12.864226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:12.864567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:12.864882+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' [] [] [2021-07-25T06:59:12.865225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:19.297348+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T06:59:19.393346+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T06:59:19.430929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.432091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.436304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:19.437860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:19.438260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:19.438590+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' [] [] [2021-07-25T06:59:19.439230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:19.442242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.443395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.444402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:19.444973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:19.445341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:19.445684+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' [] [] [2021-07-25T06:59:19.446050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:19.446335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.447321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:19.448253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:19.448846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:19.449189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:19.449513+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' [] [] [2021-07-25T06:59:19.449856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:33.649767+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"POST"} [] [2021-07-25T06:59:33.739270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T06:59:33.812339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:33.812921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:33.813325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:33.823264+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T06:59:33.824908+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T06:59:33.825492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T06:59:33.876296+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T06:59:33.876617+00:00] doctrine.DEBUG: UPDATE assetname SET groups_id = ?, subgroup_id = ? WHERE id = ? [3,3,5] [] [2021-07-25T06:59:33.917708+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T06:59:33.952534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.953711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.958185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:33.959900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:33.960265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:33.960587+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' [] [] [2021-07-25T06:59:33.961210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:33.964053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.965079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.966110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:33.966667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:33.967009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:33.967322+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' [] [] [2021-07-25T06:59:33.967669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:33.967943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.968911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:33.969887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:33.970389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:33.970828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:33.971159+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' [] [] [2021-07-25T06:59:33.971548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.120041+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T06:59:34.180718+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T06:59:34.263619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.269103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.278630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.281570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.282369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.283095+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' [] [] [2021-07-25T06:59:34.284389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.289672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.291773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.293801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.294746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.295292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.295789+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' [] [] [2021-07-25T06:59:34.296327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.296754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.298314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.299885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.300681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.301208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.301700+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' [] [] [2021-07-25T06:59:34.302248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.316924+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T06:59:34.322152+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T06:59:34.336155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T06:59:34.337124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T06:59:34.337520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:34.337902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:34.338242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T06:59:34.338573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T06:59:34.338973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T06:59:34.340351+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T06:59:34.343329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.344393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.345393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.345975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.346326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.346650+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' [] [] [2021-07-25T06:59:34.347001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.347285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.348251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.349231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.349746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.350086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.350404+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' [] [] [2021-07-25T06:59:34.350745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.351016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.351978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T06:59:34.352951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T06:59:34.353458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T06:59:34.353791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T06:59:34.354113+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' [] [] [2021-07-25T06:59:34.354452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T06:59:34.652307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a547ed"},"request_uri":"http://127.0.0.1:8000/_wdt/a547ed","method":"GET"} [] [2021-07-25T07:00:09.365672+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:00:09.495596+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:00:09.502022+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:00:09.502620+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:00:09.533149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.534359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.538607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:09.540095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:09.540451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:09.540772+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' [] [] [2021-07-25T07:00:09.541399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:09.544447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.545634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.546656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:09.547302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:09.547652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:09.547968+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' [] [] [2021-07-25T07:00:09.548315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:09.548592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.549572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:09.550570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:09.551119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:09.551457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:09.551769+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' [] [] [2021-07-25T07:00:09.552113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:09.809670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f4fff"},"request_uri":"http://127.0.0.1:8000/_wdt/6f4fff","method":"GET"} [] [2021-07-25T07:00:12.327536+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:00:12.381063+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:00:12.442453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.444453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.448290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.449594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.449931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.450222+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' [] [] [2021-07-25T07:00:12.450778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.453023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.454280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.455341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.455905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.456240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.456620+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' [] [] [2021-07-25T07:00:12.456955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.457225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.458178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.459124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.459618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.459939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.460235+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' [] [] [2021-07-25T07:00:12.460555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.472639+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:00:12.477522+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T07:00:12.491669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:00:12.492645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:00:12.493037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:00:12.493412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:00:12.493770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:00:12.494107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:00:12.494491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:00:12.495920+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:00:12.498245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.499299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.500290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.500848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.501186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.501518+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' [] [] [2021-07-25T07:00:12.501872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.502156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.503143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.504238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.505084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.505470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.505820+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' [] [] [2021-07-25T07:00:12.506173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.506458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.507482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:12.508470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:12.509000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:12.509356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:12.509695+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' [] [] [2021-07-25T07:00:12.510041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:12.810506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c7f88"},"request_uri":"http://127.0.0.1:8000/_wdt/0c7f88","method":"GET"} [] [2021-07-25T07:00:14.275328+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:00:14.358528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:00:14.456457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:00:14.457044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:00:14.457447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:00:14.460111+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:00:14.462399+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:00:14.463021+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:00:14.499499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.500678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.504890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:14.506386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:14.506745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:14.507069+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' [] [] [2021-07-25T07:00:14.507677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:14.510496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.511695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.512944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:14.513549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:14.513977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:14.514261+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' [] [] [2021-07-25T07:00:14.514610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:14.514892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.515875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:00:14.516853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:00:14.517413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:00:14.517760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:00:14.518075+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' [] [] [2021-07-25T07:00:14.518421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:00:14.786055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e2d67"},"request_uri":"http://127.0.0.1:8000/_wdt/5e2d67","method":"GET"} [] [2021-07-25T07:02:50.658445+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:02:50.756178+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:02:50.793943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.795230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.799390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:02:50.800966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:02:50.801339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:02:50.801672+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' [] [] [2021-07-25T07:02:50.802298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:02:50.805029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.806044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.807025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:02:50.807559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:02:50.807963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:02:50.808346+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' [] [] [2021-07-25T07:02:50.808747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:02:50.809048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.810244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:02:50.811239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:02:50.811916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:02:50.812264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:02:50.812593+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' [] [] [2021-07-25T07:02:50.812947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.341114+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:11:16.409413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:11:16.487954+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: product" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 85 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: product at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:85)"} [] [2021-07-25T07:11:16.540488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.542058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.546656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.548189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.548608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.549006+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' [] [] [2021-07-25T07:11:16.549651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.552446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.553439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.554369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.554849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.555152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.555395+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' [] [] [2021-07-25T07:11:16.555696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.555933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.556851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.557920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.558560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.558936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.559259+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' [] [] [2021-07-25T07:11:16.559724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.560860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.561911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.562883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.563417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.563739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.564032+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' [] [] [2021-07-25T07:11:16.564384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.564692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.565690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.566594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.567109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.567414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.567690+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' [] [] [2021-07-25T07:11:16.568001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.568256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.569170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:16.570086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:16.570536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:16.570804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:16.571048+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' [] [] [2021-07-25T07:11:16.571319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:16.789839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cea655"},"request_uri":"http://127.0.0.1:8000/_wdt/cea655","method":"GET"} [] [2021-07-25T07:11:28.783379+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:11:28.856901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:11:28.929706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:28.930298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:28.930720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:28.933887+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:11:28.935871+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:11:28.936382+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:11:28.973004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.974176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.978370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:28.979947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:28.980362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:28.980712+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' [] [] [2021-07-25T07:11:28.981384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:28.984465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.985637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.986642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:28.987215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:28.987560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:28.987882+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' [] [] [2021-07-25T07:11:28.988253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:28.988559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.989644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:28.990591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:28.991123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:28.991463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:28.991782+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' [] [] [2021-07-25T07:11:28.992132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:29.262253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29e8ec"},"request_uri":"http://127.0.0.1:8000/_wdt/29e8ec","method":"GET"} [] [2021-07-25T07:11:31.666896+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:11:31.728068+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:11:31.809958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.812429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.816351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.817593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.818024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.818346+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' [] [] [2021-07-25T07:11:31.818902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:31.821226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.822263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.823246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.823792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.824136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.824450+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' [] [] [2021-07-25T07:11:31.824794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:31.825069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.826032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.827083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.827635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.828066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.828406+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' [] [] [2021-07-25T07:11:31.828763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:31.840552+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:11:31.846694+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T07:11:31.860736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:31.861748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:31.862133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:31.862504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:31.862834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:31.863165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:31.863550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:11:31.864923+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:11:31.867167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.868200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.869224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.869860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.870262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.870606+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' [] [] [2021-07-25T07:11:31.870961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:31.871248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.872289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.873273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.873805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.874138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.874461+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' [] [] [2021-07-25T07:11:31.874808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:31.875079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.876036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:31.877346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:31.877954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:31.878303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:31.878622+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' [] [] [2021-07-25T07:11:31.878970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:32.151927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8db9d5"},"request_uri":"http://127.0.0.1:8000/_wdt/8db9d5","method":"GET"} [] [2021-07-25T07:11:33.275941+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:11:33.408970+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:11:33.415632+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:11:33.416277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:11:33.445714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.446874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.451308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:33.452974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:33.453391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:33.453810+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' [] [] [2021-07-25T07:11:33.454460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:33.457285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.458302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.459289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:33.459845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:33.460217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:33.460545+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' [] [] [2021-07-25T07:11:33.460899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:33.461183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.462168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:33.463096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:33.463623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:33.463966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:33.464372+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' [] [] [2021-07-25T07:11:33.464730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:33.697598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2000f1"},"request_uri":"http://127.0.0.1:8000/_wdt/2000f1","method":"GET"} [] [2021-07-25T07:11:37.187723+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T07:11:37.265184+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T07:11:37.303340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.304502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.308610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:37.310122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:37.310489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:37.310813+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' [] [] [2021-07-25T07:11:37.311601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:37.314764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.315884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.316905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:37.317487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:37.317949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:37.318271+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' [] [] [2021-07-25T07:11:37.318621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:37.318901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.319868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:37.320846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:37.321355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:37.321689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:37.322006+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' [] [] [2021-07-25T07:11:37.322349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:41.444752+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:11:41.537015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:11:41.574155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.575385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.580168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:41.582157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:41.582554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:41.582905+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' [] [] [2021-07-25T07:11:41.583565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:41.586312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.587326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.588339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:41.588926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:41.589276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:41.589600+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' [] [] [2021-07-25T07:11:41.589962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:41.590243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.591223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:41.592209+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:41.592762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:41.593286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:41.593778+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' [] [] [2021-07-25T07:11:41.594341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.043602+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:11:44.108774+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:11:44.193217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.195654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.199579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.200886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.201269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.201677+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' [] [] [2021-07-25T07:11:44.202366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.204957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.206510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.207615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.208207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.208555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.208876+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' [] [] [2021-07-25T07:11:44.209228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.209513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.210471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.211446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.211956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.212306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.212665+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' [] [] [2021-07-25T07:11:44.213020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.226338+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:11:44.231478+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T07:11:44.245619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:44.246607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:44.246995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:44.247367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:44.247698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:44.248028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:44.248407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:11:44.249775+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:11:44.252067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.253179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.254180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.254744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.255088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.255408+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' [] [] [2021-07-25T07:11:44.255761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.256042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.257004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.257976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.258485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.258829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.259145+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' [] [] [2021-07-25T07:11:44.259493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.259764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.260717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:44.261687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:44.262192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:44.262603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:44.262927+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' [] [] [2021-07-25T07:11:44.263271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:44.532930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"471144"},"request_uri":"http://127.0.0.1:8000/_wdt/471144","method":"GET"} [] [2021-07-25T07:11:45.248523+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:11:45.326341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:11:45.405823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:11:45.406446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:45.406862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:11:45.409634+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:11:45.411450+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:11:45.411948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:11:45.448467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.449650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.453960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:45.455933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:45.456732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:45.457171+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' [] [] [2021-07-25T07:11:45.457928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:45.460993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.462276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.463347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:45.464001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:45.464370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:45.464701+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' [] [] [2021-07-25T07:11:45.465057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:45.465345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.466342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:45.467436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:45.468143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:45.468571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:45.469019+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' [] [] [2021-07-25T07:11:45.469388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:45.737466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"389c9a"},"request_uri":"http://127.0.0.1:8000/_wdt/389c9a","method":"GET"} [] [2021-07-25T07:11:47.542113+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:11:47.634603+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:11:47.672318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.673468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.677560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:47.679072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:47.679433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:47.679841+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' [] [] [2021-07-25T07:11:47.680729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:47.683538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.684580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.685488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:47.685982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:47.686371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:47.686653+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' [] [] [2021-07-25T07:11:47.686966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:11:47.687202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.688118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:11:47.689050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:11:47.689515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:11:47.689809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:11:47.690081+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' [] [] [2021-07-25T07:11:47.690382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.556376+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:18:42.643147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:18:42.720264+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: assetname" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 114 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: assetname at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:114)"} [] [2021-07-25T07:18:42.794299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.795490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.799715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.801250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.801619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.801952+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' [] [] [2021-07-25T07:18:42.802574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.805414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.806762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.807970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.808592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.808952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.809282+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' [] [] [2021-07-25T07:18:42.809637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.809923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.810911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.811996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.812556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.812905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.813194+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' [] [] [2021-07-25T07:18:42.813545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.814599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.815599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.816588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.817112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.817450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.817773+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' [] [] [2021-07-25T07:18:42.818130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.818409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.819374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.820374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.820918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.821258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.821579+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' [] [] [2021-07-25T07:18:42.821932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:42.822244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.823443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:18:42.824571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:18:42.825176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:18:42.825525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:18:42.825850+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' [] [] [2021-07-25T07:18:42.826210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:18:43.064413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e81ca"},"request_uri":"http://127.0.0.1:8000/_wdt/2e81ca","method":"GET"} [] [2021-07-25T07:20:33.561703+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:20:33.650687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:20:33.724450+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: assetname" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 114 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: assetname at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:114)"} [] [2021-07-25T07:20:33.793313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.794472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.798486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.800434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.800906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.801246+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' [] [] [2021-07-25T07:20:33.801894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:33.804637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.805623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.806589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.807129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.807460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.807853+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' [] [] [2021-07-25T07:20:33.808213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:33.808497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.809522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.810488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.811018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.811346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.811659+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' [] [] [2021-07-25T07:20:33.812003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:33.813019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.813971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.814925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.815424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.815873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.816274+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' [] [] [2021-07-25T07:20:33.816713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:33.817010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.818010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.818967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.819498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.819839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.820151+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' [] [] [2021-07-25T07:20:33.820488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:33.820754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.821685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:20:33.822629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:20:33.823130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:20:33.823453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:20:33.823793+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' [] [] [2021-07-25T07:20:33.824213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:20:34.024793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f71e51"},"request_uri":"http://127.0.0.1:8000/_wdt/f71e51","method":"GET"} [] [2021-07-25T07:21:39.660918+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:21:39.734804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:21:39.810079+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: event" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 114 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: event at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:114)"} [] [2021-07-25T07:21:39.880814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.881987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.886071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.887543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.887901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.888234+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' [] [] [2021-07-25T07:21:39.888854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:39.892107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.893269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.894264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.894841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.895283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.895612+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' [] [] [2021-07-25T07:21:39.895963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:39.896242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.897205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.898189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.898700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.899035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.899355+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' [] [] [2021-07-25T07:21:39.899703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:39.900734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.901704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.902682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.903195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.903601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.903922+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' [] [] [2021-07-25T07:21:39.904266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:39.904539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.905491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.906481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.907077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.907430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.907787+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' [] [] [2021-07-25T07:21:39.908157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:39.908438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.909505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:39.910517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:39.911077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:39.911431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:39.911755+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' [] [] [2021-07-25T07:21:39.912103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:40.107076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53662a"},"request_uri":"http://127.0.0.1:8000/_wdt/53662a","method":"GET"} [] [2021-07-25T07:21:41.307205+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:21:41.380449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:21:41.457201+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: event" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 114 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: event at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:114)"} [] [2021-07-25T07:21:41.527937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.529224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.533551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.535153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.535534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.535860+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' [] [] [2021-07-25T07:21:41.536483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.539196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.540274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.541260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.541790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.542128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.542442+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' [] [] [2021-07-25T07:21:41.542782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.543056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.544005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.544987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.545508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.545903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.546209+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' [] [] [2021-07-25T07:21:41.546585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.547689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.548770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.549762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.550410+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.550754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.551070+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' [] [] [2021-07-25T07:21:41.551418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.551697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.552652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.553624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.554125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.554456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.554764+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' [] [] [2021-07-25T07:21:41.555100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.555364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.556308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:41.557272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:41.557772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:41.558104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:41.558414+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' [] [] [2021-07-25T07:21:41.558752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:41.799671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"121e95"},"request_uri":"http://127.0.0.1:8000/_wdt/121e95","method":"GET"} [] [2021-07-25T07:21:59.370375+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:21:59.487685+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:21:59.494352+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:21:59.494980+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:21:59.522592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.524029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.528132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:59.529447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:59.529814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:59.530220+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' [] [] [2021-07-25T07:21:59.530801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:59.533186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.534249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.535242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:59.535798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:59.536144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:59.536469+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' [] [] [2021-07-25T07:21:59.536823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:59.537104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.538064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:21:59.539038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:21:59.539586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:21:59.539948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:21:59.540303+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' [] [] [2021-07-25T07:21:59.540795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:21:59.765465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c7805"},"request_uri":"http://127.0.0.1:8000/_wdt/5c7805","method":"GET"} [] [2021-07-25T07:22:05.780973+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:22:05.836809+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:22:05.923580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.925663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.929571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.930899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.931270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.931610+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' [] [] [2021-07-25T07:22:05.932225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:05.934516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.935522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.936445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.937108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.937472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.937817+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' [] [] [2021-07-25T07:22:05.938170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:05.938476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.939506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.940510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.941075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.941409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.941745+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' [] [] [2021-07-25T07:22:05.942093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:05.954061+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:22:05.958946+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T07:22:05.973064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:22:05.974056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:22:05.974437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:22:05.974806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:22:05.975133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:22:05.975459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:22:05.975839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:22:05.977227+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:22:05.979823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.981005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.982007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.982572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.982913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.983232+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' [] [] [2021-07-25T07:22:05.983581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:05.983862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.984826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.985801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.986308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.986640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.986955+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' [] [] [2021-07-25T07:22:05.987299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:05.987606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.988582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:05.989560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:05.990083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:05.990412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:05.990723+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' [] [] [2021-07-25T07:22:05.991070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:06.256995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bf08c"},"request_uri":"http://127.0.0.1:8000/_wdt/2bf08c","method":"GET"} [] [2021-07-25T07:22:07.288016+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:22:07.371891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:22:07.475108+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: event" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 114 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: event at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:114)"} [] [2021-07-25T07:22:07.545505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.546670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.550864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.552641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.553082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.553422+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' [] [] [2021-07-25T07:22:07.554060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.556880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.557944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.558937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.559495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.559926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.560247+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' [] [] [2021-07-25T07:22:07.560593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.560875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.561837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.562815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.563338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.563703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.564025+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' [] [] [2021-07-25T07:22:07.564377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.565417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.566416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.567369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.567925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.568363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.568691+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' [] [] [2021-07-25T07:22:07.569040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.569326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.570341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.571338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.571918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.572267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.572587+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' [] [] [2021-07-25T07:22:07.572937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.573215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.574192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:22:07.575176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:22:07.575684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:22:07.576021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:22:07.576339+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' [] [] [2021-07-25T07:22:07.576681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:22:07.823210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61a3f5"},"request_uri":"http://127.0.0.1:8000/_wdt/61a3f5","method":"GET"} [] [2021-07-25T07:26:45.953430+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:26:46.033979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:26:46.104293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:26:46.104871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:26:46.105272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:26:46.107868+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:26:46.109619+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:26:46.110114+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:26:46.148573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.149729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.154063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:46.155553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:46.156022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:46.156338+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' [] [] [2021-07-25T07:26:46.156932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:46.159768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.160820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.161778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:46.162336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:46.162702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:46.163029+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' [] [] [2021-07-25T07:26:46.163380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:46.163705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.164876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:46.165851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:46.166390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:46.166720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:46.167113+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' [] [] [2021-07-25T07:26:46.167454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:46.448165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cdd22"},"request_uri":"http://127.0.0.1:8000/_wdt/8cdd22","method":"GET"} [] [2021-07-25T07:26:53.989193+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:26:54.079528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:26:54.118446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.119623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.123940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:54.125973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:54.126389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:54.126723+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' [] [] [2021-07-25T07:26:54.127355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:54.130082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.131138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.132168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:54.132725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:54.133155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:54.133486+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' [] [] [2021-07-25T07:26:54.133835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:54.134118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.135081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:54.136075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:54.136584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:54.136920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:54.137240+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' [] [] [2021-07-25T07:26:54.137581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:57.363029+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:26:57.467144+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:26:57.506392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.507661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.512338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:57.514103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:57.514558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:57.514921+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' [] [] [2021-07-25T07:26:57.515703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:57.518722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.520068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.521323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:57.522099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:57.522489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:57.522825+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' [] [] [2021-07-25T07:26:57.523205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:26:57.523519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.524596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:26:57.525624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:26:57.526333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:26:57.526694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:26:57.527022+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' [] [] [2021-07-25T07:26:57.527376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:00.549542+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T07:27:00.627513+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T07:27:00.665221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.666405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.670544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:00.672035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:00.672397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:00.672724+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' [] [] [2021-07-25T07:27:00.673338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:00.676121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.677190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.678184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:00.678884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:00.679288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:00.679624+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' [] [] [2021-07-25T07:27:00.679982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:00.680267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.681274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:00.682259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:00.682790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:00.683168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:00.683506+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' [] [] [2021-07-25T07:27:00.683861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:04.449043+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-25T07:27:04.528506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:27:04.604723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:04.605314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:04.605724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:04.608357+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:04.610279+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:04.610821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:27:04.646399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.647554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.651706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:04.653184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:04.653620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:04.653990+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' [] [] [2021-07-25T07:27:04.654686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:04.657487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.658493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.659524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:04.660104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:04.660539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:04.660861+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' [] [] [2021-07-25T07:27:04.661208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:04.661484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.662451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:04.663421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:04.663924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:04.664252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:04.664563+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' [] [] [2021-07-25T07:27:04.664913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:04.979904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08be8a"},"request_uri":"http://127.0.0.1:8000/_wdt/08be8a","method":"GET"} [] [2021-07-25T07:27:13.810220+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"POST"} [] [2021-07-25T07:27:13.893683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-25T07:27:13.968272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:13.968882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:13.969311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:13.978234+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T07:27:13.979893+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T07:27:13.980779+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["3"]] [] [2021-07-25T07:27:14.047550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.048729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.052954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.054485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.054867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.055196+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' [] [] [2021-07-25T07:27:14.055814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.058923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.060031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.061034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.061605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.062039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.062364+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' [] [] [2021-07-25T07:27:14.062716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.062994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.063946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.065055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.065692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.066046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.066367+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' [] [] [2021-07-25T07:27:14.066721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.215779+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:27:14.274703+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:27:14.349931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.352296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.356078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.357349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.357717+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.358038+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' [] [] [2021-07-25T07:27:14.358768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.361479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.362575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.363675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.364338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.364693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.365009+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' [] [] [2021-07-25T07:27:14.365355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.365635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.366613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.367678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.368193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.368524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.368839+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' [] [] [2021-07-25T07:27:14.369177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.386474+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:27:14.391190+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[5,4,3,2,1]] [] [2021-07-25T07:27:14.405561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:14.406707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:14.407140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:14.407473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:14.407751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:14.408016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:14.408526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:27:14.410706+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:27:14.414438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.415546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.416551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.417117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.417470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.417788+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' [] [] [2021-07-25T07:27:14.418136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.418419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.419389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.420371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.420898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.421236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.421557+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' [] [] [2021-07-25T07:27:14.421902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.422172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.423140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:14.424124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:14.424643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:14.424978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:14.425305+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' [] [] [2021-07-25T07:27:14.425674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:14.741669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e3ef9"},"request_uri":"http://127.0.0.1:8000/_wdt/8e3ef9","method":"GET"} [] [2021-07-25T07:27:16.940121+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:27:17.054902+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:17.061194+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:17.061773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:27:17.091479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.092650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.096848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:17.098398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:17.098767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:17.099115+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' [] [] [2021-07-25T07:27:17.099772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:17.102755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.103838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.104833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:17.105397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:17.105747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:17.106069+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' [] [] [2021-07-25T07:27:17.106421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:17.106700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.107702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:17.108691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:17.109317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:17.109677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:17.109998+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' [] [] [2021-07-25T07:27:17.110354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:17.337276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1f591"},"request_uri":"http://127.0.0.1:8000/_wdt/d1f591","method":"GET"} [] [2021-07-25T07:27:20.464443+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T07:27:20.546572+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T07:27:20.584716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.585879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.590093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:20.591588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:20.591946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:20.592265+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' [] [] [2021-07-25T07:27:20.592908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:20.595789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.596954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.598145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:20.598769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:20.599115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:20.599430+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' [] [] [2021-07-25T07:27:20.599777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:20.600060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.601044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:20.602016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:20.602526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:20.602856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:20.603179+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' [] [] [2021-07-25T07:27:20.603528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.338579+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T07:27:24.477061+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:27:24.483809+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T07:27:24.484525+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T07:27:24.533452+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:27:24.537751+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"45734788","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":3} [] [2021-07-25T07:27:24.539276+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:27:24.559589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.561073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.565006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.566314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.566681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.567009+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' [] [] [2021-07-25T07:27:24.567571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.570000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.571098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.572117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.572685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.573119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.573440+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' [] [] [2021-07-25T07:27:24.573794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.574075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.575040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.576015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.576553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.577010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.577368+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' [] [] [2021-07-25T07:27:24.577765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.696058+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:27:24.746997+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:27:24.821517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.823691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.827530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.829083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.829500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.829833+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' [] [] [2021-07-25T07:27:24.830418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.832737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.833739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.834660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.835248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.835590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.835905+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' [] [] [2021-07-25T07:27:24.836260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.836536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.837501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.838471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.839067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.839400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.839711+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' [] [] [2021-07-25T07:27:24.840049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.852077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:27:24.856709+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[6,5,4,3,2,1]] [] [2021-07-25T07:27:24.870291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:24.871258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:24.871647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:24.872022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:24.872376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:24.872710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:27:24.873097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:27:24.874450+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:27:24.877336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.878420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.879414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.879966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.880310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.880627+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' [] [] [2021-07-25T07:27:24.880976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.881256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.882215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.883184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.883708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.884043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.884426+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' [] [] [2021-07-25T07:27:24.884771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:24.885041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.885997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:24.886965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:24.887467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:24.887798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:24.888110+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' [] [] [2021-07-25T07:27:24.888451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:25.195118+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38c84b"},"request_uri":"http://127.0.0.1:8000/_wdt/38c84b","method":"GET"} [] [2021-07-25T07:27:26.902109+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"GET"} [] [2021-07-25T07:27:26.977068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:27:27.050768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:27.051405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:27.052143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:27.055203+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:27.057044+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:27.057566+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:27:27.094635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.095809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.100000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:27.101552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:27.102019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:27.102370+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' [] [] [2021-07-25T07:27:27.103032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:27.105847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.106872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.107890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:27.108458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:27.108805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:27.109226+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' [] [] [2021-07-25T07:27:27.109578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:27.109861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.110828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:27.111807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:27.112318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:27.112662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:27.112980+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' [] [] [2021-07-25T07:27:27.113320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:27.401024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d85c3b"},"request_uri":"http://127.0.0.1:8000/_wdt/d85c3b","method":"GET"} [] [2021-07-25T07:27:34.153100+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:27:34.253303+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:27:34.320716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.321861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.325929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:34.327561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:34.328139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:34.328483+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' [] [] [2021-07-25T07:27:34.329140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:34.331902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.332946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.333931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:34.334479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:34.334819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:34.335132+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' [] [] [2021-07-25T07:27:34.335480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:34.335753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.336718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:34.337689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:34.338197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:34.338619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:34.338932+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' [] [] [2021-07-25T07:27:34.339269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:37.029078+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"POST"} [] [2021-07-25T07:27:37.118673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:27:37.192135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:37.192727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:37.193149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:37.201605+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:27:37.203469+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:27:37.204637+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["2"]] [] [2021-07-25T07:27:37.271410+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:37.272563+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:37.273071+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:27:37.303471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.304738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.309016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:37.310592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:37.310952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:37.311282+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' [] [] [2021-07-25T07:27:37.311893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:37.314751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.315752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.316733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:37.317268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:37.317606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:37.317926+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' [] [] [2021-07-25T07:27:37.318278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:37.318558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.319523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:37.320815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:37.321477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:37.321936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:37.322263+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' [] [] [2021-07-25T07:27:37.322613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:37.589345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34c887"},"request_uri":"http://127.0.0.1:8000/_wdt/34c887","method":"GET"} [] [2021-07-25T07:27:46.398931+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"GET"} [] [2021-07-25T07:27:46.481699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:27:46.552853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:46.553440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:46.553845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:46.556514+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:46.558307+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:46.558813+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:27:46.594285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.595433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.599555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:46.601028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:46.601567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:46.601940+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' [] [] [2021-07-25T07:27:46.602727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:46.605604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.606727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.607751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:46.608321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:46.608663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:46.608978+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' [] [] [2021-07-25T07:27:46.609322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:46.609600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.610562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:46.611530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:46.612031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:46.612453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:46.612767+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' [] [] [2021-07-25T07:27:46.613109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:46.884673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f67065"},"request_uri":"http://127.0.0.1:8000/_wdt/f67065","method":"GET"} [] [2021-07-25T07:27:49.300770+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:27:49.385243+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:27:49.429234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.430438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.434568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:49.436155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:49.436537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:49.436864+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' [] [] [2021-07-25T07:27:49.437486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:49.440220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.441224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.442217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:49.442871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:49.443256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:49.443581+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' [] [] [2021-07-25T07:27:49.443937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:49.444213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.445350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:49.446390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:49.446948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:49.447295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:49.447615+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' [] [] [2021-07-25T07:27:49.447965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:52.898527+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"POST"} [] [2021-07-25T07:27:52.979006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:27:53.050330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:53.050916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:53.051331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:27:53.059814+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:27:53.061376+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:27:53.062213+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["2"]] [] [2021-07-25T07:27:53.114448+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:27:53.115537+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:27:53.116001+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:27:53.145894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.147024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.151029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:53.152451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:53.152770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:53.153048+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' [] [] [2021-07-25T07:27:53.153604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:53.156343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.157544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.158477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:53.158969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:53.159267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:53.159532+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' [] [] [2021-07-25T07:27:53.159830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:53.160058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.160944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:27:53.161848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:27:53.162299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:27:53.162579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:27:53.162838+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' [] [] [2021-07-25T07:27:53.163125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:27:53.436251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0103df"},"request_uri":"http://127.0.0.1:8000/_wdt/0103df","method":"GET"} [] [2021-07-25T07:28:02.782123+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"GET"} [] [2021-07-25T07:28:02.865855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:28:02.938657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:02.939248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:02.939663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:02.942445+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:28:02.944330+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:28:02.944849+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:28:02.980242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.981408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.985675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:02.987218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:02.987618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:02.987946+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' [] [] [2021-07-25T07:28:02.988575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:02.991477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.992544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.993534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:02.994172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:02.994518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:02.994840+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' [] [] [2021-07-25T07:28:02.995189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:02.995471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.996428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:02.997402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:02.997908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:02.998248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:02.998567+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' [] [] [2021-07-25T07:28:02.998910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:03.291367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0aefe"},"request_uri":"http://127.0.0.1:8000/_wdt/e0aefe","method":"GET"} [] [2021-07-25T07:28:05.535748+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:28:05.622829+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:28:05.669864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.671046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.675127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:05.676635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:05.676992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:05.677314+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' [] [] [2021-07-25T07:28:05.677939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:05.680641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.681638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.682717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:05.683564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:05.683964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:05.684288+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' [] [] [2021-07-25T07:28:05.684745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:05.685028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.686035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:05.687014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:05.687533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:05.687863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:05.688173+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' [] [] [2021-07-25T07:28:05.688516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:18.160051+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/edit","method":"POST"} [] [2021-07-25T07:28:18.229958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-25T07:28:18.305149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:18.305754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:18.306150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:28:18.315031+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:28:18.316659+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:28:18.317540+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["2"]] [] [2021-07-25T07:28:18.373328+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:28:18.374740+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:28:18.375270+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:28:18.408801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.410223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.414737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:18.416618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:18.417088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:18.417405+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' [] [] [2021-07-25T07:28:18.418041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:18.421106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.422231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.423630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:18.424385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:18.424782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:18.425172+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' [] [] [2021-07-25T07:28:18.425528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:18.425842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.427009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:28:18.428200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:28:18.428814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:28:18.429133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:28:18.429400+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' [] [] [2021-07-25T07:28:18.429702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:28:18.785231+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"660e8f"},"request_uri":"http://127.0.0.1:8000/_wdt/660e8f","method":"GET"} [] [2021-07-25T07:31:41.710650+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:31:41.779868+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:31:41.882746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.893218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.909839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.913515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.914243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.914867+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' [] [] [2021-07-25T07:31:41.916014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:41.920902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.922470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.923947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.924709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.925160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.925563+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' [] [] [2021-07-25T07:31:41.925959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:41.926260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.927484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.928838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.929554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.930080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.930438+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' [] [] [2021-07-25T07:31:41.930806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:41.944906+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:31:41.949779+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[6,5,4,3,2,1]] [] [2021-07-25T07:31:41.963927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:41.964908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:41.965258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:41.965592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:41.965897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:41.966179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:41.966515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:31:41.968179+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:31:41.970815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.971955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.972935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.973513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.973894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.974198+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' [] [] [2021-07-25T07:31:41.974514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:41.974759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.975732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.976675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.977179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.977523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.977819+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' [] [] [2021-07-25T07:31:41.978170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:41.978433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.979453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:41.980454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:41.981037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:41.981364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:41.981653+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' [] [] [2021-07-25T07:31:41.981970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:42.292289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"952cb3"},"request_uri":"http://127.0.0.1:8000/_wdt/952cb3","method":"GET"} [] [2021-07-25T07:31:42.903780+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:31:43.040160+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:31:43.057571+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:31:43.058589+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:31:43.092531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.093709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.097875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:43.099309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:43.099754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:43.100085+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' [] [] [2021-07-25T07:31:43.100705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:43.103633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.104953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.105972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:43.106553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:43.106930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:43.107300+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' [] [] [2021-07-25T07:31:43.107663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:43.107959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.108962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:43.109944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:43.110473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:43.110905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:43.111225+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' [] [] [2021-07-25T07:31:43.111569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:43.347299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fd422"},"request_uri":"http://127.0.0.1:8000/_wdt/2fd422","method":"GET"} [] [2021-07-25T07:31:51.143932+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T07:31:51.221521+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T07:31:51.265091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.266510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.270869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:51.272377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:51.272728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:51.273045+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' [] [] [2021-07-25T07:31:51.273657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:51.276359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.277357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.278335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:51.278955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:51.279293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:51.279602+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' [] [] [2021-07-25T07:31:51.279943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:51.280202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.281169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:51.282304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:51.282994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:51.283425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:51.283760+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' [] [] [2021-07-25T07:31:51.284113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:54.619424+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T07:31:54.754638+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:31:54.761298+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T07:31:54.762242+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T07:31:54.810980+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:31:54.815275+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"346346","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":3} [] [2021-07-25T07:31:54.818010+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:31:54.838329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.839509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.843334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:54.844871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:54.845271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:54.845606+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' [] [] [2021-07-25T07:31:54.846188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:54.848601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.849640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.850639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:54.851188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:54.851532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:54.851986+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' [] [] [2021-07-25T07:31:54.852338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:54.852615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.853635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:54.854665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:54.855243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:54.855595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:54.855925+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' [] [] [2021-07-25T07:31:54.856284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:54.975475+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:31:55.026905+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:31:55.099850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.101908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.105709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.107076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.107487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.107822+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' [] [] [2021-07-25T07:31:55.108406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.110667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.111792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.112849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.113466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.113856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.114183+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' [] [] [2021-07-25T07:31:55.114538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.114826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.115834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.116810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.117333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.117761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.118078+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' [] [] [2021-07-25T07:31:55.118423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.130025+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:31:55.135029+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[7,6,5,4,3,2,1]] [] [2021-07-25T07:31:55.148755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:55.149728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:55.150114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:55.150514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:55.150871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:55.151200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:31:55.151589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:31:55.152949+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:31:55.155852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.156881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.157861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.158412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.158750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.159064+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' [] [] [2021-07-25T07:31:55.159412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.159691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.160652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.161637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.162222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.162572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.162887+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' [] [] [2021-07-25T07:31:55.163337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.163624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.164653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:55.165631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:55.166150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:55.166481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:55.166794+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' [] [] [2021-07-25T07:31:55.167137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:55.467388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4750b5"},"request_uri":"http://127.0.0.1:8000/_wdt/4750b5","method":"GET"} [] [2021-07-25T07:31:57.684751+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:31:57.762645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:31:57.837769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:57.838468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:57.839075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:31:57.841914+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:31:57.843815+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:31:57.844356+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:31:57.881424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.882759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.887093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:57.888934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:57.889390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:57.889734+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' [] [] [2021-07-25T07:31:57.890381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:57.893217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.894255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.895252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:57.895803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:57.896145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:57.896463+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' [] [] [2021-07-25T07:31:57.896810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:57.897087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.898141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:31:57.899143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:31:57.899685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:31:57.900026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:31:57.900344+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' [] [] [2021-07-25T07:31:57.900695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:31:58.210984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0180a0"},"request_uri":"http://127.0.0.1:8000/_wdt/0180a0","method":"GET"} [] [2021-07-25T07:32:31.345470+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:32:31.430692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:32:31.501533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:31.502308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:31.502744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:31.505848+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:32:31.507605+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:32:31.508049+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:32:31.544205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.545416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.549399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:31.550782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:31.551096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:31.551373+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' [] [] [2021-07-25T07:32:31.552110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:31.555539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.556580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.557514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:31.558022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:31.558321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:31.558585+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' [] [] [2021-07-25T07:32:31.558884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:31.559112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.559999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:31.560905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:31.561460+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:31.561742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:31.562001+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' [] [] [2021-07-25T07:32:31.562291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:31.822871+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f197d9"},"request_uri":"http://127.0.0.1:8000/_wdt/f197d9","method":"GET"} [] [2021-07-25T07:32:37.634335+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:32:37.714888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:32:37.785361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:37.785939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:37.786343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:32:37.789334+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:32:37.791428+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:32:37.792022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:32:37.828346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.829532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.833659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:37.835222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:37.835589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:37.835914+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' [] [] [2021-07-25T07:32:37.836559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:37.839555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.840776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.841803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:37.842370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:37.842721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:37.843045+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' [] [] [2021-07-25T07:32:37.843394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:37.843678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.844639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:32:37.845620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:32:37.846227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:32:37.846565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:32:37.846880+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' [] [] [2021-07-25T07:32:37.847225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:32:38.119878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89fd33"},"request_uri":"http://127.0.0.1:8000/_wdt/89fd33","method":"GET"} [] [2021-07-25T07:33:09.808721+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:33:09.896660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:33:09.969512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:33:09.970083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:33:09.970456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:33:09.981831+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT v FROM App\\Entity\\Subgroup v ORDER BY v.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-25T07:33:10.173067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.174213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.178327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.179798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.180168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.180461+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' [] [] [2021-07-25T07:33:10.181055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.184249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.185515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.186517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.187124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.187463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.187753+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' [] [] [2021-07-25T07:33:10.188071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.188296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.189245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.190173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.190762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.191028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.191275+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' [] [] [2021-07-25T07:33:10.191624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.192666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.193667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.194599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.195071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.195329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.195570+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' [] [] [2021-07-25T07:33:10.195858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.196080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.197011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.197903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.198340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.198650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.198918+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' [] [] [2021-07-25T07:33:10.199197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.199467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.200967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:33:10.202096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:33:10.202641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:33:10.202962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:33:10.203238+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' [] [] [2021-07-25T07:33:10.203544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:33:10.503254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b67df0"},"request_uri":"http://127.0.0.1:8000/_wdt/b67df0","method":"GET"} [] [2021-07-25T07:34:30.527571+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:34:30.641689+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:34:30.647985+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:34:30.648663+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:34:30.676816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.678004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.681836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:30.683153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:30.683541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:30.683872+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' [] [] [2021-07-25T07:34:30.684448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:30.686799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.687814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.688800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:30.689358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:30.689771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:30.690106+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' [] [] [2021-07-25T07:34:30.690592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:30.690897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.691909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:30.692895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:30.693432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:30.693770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:30.694090+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' [] [] [2021-07-25T07:34:30.694433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:30.945497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44d303"},"request_uri":"http://127.0.0.1:8000/_wdt/44d303","method":"GET"} [] [2021-07-25T07:34:37.690994+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:34:37.742742+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:34:37.828155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.830485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.834635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.835988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.836428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.836750+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' [] [] [2021-07-25T07:34:37.837321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:37.839664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.840668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.841646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.842193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.842536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.842854+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' [] [] [2021-07-25T07:34:37.843205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:37.843483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.844473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.845450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.845966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.846393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.846708+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' [] [] [2021-07-25T07:34:37.847059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:37.859148+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:34:37.864282+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[7,6,5,4,3,2,1]] [] [2021-07-25T07:34:37.878491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:37.879462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:37.879842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:37.880242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:34:37.880655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:34:37.881026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:34:37.881458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:34:37.882955+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:34:37.885317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.886340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.887322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.887872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.888213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.888525+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' [] [] [2021-07-25T07:34:37.888873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:37.889150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.890100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.891145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.891799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.892164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.892485+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' [] [] [2021-07-25T07:34:37.892835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:37.893113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.894128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:37.895112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:37.895624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:37.895956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:37.896264+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' [] [] [2021-07-25T07:34:37.896602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:38.207877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6413a4"},"request_uri":"http://127.0.0.1:8000/_wdt/6413a4","method":"GET"} [] [2021-07-25T07:34:39.286216+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:34:39.373327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:34:39.449151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:39.449728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:39.450168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:39.453309+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:34:39.456495+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:34:39.457153+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:34:39.495188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.496412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.500719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:39.502278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:39.502730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:39.503157+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' [] [] [2021-07-25T07:34:39.504086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:39.506893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.507953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.508953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:39.509513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:39.509863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:39.510182+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' [] [] [2021-07-25T07:34:39.510533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:39.510814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.511783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:39.512867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:39.513378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:39.513724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:39.514044+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' [] [] [2021-07-25T07:34:39.514403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:39.810247+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5589b6"},"request_uri":"http://127.0.0.1:8000/_wdt/5589b6","method":"GET"} [] [2021-07-25T07:34:45.103774+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:34:45.195080+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:34:45.233681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.234894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.239115+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:45.240920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:45.241319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:45.241743+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' [] [] [2021-07-25T07:34:45.242379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:45.245135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.246164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.247151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:45.247690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:45.248028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:45.248340+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' [] [] [2021-07-25T07:34:45.248686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:45.248961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.249920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:45.250914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:45.251450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:45.251782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:45.252097+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' [] [] [2021-07-25T07:34:45.252537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:47.841736+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"POST"} [] [2021-07-25T07:34:47.930449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:34:48.003663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:48.004244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:48.004651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:34:48.013066+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:34:48.014691+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T07:34:48.015801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["4"]] [] [2021-07-25T07:34:48.025179+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT v FROM App\\Entity\\Subgroup v ORDER BY v.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-25T07:34:48.206192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.207388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.211485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.212998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.213471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.213805+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' [] [] [2021-07-25T07:34:48.214425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.217629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.218840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.219877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.220446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.220799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.221120+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' [] [] [2021-07-25T07:34:48.221473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.221757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.222725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.223772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.224279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.224714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.225040+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' [] [] [2021-07-25T07:34:48.225385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.226558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.227591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.228526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.229089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.229433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.229752+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' [] [] [2021-07-25T07:34:48.230101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.230382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.231410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.232457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.233113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.233504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.233807+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' [] [] [2021-07-25T07:34:48.234172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.234471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.235530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:34:48.236526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:34:48.237069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:34:48.237417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:34:48.237737+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' [] [] [2021-07-25T07:34:48.238086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:34:48.529104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04cd32"},"request_uri":"http://127.0.0.1:8000/_wdt/04cd32","method":"GET"} [] [2021-07-25T07:34:59.845418+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:34:59.934307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:35:00.008054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:00.008644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:00.009051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:00.012343+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:35:00.014584+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:35:00.015122+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-25T07:35:00.051522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.052666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.056845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:00.058413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:00.058822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:00.059154+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' [] [] [2021-07-25T07:35:00.059785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:00.062583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.063590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.064569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:00.065104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:00.065450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:00.065764+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' [] [] [2021-07-25T07:35:00.066205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:00.066478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.067446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:00.068412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:00.068914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:00.069242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:00.069553+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' [] [] [2021-07-25T07:35:00.069889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:00.329668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dea0e7"},"request_uri":"http://127.0.0.1:8000/_wdt/dea0e7","method":"GET"} [] [2021-07-25T07:35:05.909706+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:35:05.998904+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:35:06.036886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.038030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.042106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:06.043975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:06.044618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:06.045028+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' [] [] [2021-07-25T07:35:06.045720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:06.048458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.049478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.050491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:06.051074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:06.051423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:06.051757+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' [] [] [2021-07-25T07:35:06.052104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:06.052385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.053365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:06.054345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:06.054857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:06.055298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:06.055613+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' [] [] [2021-07-25T07:35:06.055956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.260090+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"POST"} [] [2021-07-25T07:35:08.347044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:35:08.421902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.422490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.422909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.431369+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T07:35:08.432933+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T07:35:08.433768+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["4"]] [] [2021-07-25T07:35:08.483024+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:35:08.483338+00:00] doctrine.DEBUG: UPDATE assetname SET groups_id = ? WHERE id = ? [4,7] [] [2021-07-25T07:35:08.487175+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:35:08.511949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.513113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.517298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.518875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.519393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.519720+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' [] [] [2021-07-25T07:35:08.520366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.523187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.524192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.525123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.525671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.526008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.526322+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' [] [] [2021-07-25T07:35:08.526667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.526942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.527896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.528871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.529370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.529697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.530105+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' [] [] [2021-07-25T07:35:08.530446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.678954+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:35:08.739143+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:35:08.817254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.819667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.823354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.824588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.824933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.825251+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' [] [] [2021-07-25T07:35:08.825798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.827991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.828962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.829930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.830719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.831093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.831409+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' [] [] [2021-07-25T07:35:08.831754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.832030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.832989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.833951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.834459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.834785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.835098+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' [] [] [2021-07-25T07:35:08.835434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.846696+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:35:08.851304+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[7,6,5,4,3,2,1]] [] [2021-07-25T07:35:08.865346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:08.866305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.866684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.867054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:08.867419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:08.867767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:08.868093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:08.868475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:08.870077+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:35:08.873011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.874027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.874950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.875499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.875835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.876153+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' [] [] [2021-07-25T07:35:08.876497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.876771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.877715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.878730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.879247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.879577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.879886+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' [] [] [2021-07-25T07:35:08.880227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:08.880496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.881438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:08.882398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:08.882898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:08.883240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:08.883554+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' [] [] [2021-07-25T07:35:08.883987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:09.156430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d472d"},"request_uri":"http://127.0.0.1:8000/_wdt/4d472d","method":"GET"} [] [2021-07-25T07:35:32.135265+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:35:32.261373+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:35:32.267706+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:35:32.268322+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:35:32.299110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.300253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.304322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:32.305749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:32.306102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:32.306437+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' [] [] [2021-07-25T07:35:32.307162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:32.310039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.311048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.312014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:32.312650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:32.312982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:32.313291+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' [] [] [2021-07-25T07:35:32.313626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:32.313893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.314853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:32.316251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:32.317075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:32.317492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:32.317814+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' [] [] [2021-07-25T07:35:32.318158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:32.571420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37aa59"},"request_uri":"http://127.0.0.1:8000/_wdt/37aa59","method":"GET"} [] [2021-07-25T07:35:42.381828+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:35:42.463418+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:35:42.502141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.503334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.507583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:42.509127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:42.509494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:42.509819+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' [] [] [2021-07-25T07:35:42.510450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:42.513205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.514215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.515245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:42.515802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:42.516148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:42.516488+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' [] [] [2021-07-25T07:35:42.516898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:42.517216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.518264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:42.519253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:42.519893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:42.520239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:42.520562+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' [] [] [2021-07-25T07:35:42.520910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:45.791190+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T07:35:45.940320+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T07:35:45.946659+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T07:35:45.947377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["4"]] [] [2021-07-25T07:35:45.996906+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:35:46.001157+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Mobile Set","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":2} [] [2021-07-25T07:35:46.004739+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:35:46.025159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.026308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.030401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.031807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.032276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.032602+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' [] [] [2021-07-25T07:35:46.033187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.035490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.036496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.037472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.037994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.038328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.038643+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' [] [] [2021-07-25T07:35:46.038987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.039257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.040211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.041184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.041682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.042109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.042430+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' [] [] [2021-07-25T07:35:46.042767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.161420+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:35:46.210940+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:35:46.285102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.287096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.290726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.291923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.292265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.292574+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' [] [] [2021-07-25T07:35:46.293114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.295294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.296377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.297345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.297969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.298305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.298666+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' [] [] [2021-07-25T07:35:46.299001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.299320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.300272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.301227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.301722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.302050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.302357+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' [] [] [2021-07-25T07:35:46.302689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.313731+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:35:46.318593+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:35:46.332201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:46.333171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:46.333548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:46.333913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:46.334232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:46.334576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:35:46.334955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:46.335279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:46.335655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:46.336995+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:35:46.339844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.340842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.341799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.342336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.342670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.342982+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' [] [] [2021-07-25T07:35:46.343334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.343608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.344545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.345494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.345988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.346440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.346773+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' [] [] [2021-07-25T07:35:46.347148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.347438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.348414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:46.349367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:46.349882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:46.350211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:46.350516+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' [] [] [2021-07-25T07:35:46.350849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:46.660797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c940eb"},"request_uri":"http://127.0.0.1:8000/_wdt/c940eb","method":"GET"} [] [2021-07-25T07:35:48.175142+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/show","method":"GET"} [] [2021-07-25T07:35:48.249541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:35:48.305680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.306872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.311011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:48.312608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:48.312983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:48.313309+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' [] [] [2021-07-25T07:35:48.313920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:48.316627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.317655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.318636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:48.319320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:48.319777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:48.320227+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' [] [] [2021-07-25T07:35:48.320756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:48.321106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.322697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:48.324094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:48.324681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:48.325025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:48.325341+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' [] [] [2021-07-25T07:35:48.325689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:48.496401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6abf4"},"request_uri":"http://127.0.0.1:8000/_wdt/f6abf4","method":"GET"} [] [2021-07-25T07:35:50.581655+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"GET"} [] [2021-07-25T07:35:50.666509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:35:50.744413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:35:50.745249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:50.746027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:35:50.749350+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:35:50.751313+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:35:50.751840+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [4] [] [2021-07-25T07:35:50.788823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.789993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.794142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:50.795912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:50.796306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:50.796636+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' [] [] [2021-07-25T07:35:50.797260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:50.800066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.801081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.802062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:50.802735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:50.803079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:50.803395+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' [] [] [2021-07-25T07:35:50.803743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:50.804022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.805012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:50.805992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:50.806526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:50.806888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:50.807204+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' [] [] [2021-07-25T07:35:50.807561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:51.084124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4e696"},"request_uri":"http://127.0.0.1:8000/_wdt/a4e696","method":"GET"} [] [2021-07-25T07:35:57.229467+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:35:57.321680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:35:57.359629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.360803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.364906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:57.366403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:57.366770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:57.367094+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' [] [] [2021-07-25T07:35:57.367919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:57.370734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.371793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.372791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:57.373342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:57.373687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:57.374002+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' [] [] [2021-07-25T07:35:57.374349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:35:57.374623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.375582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:35:57.376555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:35:57.377111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:35:57.377441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:35:57.377756+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' [] [] [2021-07-25T07:35:57.378108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:01.979218+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"POST"} [] [2021-07-25T07:36:02.064412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:36:02.139703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:02.140306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:02.140719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:02.149069+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T07:36:02.151091+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:36:02.152581+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [4,["2"]] [] [2021-07-25T07:36:02.202989+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:36:02.203302+00:00] doctrine.DEBUG: UPDATE assetname SET groups_id = ? WHERE id = ? [2,8] [] [2021-07-25T07:36:02.205056+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:36:02.230317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.231507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.236123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.237762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.238132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.238458+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' [] [] [2021-07-25T07:36:02.239074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.241906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.242979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.244082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.244708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.245064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.245387+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' [] [] [2021-07-25T07:36:02.245739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.246022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.247003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.247981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.248539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.248873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.249185+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' [] [] [2021-07-25T07:36:02.249524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.397487+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:36:02.457003+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:36:02.539743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.542029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.545669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.546875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.547217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.547579+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' [] [] [2021-07-25T07:36:02.548123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.550314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.551328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.552401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.552932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.553267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.553621+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' [] [] [2021-07-25T07:36:02.553975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.554257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.555301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.556309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.556854+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.557185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.557494+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' [] [] [2021-07-25T07:36:02.557885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.569149+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:36:02.573885+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:36:02.587628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:02.588581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:02.588955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:02.589317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:02.589639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:02.589957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:02.590299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:02.590682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:02.591057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:02.592403+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:36:02.595218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.596212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.597171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.597707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.598037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.598346+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' [] [] [2021-07-25T07:36:02.598684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.598955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.599976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.600925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.601603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.601963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.602282+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' [] [] [2021-07-25T07:36:02.602622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.602892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.603859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:02.604805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:02.605366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:02.605692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:02.605999+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' [] [] [2021-07-25T07:36:02.606335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:02.929008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"082c3f"},"request_uri":"http://127.0.0.1:8000/_wdt/082c3f","method":"GET"} [] [2021-07-25T07:36:06.528605+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"GET"} [] [2021-07-25T07:36:06.613645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:36:06.688420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:06.688996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:06.689403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:06.692152+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:36:06.694043+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:36:06.694545+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [2] [] [2021-07-25T07:36:06.730922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.732147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.736326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:06.737872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:06.738231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:06.738552+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' [] [] [2021-07-25T07:36:06.739167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:06.741970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.742963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.743887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:06.744411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:06.744744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:06.745058+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' [] [] [2021-07-25T07:36:06.745400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:06.745669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.746646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:06.747651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:06.748253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:06.748597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:06.748938+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' [] [] [2021-07-25T07:36:06.749289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:07.017127+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36cf9d"},"request_uri":"http://127.0.0.1:8000/_wdt/36cf9d","method":"GET"} [] [2021-07-25T07:36:09.593031+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-25T07:36:09.681740+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-25T07:36:09.719614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.720759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.724883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:09.726621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:09.727163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:09.727539+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' [] [] [2021-07-25T07:36:09.728281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:09.731182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.732245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.733235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:09.733789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:09.734127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:09.734441+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' [] [] [2021-07-25T07:36:09.734783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:09.735055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.736010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:09.736981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:09.737479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:09.737806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:09.738114+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' [] [] [2021-07-25T07:36:09.738476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:11.830308+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T07:36:11.919979+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T07:36:11.957941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.959100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.963318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:11.965037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:11.965422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:11.965755+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' [] [] [2021-07-25T07:36:11.966380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:11.969298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.970417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.971410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:11.971976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:11.972318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:11.972639+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' [] [] [2021-07-25T07:36:11.973047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:11.973328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.974282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:11.975262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:11.975765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:11.976093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:11.976405+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' [] [] [2021-07-25T07:36:11.976743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:14.111250+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-25T07:36:14.211804+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-25T07:36:14.249288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.250475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.254632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:14.256094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:14.256446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:14.256822+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' [] [] [2021-07-25T07:36:14.257433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:14.260399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.261535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.262527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:14.263089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:14.263432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:14.263745+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' [] [] [2021-07-25T07:36:14.264090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:14.264365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.265315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:14.266297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:14.266827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:14.267175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:14.267491+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' [] [] [2021-07-25T07:36:14.267890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.213079+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"POST"} [] [2021-07-25T07:36:17.292868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:36:17.367712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:17.368424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:17.369114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:17.377455+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T07:36:17.379045+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:36:17.379923+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [2,["2"]] [] [2021-07-25T07:36:17.429715+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:36:17.430024+00:00] doctrine.DEBUG: UPDATE assetname SET subgroup_id = ? WHERE id = ? [2,8] [] [2021-07-25T07:36:17.433533+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:36:17.458505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.459660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.463888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.465357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.465714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.466098+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' [] [] [2021-07-25T07:36:17.466768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.469779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.470880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.471870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.472426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.472765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.473079+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' [] [] [2021-07-25T07:36:17.473439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.473715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.474704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.475694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.476222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.476561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.476872+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' [] [] [2021-07-25T07:36:17.477266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.630619+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:36:17.691527+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:36:17.752748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.755373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.759210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.760482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.760833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.761153+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' [] [] [2021-07-25T07:36:17.761718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.763985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.764998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.765983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.766504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.766890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.767205+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' [] [] [2021-07-25T07:36:17.767544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.767817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.768772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.769781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.770353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.770694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.771008+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' [] [] [2021-07-25T07:36:17.771354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.782645+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:36:17.787607+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:36:17.801415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:17.802335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:17.802712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:17.803243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:17.803563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:17.803881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:17.804227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:36:17.804617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:36:17.805972+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:36:17.808862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.809866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.810780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.811317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.811649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.811955+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' [] [] [2021-07-25T07:36:17.812300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.812576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.813511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.814457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.814933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.815261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.815567+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' [] [] [2021-07-25T07:36:17.815900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:17.816163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.817097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:17.818045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:17.818529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:17.818852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:17.819160+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' [] [] [2021-07-25T07:36:17.819490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:18.138225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc45d0"},"request_uri":"http://127.0.0.1:8000/_wdt/fc45d0","method":"GET"} [] [2021-07-25T07:36:58.665189+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"GET"} [] [2021-07-25T07:36:58.746565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:36:58.822434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:58.823014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:58.823422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:36:58.826463+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:36:58.828698+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:36:58.829220+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [2] [] [2021-07-25T07:36:58.866033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.867261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.871437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:58.873044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:58.873440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:58.873773+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' [] [] [2021-07-25T07:36:58.874440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:58.877558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.878752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.879745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:58.880303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:58.880643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:58.880957+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' [] [] [2021-07-25T07:36:58.881304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:58.881581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.882556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:36:58.883550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:36:58.884074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:36:58.884408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:36:58.884720+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' [] [] [2021-07-25T07:36:58.885060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:36:59.167716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1641cb"},"request_uri":"http://127.0.0.1:8000/_wdt/1641cb","method":"GET"} [] [2021-07-25T07:41:10.842770+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T07:41:10.976924+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:41:10.984063+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:41:10.984712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T07:41:11.018281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.019465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.023666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:11.025130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:11.025492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:11.025823+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' [] [] [2021-07-25T07:41:11.026541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:11.029344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.030356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.031372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:11.032099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:11.032662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:11.033042+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' [] [] [2021-07-25T07:41:11.033421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:11.033733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.034805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:11.035801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:11.036350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:11.036691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:11.037007+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' [] [] [2021-07-25T07:41:11.037353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:11.297287+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13f1ca"},"request_uri":"http://127.0.0.1:8000/_wdt/13f1ca","method":"GET"} [] [2021-07-25T07:41:13.231733+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:41:13.285608+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:41:13.369584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.371777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.376316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.377733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.378180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.378521+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' [] [] [2021-07-25T07:41:13.379113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.381451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.382471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.383494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.384054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.384393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.384708+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' [] [] [2021-07-25T07:41:13.385051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.385325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.386317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.387318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.387904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.388240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.388555+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' [] [] [2021-07-25T07:41:13.388897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.401139+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:41:13.406178+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:41:13.420948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:13.421924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:13.422306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:13.422676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:41:13.423049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:13.423464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:13.423909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:13.424435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:41:13.426051+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:41:13.428474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.429551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.430551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.431129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.431478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.431793+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' [] [] [2021-07-25T07:41:13.432141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.432419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.433390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.434393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.434940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.435340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.435657+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' [] [] [2021-07-25T07:41:13.436002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.436278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.437244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:13.438219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:13.438719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:13.439049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:13.439363+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' [] [] [2021-07-25T07:41:13.439751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:13.723588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e2c40"},"request_uri":"http://127.0.0.1:8000/_wdt/6e2c40","method":"GET"} [] [2021-07-25T07:41:15.712739+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"GET"} [] [2021-07-25T07:41:15.796925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:41:15.870136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:15.870724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:15.871126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:15.873848+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:41:15.875802+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:41:15.876359+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [2] [] [2021-07-25T07:41:15.913372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.914595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.918976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:15.920501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:15.920865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:15.921187+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' [] [] [2021-07-25T07:41:15.921822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:15.924722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.925760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.926750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:15.927302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:15.927647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:15.928022+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' [] [] [2021-07-25T07:41:15.928371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:15.928645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.929604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:15.930605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:15.931143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:15.931493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:15.931801+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' [] [] [2021-07-25T07:41:15.932164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:16.207308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"150cf6"},"request_uri":"http://127.0.0.1:8000/_wdt/150cf6","method":"GET"} [] [2021-07-25T07:41:19.252967+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/edit","method":"POST"} [] [2021-07-25T07:41:19.325702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:41:19.400396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.400978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.401400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.409870+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-25T07:41:19.412133+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T07:41:19.413263+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [2,["2"]] [] [2021-07-25T07:41:19.481885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.483185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.487420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.488892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.489249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.489568+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' [] [] [2021-07-25T07:41:19.490244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.493154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.494272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.495409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.495995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.496342+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.496721+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' [] [] [2021-07-25T07:41:19.497093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.497381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.498399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.499336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.499873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.500214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.500533+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' [] [] [2021-07-25T07:41:19.500878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.649421+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:41:19.708817+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:41:19.781885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.784223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.788016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.789246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.789655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.789977+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' [] [] [2021-07-25T07:41:19.790535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.792798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.793863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.795003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.795613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.795959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.796274+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' [] [] [2021-07-25T07:41:19.796625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.796905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.797889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.798856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.799360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.799752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.800066+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' [] [] [2021-07-25T07:41:19.800403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.812132+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:41:19.816739+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:41:19.830408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.831367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.831747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:41:19.832112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:41:19.832438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:19.832764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:19.833108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:41:19.833528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:41:19.834861+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:41:19.837677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.838671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.839632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.840167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.840495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.840801+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' [] [] [2021-07-25T07:41:19.841145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.841419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.842398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.843347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.843843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.844165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.844470+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' [] [] [2021-07-25T07:41:19.845080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:19.845362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.846337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:41:19.847288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:41:19.847807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:41:19.848135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:41:19.848441+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' [] [] [2021-07-25T07:41:19.848779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:41:20.161790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d0bc4"},"request_uri":"http://127.0.0.1:8000/_wdt/1d0bc4","method":"GET"} [] [2021-07-25T07:48:11.850033+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/show","method":"GET"} [] [2021-07-25T07:48:11.919154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:48:11.984664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:11.985216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:11.985601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:12.003848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.005041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.009426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:12.011311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:12.011716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:12.012046+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' [] [] [2021-07-25T07:48:12.012673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:12.015426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.016476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.017461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:12.018005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:12.018344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:12.018656+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' [] [] [2021-07-25T07:48:12.018999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:12.019274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.020237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:12.021207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:12.021758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:12.022087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:12.022400+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' [] [] [2021-07-25T07:48:12.022736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:12.302546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72c3ba"},"request_uri":"http://127.0.0.1:8000/_wdt/72c3ba","method":"GET"} [] [2021-07-25T07:48:17.500432+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:48:17.563829+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:48:17.645199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.647659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.651590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.652836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.653185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.653564+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' [] [] [2021-07-25T07:48:17.654124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.656427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.657471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.658456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.659007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.659349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.659666+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' [] [] [2021-07-25T07:48:17.660009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.660283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.661403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.662457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.663017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.663376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.663709+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' [] [] [2021-07-25T07:48:17.664125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.676870+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:48:17.682296+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:48:17.696558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:17.697534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:17.697921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:17.698296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:17.698632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:17.698961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:17.699313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:17.699742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:17.701114+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:48:17.703420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.704491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.705509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.706172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.706552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.706874+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' [] [] [2021-07-25T07:48:17.707222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.707505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.708504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.709476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.709991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.710323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.710645+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' [] [] [2021-07-25T07:48:17.711023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.711376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.712462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:17.713455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:17.714064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:17.714405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:17.714722+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' [] [] [2021-07-25T07:48:17.715066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:17.996187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"236aee"},"request_uri":"http://127.0.0.1:8000/_wdt/236aee","method":"GET"} [] [2021-07-25T07:48:22.064023+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/edit","method":"GET"} [] [2021-07-25T07:48:22.155048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:48:22.228772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:22.229813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:22.230230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:22.233095+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T07:48:22.234994+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T07:48:22.235514+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [4] [] [2021-07-25T07:48:22.272020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.273188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.277467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:22.279092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:22.279512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:22.279838+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' [] [] [2021-07-25T07:48:22.280535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:22.283364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.284414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.285396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:22.285948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:22.286286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:22.286600+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' [] [] [2021-07-25T07:48:22.286951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:22.287240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.288232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:22.289206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:22.289727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:22.290119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:22.290433+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' [] [] [2021-07-25T07:48:22.290778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:22.576476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9f2d7"},"request_uri":"http://127.0.0.1:8000/_wdt/e9f2d7","method":"GET"} [] [2021-07-25T07:48:25.327263+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/show","method":"GET"} [] [2021-07-25T07:48:25.408194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:48:25.449989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:25.450554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:25.450948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:25.468832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.469991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.474373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:25.475920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:25.476284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:25.476663+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' [] [] [2021-07-25T07:48:25.477271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:25.480057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.481107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.482108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:25.482681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:25.483029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:25.483341+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' [] [] [2021-07-25T07:48:25.483683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:25.483958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.484908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:25.485882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:25.486405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:25.486746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:25.487165+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' [] [] [2021-07-25T07:48:25.487784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:25.746220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88c9b7"},"request_uri":"http://127.0.0.1:8000/_wdt/88c9b7","method":"GET"} [] [2021-07-25T07:48:55.527588+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:48:55.587157+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:48:55.678025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.683999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.691938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.693259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.693615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.693930+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' [] [] [2021-07-25T07:48:55.694479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:55.696724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.697699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.698649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.699213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.699557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.699864+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' [] [] [2021-07-25T07:48:55.700198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:55.700465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.701396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.702366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.702914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.703291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.703690+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' [] [] [2021-07-25T07:48:55.704109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:55.716630+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:48:55.722039+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[8,7,6,5,4,3,2,1]] [] [2021-07-25T07:48:55.736135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:55.737063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:55.737441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:55.737809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:55.738131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:55.738450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:55.738793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:48:55.739268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:48:55.740908+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:48:55.743306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.744385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.745351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.745903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.746236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.746547+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' [] [] [2021-07-25T07:48:55.746894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:55.747169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.748168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.749119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.749616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.749937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.750244+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' [] [] [2021-07-25T07:48:55.750625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:55.750900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.751866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:55.752823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:55.753327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:55.753650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:55.753956+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' [] [] [2021-07-25T07:48:55.754366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:56.047028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02d900"},"request_uri":"http://127.0.0.1:8000/_wdt/02d900","method":"GET"} [] [2021-07-25T07:48:59.581596+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/show","method":"GET"} [] [2021-07-25T07:48:59.672302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:48:59.733883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:59.734466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:59.734997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:48:59.752991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.754328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.758554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:59.760092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:59.760452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:59.760774+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' [] [] [2021-07-25T07:48:59.761405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:59.764131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.765145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.766128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:59.766768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:59.767116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:59.767435+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' [] [] [2021-07-25T07:48:59.767779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:48:59.768062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.769037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:48:59.770191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:48:59.770782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:48:59.771124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:48:59.771457+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' [] [] [2021-07-25T07:48:59.771806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:00.052179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d74cd"},"request_uri":"http://127.0.0.1:8000/_wdt/8d74cd","method":"GET"} [] [2021-07-25T07:49:04.166747+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"8"},"request_uri":"http://127.0.0.1:8000/assetname/8/delete","method":"POST"} [] [2021-07-25T07:49:04.255824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["8"] [] [2021-07-25T07:49:04.283752+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:49:04.284051+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [8] [] [2021-07-25T07:49:04.287838+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:49:04.317955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.320124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.324385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.325858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.326226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.326603+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' [] [] [2021-07-25T07:49:04.327307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.330072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.331093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.332097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.332667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.333016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.333396+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' [] [] [2021-07-25T07:49:04.333743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.334027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.335170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.336505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.337106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.337457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.337776+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' [] [] [2021-07-25T07:49:04.338125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.482101+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:49:04.545502+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:49:04.634363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.636799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.640828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.642165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.642521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.642843+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' [] [] [2021-07-25T07:49:04.643404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.645655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.646641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.647615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.648134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.648456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.648773+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' [] [] [2021-07-25T07:49:04.649115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.649387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.650345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.651312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.651816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.652209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.652524+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' [] [] [2021-07-25T07:49:04.652874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.665521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:49:04.670611+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[7,6,5,4,3,2,1]] [] [2021-07-25T07:49:04.684520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:49:04.685448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:04.685825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:04.686223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:04.686583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:04.686938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:04.687271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:04.687657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:49:04.689031+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:49:04.691929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.692949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.693923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.694479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.694814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.695124+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' [] [] [2021-07-25T07:49:04.695504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.695780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.696715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.697661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.698167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.698493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.698798+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' [] [] [2021-07-25T07:49:04.699133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.699397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.700319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:04.701263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:04.701754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:04.702078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:04.702384+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' [] [] [2021-07-25T07:49:04.702713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:04.992637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8bb7d"},"request_uri":"http://127.0.0.1:8000/_wdt/e8bb7d","method":"GET"} [] [2021-07-25T07:49:08.360821+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/show","method":"GET"} [] [2021-07-25T07:49:08.444508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:49:08.485082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T07:49:08.485637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:08.486024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:08.503986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.505150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.509277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:08.510892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:08.511285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:08.511616+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' [] [] [2021-07-25T07:49:08.512237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:08.514926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.515994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.517252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:08.517823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:08.518188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:08.518531+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' [] [] [2021-07-25T07:49:08.518898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:08.519182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.520181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:08.521167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:08.521757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:08.522093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:08.522407+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' [] [] [2021-07-25T07:49:08.522747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:08.820642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61dc75"},"request_uri":"http://127.0.0.1:8000/_wdt/61dc75","method":"GET"} [] [2021-07-25T07:49:10.627914+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"7"},"request_uri":"http://127.0.0.1:8000/assetname/7/delete","method":"POST"} [] [2021-07-25T07:49:10.725434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["7"] [] [2021-07-25T07:49:10.752288+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T07:49:10.752589+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [7] [] [2021-07-25T07:49:10.754017+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T07:49:10.784758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.786023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.790452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:10.792889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:10.793287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:10.793673+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' [] [] [2021-07-25T07:49:10.794299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:10.797028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.798034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.799062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:10.799620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:10.799961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:10.800280+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' [] [] [2021-07-25T07:49:10.800625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:10.800903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.801847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:10.802821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:10.803325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:10.803737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:10.804068+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' [] [] [2021-07-25T07:49:10.804477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:10.949722+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T07:49:11.012853+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T07:49:11.099690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.102034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.105826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.107051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.107398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.107721+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' [] [] [2021-07-25T07:49:11.108328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.110720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.111788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.112780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.113332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.113741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.114061+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' [] [] [2021-07-25T07:49:11.114407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.114689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.115646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.116623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.117123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.117453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.117764+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' [] [] [2021-07-25T07:49:11.118109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.130805+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T07:49:11.135591+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[6,5,4,3,2,1]] [] [2021-07-25T07:49:11.149532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:11.150472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:11.150852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T07:49:11.151221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:11.151570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:11.151891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T07:49:11.152266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T07:49:11.153593+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T07:49:11.156403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.157574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.158711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.159282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.159623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.159972+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' [] [] [2021-07-25T07:49:11.160306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.160620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.161591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.162544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.163049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.163374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.163681+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' [] [] [2021-07-25T07:49:11.164016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.164280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.165207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T07:49:11.166149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T07:49:11.166640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T07:49:11.166965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T07:49:11.167268+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' [] [] [2021-07-25T07:49:11.167599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T07:49:11.441004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4b997"},"request_uri":"http://127.0.0.1:8000/_wdt/a4b997","method":"GET"} [] [2021-07-25T08:01:46.243715+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-25T08:01:46.354193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.356840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.367959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:01:46.369625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:01:46.370004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:01:46.370328+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' [] [] [2021-07-25T08:01:46.370962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:01:46.373894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.374917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.375893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:01:46.376484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:01:46.376865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:01:46.377207+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' [] [] [2021-07-25T08:01:46.377622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:01:46.377911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.378903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:01:46.379819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:01:46.380375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:01:46.380709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:01:46.381024+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' [] [] [2021-07-25T08:01:46.381364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:01:46.683109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64d15a"},"request_uri":"http://127.0.0.1:8000/_wdt/64d15a","method":"GET"} [] [2021-07-25T08:02:07.844084+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-25T08:02:08.005459+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T08:02:08.010232+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Furniture","2":"FR","3":10.0,"4":null} [] [2021-07-25T08:02:08.011247+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T08:02:08.029821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.031772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.035763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.037090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.037509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.037827+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' [] [] [2021-07-25T08:02:08.038393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.040687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.041679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.042798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.043432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.043781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.044096+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' [] [] [2021-07-25T08:02:08.044448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.044726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.045691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.046638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.047134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.047456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.047828+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' [] [] [2021-07-25T08:02:08.048164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.165945+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-25T08:02:08.217767+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:02:08.305182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.307242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.310894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.312060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.312375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.312651+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' [] [] [2021-07-25T08:02:08.313151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.315295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.316272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.317306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.318048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.318361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.318631+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' [] [] [2021-07-25T08:02:08.319012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.319253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.320174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.321081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.321537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.321819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.322080+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' [] [] [2021-07-25T08:02:08.322371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.334538+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T08:02:08.339646+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T08:02:08.342674+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T08:02:08.345318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.346303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.347276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.347782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.348081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.348346+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' [] [] [2021-07-25T08:02:08.348672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.348906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.349760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.350734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.351551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.352017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.352328+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' [] [] [2021-07-25T08:02:08.352653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.352889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.353811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:08.354721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:08.355199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:08.355485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:08.355749+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' [] [] [2021-07-25T08:02:08.356040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:08.621424+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5f0f8"},"request_uri":"http://127.0.0.1:8000/_wdt/c5f0f8","method":"GET"} [] [2021-07-25T08:02:18.928370+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/group/5/edit","method":"GET"} [] [2021-07-25T08:02:19.004956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["5"] [] [2021-07-25T08:02:19.072460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.073685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.077526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:19.078794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:19.079141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:19.079521+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' [] [] [2021-07-25T08:02:19.080086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:19.082482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.083536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.084519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:19.085071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:19.085416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:19.085730+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' [] [] [2021-07-25T08:02:19.086072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:19.086345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.087430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:19.088540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:19.089106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:19.089474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:19.089807+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' [] [] [2021-07-25T08:02:19.090228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:19.327645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b6c25"},"request_uri":"http://127.0.0.1:8000/_wdt/7b6c25","method":"GET"} [] [2021-07-25T08:02:20.486617+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/group/5/edit","method":"POST"} [] [2021-07-25T08:02:20.561008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["5"] [] [2021-07-25T08:02:20.648022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.649207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.653230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.654614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.654979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.655307+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' [] [] [2021-07-25T08:02:20.655875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.658261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.659405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.660494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.661067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.661474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.661805+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' [] [] [2021-07-25T08:02:20.662155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.662436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.663394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.664361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.664865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.665199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.665511+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' [] [] [2021-07-25T08:02:20.665854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.787288+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-25T08:02:20.836825+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:02:20.904202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.906204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.909958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.911386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.911744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.912061+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' [] [] [2021-07-25T08:02:20.912615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.914809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.915783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.916731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.917240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.917602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.917908+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' [] [] [2021-07-25T08:02:20.918247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.918515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.919447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.920391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.920950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.921277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.921581+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' [] [] [2021-07-25T08:02:20.921912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.932510+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T08:02:20.936496+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T08:02:20.939313+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T08:02:20.941844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.942851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.943890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.944671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.945029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.945353+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' [] [] [2021-07-25T08:02:20.945702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.945983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.946968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.947867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.948453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.948780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.949090+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' [] [] [2021-07-25T08:02:20.949428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:20.949692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.950619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:20.951565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:20.952053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:20.952375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:20.952691+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' [] [] [2021-07-25T08:02:20.953085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:21.193537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e886e"},"request_uri":"http://127.0.0.1:8000/_wdt/7e886e","method":"GET"} [] [2021-07-25T08:02:30.280111+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/group/5/show","method":"GET"} [] [2021-07-25T08:02:30.358251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["5"] [] [2021-07-25T08:02:30.400456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.401703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.405518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:30.406794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:30.407151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:30.407474+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' [] [] [2021-07-25T08:02:30.408039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:30.411017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.412125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.413120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:30.413683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:30.414025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:30.414407+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' [] [] [2021-07-25T08:02:30.414760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:30.415040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.415989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:30.416984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:30.417550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:30.417889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:30.418202+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' [] [] [2021-07-25T08:02:30.418544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:30.645619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"562f03"},"request_uri":"http://127.0.0.1:8000/_wdt/562f03","method":"GET"} [] [2021-07-25T08:02:34.290740+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-25T08:02:34.404075+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T08:02:34.417886+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T08:02:34.418854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T08:02:34.450664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.451855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.455718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:34.457942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:34.459264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:34.459676+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' [] [] [2021-07-25T08:02:34.460334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:34.462719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.463744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.464724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:34.465306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:34.465653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:34.465974+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' [] [] [2021-07-25T08:02:34.466321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:34.466597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.467574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:02:34.468549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:02:34.469120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:02:34.469452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:02:34.469765+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' [] [] [2021-07-25T08:02:34.470101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:02:34.709148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63fdb"},"request_uri":"http://127.0.0.1:8000/_wdt/a63fdb","method":"GET"} [] [2021-07-25T08:03:11.168223+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-25T08:03:11.253904+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-25T08:03:11.275891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.277102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.281112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:11.282749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:11.283149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:11.283467+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' [] [] [2021-07-25T08:03:11.284057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:11.286418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.287422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.288359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:11.288935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:11.289282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:11.289598+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' [] [] [2021-07-25T08:03:11.289941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:11.290219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.291186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:11.292156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:11.292658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:11.292984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:11.293297+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' [] [] [2021-07-25T08:03:11.293634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:19.454967+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-25T08:03:19.578089+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T08:03:19.616786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.617942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.621773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:19.623013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:19.623313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:19.623602+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' [] [] [2021-07-25T08:03:19.624147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:19.627224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.628324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.629242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:19.629754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:19.630032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:19.630287+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' [] [] [2021-07-25T08:03:19.630634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:19.630855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.631744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:19.632702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:19.633191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:19.633479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:19.633713+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' [] [] [2021-07-25T08:03:19.633974+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:19.900355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"495dfd"},"request_uri":"http://127.0.0.1:8000/_wdt/495dfd","method":"GET"} [] [2021-07-25T08:03:33.541814+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-25T08:03:33.642494+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T08:03:33.680117+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T08:03:33.684261+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Sub Furniture","2":null,"3":5} [] [2021-07-25T08:03:33.686103+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T08:03:33.707955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.709175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.713342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:33.714712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:33.715135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:33.715462+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' [] [] [2021-07-25T08:03:33.716034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:33.718437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.719454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.720456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:33.721012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:33.721354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:33.721673+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' [] [] [2021-07-25T08:03:33.722016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:33.722297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.723532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.724563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:33.725118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:33.725536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:33.725858+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' [] [] [2021-07-25T08:03:33.726205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:33.848174+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-25T08:03:33.899841+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:03:33.986488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.988531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.992750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:33.994133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:33.994493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:33.994816+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' [] [] [2021-07-25T08:03:33.995377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:33.997630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.998628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:33.999597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:34.000220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:34.000570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:34.000871+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' [] [] [2021-07-25T08:03:34.001216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:34.001494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.002484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.003395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:34.003911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:34.004242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:34.004557+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' [] [] [2021-07-25T08:03:34.004895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:34.016553+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T08:03:34.020792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T08:03:34.030752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T08:03:34.031726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T08:03:34.032138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T08:03:34.032543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T08:03:34.033957+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T08:03:34.037062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.038081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.039064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:34.039610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:34.039964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:34.040327+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' [] [] [2021-07-25T08:03:34.040723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:34.041032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.042046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.043031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:34.043569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:34.043908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:34.044227+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' [] [] [2021-07-25T08:03:34.044571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:34.044843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.045796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:34.046778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:34.047279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:34.047607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:34.047922+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' [] [] [2021-07-25T08:03:34.048237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:34.369180+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f939d"},"request_uri":"http://127.0.0.1:8000/_wdt/9f939d","method":"GET"} [] [2021-07-25T08:03:36.671286+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T08:03:36.768990+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T08:03:36.807144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.808340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.812547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:36.814001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:36.814357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:36.814681+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' [] [] [2021-07-25T08:03:36.815284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:36.818217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.819350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.820335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:36.820900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:36.821241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:36.821554+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' [] [] [2021-07-25T08:03:36.821899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:36.822179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.823125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:36.824112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:36.824722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:36.825066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:36.825381+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' [] [] [2021-07-25T08:03:36.825726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:38.118006+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-25T08:03:38.207492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-25T08:03:38.244551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.245717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.249716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:38.251151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:38.251473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:38.251753+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' [] [] [2021-07-25T08:03:38.252312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:38.254971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.256170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.257197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:38.257730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:38.258032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:38.258306+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' [] [] [2021-07-25T08:03:38.258610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:38.258845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.259761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:38.260681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:38.261162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:38.261449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:38.261714+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' [] [] [2021-07-25T08:03:38.262010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.116055+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-25T08:03:42.267792+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T08:03:42.289123+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T08:03:42.290377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T08:03:42.344481+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T08:03:42.348855+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Table","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":3} [] [2021-07-25T08:03:42.351351+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T08:03:42.369074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.370256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.374165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.375478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.375860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.376230+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' [] [] [2021-07-25T08:03:42.376832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.379202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.380198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.381176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.381713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.382119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.382436+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' [] [] [2021-07-25T08:03:42.382781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.383053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.384006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.384978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.385596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.386005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.386375+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' [] [] [2021-07-25T08:03:42.386756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.506485+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T08:03:42.556288+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:03:42.637876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.639945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.643670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.644872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.645214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.645524+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' [] [] [2021-07-25T08:03:42.646065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.648251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.649205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.650155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.650657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.651003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.651311+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' [] [] [2021-07-25T08:03:42.651646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.651913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.652972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.654212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.654910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.655266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.655577+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' [] [] [2021-07-25T08:03:42.655917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.666912+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T08:03:42.671527+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-25T08:03:42.684569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T08:03:42.685750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:03:42.686321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:03:42.686750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T08:03:42.687094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T08:03:42.687454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T08:03:42.687799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T08:03:42.688095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T08:03:42.688471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T08:03:42.689892+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T08:03:42.692721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.693720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.694669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.695208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.695541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.695850+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' [] [] [2021-07-25T08:03:42.696188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.696458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.697381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.698361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.698862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.699255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.699560+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' [] [] [2021-07-25T08:03:42.699917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:42.700187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.701121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:03:42.702062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:03:42.702550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:03:42.702913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:03:42.703310+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' [] [] [2021-07-25T08:03:42.703645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:03:43.046723+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d0757"},"request_uri":"http://127.0.0.1:8000/_wdt/6d0757","method":"GET"} [] [2021-07-25T08:04:04.805618+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetname/9/edit","method":"GET"} [] [2021-07-25T08:04:04.902324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-25T08:04:05.004354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:04:05.004951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T08:04:05.005468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:04:05.008283+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-25T08:04:05.010211+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T08:04:05.010756+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [5] [] [2021-07-25T08:04:05.049611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.050856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.055192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:05.056800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:05.057173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:05.057510+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' [] [] [2021-07-25T08:04:05.058136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:05.061196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.062521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.063652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:05.064266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:05.064698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:05.065021+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' [] [] [2021-07-25T08:04:05.065371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:05.065657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.066693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:05.067808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:05.068404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:05.068782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:05.069100+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' [] [] [2021-07-25T08:04:05.069450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:05.374890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddcfac"},"request_uri":"http://127.0.0.1:8000/_wdt/ddcfac","method":"GET"} [] [2021-07-25T08:04:10.262724+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-25T08:04:10.350831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-25T08:04:10.388032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.389230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.393337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:10.394922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:10.395281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:10.395603+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' [] [] [2021-07-25T08:04:10.396231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:10.399201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.400353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.401345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:10.401911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:10.402253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:10.402569+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' [] [] [2021-07-25T08:04:10.402919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:10.403195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.404149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:10.405118+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:10.405619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:10.405998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:10.406310+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' [] [] [2021-07-25T08:04:10.406646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:12.419487+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetname/9/edit","method":"POST"} [] [2021-07-25T08:04:12.510956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-25T08:04:12.609103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:04:12.609687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T08:04:12.610105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:04:12.618756+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-25T08:04:12.620304+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T08:04:12.621378+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [5,["4"]] [] [2021-07-25T08:04:12.670665+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T08:04:12.671044+00:00] doctrine.DEBUG: UPDATE assetname SET groups_id = ? WHERE id = ? [4,9] [] [2021-07-25T08:04:12.673923+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T08:04:12.697284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.698464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.702609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:12.704169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:12.704760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:12.705069+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' [] [] [2021-07-25T08:04:12.705736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:12.708760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.709875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.710869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:12.711459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:12.711800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:12.712125+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' [] [] [2021-07-25T08:04:12.712477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:12.712757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.713739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.714717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:12.715237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:12.715634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:12.715951+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' [] [] [2021-07-25T08:04:12.716297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:12.866455+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T08:04:12.924846+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:04:12.995037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:12.997305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.000938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.002132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.002473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.002783+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' [] [] [2021-07-25T08:04:13.003326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.005585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.006559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.007587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.008154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.008483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.008796+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' [] [] [2021-07-25T08:04:13.009135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.009407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.010347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.011308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.011798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.012122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.012427+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' [] [] [2021-07-25T08:04:13.012758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.024441+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T08:04:13.030087+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-25T08:04:13.043654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T08:04:13.044579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:04:13.044963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:04:13.045329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T08:04:13.045654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T08:04:13.046015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T08:04:13.046358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T08:04:13.046678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T08:04:13.047057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T08:04:13.048651+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T08:04:13.051593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.052598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.053557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.054097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.054428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.054737+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' [] [] [2021-07-25T08:04:13.055086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.055361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.056331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.057293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.057798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.058123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.058428+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' [] [] [2021-07-25T08:04:13.058766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.059044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.059984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:04:13.060930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:04:13.061429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:04:13.061819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:04:13.062128+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' [] [] [2021-07-25T08:04:13.062466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:04:13.336064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c0193"},"request_uri":"http://127.0.0.1:8000/_wdt/4c0193","method":"GET"} [] [2021-07-25T08:42:59.923378+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T08:42:59.985365+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:43:00.059029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.061623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.065765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.067224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.067586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.067904+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' [] [] [2021-07-25T08:43:00.068504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.071408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.072401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.073354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.073876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.074212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.074520+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' [] [] [2021-07-25T08:43:00.075009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.075312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.076291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.077244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.077764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.078093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.078395+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' [] [] [2021-07-25T08:43:00.078724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.091505+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T08:43:00.096602+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-25T08:43:00.110490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T08:43:00.111449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:43:00.111836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:00.112201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:00.112525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:00.112879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:00.113224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:00.113547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:00.113921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T08:43:00.115253+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T08:43:00.117506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.118496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.119445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.119983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.120314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.120628+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' [] [] [2021-07-25T08:43:00.120965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.121235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.122158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.123097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.123592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.123912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.124217+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' [] [] [2021-07-25T08:43:00.124552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.124814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.125881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:00.126955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:00.127514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:00.127917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:00.128227+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' [] [] [2021-07-25T08:43:00.128568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:00.420906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74a56e"},"request_uri":"http://127.0.0.1:8000/_wdt/74a56e","method":"GET"} [] [2021-07-25T08:43:05.996052+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-25T08:43:06.056680+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T08:43:06.145812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.148497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.152712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.154239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.154597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.154915+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' [] [] [2021-07-25T08:43:06.155603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.158408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.159434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.160452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.161005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.161348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.161663+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' [] [] [2021-07-25T08:43:06.162054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.162388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.163523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.164561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.165205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.165591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.165939+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' [] [] [2021-07-25T08:43:06.166297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.179379+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-25T08:43:06.184773+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-25T08:43:06.199655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T08:43:06.200670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T08:43:06.201059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:06.201430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:06.201761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T08:43:06.202130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:06.202487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:06.202817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T08:43:06.203205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-25T08:43:06.204582+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-25T08:43:06.206866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.207939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.208947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.209509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.209850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.210167+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' [] [] [2021-07-25T08:43:06.210521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.210804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.211758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.212899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.213565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.213918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.214240+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' [] [] [2021-07-25T08:43:06.214585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.214862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.215899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T08:43:06.216901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T08:43:06.217511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T08:43:06.217850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T08:43:06.218127+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' [] [] [2021-07-25T08:43:06.218474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T08:43:06.490724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5427ed"},"request_uri":"http://127.0.0.1:8000/_wdt/5427ed","method":"GET"} [] [2021-07-25T09:13:09.978029+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T09:13:10.051147+00:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method "getAllAssetregisters". The method name must start with either findBy, findOneBy or countBy!" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 275 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method \"getAllAssetregisters\". The method name must start with either findBy, findOneBy or countBy! at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:275)"} [] [2021-07-25T09:13:10.093205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.095822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.100023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.101634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.102121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.102503+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' [] [] [2021-07-25T09:13:10.103305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.106360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.107386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.108373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.108921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.109258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.109572+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' [] [] [2021-07-25T09:13:10.109918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.110191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.111145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.112113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.112614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.112944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.113260+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' [] [] [2021-07-25T09:13:10.113653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.114689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.115652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.116627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.117136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.117467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.117801+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' [] [] [2021-07-25T09:13:10.118164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.118461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.119447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.120423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.120968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.121306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.121622+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' [] [] [2021-07-25T09:13:10.121933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.122203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.123157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:13:10.124127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:13:10.124630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:13:10.124958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:13:10.125233+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' [] [] [2021-07-25T09:13:10.125572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:13:10.305824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6773fb"},"request_uri":"http://127.0.0.1:8000/_wdt/6773fb","method":"GET"} [] [2021-07-25T09:19:04.161429+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T09:19:04.193173+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T09:19:04.194632+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\Courier' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\Courier' not found at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetregisterRepository.php:51)"} [] [2021-07-25T09:19:04.985239+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Courier" from namespace "App\Repository". Did you forget a "use" statement for another namespace?" at C:\Apache24\htdocs\fixedasset\src\Repository\AssetregisterRepository.php line 51 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Courier\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for another namespace? at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetregisterRepository.php:51)"} [] [2021-07-25T09:19:05.026493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.028846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.032857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.034280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.034626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.034938+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' [] [] [2021-07-25T09:19:05.035535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.038577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.039613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.040576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.041153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.041606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.041992+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' [] [] [2021-07-25T09:19:05.042350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.042647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.043640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.044544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.045138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.045471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.045780+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' [] [] [2021-07-25T09:19:05.046113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.047195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.048142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.049094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.049588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.049912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.050219+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' [] [] [2021-07-25T09:19:05.050553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.050823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.051757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.052786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.053373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.053702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.054065+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' [] [] [2021-07-25T09:19:05.054449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.054800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.055778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:05.056741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:05.057282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:05.057609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:05.057920+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' [] [] [2021-07-25T09:19:05.058260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:05.253202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c4fd0"},"request_uri":"http://127.0.0.1:8000/_wdt/5c4fd0","method":"GET"} [] [2021-07-25T09:19:21.129159+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T09:19:21.190025+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T09:19:21.320123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.322503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.326669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.328212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.328570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.328891+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' [] [] [2021-07-25T09:19:21.329501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.332292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.333308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.334410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.335009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.335356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.335745+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' [] [] [2021-07-25T09:19:21.336092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.336374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.337349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.338322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.338823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.339153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.339461+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' [] [] [2021-07-25T09:19:21.339802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.351530+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 212 near 'c.id DESC': Error: 'c' is not defined.")." at C:\Apache24\htdocs\fixedasset\templates\assetregister\index.html.twig line 85 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] line 0, col 212 near 'c.id DESC': Error: 'c' is not defined.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\index.html.twig:85)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 212 near 'c.id DESC': Error: 'c' is not defined. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT r FROM App\\Entity\\Assetregister r INNER JOIN r.groups g INNER JOIN r.subgroup s INNER JOIN r.assetname a WHERE g.name LIKE :val OR s.name LIKE :val OR a.name LIKE :val OR r.serialno LIKE :val ORDER BY c.id DESC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-25T09:19:21.569976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.571114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.572187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.572750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.573086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.573410+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' [] [] [2021-07-25T09:19:21.573753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.574029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.574965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.576044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.576560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.576898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.577204+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' [] [] [2021-07-25T09:19:21.577542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.577811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.578754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.579706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.580292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.580674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.581084+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' [] [] [2021-07-25T09:19:21.581442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.582539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.583544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.584445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.584973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.585304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.585612+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' [] [] [2021-07-25T09:19:21.585944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.586214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.587149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.588137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.588638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.588964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.589270+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' [] [] [2021-07-25T09:19:21.589600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.589864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.590789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:21.591740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:21.592342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:21.592693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:21.593016+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' [] [] [2021-07-25T09:19:21.593355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:21.896366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7c885"},"request_uri":"http://127.0.0.1:8000/_wdt/e7c885","method":"GET"} [] [2021-07-25T09:19:39.349314+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T09:19:39.409904+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T09:19:39.495842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.501229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.510562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.513531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.514326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.515037+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' [] [] [2021-07-25T09:19:39.516341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.521863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.524266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.526615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.527823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.528606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.529334+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' [] [] [2021-07-25T09:19:39.530150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.530901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.533246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.535617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.536958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.537820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.539091+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' [] [] [2021-07-25T09:19:39.539929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.553848+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T09:19:39.558830+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T09:19:39.560259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.561358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.562329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.562879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.563214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.563522+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' [] [] [2021-07-25T09:19:39.563879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.564152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.565086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.566044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.566530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.566854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.567158+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' [] [] [2021-07-25T09:19:39.567490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.567753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.568709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T09:19:39.569690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T09:19:39.570482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T09:19:39.570879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T09:19:39.571200+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' [] [] [2021-07-25T09:19:39.571542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T09:19:39.839249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79624b"},"request_uri":"http://127.0.0.1:8000/_wdt/79624b","method":"GET"} [] [2021-07-25T10:08:04.070168+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T10:08:04.132469+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T10:08:04.207367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.210170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.214582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.216136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.216741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.217080+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' [] [] [2021-07-25T10:08:04.217661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.220459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.221462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.222441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.222963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.223303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.223618+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' [] [] [2021-07-25T10:08:04.223963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.224233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.225185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.226271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.226906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.227256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.227649+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' [] [] [2021-07-25T10:08:04.227993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.240727+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T10:08:04.245513+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T10:08:04.247004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.248025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.249017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.249588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.250018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.250346+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' [] [] [2021-07-25T10:08:04.250722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.251002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.251962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.252929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.253429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.253757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.254069+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' [] [] [2021-07-25T10:08:04.254408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.254677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.255633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:04.256602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:04.257099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:04.257426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:04.257743+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' [] [] [2021-07-25T10:08:04.258085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:04.504011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ee0fb"},"request_uri":"http://127.0.0.1:8000/_wdt/0ee0fb","method":"GET"} [] [2021-07-25T10:08:06.775484+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:08:06.862312+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Form\AssetregisterType::App\Form\{closure}() must be an instance of App\Form\AssetnameRepository, instance of App\Repository\AssetnameRepository given, called in C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\AssetregisterType::App\\Form\\{closure}() must be an instance of App\\Form\\AssetnameRepository, instance of App\\Repository\\AssetnameRepository given, called in C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetregisterType.php:77)"} [] [2021-07-25T10:08:06.868919+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Form\AssetregisterType::App\Form\{closure}() must be an instance of App\Form\AssetnameRepository, instance of App\Repository\AssetnameRepository given, called in C:\Apache24\htdocs\fixedasset\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32" at C:\Apache24\htdocs\fixedasset\src\Form\AssetregisterType.php line 77 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\AssetregisterType::App\\Form\\{closure}() must be an instance of App\\Form\\AssetnameRepository, instance of App\\Repository\\AssetnameRepository given, called in C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetregisterType.php:77)"} [] [2021-07-25T10:08:06.939855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.941872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.945543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.946771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.947214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.947595+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' [] [] [2021-07-25T10:08:06.948142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:06.950637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.951755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.952725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.953359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.953693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.954004+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' [] [] [2021-07-25T10:08:06.954343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:06.954614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.955551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.956494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.956989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.957309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.957613+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' [] [] [2021-07-25T10:08:06.958015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:06.959652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.960596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.961548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.962049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.962375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.962679+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' [] [] [2021-07-25T10:08:06.963013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:06.963278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.964209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.965148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.965637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.965961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.966263+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' [] [] [2021-07-25T10:08:06.966594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:06.966852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.967776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:08:06.968892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:08:06.969422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:08:06.969750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:08:06.970056+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' [] [] [2021-07-25T10:08:06.970390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:08:07.144617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77293e"},"request_uri":"http://127.0.0.1:8000/_wdt/77293e","method":"GET"} [] [2021-07-25T10:09:09.664203+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:09:09.783471+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:09:09.788540+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:09:09.789186+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:09:09.795990+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:09:09.797665+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:09:09.799340+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:09:09.860316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.861483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.865914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:09:09.867480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:09:09.867872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:09:09.868191+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' [] [] [2021-07-25T10:09:09.868801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:09:09.871630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.872672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.873716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:09:09.874283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:09:09.874623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:09:09.874937+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' [] [] [2021-07-25T10:09:09.875286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:09:09.875565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.876523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:09:09.877491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:09:09.878069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:09:09.878399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:09:09.878715+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' [] [] [2021-07-25T10:09:09.879052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:09:10.163397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ee4c7"},"request_uri":"http://127.0.0.1:8000/_wdt/5ee4c7","method":"GET"} [] [2021-07-25T10:10:31.076808+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:10:31.226998+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:10:31.233164+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:10:31.233913+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:10:31.241877+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:10:31.243724+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:10:31.245150+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:10:31.284706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.285871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.290040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:10:31.292105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:10:31.292721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:10:31.293090+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' [] [] [2021-07-25T10:10:31.293802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:10:31.296697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.297749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.298732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:10:31.299281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:10:31.299622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:10:31.299940+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' [] [] [2021-07-25T10:10:31.300286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:10:31.300560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.301515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:10:31.302514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:10:31.303016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:10:31.303379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:10:31.303729+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' [] [] [2021-07-25T10:10:31.304095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:10:31.582021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72b077"},"request_uri":"http://127.0.0.1:8000/_wdt/72b077","method":"GET"} [] [2021-07-25T10:11:19.495354+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:11:19.625805+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:11:19.631137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:11:19.631685+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:11:19.638395+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:11:19.640158+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:11:19.641474+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:11:19.679457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.680579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.684602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:19.686054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:19.686513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:19.686863+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' [] [] [2021-07-25T10:11:19.687496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:19.690620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.691732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.692704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:19.693253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:19.693590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:19.693864+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' [] [] [2021-07-25T10:11:19.694201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:19.694471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.695401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:19.696350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:19.696851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:19.697241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:19.697544+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' [] [] [2021-07-25T10:11:19.697879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:19.981008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e613d0"},"request_uri":"http://127.0.0.1:8000/_wdt/e613d0","method":"GET"} [] [2021-07-25T10:11:55.905895+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:11:56.039229+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:11:56.044959+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:11:56.045852+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:11:56.053100+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:11:56.054593+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:11:56.055966+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:11:56.093724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.095075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.099632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:56.101259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:56.101749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:56.102073+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' [] [] [2021-07-25T10:11:56.102698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:56.105566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.106621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.107600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:56.108161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:56.108506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:56.108823+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' [] [] [2021-07-25T10:11:56.109171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:56.109445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.110397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:11:56.111431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:11:56.112155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:11:56.112555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:11:56.112981+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' [] [] [2021-07-25T10:11:56.113366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:11:56.393437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5856eb"},"request_uri":"http://127.0.0.1:8000/_wdt/5856eb","method":"GET"} [] [2021-07-25T10:13:13.412574+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:13:13.552166+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:13:13.558023+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:13:13.558722+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:13:13.565812+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:13:13.567427+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:13:13.568772+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:13:13.610898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.612208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.616464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:13:13.618109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:13:13.618515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:13:13.618901+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' [] [] [2021-07-25T10:13:13.619533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:13:13.622568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.623622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.625250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:13:13.626678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:13:13.627067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:13:13.627387+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' [] [] [2021-07-25T10:13:13.627737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:13:13.628017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.629039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:13:13.630132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:13:13.630677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:13:13.631042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:13:13.631358+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' [] [] [2021-07-25T10:13:13.631782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:13:13.919085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5b022"},"request_uri":"http://127.0.0.1:8000/_wdt/f5b022","method":"GET"} [] [2021-07-25T10:14:46.715298+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T10:14:46.872915+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T10:14:46.880799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T10:14:46.881514+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T10:14:46.888186+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T10:14:46.888726+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T10:14:46.890120+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T10:14:46.931067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.932241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.936413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:14:46.937902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:14:46.938300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:14:46.938625+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' [] [] [2021-07-25T10:14:46.939239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:14:46.943145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.945121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.946203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:14:46.946781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:14:46.947124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:14:46.947444+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' [] [] [2021-07-25T10:14:46.947793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:14:46.948076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.949038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:14:46.950035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:14:46.950565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:14:46.950899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:14:46.951211+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' [] [] [2021-07-25T10:14:46.951537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:14:47.249008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ae18e"},"request_uri":"http://127.0.0.1:8000/_wdt/0ae18e","method":"GET"} [] [2021-07-25T10:15:05.150894+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T10:15:05.287259+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T10:15:05.293036+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T10:15:05.293688+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T10:15:05.397230+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T10:15:05.398985+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T10:15:05.400372+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T10:15:05.454682+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T10:15:05.455946+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":null,"4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3,"20":3,"21":2,"22":null,"23":2,"24":2,"25":2} [] [2021-07-25T10:15:05.464021+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-25T10:15:05.471608+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["2021-07-25", 52352, null, 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 3, 3, 2, null, 2, 2, 2]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'serialno' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"2021-07-25\", 52352, null, 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 3, 3, 2, null, 2, 2, 2]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'serialno' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'serialno' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'serialno' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-25T10:15:05.624424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.625581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.629638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.631132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.631516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.631834+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' [] [] [2021-07-25T10:15:05.632436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.635204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.636180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.637230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.637767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.638174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.638487+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' [] [] [2021-07-25T10:15:05.638826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.639099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.640040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.641004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.641502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.641828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.642133+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' [] [] [2021-07-25T10:15:05.642463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.643658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.644598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.645683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.646195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.646521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.646830+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' [] [] [2021-07-25T10:15:05.647165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.647441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.648377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.649324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.649819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.650145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.650449+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' [] [] [2021-07-25T10:15:05.650779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.651041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.651975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T10:15:05.652929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T10:15:05.653416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T10:15:05.653749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T10:15:05.654207+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' [] [] [2021-07-25T10:15:05.654638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T10:15:05.941421+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e14349"},"request_uri":"http://127.0.0.1:8000/_wdt/e14349","method":"GET"} [] [2021-07-25T11:07:05.465987+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:07:05.549472+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:07:05.554972+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:07:05.555664+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:07:05.567796+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:07:05.568686+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:07:05.569344+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:07:05.618177+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:07:05.622249+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Entity\Group::$getCode" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 76 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Entity\\Group::$getCode at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:76)"} [] [2021-07-25T11:07:05.654981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.656196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.660393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.661989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.662453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.662776+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' [] [] [2021-07-25T11:07:05.663432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.666588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.667625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.668610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.669178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.669544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.669872+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' [] [] [2021-07-25T11:07:05.670223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.670501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.671474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.672473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.673076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.673431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.673742+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' [] [] [2021-07-25T11:07:05.674087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.678650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.679875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.680907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.681622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.682005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.682318+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' [] [] [2021-07-25T11:07:05.682664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.682942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.683918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.684925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.685437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.685771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.686077+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' [] [] [2021-07-25T11:07:05.686413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.686679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.687622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:07:05.688570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:07:05.689069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:07:05.689391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:07:05.689697+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' [] [] [2021-07-25T11:07:05.690031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:07:05.912226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"885ae7"},"request_uri":"http://127.0.0.1:8000/_wdt/885ae7","method":"GET"} [] [2021-07-25T11:07:57.537629+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:07:57.685878+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:07:57.691924+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:07:57.692790+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:07:57.704363+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:07:57.706059+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:07:57.707902+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:07:57.761058+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:08:26.414466+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:08:26.556143+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:08:26.561981+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:08:26.562755+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:08:26.573855+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:08:26.575484+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:08:26.576932+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:08:26.626732+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:08:26.629089+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:08:26.630089+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"B/21/07/00001","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3,"20":3,"21":2,"22":null,"23":2,"24":2,"25":2} [] [2021-07-25T11:08:26.632701+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-25T11:08:26.639710+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["2021-07-25", 52352, "B\/21\/07\/00001", 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 3, 3, 2, null, 2, 2, 2]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'unit_id' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"2021-07-25\", 52352, \"B\\/21\\/07\\/00001\", 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 3, 3, 2, null, 2, 2, 2]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'unit_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'unit_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'unit_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-25T11:08:26.794100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.795317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.799313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.800790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.801185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.801441+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' [] [] [2021-07-25T11:08:26.801999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:26.804838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.806424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.807528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.808140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.808509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.808815+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' [] [] [2021-07-25T11:08:26.809215+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:26.809493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.810457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.811419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.811959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.812287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.812596+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' [] [] [2021-07-25T11:08:26.812935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:26.814153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.815110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.816068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.816565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.816894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.817202+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' [] [] [2021-07-25T11:08:26.817535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:26.817804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.818741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.819695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.820431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.820770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.821042+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' [] [] [2021-07-25T11:08:26.821376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:26.821656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.822663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:08:26.823621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:08:26.824127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:08:26.824451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:08:26.824757+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' [] [] [2021-07-25T11:08:26.825092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:08:27.088766+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"200279"},"request_uri":"http://127.0.0.1:8000/_wdt/200279","method":"GET"} [] [2021-07-25T11:10:01.484050+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:10:01.640611+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:10:01.646496+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:10:01.647232+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:10:01.658665+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:10:01.659456+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:10:01.660137+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:10:01.711655+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:10:01.719655+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\Persistence\Mapping\MappingException: "Class 'App\Controller\Unit' does not exist" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\persistence\lib\Doctrine\Persistence\Mapping\MappingException.php line 94 {"exception":"[object] (Doctrine\\Persistence\\Mapping\\MappingException(code: 0): Class 'App\\Controller\\Unit' does not exist at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\Mapping\\MappingException.php:94)"} [] [2021-07-25T11:10:01.770791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.772040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.776344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.778113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.778661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.778999+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' [] [] [2021-07-25T11:10:01.779659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:01.782582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.783680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.784720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.785271+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.785640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.785968+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' [] [] [2021-07-25T11:10:01.786319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:01.786591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.787593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.788620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.789167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.789544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.789867+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' [] [] [2021-07-25T11:10:01.790217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:01.791402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.792425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.793397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.793979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.794349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.794679+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' [] [] [2021-07-25T11:10:01.795031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:01.795310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.796330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.797362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.797963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.798310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.798723+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' [] [] [2021-07-25T11:10:01.799075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:01.799349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.800353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:01.801323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:01.801846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:01.802196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:01.802558+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' [] [] [2021-07-25T11:10:01.802904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:02.007470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cb30b"},"request_uri":"http://127.0.0.1:8000/_wdt/2cb30b","method":"GET"} [] [2021-07-25T11:10:22.006327+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:10:22.152383+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:10:22.158151+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:10:22.158866+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:10:22.170298+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:10:22.172023+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:10:22.173860+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:10:22.224321+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:10:22.229306+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\\fixedasset\\src\\Controller\\AssetregisterController.php:94)"} [] [2021-07-25T11:10:22.237976+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getId() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 94 {"exception":"[object] (Error(code: 0): Call to a member function getId() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:94)"} [] [2021-07-25T11:10:22.271181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.272351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.276857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.278499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.278851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.279136+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' [] [] [2021-07-25T11:10:22.279709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.282976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.284121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.285204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.285724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.286014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.286273+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' [] [] [2021-07-25T11:10:22.286548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.286763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.287676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.288557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.289008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.289274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.289531+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' [] [] [2021-07-25T11:10:22.289816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.290973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.291942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.292959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.293467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.293743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.293988+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' [] [] [2021-07-25T11:10:22.294272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.294484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.295391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.296337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.296910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.297297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.297606+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' [] [] [2021-07-25T11:10:22.297964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.298284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.299249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:10:22.300224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:10:22.300807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:10:22.301078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:10:22.301308+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' [] [] [2021-07-25T11:10:22.301574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:10:22.506141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f47183"},"request_uri":"http://127.0.0.1:8000/_wdt/f47183","method":"GET"} [] [2021-07-25T11:11:16.152706+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:11:16.302922+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:11:16.308486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:11:16.309129+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:11:16.321011+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:11:16.322677+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:11:16.324072+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:11:16.373955+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:11:16.376394+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetname::getUnits() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetname::getUnits() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:94)"} [] [2021-07-25T11:11:16.387857+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getUnits" of class "App\Entity\Assetname". Did you mean to call e.g. "getUnit" or "setUnit"?" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 94 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getUnits\" of class \"App\\Entity\\Assetname\".\nDid you mean to call e.g. \"getUnit\" or \"setUnit\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:94)"} [] [2021-07-25T11:11:16.421138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.422289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.426428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.427915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.428461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.428836+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' [] [] [2021-07-25T11:11:16.429529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.432636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.433673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.434636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.435268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.435605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.435911+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' [] [] [2021-07-25T11:11:16.436247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.436519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.437474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.438428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.438930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.439255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.439570+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' [] [] [2021-07-25T11:11:16.439908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.441089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.442036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.442987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.443491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.443851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.444170+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' [] [] [2021-07-25T11:11:16.444571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.444866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.445856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.446817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.447506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.447900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.448299+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' [] [] [2021-07-25T11:11:16.448813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.449102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.450105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:16.451009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:16.451525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:16.451944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:16.452270+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' [] [] [2021-07-25T11:11:16.452606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:16.646012+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ad4ed"},"request_uri":"http://127.0.0.1:8000/_wdt/6ad4ed","method":"GET"} [] [2021-07-25T11:11:25.656330+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:11:25.802351+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:11:25.808138+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:11:25.808861+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:11:25.820501+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:11:25.822173+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:11:25.823596+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:11:25.875531+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:11:25.878244+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:11:25.879376+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"B/21/07/00001","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3,"20":3,"21":2,"22":4,"23":2,"24":2,"25":2} [] [2021-07-25T11:11:25.886720+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:11:25.914721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.915931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.920196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:25.921931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:25.922364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:25.922697+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' [] [] [2021-07-25T11:11:25.923327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:25.926396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.927414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.928341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:25.928894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:25.929258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:25.929694+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' [] [] [2021-07-25T11:11:25.930050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:25.930337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.931333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:25.932311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:25.932838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:25.933171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:25.933501+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' [] [] [2021-07-25T11:11:25.933846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.087291+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:11:26.147802+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:11:26.240402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.242731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.246391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.247995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.248379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.248700+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' [] [] [2021-07-25T11:11:26.249263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.251530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.252503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.253508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.254041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.254371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.254679+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' [] [] [2021-07-25T11:11:26.255014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.255280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.256220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.257167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.257652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.258047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.258352+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' [] [] [2021-07-25T11:11:26.258680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.271579+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:11:26.276714+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-25T11:11:26.297264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:11:26.299828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:11:26.300308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:11:26.300935+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\\fixedasset\\var\\cache\\dev\\twig\\96\\966ddd4d3fc5df4259bf841237d58d49538b99e5e0f080120313f2005a44763a.php:215)"} [] [2021-07-25T11:11:26.303206+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\96\966ddd4d3fc5df4259bf841237d58d49538b99e5e0f080120313f2005a44763a.php line 215 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\96\\966ddd4d3fc5df4259bf841237d58d49538b99e5e0f080120313f2005a44763a.php:215)"} [] [2021-07-25T11:11:26.343418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.344551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.345521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.346109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.346576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.346935+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' [] [] [2021-07-25T11:11:26.347352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.347706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.348688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.349645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.350175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.350579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.350889+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' [] [] [2021-07-25T11:11:26.351226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.351491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.352422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.353372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.353885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.354242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.354551+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' [] [] [2021-07-25T11:11:26.354889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.356656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.357605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.358553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.359057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.359384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.359690+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' [] [] [2021-07-25T11:11:26.360028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.360295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.361236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.362217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.362710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.363032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.363339+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' [] [] [2021-07-25T11:11:26.363672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.363951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.365044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:11:26.366203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:11:26.366755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:11:26.367089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:11:26.367396+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' [] [] [2021-07-25T11:11:26.367742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:11:26.600438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"447c6f"},"request_uri":"http://127.0.0.1:8000/_wdt/447c6f","method":"GET"} [] [2021-07-25T11:12:26.297985+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:12:26.361599+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:12:26.488658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.491042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.495219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.496746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.497105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.497425+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' [] [] [2021-07-25T11:12:26.498036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.500888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.502281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.503478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.504130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.504475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.504795+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' [] [] [2021-07-25T11:12:26.505144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.505428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.506395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.507402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.507947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.508290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.508603+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' [] [] [2021-07-25T11:12:26.508944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.522146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:12:26.528476+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-25T11:12:26.549788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:12:26.552359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:12:26.552930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:12:26.554489+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:12:26.556034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.557102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.558089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.558652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.559006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.559328+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' [] [] [2021-07-25T11:12:26.559682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.559961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.560917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.561892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.562398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.562727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.563045+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' [] [] [2021-07-25T11:12:26.563408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.563693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.564675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:12:26.565660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:12:26.566181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:12:26.566589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:12:26.566922+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' [] [] [2021-07-25T11:12:26.567267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:12:26.868926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d35009"},"request_uri":"http://127.0.0.1:8000/_wdt/d35009","method":"GET"} [] [2021-07-25T11:13:27.923056+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/edit","method":"GET"} [] [2021-07-25T11:13:28.003593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-25T11:13:28.093080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:28.096105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:28.097544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:28.098362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:28.098776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:28.099182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:28.102114+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:13:28.104046+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:13:28.104658+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:13:28.105378+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:13:28.105789+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:13:28.106221+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:13:28.171590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.172863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.177237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:28.179573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:28.180063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:28.180405+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' [] [] [2021-07-25T11:13:28.181062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:28.184079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.185114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.186097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:28.186646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:28.187081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:28.187410+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' [] [] [2021-07-25T11:13:28.187763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:28.188043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.189025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:28.190002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:28.190524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:28.190863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:28.191176+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' [] [] [2021-07-25T11:13:28.191537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:28.384679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82212c"},"request_uri":"http://127.0.0.1:8000/_wdt/82212c","method":"GET"} [] [2021-07-25T11:13:31.488058+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/edit","method":"GET"} [] [2021-07-25T11:13:31.567367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-25T11:13:31.651713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:31.653690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:31.654125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:31.654863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:31.655276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:31.655712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:31.658903+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:13:31.660842+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:13:31.661370+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:13:31.662096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:13:31.662509+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:13:31.662917+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:13:31.697441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.698613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.702812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:31.704270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:31.704709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:31.705032+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' [] [] [2021-07-25T11:13:31.705680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:31.708575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.709616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.710601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:31.711155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:31.711494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:31.711804+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' [] [] [2021-07-25T11:13:31.712150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:31.712429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.713379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:31.714349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:31.714855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:31.715186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:31.715496+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' [] [] [2021-07-25T11:13:31.715845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:31.886232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cc262"},"request_uri":"http://127.0.0.1:8000/_wdt/4cc262","method":"GET"} [] [2021-07-25T11:13:34.339122+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/show","method":"GET"} [] [2021-07-25T11:13:34.429500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-25T11:13:34.493465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.494686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.498917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:34.500617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:34.500995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:34.501334+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' [] [] [2021-07-25T11:13:34.501957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:34.504802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.505832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.506842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:34.507487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:34.507837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:34.508156+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' [] [] [2021-07-25T11:13:34.508500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:34.508783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.509771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:34.510744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:34.511248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:34.511577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:34.511895+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' [] [] [2021-07-25T11:13:34.512234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:34.688956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c4287"},"request_uri":"http://127.0.0.1:8000/_wdt/2c4287","method":"GET"} [] [2021-07-25T11:13:37.870158+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/delete","method":"POST"} [] [2021-07-25T11:13:37.953267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-25T11:13:37.985966+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:13:37.986273+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [1] [] [2021-07-25T11:13:37.989082+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:13:38.018027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.019239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.023407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.024870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.025241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.025566+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' [] [] [2021-07-25T11:13:38.026183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.029219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.030369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.031369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.031950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.032371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.032653+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' [] [] [2021-07-25T11:13:38.033002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.033279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.034246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.035245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.035786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.036121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.036436+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' [] [] [2021-07-25T11:13:38.036778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.180781+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:13:38.245961+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:13:38.333531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.335886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.339656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.340907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.341288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.341616+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' [] [] [2021-07-25T11:13:38.342185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.344431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.345544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.346557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.347196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.347564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.347884+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' [] [] [2021-07-25T11:13:38.348237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.348519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.349586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.350561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.351075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.351405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.351717+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' [] [] [2021-07-25T11:13:38.352055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.365374+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:13:38.369557+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:13:38.371517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.372583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.373570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.374131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.374485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.374802+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' [] [] [2021-07-25T11:13:38.375150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.375429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.376382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.377351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.377853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.378241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.378633+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' [] [] [2021-07-25T11:13:38.379014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.379293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.380370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:38.381370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:38.382004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:38.382341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:38.382658+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' [] [] [2021-07-25T11:13:38.383003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:38.627513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c0aa8"},"request_uri":"http://127.0.0.1:8000/_wdt/7c0aa8","method":"GET"} [] [2021-07-25T11:13:39.658206+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:13:39.774870+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:13:39.779997+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:13:39.780594+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:13:39.789742+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:13:39.790308+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:13:39.790734+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:13:39.827375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.828572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.832674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:39.834551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:39.835038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:39.835383+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' [] [] [2021-07-25T11:13:39.836041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:39.838878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.839901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.840821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:39.841365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:39.841699+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:39.842012+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' [] [] [2021-07-25T11:13:39.842356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:39.842628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.843592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:39.844565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:39.845085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:39.845494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:39.845806+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' [] [] [2021-07-25T11:13:39.846143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:40.134350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"352d85"},"request_uri":"http://127.0.0.1:8000/_wdt/352d85","method":"GET"} [] [2021-07-25T11:13:56.737776+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:13:56.889170+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:13:56.895369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:13:56.896093+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:13:56.907802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:13:56.908678+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:13:56.909258+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:13:56.960381+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:13:56.962246+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:13:56.963809+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-13T00:00:00+00:00","2":52352.0,"3":"B/2021/07/00001","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3,"20":3,"21":2,"22":4,"23":2,"24":2,"25":2} [] [2021-07-25T11:13:56.966550+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:13:56.991526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:56.992947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:56.997532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:56.999149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:56.999520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:56.999841+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' [] [] [2021-07-25T11:13:57.000460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.003357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.004409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.005405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.005950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.006364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.006687+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' [] [] [2021-07-25T11:13:57.007030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.007306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.008316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.009699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.010533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.011007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.011356+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' [] [] [2021-07-25T11:13:57.011728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.165001+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:13:57.228598+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:13:57.311448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.313807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.317579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.318941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.319296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.319620+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' [] [] [2021-07-25T11:13:57.320180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.322432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.323454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.324456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.325016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.325356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.325674+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' [] [] [2021-07-25T11:13:57.326013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.326287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.327301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.328279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.328872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.329211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.329525+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' [] [] [2021-07-25T11:13:57.329866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.342626+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:13:57.348066+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-25T11:13:57.369460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:13:57.371764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:57.372244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:13:57.373692+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:13:57.375773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.377000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.378051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.378621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.378967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.379282+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' [] [] [2021-07-25T11:13:57.379633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.379917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.380888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.381860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.382361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.382773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.383087+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' [] [] [2021-07-25T11:13:57.383424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.383693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.384647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:13:57.385619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:13:57.386120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:13:57.386447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:13:57.386749+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' [] [] [2021-07-25T11:13:57.387101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:13:57.696404+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93078e"},"request_uri":"http://127.0.0.1:8000/_wdt/93078e","method":"GET"} [] [2021-07-25T11:14:05.922508+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:14:06.058813+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:14:06.064171+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:14:06.064830+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:14:06.071604+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:14:06.072220+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:14:06.072897+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:14:06.110357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.111738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.116348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:06.118018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:06.118429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:06.118754+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' [] [] [2021-07-25T11:14:06.119371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:06.122229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.123501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.124529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:06.125091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:06.125526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:06.125845+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' [] [] [2021-07-25T11:14:06.126191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:06.126474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.127433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:06.128404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:06.128910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:06.129238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:06.129555+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' [] [] [2021-07-25T11:14:06.129893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:06.450890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf9ff5"},"request_uri":"http://127.0.0.1:8000/_wdt/bf9ff5","method":"GET"} [] [2021-07-25T11:14:22.688805+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:14:22.845667+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:14:22.852277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:14:22.853051+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-25T11:14:22.864924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:14:22.865638+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:14:22.866189+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:14:22.917658+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:14:22.921418+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetregister::getReference() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetregister::getReference() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:72)"} [] [2021-07-25T11:14:22.930057+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getReference" of class "App\Entity\Assetregister"." at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 72 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getReference\" of class \"App\\Entity\\Assetregister\". at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:72)"} [] [2021-07-25T11:14:22.969003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.970191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.974507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.976102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:22.976571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:22.977000+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' [] [] [2021-07-25T11:14:22.977684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:22.980788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.981894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.982888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.983454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:22.983797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:22.984110+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' [] [] [2021-07-25T11:14:22.984458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:22.984736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.985698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.986763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.987387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:22.987740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:22.988061+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' [] [] [2021-07-25T11:14:22.988410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:22.989648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.990662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.991638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.992169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:22.992499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:22.992814+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' [] [] [2021-07-25T11:14:22.993155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:22.993430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.994385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.995386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.995921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:22.996316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:22.996657+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' [] [] [2021-07-25T11:14:22.997090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:22.997371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.998371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:14:22.999294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:14:22.999816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:14:23.000151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:14:23.000465+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' [] [] [2021-07-25T11:14:23.000806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:14:23.206786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9581b4"},"request_uri":"http://127.0.0.1:8000/_wdt/9581b4","method":"GET"} [] [2021-07-25T11:15:10.063650+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:15:10.196318+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:15:10.203126+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:15:10.203891+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-25T11:15:10.215776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:15:10.216477+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:15:10.217108+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:15:10.271358+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:15:10.275372+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetregister::getReference() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetregister::getReference() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:85)"} [] [2021-07-25T11:15:10.283922+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getReference" of class "App\Entity\Assetregister"." at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 85 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getReference\" of class \"App\\Entity\\Assetregister\". at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:85)"} [] [2021-07-25T11:15:10.318194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.319361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.323611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.325204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.325603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.325945+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' [] [] [2021-07-25T11:15:10.326687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.329656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.330698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.331756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.332313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.332653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.332968+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' [] [] [2021-07-25T11:15:10.333315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.333588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.334544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.335511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.336019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.336352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.336664+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' [] [] [2021-07-25T11:15:10.337000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.338206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.339222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.340185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.340799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.341151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.341471+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' [] [] [2021-07-25T11:15:10.341821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.342102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.343079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.344051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.344565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.344897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.345208+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' [] [] [2021-07-25T11:15:10.345549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.345820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.346777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:10.347745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:10.348307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:10.348641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:10.348954+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' [] [] [2021-07-25T11:15:10.349292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:10.551075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51e8f5"},"request_uri":"http://127.0.0.1:8000/_wdt/51e8f5","method":"GET"} [] [2021-07-25T11:15:26.751279+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:15:26.893397+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:15:26.901991+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:15:26.902720+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-25T11:15:26.914019+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:15:26.914819+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:15:26.915399+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:15:26.965983+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:15:26.969859+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetregister::getReference() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetregister::getReference() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:88)"} [] [2021-07-25T11:15:26.978360+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getReference" of class "App\Entity\Assetregister"." at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 88 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getReference\" of class \"App\\Entity\\Assetregister\". at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:88)"} [] [2021-07-25T11:15:27.012655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.013947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.018373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.020018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.020390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.020713+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' [] [] [2021-07-25T11:15:27.021351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.024221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.025239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.026224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.026800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.027227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.027549+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' [] [] [2021-07-25T11:15:27.027901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.028180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.029168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.030211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.030778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.031117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.031431+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' [] [] [2021-07-25T11:15:27.031779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.033008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.034024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.035048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.035608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.035960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.036282+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' [] [] [2021-07-25T11:15:27.036630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.036912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.037883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.038862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.039368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.039698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.040016+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' [] [] [2021-07-25T11:15:27.040354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.040619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.041576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:27.042578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:27.043109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:27.043448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:27.043873+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' [] [] [2021-07-25T11:15:27.044218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:27.235904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"720921"},"request_uri":"http://127.0.0.1:8000/_wdt/720921","method":"GET"} [] [2021-07-25T11:15:37.368183+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:15:37.514167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:15:37.519982+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:15:37.520629+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-25T11:15:37.531607+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:15:37.532295+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:15:37.532833+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:15:37.582826+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:15:37.588280+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:15:37.589356+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"B/2021/07/00002","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":5,"20":5,"21":1,"22":3,"23":2,"24":2,"25":2} [] [2021-07-25T11:15:37.590863+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:15:37.617858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.619051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.623285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.624819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.625177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.625498+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' [] [] [2021-07-25T11:15:37.626119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.628920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.629891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.630834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.631319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.631617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.631887+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' [] [] [2021-07-25T11:15:37.632263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.632505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.633495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.634538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.635068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.635371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.635647+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' [] [] [2021-07-25T11:15:37.635949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.793354+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:15:37.857769+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:15:37.952750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.957595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.961681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.962994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.963453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.963794+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' [] [] [2021-07-25T11:15:37.964390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.966797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.967873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.968939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.969482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.969840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.970177+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' [] [] [2021-07-25T11:15:37.970543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.970839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.971896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:37.972958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:37.973501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:37.973935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:37.974232+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' [] [] [2021-07-25T11:15:37.974594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:37.987735+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:15:37.992639+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3,2]] [] [2021-07-25T11:15:38.013438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:15:38.015665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:15:38.016070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:15:38.016457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:15:38.016826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:15:38.017153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:15:38.018546+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:15:38.020595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.021593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.022557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:38.023100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:38.023428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:38.023735+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' [] [] [2021-07-25T11:15:38.024075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:38.024348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.025278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.026230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:38.026902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:38.027317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:38.027710+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' [] [] [2021-07-25T11:15:38.028057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:38.028329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.029301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:15:38.030273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:15:38.030791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:15:38.031117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:15:38.031434+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' [] [] [2021-07-25T11:15:38.031769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:15:38.335995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a66ed9"},"request_uri":"http://127.0.0.1:8000/_wdt/a66ed9","method":"GET"} [] [2021-07-25T11:16:00.935132+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-25T11:16:00.994393+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:16:01.081737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.084092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.088078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.089471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.089819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.090131+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' [] [] [2021-07-25T11:16:01.090731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.093445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.094412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.095459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.096076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.096414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.096806+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' [] [] [2021-07-25T11:16:01.097149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.097421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.098371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.099320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.099817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.100142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.100447+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' [] [] [2021-07-25T11:16:01.100779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.112998+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T11:16:01.117879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T11:16:01.127460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:16:01.128385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T11:16:01.128752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:16:01.129214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T11:16:01.130577+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T11:16:01.133006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.134010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.134981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.135511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.135845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.136154+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' [] [] [2021-07-25T11:16:01.136492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.136764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.137691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.138636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.139126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.139447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.139750+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' [] [] [2021-07-25T11:16:01.140090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.140389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.141648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:01.142634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:01.143178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:01.143510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:01.143823+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' [] [] [2021-07-25T11:16:01.144161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:01.433393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12dbda"},"request_uri":"http://127.0.0.1:8000/_wdt/12dbda","method":"GET"} [] [2021-07-25T11:16:02.856138+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-25T11:16:02.918190+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:16:03.008597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.011040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.015178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.016615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.017038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.017356+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' [] [] [2021-07-25T11:16:03.017959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.021341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.022540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.023554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.024120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.024469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.024783+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' [] [] [2021-07-25T11:16:03.025131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.025419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.026365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.027373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.027908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.028324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.028639+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' [] [] [2021-07-25T11:16:03.028983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.041290+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T11:16:03.046097+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T11:16:03.049138+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T11:16:03.051295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.052626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.053921+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.054632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.055012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.055330+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' [] [] [2021-07-25T11:16:03.055681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.055964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.056952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.057927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.058466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.058823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.059140+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' [] [] [2021-07-25T11:16:03.059495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.059766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.060741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:03.061717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:03.062227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:03.062558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:03.062870+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' [] [] [2021-07-25T11:16:03.063206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:03.322327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e61d6"},"request_uri":"http://127.0.0.1:8000/_wdt/9e61d6","method":"GET"} [] [2021-07-25T11:16:13.865552+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:16:13.987673+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:16:13.993082+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:16:13.993732+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:16:14.000846+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:16:14.001451+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:16:14.001883+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:16:14.039763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.040970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.045220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:14.046736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:14.047095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:14.047415+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' [] [] [2021-07-25T11:16:14.048023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:14.050874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.051922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.052906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:14.053454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:14.053892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:14.054207+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' [] [] [2021-07-25T11:16:14.054549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:14.054825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.055782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:14.056787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:14.057365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:14.057701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:14.058015+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' [] [] [2021-07-25T11:16:14.058375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:14.348947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14dbd2"},"request_uri":"http://127.0.0.1:8000/_wdt/14dbd2","method":"GET"} [] [2021-07-25T11:16:29.493289+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:16:29.639499+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:16:29.645993+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:16:29.646831+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2021-07-25T11:16:29.658159+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:16:29.658954+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:16:29.659677+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:16:29.712049+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:16:29.717608+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:16:29.718718+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"B/2021/07/00003","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":5,"20":5,"21":6,"22":3,"23":2,"24":2,"25":2} [] [2021-07-25T11:16:29.722014+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:16:29.746317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.747534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.751838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:29.753401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:29.753972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:29.754355+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' [] [] [2021-07-25T11:16:29.755095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:29.758001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.759029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.760211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:29.760811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:29.761164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:29.761485+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' [] [] [2021-07-25T11:16:29.761836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:29.762128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.763138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:29.764131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:29.764663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:29.764996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:29.765394+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' [] [] [2021-07-25T11:16:29.765739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:29.917033+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:16:29.980003+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:16:30.062890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.065242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.069169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.070442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.070793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.071115+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' [] [] [2021-07-25T11:16:30.071675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.073928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.074921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.075896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.076492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.076849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.077203+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' [] [] [2021-07-25T11:16:30.077578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.077866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.078866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.079817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.080335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.080665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.080968+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' [] [] [2021-07-25T11:16:30.081299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.093516+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:16:30.098711+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3,2]] [] [2021-07-25T11:16:30.119603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:16:30.121783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:16:30.122168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:16:30.122557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:16:30.122949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:16:30.123305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:16:30.123631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:16:30.125075+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:16:30.127190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.128686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.129765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.130338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.130679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.130989+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' [] [] [2021-07-25T11:16:30.131333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.131608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.132543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.133493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.133982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.134304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.134608+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' [] [] [2021-07-25T11:16:30.135017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.135280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.136230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:30.137203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:30.137738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:30.138070+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:30.138382+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' [] [] [2021-07-25T11:16:30.138726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:30.454326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d95ce1"},"request_uri":"http://127.0.0.1:8000/_wdt/d95ce1","method":"GET"} [] [2021-07-25T11:16:46.145396+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-25T11:16:46.209226+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:16:46.298386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.301470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.305825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.307464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.307840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.308163+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' [] [] [2021-07-25T11:16:46.308773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.311555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.312565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.313554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.314107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.314466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.314783+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' [] [] [2021-07-25T11:16:46.315135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.315443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.316710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.317869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.318493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.318962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.319290+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' [] [] [2021-07-25T11:16:46.319639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.331706+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T11:16:46.337107+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T11:16:46.340305+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T11:16:46.342750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.343842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.344831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.345385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.345725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.346058+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' [] [] [2021-07-25T11:16:46.346413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.346705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.347700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.348675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.349432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.349956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.350334+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' [] [] [2021-07-25T11:16:46.350731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.351016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.352040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:16:46.353015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:16:46.353556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:16:46.353889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:16:46.354228+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' [] [] [2021-07-25T11:16:46.354580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:16:46.619573+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"068bdd"},"request_uri":"http://127.0.0.1:8000/_wdt/068bdd","method":"GET"} [] [2021-07-25T11:19:55.013365+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/assetregister/2/show","method":"GET"} [] [2021-07-25T11:19:55.074981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["2"] [] [2021-07-25T11:19:55.136664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.137838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.142177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:55.143807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:55.144169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:55.144491+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' [] [] [2021-07-25T11:19:55.145103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:55.147844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.148848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.149821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:55.150336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:55.150746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:55.151059+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' [] [] [2021-07-25T11:19:55.151398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:55.151670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.152618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:55.153586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:55.154083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:55.154409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:55.154719+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' [] [] [2021-07-25T11:19:55.155054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:55.345151+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd1984"},"request_uri":"http://127.0.0.1:8000/_wdt/fd1984","method":"GET"} [] [2021-07-25T11:19:57.758204+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/assetregister/2/delete","method":"POST"} [] [2021-07-25T11:19:57.836972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["2"] [] [2021-07-25T11:19:57.869351+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:19:57.869650+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [2] [] [2021-07-25T11:19:57.871169+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:19:57.901014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.902182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.906348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:57.907880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:57.908264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:57.908588+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' [] [] [2021-07-25T11:19:57.909201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:57.911888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.912932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.914083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:57.914693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:57.915049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:57.915506+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' [] [] [2021-07-25T11:19:57.915900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:57.916201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.917257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:57.918247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:57.918795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:57.919131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:57.919447+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' [] [] [2021-07-25T11:19:57.919790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.064304+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:19:58.127787+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:19:58.216827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.219231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.223025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.224256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.224694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.225015+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' [] [] [2021-07-25T11:19:58.225644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.227929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.228951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.229936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.230480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.230801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.231113+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' [] [] [2021-07-25T11:19:58.231457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.231730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.232684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.233865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.234448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.234962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.235277+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' [] [] [2021-07-25T11:19:58.235623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.248604+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:19:58.254198+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3]] [] [2021-07-25T11:19:58.275568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:19:58.277838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:19:58.278238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:19:58.278670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:19:58.280155+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:19:58.282283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.283482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.284549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.285124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.285466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.285779+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' [] [] [2021-07-25T11:19:58.286126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.286410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.287376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.288341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.288841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.289182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.289505+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' [] [] [2021-07-25T11:19:58.289854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.290127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.291103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:58.292072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:58.292587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:58.292918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:58.293227+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' [] [] [2021-07-25T11:19:58.293566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:58.615515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00fc10"},"request_uri":"http://127.0.0.1:8000/_wdt/00fc10","method":"GET"} [] [2021-07-25T11:19:59.347545+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-07-25T11:19:59.429523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-07-25T11:19:59.490830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.492014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.496082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:59.497555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:59.497937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:59.498264+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' [] [] [2021-07-25T11:19:59.498884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:59.501559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.502556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.503532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:59.504165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:59.504542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:59.504862+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' [] [] [2021-07-25T11:19:59.505317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:59.505598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.506638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:19:59.507641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:19:59.508207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:19:59.508590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:19:59.508909+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' [] [] [2021-07-25T11:19:59.509255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:19:59.683463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da97a4"},"request_uri":"http://127.0.0.1:8000/_wdt/da97a4","method":"GET"} [] [2021-07-25T11:20:01.889108+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/delete","method":"POST"} [] [2021-07-25T11:20:01.982265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-07-25T11:20:02.015454+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:20:02.015757+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [3] [] [2021-07-25T11:20:02.018162+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:20:02.046833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.047983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.052240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.053728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.054090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.054411+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' [] [] [2021-07-25T11:20:02.055020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.057723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.058762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.059785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.060449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.060809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.061129+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' [] [] [2021-07-25T11:20:02.061495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.061795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.062906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.063922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.064559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.064903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.065191+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' [] [] [2021-07-25T11:20:02.065559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.210630+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:20:02.275771+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:20:02.362683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.365468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.369353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.370655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.371010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.371416+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' [] [] [2021-07-25T11:20:02.371977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.374238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.375241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.376219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.376762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.377106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.377453+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' [] [] [2021-07-25T11:20:02.377797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.378082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.379073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.379991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.380625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.381016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.381341+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' [] [] [2021-07-25T11:20:02.381833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.394618+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:20:02.399739+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4]] [] [2021-07-25T11:20:02.420942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:20:02.423178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:20:02.423579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:20:02.425134+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:20:02.427328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.428357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.429283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.429833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.430175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.430496+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' [] [] [2021-07-25T11:20:02.430862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.431153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.432145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.433072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.433609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.433959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.434280+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' [] [] [2021-07-25T11:20:02.434624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.434904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.435886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:02.436861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:02.437373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:02.437703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:02.438015+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' [] [] [2021-07-25T11:20:02.438354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:02.756894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0804d3"},"request_uri":"http://127.0.0.1:8000/_wdt/0804d3","method":"GET"} [] [2021-07-25T11:20:03.423147+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/show","method":"GET"} [] [2021-07-25T11:20:03.507141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-07-25T11:20:03.571359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.572515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.576614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:03.578118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:03.578586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:03.578883+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' [] [] [2021-07-25T11:20:03.579499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:03.582178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.583199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.584249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:03.584983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:03.585605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:03.585965+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' [] [] [2021-07-25T11:20:03.586318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:03.586610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.587640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:03.588679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:03.589445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:03.589894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:03.590214+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' [] [] [2021-07-25T11:20:03.590564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:03.767724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"604cb8"},"request_uri":"http://127.0.0.1:8000/_wdt/604cb8","method":"GET"} [] [2021-07-25T11:20:05.867433+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/delete","method":"POST"} [] [2021-07-25T11:20:05.947534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-07-25T11:20:05.978950+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:20:05.979261+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [4] [] [2021-07-25T11:20:05.982016+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:20:06.010216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.011478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.015680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.017161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.017515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.017932+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' [] [] [2021-07-25T11:20:06.018551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.021285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.022301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.023301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.023859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.024201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.024518+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' [] [] [2021-07-25T11:20:06.024870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.025147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.026140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.027138+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.027657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.027994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.028310+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' [] [] [2021-07-25T11:20:06.028740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.171723+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:20:06.236470+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:20:06.325928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.328428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.332262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.333493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.333840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.334156+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' [] [] [2021-07-25T11:20:06.334715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.336976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.337961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.338940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.339459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.339951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.340305+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' [] [] [2021-07-25T11:20:06.340718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.341081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.342146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.343130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.343751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.344128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.344481+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' [] [] [2021-07-25T11:20:06.344852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.360700+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:20:06.364073+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:20:06.365977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.366995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.367973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.368518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.368854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.369167+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' [] [] [2021-07-25T11:20:06.369518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.369804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.370782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.371762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.372278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.372615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.372930+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' [] [] [2021-07-25T11:20:06.373271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.373548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.374502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:06.375475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:06.375971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:06.376303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:06.376617+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' [] [] [2021-07-25T11:20:06.376953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:06.625616+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69b180"},"request_uri":"http://127.0.0.1:8000/_wdt/69b180","method":"GET"} [] [2021-07-25T11:20:07.969087+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:20:08.097351+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:20:08.102633+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:20:08.103229+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:20:08.109854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:20:08.110638+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:20:08.111189+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:20:08.146625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.147772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.151972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:08.153540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:08.153903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:08.154216+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' [] [] [2021-07-25T11:20:08.154813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:08.157634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.158635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.159540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:08.160060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:08.160386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:08.160784+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' [] [] [2021-07-25T11:20:08.161122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:08.161390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.162324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:08.163273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:08.163766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:08.164087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:08.164392+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' [] [] [2021-07-25T11:20:08.164723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:08.463948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"775bb3"},"request_uri":"http://127.0.0.1:8000/_wdt/775bb3","method":"GET"} [] [2021-07-25T11:20:26.578042+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:20:26.732689+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-25T11:20:26.738531+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2021-07-25T11:20:26.739338+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2021-07-25T11:20:26.746853+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:20:26.748827+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:20:26.750335+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:20:26.802979+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:20:26.804792+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:20:26.805870+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-21T00:00:00+00:00","2":52352.0,"3":"B/2021/07/00001","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3,"20":3,"21":6,"22":3,"23":2,"24":2,"25":2} [] [2021-07-25T11:20:26.807588+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:20:26.832155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.833373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.837622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:26.839122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:26.839475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:26.839822+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' [] [] [2021-07-25T11:20:26.840568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:26.843587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.844636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.845618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:26.846164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:26.846522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:26.846893+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' [] [] [2021-07-25T11:20:26.847276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:26.847595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.848663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:26.849654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:26.850227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:26.850566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:26.850896+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' [] [] [2021-07-25T11:20:26.851250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.005130+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:20:27.068664+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:20:27.156080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.158444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.162160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.163381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.163731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.164051+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' [] [] [2021-07-25T11:20:27.164621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.166874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.167876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.168837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.169384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.169815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.170132+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' [] [] [2021-07-25T11:20:27.170476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.170754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.171806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.172869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.173428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.173770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.174083+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' [] [] [2021-07-25T11:20:27.174428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.186921+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:20:27.191825+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5]] [] [2021-07-25T11:20:27.212395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:20:27.214645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:20:27.215131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:20:27.216786+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:20:27.218942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.219965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.220959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.221504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.221841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.222254+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' [] [] [2021-07-25T11:20:27.222603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.222883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.223836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.224817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.225315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.225642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.225955+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' [] [] [2021-07-25T11:20:27.226292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.226560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.227513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:27.228499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:27.229023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:27.229349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:27.229660+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' [] [] [2021-07-25T11:20:27.230027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:27.515958+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10eec2"},"request_uri":"http://127.0.0.1:8000/_wdt/10eec2","method":"GET"} [] [2021-07-25T11:20:34.094737+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:20:34.236265+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:20:34.242466+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:20:34.243166+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:20:34.250539+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:20:34.251117+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:20:34.251579+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:20:34.291925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.293098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.297983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:34.299894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:34.300264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:34.300585+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' [] [] [2021-07-25T11:20:34.301279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:34.304203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.305239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.306390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:34.307033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:34.307392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:34.307709+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' [] [] [2021-07-25T11:20:34.308063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:34.308347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.309337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:34.310251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:34.310764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:34.311103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:34.311425+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' [] [] [2021-07-25T11:20:34.311786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:34.650220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0ed90"},"request_uri":"http://127.0.0.1:8000/_wdt/d0ed90","method":"GET"} [] [2021-07-25T11:20:48.551749+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:20:48.693204+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-25T11:20:48.699053+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-25T11:20:48.699745+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-25T11:20:48.711955+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:20:48.712807+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:20:48.713558+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:20:48.766021+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:20:48.771685+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:20:48.772831+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"FR/2021/07/00002","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":5,"20":5,"21":1,"22":3,"23":2,"24":2,"25":2} [] [2021-07-25T11:20:48.776225+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:20:48.800494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.801732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.806295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:48.807935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:48.808308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:48.808631+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' [] [] [2021-07-25T11:20:48.809288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:48.812193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.813332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.814385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:48.814952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:48.815299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:48.815612+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' [] [] [2021-07-25T11:20:48.815961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:48.816245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.817211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:48.818193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:48.818793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:48.819125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:48.819435+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' [] [] [2021-07-25T11:20:48.819773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:48.972518+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:20:49.033213+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:20:49.121624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.124365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.128081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.129292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.129639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.130038+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' [] [] [2021-07-25T11:20:49.130584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.132756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.133714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.134619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.135188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.135518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.135830+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' [] [] [2021-07-25T11:20:49.136167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.136436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.137376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.138336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.138905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.139309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.139625+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' [] [] [2021-07-25T11:20:49.140053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.152442+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:20:49.157594+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6,5]] [] [2021-07-25T11:20:49.178802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:20:49.181024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:20:49.181424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:20:49.181814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:20:49.182187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:20:49.182525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:20:49.183998+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:20:49.186370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.187409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.188397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.188955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.189303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.189642+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' [] [] [2021-07-25T11:20:49.189993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.190280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.191271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.192193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.192713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.193048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.193361+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' [] [] [2021-07-25T11:20:49.193700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.193968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.194916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:20:49.195893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:20:49.196397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:20:49.196724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:20:49.197036+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' [] [] [2021-07-25T11:20:49.197374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:20:49.502189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a1d1b"},"request_uri":"http://127.0.0.1:8000/_wdt/2a1d1b","method":"GET"} [] [2021-07-25T11:21:15.920400+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:21:16.058394+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:21:16.063912+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:21:16.064573+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:21:16.071365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:21:16.071890+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:21:16.072390+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:21:16.108211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.109361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.113416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:16.115179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:16.115556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:16.115877+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' [] [] [2021-07-25T11:21:16.116491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:16.119270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.120298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.121263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:16.121784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:16.122117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:16.122510+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' [] [] [2021-07-25T11:21:16.122846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:16.123113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.124048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:16.125093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:16.125764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:16.126115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:16.126424+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' [] [] [2021-07-25T11:21:16.126763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:16.515987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2253e"},"request_uri":"http://127.0.0.1:8000/_wdt/e2253e","method":"GET"} [] [2021-07-25T11:21:20.339521+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/group/4/show","method":"GET"} [] [2021-07-25T11:21:20.427848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["4"] [] [2021-07-25T11:21:20.470240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.471398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.475171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:20.476473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:20.476952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:20.477279+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' [] [] [2021-07-25T11:21:20.477879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:20.480651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.481833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.482833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:20.483418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:20.483762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:20.484080+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' [] [] [2021-07-25T11:21:20.484430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:20.484709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.485663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:20.486629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:20.487130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:20.487551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:20.487863+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' [] [] [2021-07-25T11:21:20.488200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:20.739549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4458a1"},"request_uri":"http://127.0.0.1:8000/_wdt/4458a1","method":"GET"} [] [2021-07-25T11:21:22.223793+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/group/4/edit","method":"GET"} [] [2021-07-25T11:21:22.287627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["4"] [] [2021-07-25T11:21:22.355912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.357071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.360819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:22.362142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:22.362504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:22.362837+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' [] [] [2021-07-25T11:21:22.363406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:22.365652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.366660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.367646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:22.368289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:22.368741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:22.369165+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' [] [] [2021-07-25T11:21:22.369592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:22.369892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.370931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:22.371911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:22.372447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:22.372787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:22.373100+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' [] [] [2021-07-25T11:21:22.373440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:22.630426+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78dd26"},"request_uri":"http://127.0.0.1:8000/_wdt/78dd26","method":"GET"} [] [2021-07-25T11:21:26.441667+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/group/4/edit","method":"POST"} [] [2021-07-25T11:21:26.508326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["4"] [] [2021-07-25T11:21:26.598772+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:21:26.599205+00:00] doctrine.DEBUG: UPDATE `group` SET code = ? WHERE id = ? ["Com",4] [] [2021-07-25T11:21:26.600719+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:21:26.621366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.622535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.626352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.627627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.627978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.628298+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' [] [] [2021-07-25T11:21:26.628862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.631250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.632302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.633309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.633870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.634213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.634530+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' [] [] [2021-07-25T11:21:26.634878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.635154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.636209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.637177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.637679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.638008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.638317+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' [] [] [2021-07-25T11:21:26.638660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.752609+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-25T11:21:26.802782+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:21:26.883984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.886363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.890772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.892372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.892900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.893265+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' [] [] [2021-07-25T11:21:26.893912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.896485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.897619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.898742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.899339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.899714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.900081+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' [] [] [2021-07-25T11:21:26.900521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.900850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.901986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.903108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.903702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.904076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.904527+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' [] [] [2021-07-25T11:21:26.904916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.917737+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-25T11:21:26.922202+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-25T11:21:26.925202+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-25T11:21:26.927791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.928809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.929799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.930368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.930698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.931008+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' [] [] [2021-07-25T11:21:26.931352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.931625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.932564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.933519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.934063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.934447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.934848+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' [] [] [2021-07-25T11:21:26.935262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:26.935514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.936508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:26.937414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:26.937935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:26.938265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:26.938574+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' [] [] [2021-07-25T11:21:26.938908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:27.197106+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c99e4d"},"request_uri":"http://127.0.0.1:8000/_wdt/c99e4d","method":"GET"} [] [2021-07-25T11:21:44.131193+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:21:44.247222+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-25T11:21:44.252300+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["4"]] [] [2021-07-25T11:21:44.252974+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-25T11:21:44.264662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:21:44.265461+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:21:44.265976+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:21:44.319046+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:21:44.324637+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:21:44.325707+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-25T00:00:00+00:00","2":52352.0,"3":"Com/2021/07/00003","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":4,"20":4,"21":2,"22":4,"23":2,"24":2,"25":2} [] [2021-07-25T11:21:44.327005+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:21:44.351130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.352273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.356518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.358033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.358441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.358706+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' [] [] [2021-07-25T11:21:44.359319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.362398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.363487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.364412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.364923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.365227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.365491+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' [] [] [2021-07-25T11:21:44.365754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.365952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.366816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.367683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.368165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.368460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.368762+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' [] [] [2021-07-25T11:21:44.369088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.523538+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:21:44.589296+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:21:44.661256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.663568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.667258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.668546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.668847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.669093+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' [] [] [2021-07-25T11:21:44.669579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.671788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.672749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.673671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.674273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.674578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.674848+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' [] [] [2021-07-25T11:21:44.675148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.675374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.676300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.677235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.677869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.678298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.678651+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' [] [] [2021-07-25T11:21:44.678963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.691798+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:21:44.697092+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[7,6,5]] [] [2021-07-25T11:21:44.718737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:21:44.720965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T11:21:44.721352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T11:21:44.721710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:21:44.722013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:21:44.722341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:21:44.722639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:21:44.722919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:21:44.723169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:21:44.724721+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:21:44.726884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.727888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.728804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.729299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.729564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.729795+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' [] [] [2021-07-25T11:21:44.730057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.730253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.731130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.732005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.732453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.732834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.733101+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' [] [] [2021-07-25T11:21:44.733406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:44.733595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.734489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:21:44.735420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:21:44.735884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:21:44.736156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:21:44.736419+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' [] [] [2021-07-25T11:21:44.736710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:21:45.068388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc553c"},"request_uri":"http://127.0.0.1:8000/_wdt/bc553c","method":"GET"} [] [2021-07-25T11:22:05.857942+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-25T11:22:05.995657+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:22:06.001251+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:22:06.001958+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:22:06.008846+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:22:06.009451+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:22:06.009896+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:22:06.047225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.048394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.052840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:06.054464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:06.054830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:06.055151+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' [] [] [2021-07-25T11:22:06.055769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:06.058870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.059999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.061000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:06.061560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:06.061903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:06.062340+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' [] [] [2021-07-25T11:22:06.062687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:06.062962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.063920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:06.064913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:06.065449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:06.065786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:06.066098+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' [] [] [2021-07-25T11:22:06.066463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:06.388324+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6411f0"},"request_uri":"http://127.0.0.1:8000/_wdt/6411f0","method":"GET"} [] [2021-07-25T11:22:21.364421+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-25T11:22:21.502580+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-25T11:22:21.508802+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-25T11:22:21.509594+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2021-07-25T11:22:21.521233+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-25T11:22:21.522078+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-25T11:22:21.522629+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-25T11:22:21.575175+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-25T11:22:21.580769+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-25T11:22:21.581872+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-19T00:00:00+00:00","2":52352.0,"3":"L/2021/07/00004","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2,"20":2,"21":6,"22":3,"23":2,"24":2,"25":2} [] [2021-07-25T11:22:21.585171+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-25T11:22:21.609976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.611163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.615416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.616923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.617326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.617657+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' [] [] [2021-07-25T11:22:21.618370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.621597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.622765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.623760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.624328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.624699+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.625049+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' [] [] [2021-07-25T11:22:21.625404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.625692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.626681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.627600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.628144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.628479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.628794+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' [] [] [2021-07-25T11:22:21.629133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.779114+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-25T11:22:21.840113+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-25T11:22:21.926878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.929126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.932759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.934112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.934551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.934887+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' [] [] [2021-07-25T11:22:21.935470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.937724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.938718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.939678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.940206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.940629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.940975+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' [] [] [2021-07-25T11:22:21.941319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.941587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.942524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.943474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.943968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.944292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.944592+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' [] [] [2021-07-25T11:22:21.944926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.957168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-25T11:22:21.962015+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-25T11:22:21.982811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:22:21.984957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T11:22:21.985348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T11:22:21.985734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-25T11:22:21.986091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-25T11:22:21.986415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-25T11:22:21.986777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-25T11:22:21.987171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-25T11:22:21.987493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-25T11:22:21.987860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-25T11:22:21.988181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-25T11:22:21.989619+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-25T11:22:21.991775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.992795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.993754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.994290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.994629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.994952+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' [] [] [2021-07-25T11:22:21.995335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.995700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.996762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:21.997727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:21.998257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:21.998588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:21.998896+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' [] [] [2021-07-25T11:22:21.999233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:21.999506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:22.000434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:22:22.001380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:22:22.001867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:22:22.002188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:22:22.002491+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' [] [] [2021-07-25T11:22:22.002819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:22:22.313651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e75835"},"request_uri":"http://127.0.0.1:8000/_wdt/e75835","method":"GET"} [] [2021-07-25T11:23:46.085064+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"GET"} [] [2021-07-25T11:23:46.150216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-25T11:23:46.235835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-25T11:23:46.237878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-25T11:23:46.238413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-25T11:23:46.239130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-25T11:23:46.239611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-25T11:23:46.240160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-25T11:23:46.243873+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-25T11:23:46.245938+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-25T11:23:46.246484+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-25T11:23:46.247227+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-25T11:23:46.247775+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-25T11:23:46.248210+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-25T11:23:46.288186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.289508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.294497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:23:46.296248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:23:46.296715+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:23:46.297053+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' [] [] [2021-07-25T11:23:46.297818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:23:46.300682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.301700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.302680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:23:46.303219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:23:46.303553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:23:46.303866+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' [] [] [2021-07-25T11:23:46.304209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:23:46.304472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.305506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-25T11:23:46.306557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-25T11:23:46.307190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-25T11:23:46.307597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-25T11:23:46.307945+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' [] [] [2021-07-25T11:23:46.308372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-25T11:23:46.497908+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5237c5"},"request_uri":"http://127.0.0.1:8000/_wdt/5237c5","method":"GET"} [] [2021-07-26T04:38:02.769638+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8080/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8080/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:38:02.840868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.846788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.864750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:02.868363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:02.868935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:02.869380+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' [] [] [2021-07-26T04:38:02.870341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:02.874953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.875922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.876890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:02.877375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:02.877759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:02.878031+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' [] [] [2021-07-26T04:38:02.878328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:02.878558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.879444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:02.880285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:02.880737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:02.881017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:02.881276+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' [] [] [2021-07-26T04:38:02.881564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:03.048872+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb7b28"},"request_uri":"http://127.0.0.1:8080/_wdt/fb7b28","method":"GET"} [] [2021-07-26T04:38:05.774299+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8080/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8080/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:38:05.816727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.821455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.830321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:05.831589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:05.831982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:05.832421+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' [] [] [2021-07-26T04:38:05.833190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:05.835549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.836598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.837576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:05.838126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:05.838474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:05.838788+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' [] [] [2021-07-26T04:38:05.839136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:05.839409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.840364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:05.841334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:05.841928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:05.842258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:05.842568+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' [] [] [2021-07-26T04:38:05.842906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:05.985797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94e50e"},"request_uri":"http://127.0.0.1:8080/_wdt/94e50e","method":"GET"} [] [2021-07-26T04:38:30.070301+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8080/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8080/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:38:30.119564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.125524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.146463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:30.148970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:30.149722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:30.150393+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' [] [] [2021-07-26T04:38:30.151349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:30.154863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.156238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.157589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:30.158318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:30.158772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:30.159189+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' [] [] [2021-07-26T04:38:30.159638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:30.159959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.161112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:30.162293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:30.162907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:30.163299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:30.163665+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' [] [] [2021-07-26T04:38:30.164173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:30.305233+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"758c4d"},"request_uri":"http://127.0.0.1:8080/_wdt/758c4d","method":"GET"} [] [2021-07-26T04:38:31.030572+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8080/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8080/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:38:31.095970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.107730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.127709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:31.130100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:31.130745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:31.131298+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' [] [] [2021-07-26T04:38:31.132301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:31.135833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.137651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.138665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:31.139259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:31.139730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:31.140051+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' [] [] [2021-07-26T04:38:31.140386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:31.140692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.141763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:38:31.142797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:38:31.143367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:38:31.143710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:38:31.144030+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' [] [] [2021-07-26T04:38:31.144375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:38:31.284414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"418c23"},"request_uri":"http://127.0.0.1:8080/_wdt/418c23","method":"GET"} [] [2021-07-26T04:39:10.693030+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:39:10.738177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.743382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.755963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:10.757959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:10.758515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:10.758996+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' [] [] [2021-07-26T04:39:10.759717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:10.762571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.763602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.764769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:10.765362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:10.765729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:10.766053+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' [] [] [2021-07-26T04:39:10.766403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:10.766688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.767649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:10.768587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:10.769308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:10.769734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:10.770131+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' [] [] [2021-07-26T04:39:10.770639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:10.984303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0712ae"},"request_uri":"http://127.0.0.1:8000/_wdt/0712ae","method":"GET"} [] [2021-07-26T04:39:17.878937+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-26T04:39:17.931439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.935755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.944744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:17.946233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:17.946690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:17.947123+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' [] [] [2021-07-26T04:39:17.947712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:17.950026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.951068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.952054+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:17.952577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:17.952915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:17.953229+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' [] [] [2021-07-26T04:39:17.953572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:17.953847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.954797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:17.955765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:17.956264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:17.956592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:17.956901+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' [] [] [2021-07-26T04:39:17.957343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:18.100042+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4adb7d"},"request_uri":"http://127.0.0.1:8000/_wdt/4adb7d","method":"GET"} [] [2021-07-26T04:39:27.389669+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-26T04:39:27.479991+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:39:27.634186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.640719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.649033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.650256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.650595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.650883+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' [] [] [2021-07-26T04:39:27.651395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:27.653612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.654556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.655473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.656042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.656333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.656601+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' [] [] [2021-07-26T04:39:27.656896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:27.657121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.658007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.658949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.659395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.659679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.659977+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' [] [] [2021-07-26T04:39:27.660355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:27.686761+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-26T04:39:27.699017+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-26T04:39:27.705878+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-26T04:39:27.712159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.713252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.714178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.714700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.715000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.715269+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' [] [] [2021-07-26T04:39:27.715527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:27.715761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.716659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.717558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.718010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.718297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.718561+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' [] [] [2021-07-26T04:39:27.718848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:27.719065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.719952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:27.720857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:27.721298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:27.721585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:27.721842+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' [] [] [2021-07-26T04:39:27.722127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:28.050080+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d90a7"},"request_uri":"http://127.0.0.1:8000/_wdt/8d90a7","method":"GET"} [] [2021-07-26T04:39:30.161913+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T04:39:30.305836+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T04:39:30.320259+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:39:30.321429+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:39:30.353883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.355152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.359092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:30.360431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:30.360903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:30.361227+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' [] [] [2021-07-26T04:39:30.361803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:30.364140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.365146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.366153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:30.366712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:30.367051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:30.367367+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' [] [] [2021-07-26T04:39:30.367713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:30.367993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.368979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:39:30.370176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:39:30.370941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:39:30.371314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:39:30.371712+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' [] [] [2021-07-26T04:39:30.372064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:39:30.617886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b59577"},"request_uri":"http://127.0.0.1:8000/_wdt/b59577","method":"GET"} [] [2021-07-26T04:42:54.737425+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T04:42:54.868124+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T04:42:54.874767+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:42:54.875358+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:42:54.975691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.976933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.981334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:54.983065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:54.983452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:54.984272+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' [] [] [2021-07-26T04:42:54.985162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:54.988050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.989095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.990107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:54.990766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:54.991079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:54.991395+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' [] [] [2021-07-26T04:42:54.991745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:54.992025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.992983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:54.993951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:54.994462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:54.994794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:54.995105+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' [] [] [2021-07-26T04:42:54.995447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:55.278995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbbc81"},"request_uri":"http://127.0.0.1:8000/_wdt/fbbc81","method":"GET"} [] [2021-07-26T04:42:56.938110+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T04:42:57.069584+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:42:57.075241+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:42:57.075794+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:42:57.084737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:42:57.085298+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:42:57.085727+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:42:57.122517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.123689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.127829+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:57.129329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:57.129700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:57.130019+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' [] [] [2021-07-26T04:42:57.130638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:57.133471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.134537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.135612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:57.136281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:57.136623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:57.136979+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' [] [] [2021-07-26T04:42:57.137337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:57.137620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.138595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:57.139572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:57.140083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:57.140415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:57.140729+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' [] [] [2021-07-26T04:42:57.141068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:57.395808+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bb1bf"},"request_uri":"http://127.0.0.1:8000/_wdt/1bb1bf","method":"GET"} [] [2021-07-26T04:42:58.346036+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T04:42:58.407090+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:42:58.493718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.496065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.499801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.501046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.501412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.501731+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' [] [] [2021-07-26T04:42:58.502287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.504568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.505560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.506544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.507079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.507420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.507733+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' [] [] [2021-07-26T04:42:58.508188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.508497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.509484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.510456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.510980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.511315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.511628+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' [] [] [2021-07-26T04:42:58.511972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.527780+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T04:42:58.533059+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T04:42:58.557212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T04:42:58.560128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T04:42:58.560650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T04:42:58.561122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T04:42:58.561508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T04:42:58.561849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T04:42:58.562176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T04:42:58.562542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:42:58.562878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:42:58.563202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T04:42:58.563527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T04:42:58.564967+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T04:42:58.566596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.567721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.568802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.569453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.569854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.570193+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' [] [] [2021-07-26T04:42:58.570589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.570897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.572007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.573192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.573792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.574162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.574513+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' [] [] [2021-07-26T04:42:58.574949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.575300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.576420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:42:58.577458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:42:58.578024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:42:58.578387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:42:58.578727+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' [] [] [2021-07-26T04:42:58.579099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:42:58.847085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd1915"},"request_uri":"http://127.0.0.1:8000/_wdt/dd1915","method":"GET"} [] [2021-07-26T04:43:03.928095+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T04:43:04.053718+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:43:04.058832+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:43:04.059365+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:43:04.065873+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:43:04.066398+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:43:04.066828+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:43:04.102172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.103306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.107377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:04.108913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:04.109268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:04.109592+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' [] [] [2021-07-26T04:43:04.110208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:04.112939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.113926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.114939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:04.115468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:04.115799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:04.116104+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' [] [] [2021-07-26T04:43:04.116442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:04.116710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.117641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:04.118583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:04.119163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:04.119489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:04.119796+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' [] [] [2021-07-26T04:43:04.120127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:04.379161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13f863"},"request_uri":"http://127.0.0.1:8000/_wdt/13f863","method":"GET"} [] [2021-07-26T04:43:11.806071+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T04:43:11.868131+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:43:11.958217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:11.968258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:11.982535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:11.986304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:11.987370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:11.988772+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' [] [] [2021-07-26T04:43:11.990636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:11.996805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:11.999174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.001161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:12.002106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:12.002697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:12.003245+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' [] [] [2021-07-26T04:43:12.003968+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:12.004577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.006382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.007940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:12.008762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:12.009266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:12.009874+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' [] [] [2021-07-26T04:43:12.010365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:12.024299+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T04:43:12.029433+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T04:43:12.051175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T04:43:12.053473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T04:43:12.054085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T04:43:12.054628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T04:43:12.055074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T04:43:12.055597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T04:43:12.055989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T04:43:12.056358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:43:12.056689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:43:12.057059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T04:43:12.057386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T04:43:12.058973+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T04:43:12.060609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.061700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.062714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:12.063297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:12.063665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:12.064011+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' [] [] [2021-07-26T04:43:12.064375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:12.064658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.065610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.066575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:12.067077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:12.067406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:12.067724+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' [] [] [2021-07-26T04:43:12.068080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:12.068363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.069314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:12.070291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:12.070975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:12.071442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:12.071784+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' [] [] [2021-07-26T04:43:12.072134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:12.336769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7906d8"},"request_uri":"http://127.0.0.1:8000/_wdt/7906d8","method":"GET"} [] [2021-07-26T04:43:16.843979+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T04:43:16.975494+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:43:16.980732+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:43:16.981272+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:43:16.988184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:43:16.988777+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:43:16.989219+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:43:17.024531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.025655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.029669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:17.031093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:17.031448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:17.031757+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' [] [] [2021-07-26T04:43:17.032352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:17.035045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.036150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.037120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:17.037654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:17.037984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:17.038293+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' [] [] [2021-07-26T04:43:17.038630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:17.038898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.039827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:17.040776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:17.041263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:17.041589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:17.041889+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' [] [] [2021-07-26T04:43:17.042219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:17.302298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3b656"},"request_uri":"http://127.0.0.1:8000/_wdt/e3b656","method":"GET"} [] [2021-07-26T04:43:28.803412+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T04:43:28.928396+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T04:43:28.940827+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:43:28.941669+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:43:28.969676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.970824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.974591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:28.975818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:28.976185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:28.976499+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' [] [] [2021-07-26T04:43:28.977061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:28.979521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.980591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.981559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:28.982103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:28.982499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:28.982906+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' [] [] [2021-07-26T04:43:28.983250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:28.983526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.984459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:28.985403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:28.985903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:28.986234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:28.986541+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' [] [] [2021-07-26T04:43:28.986877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:29.241878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b6864"},"request_uri":"http://127.0.0.1:8000/_wdt/3b6864","method":"GET"} [] [2021-07-26T04:43:36.308244+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T04:43:36.436945+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:43:36.441966+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:43:36.442540+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:43:36.449368+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:43:36.450054+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:43:36.450498+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:43:36.488112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.489284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.493536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:36.495070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:36.495434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:36.495755+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' [] [] [2021-07-26T04:43:36.496373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:36.499213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.500229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.501206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:36.501746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:36.502083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:36.502401+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' [] [] [2021-07-26T04:43:36.502903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:36.503260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.504467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:43:36.505520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:43:36.506114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:43:36.506469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:43:36.506786+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' [] [] [2021-07-26T04:43:36.507134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:43:36.767646+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2d405"},"request_uri":"http://127.0.0.1:8000/_wdt/a2d405","method":"GET"} [] [2021-07-26T04:48:52.255740+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-26T04:48:52.411690+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T04:48:52.417809+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T04:48:52.418558+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2021-07-26T04:48:52.511190+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T04:48:52.512213+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T04:48:52.614904+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-26T04:48:52.622979+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T04:48:52.624857+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-26T00:00:00+00:00","2":52352.0,"3":"FR/2021/07/00005","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":5,"20":5,"21":3,"22":2,"23":2,"24":2,"25":null} [] [2021-07-26T04:48:52.627355+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T04:48:52.650699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.652052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.656214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.657860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.658233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.658525+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' [] [] [2021-07-26T04:48:52.659105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:52.661856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.662813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.663732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.664325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.664621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.664886+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' [] [] [2021-07-26T04:48:52.665178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:52.665408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.666297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.667196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.667642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.667945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.668221+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' [] [] [2021-07-26T04:48:52.668587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:52.821225+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T04:48:52.883343+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:48:52.973429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.975738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.979401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.980583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.980924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.981234+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' [] [] [2021-07-26T04:48:52.981782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:52.983961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.984915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.985967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.986592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.986930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.987282+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' [] [] [2021-07-26T04:48:52.987727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:52.988000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.988968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:52.989915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:52.990415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:52.990740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:52.991043+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' [] [] [2021-07-26T04:48:52.991373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:53.004001+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T04:48:53.009110+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T04:48:53.029871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T04:48:53.032044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:48:53.032448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:48:53.032835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T04:48:53.033192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T04:48:53.033571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T04:48:53.033931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T04:48:53.034285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T04:48:53.034609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T04:48:53.034965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T04:48:53.035362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T04:48:53.035684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T04:48:53.037261+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T04:48:53.039583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.040602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.041568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:53.042102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:53.042430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:53.042736+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' [] [] [2021-07-26T04:48:53.043077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:53.043352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.044282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.045229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:53.045717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:53.046044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:53.046447+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' [] [] [2021-07-26T04:48:53.046784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:53.047043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.047972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:53.048941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:53.049468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:53.049791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:53.050062+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' [] [] [2021-07-26T04:48:53.050395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:53.377874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9db52a"},"request_uri":"http://127.0.0.1:8000/_wdt/9db52a","method":"GET"} [] [2021-07-26T04:48:56.287718+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"GET"} [] [2021-07-26T04:48:56.365995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T04:48:56.453212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:48:56.455263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:48:56.455864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T04:48:56.456646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T04:48:56.457061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T04:48:56.459982+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:48:56.461875+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:48:56.462407+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:48:56.463131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:48:56.463543+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:48:56.463952+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:48:56.505947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.507118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.511396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:56.512858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:56.513216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:56.513552+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' [] [] [2021-07-26T04:48:56.514288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:56.517630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.519059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.520050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:56.520616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:56.520967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:56.521282+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' [] [] [2021-07-26T04:48:56.521631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:56.521913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.522874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:48:56.523888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:48:56.524424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:48:56.524761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:48:56.525080+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' [] [] [2021-07-26T04:48:56.525423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:48:56.693728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28c925"},"request_uri":"http://127.0.0.1:8000/_wdt/28c925","method":"GET"} [] [2021-07-26T04:49:00.699506+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/show","method":"GET"} [] [2021-07-26T04:49:00.786404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T04:49:00.843275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.844436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.849348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:00.850938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:00.851340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:00.851693+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' [] [] [2021-07-26T04:49:00.852350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:00.855068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.856069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.857040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:00.857569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:00.858009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:00.858326+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' [] [] [2021-07-26T04:49:00.858664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:00.858939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.859925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:00.860914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:00.861441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:00.861773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:00.862086+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' [] [] [2021-07-26T04:49:00.862434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:01.032041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80da71"},"request_uri":"http://127.0.0.1:8000/_wdt/80da71","method":"GET"} [] [2021-07-26T04:49:04.707533+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"GET"} [] [2021-07-26T04:49:04.796776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T04:49:04.880877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:49:04.882901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:49:04.883406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T04:49:04.884208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T04:49:04.884658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T04:49:04.887616+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T04:49:04.889482+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T04:49:04.890002+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T04:49:04.890752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T04:49:04.891171+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T04:49:04.891615+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T04:49:04.927040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.928213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.932441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:04.933964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:04.934463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:04.934817+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' [] [] [2021-07-26T04:49:04.935513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:04.938349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.939387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.940392+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:04.940950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:04.941293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:04.941610+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' [] [] [2021-07-26T04:49:04.941957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:04.942232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.943367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:49:04.944471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:49:04.945066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:49:04.945418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:49:04.945737+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' [] [] [2021-07-26T04:49:04.946086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:49:05.115657+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"372542"},"request_uri":"http://127.0.0.1:8000/_wdt/372542","method":"GET"} [] [2021-07-26T04:51:23.671791+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T04:51:23.737071+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:51:23.861361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.863830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.868269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.869902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.870277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.870601+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' [] [] [2021-07-26T04:51:23.871213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:23.874113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.875136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.876166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.876723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.877066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.877378+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' [] [] [2021-07-26T04:51:23.877726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:23.878003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.878972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.879947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.880446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.880774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.881086+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' [] [] [2021-07-26T04:51:23.881427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:23.894624+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T04:51:23.900326+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T04:51:23.922129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:23.924461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:51:23.924907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:51:23.925309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T04:51:23.925682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:23.926009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:23.926373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:23.926742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T04:51:23.927070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T04:51:23.927431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T04:51:23.927832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:23.928161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:23.929609+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T04:51:23.931113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.932373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.933531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.934176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.934529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.934858+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' [] [] [2021-07-26T04:51:23.935208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:23.935492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.936490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.937483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.938021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.938355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.938670+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' [] [] [2021-07-26T04:51:23.939010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:23.939293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.940293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:23.941276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:23.941800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:23.942132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:23.942445+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' [] [] [2021-07-26T04:51:23.942787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:24.229493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30269e"},"request_uri":"http://127.0.0.1:8000/_wdt/30269e","method":"GET"} [] [2021-07-26T04:51:48.465834+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T04:51:48.528468+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T04:51:48.657921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.668589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.686866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.690292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.691058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.691722+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' [] [] [2021-07-26T04:51:48.692858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:48.697688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.699279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.701213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.702063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.702669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.703086+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' [] [] [2021-07-26T04:51:48.703534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:48.703891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.705209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.706507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.707099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.707495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.707843+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' [] [] [2021-07-26T04:51:48.708247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:48.722239+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T04:51:48.727627+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T04:51:48.749761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:48.752237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T04:51:48.752690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T04:51:48.753118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T04:51:48.753483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:48.753809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:48.754176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T04:51:48.754538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T04:51:48.754865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T04:51:48.755230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T04:51:48.755650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:48.755992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T04:51:48.757487+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T04:51:48.759031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.760079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.761067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.761614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.761951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.762275+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' [] [] [2021-07-26T04:51:48.762622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:48.762900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.763877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.764865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.765394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.765783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.766113+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' [] [] [2021-07-26T04:51:48.766535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:48.766836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.767945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T04:51:48.768971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T04:51:48.769529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T04:51:48.769867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T04:51:48.770182+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' [] [] [2021-07-26T04:51:48.770531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T04:51:49.067104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"534506"},"request_uri":"http://127.0.0.1:8000/_wdt/534506","method":"GET"} [] [2021-07-26T05:12:15.420084+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:12:15.549187+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:12:15.555196+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:12:15.555852+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:12:15.562680+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:12:15.563246+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:12:15.563686+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:12:15.601005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.602451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.606782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:12:15.608418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:12:15.608804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:12:15.609136+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' [] [] [2021-07-26T05:12:15.609767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:12:15.612590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.613614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.614554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:12:15.615109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:12:15.615499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:12:15.615850+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' [] [] [2021-07-26T05:12:15.616223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:12:15.616509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.617895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:12:15.619106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:12:15.619721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:12:15.620071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:12:15.620387+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' [] [] [2021-07-26T05:12:15.620734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:12:15.896115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85b368"},"request_uri":"http://127.0.0.1:8000/_wdt/85b368","method":"GET"} [] [2021-07-26T05:13:56.701837+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:13:56.842710+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:13:56.848584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:13:56.849248+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:13:56.856005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:13:56.856650+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:13:56.857087+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:13:56.893760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.895255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.899550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:13:56.904369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:13:56.904888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:13:56.905231+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' [] [] [2021-07-26T05:13:56.905913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:13:56.910404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.911542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.912565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:13:56.913134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:13:56.913479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:13:56.913879+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' [] [] [2021-07-26T05:13:56.914231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:13:56.914510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.915473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:13:56.916442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:13:56.916944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:13:56.917274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:13:56.917585+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' [] [] [2021-07-26T05:13:56.917923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:13:57.194498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e850e3"},"request_uri":"http://127.0.0.1:8000/_wdt/e850e3","method":"GET"} [] [2021-07-26T05:14:49.259983+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:14:49.403997+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:14:49.409785+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:14:49.410411+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:14:49.416923+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:14:49.417423+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:14:49.417906+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:14:49.454167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.455341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.459933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:49.461522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:49.461938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:49.462262+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' [] [] [2021-07-26T05:14:49.462936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:49.466097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.467114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.468073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:49.468613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:49.468947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:49.469257+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' [] [] [2021-07-26T05:14:49.469603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:49.469970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.470979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:49.471944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:49.472459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:49.472895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:49.473267+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' [] [] [2021-07-26T05:14:49.473622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:49.766301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ef20c"},"request_uri":"http://127.0.0.1:8000/_wdt/5ef20c","method":"GET"} [] [2021-07-26T05:14:51.345886+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T05:14:51.447871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T05:14:51.487103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.488245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.492292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:51.493767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:51.494104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:51.494447+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' [] [] [2021-07-26T05:14:51.495028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:51.497847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.498927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.499876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:51.500393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:51.500657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:51.500926+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' [] [] [2021-07-26T05:14:51.501232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:51.501481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.502430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:51.503358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:51.503834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:51.504128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:51.504452+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' [] [] [2021-07-26T05:14:51.504710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:54.766536+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T05:14:54.862902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T05:14:54.899810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.900960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.905065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:54.906551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:54.906908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:54.907229+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' [] [] [2021-07-26T05:14:54.907844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:54.910869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.911999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.912991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:54.913550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:54.913942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:54.914261+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' [] [] [2021-07-26T05:14:54.914606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:54.914884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.915831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:54.916796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:54.917305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:54.917656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:54.917974+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' [] [] [2021-07-26T05:14:54.918319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:57.387068+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T05:14:57.487413+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T05:14:57.525054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.526298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.530404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:57.531902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:57.532311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:57.532631+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' [] [] [2021-07-26T05:14:57.533243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:57.536310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.537438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.538424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:57.538985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:57.539328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:57.539639+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' [] [] [2021-07-26T05:14:57.539985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:14:57.540263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.541213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:14:57.542225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:14:57.542754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:14:57.543143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:14:57.543460+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' [] [] [2021-07-26T05:14:57.543804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:16.449477+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:33:16.530957+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:33:16.536988+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:33:16.537637+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:33:16.544839+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:33:16.545417+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:33:16.545849+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:33:16.581048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.582254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.586469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:16.588003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:16.588414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:16.588917+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' [] [] [2021-07-26T05:33:16.589603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:16.592877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.593907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.594876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:16.595433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:16.595782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:16.596115+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' [] [] [2021-07-26T05:33:16.596460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:16.596738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.597698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:16.598664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:16.599171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:16.599501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:16.599826+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' [] [] [2021-07-26T05:33:16.600213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:16.885249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"738d22"},"request_uri":"http://127.0.0.1:8000/_wdt/738d22","method":"GET"} [] [2021-07-26T05:33:34.677661+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:33:34.824749+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:33:34.830206+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:33:34.830792+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:33:34.837730+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:33:34.838364+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:33:34.838833+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:33:34.874234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.875385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.879363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:34.880789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:34.881135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:34.881456+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' [] [] [2021-07-26T05:33:34.882108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:34.885413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.886524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.887495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:34.888043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:34.888382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:34.888691+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' [] [] [2021-07-26T05:33:34.889034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:34.889306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.890238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:34.891185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:34.891682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:34.892003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:34.892309+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' [] [] [2021-07-26T05:33:34.892645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:35.167408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0fa9f"},"request_uri":"http://127.0.0.1:8000/_wdt/f0fa9f","method":"GET"} [] [2021-07-26T05:33:36.339763+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:33:36.479287+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:33:36.484714+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:33:36.485332+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:33:36.492351+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:33:36.492941+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:33:36.493351+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:33:36.531787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.532983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.537190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:36.538658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:36.539017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:36.539371+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' [] [] [2021-07-26T05:33:36.540066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:36.543086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.544342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.545522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:36.546158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:36.546529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:36.546835+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' [] [] [2021-07-26T05:33:36.547168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:36.547445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.548468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:36.549429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:36.549972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:36.550300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:36.550597+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' [] [] [2021-07-26T05:33:36.550920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:36.805120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7063c"},"request_uri":"http://127.0.0.1:8000/_wdt/f7063c","method":"GET"} [] [2021-07-26T05:33:56.440464+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:33:56.576248+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:33:56.581737+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:33:56.582357+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:33:56.588834+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:33:56.589425+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:33:56.589897+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:33:56.625721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.626875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.630951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:56.632388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:56.632733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:56.633051+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' [] [] [2021-07-26T05:33:56.633651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:56.636439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.637425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.638377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:56.638948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:56.639274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:56.639582+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' [] [] [2021-07-26T05:33:56.639917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:56.640181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.641482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:56.642655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:56.643236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:56.643573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:56.643888+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' [] [] [2021-07-26T05:33:56.644230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:56.917449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1847"},"request_uri":"http://127.0.0.1:8000/_wdt/8b1847","method":"GET"} [] [2021-07-26T05:33:58.804043+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T05:33:58.870747+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: brandId" at C:\Apache24\htdocs\fixedasset\src\Repository\AssetnameRepository.php line 59 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: brandId at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:59)"} [] [2021-07-26T05:33:58.936954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.939276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.943022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.944244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.944593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.944922+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' [] [] [2021-07-26T05:33:58.945477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:58.947683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.948696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.949774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.950344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.950686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.950997+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' [] [] [2021-07-26T05:33:58.951348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:58.951690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.952660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.953636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.954147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.954476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.954789+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' [] [] [2021-07-26T05:33:58.955127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:58.956955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.957917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.958892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.959404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.959733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.960045+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' [] [] [2021-07-26T05:33:58.960388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:58.960663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.961610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.962582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.963082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.963415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.963727+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' [] [] [2021-07-26T05:33:58.964062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:33:58.964299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.965267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:33:58.966242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:33:58.966804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:33:58.967149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:33:58.967466+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' [] [] [2021-07-26T05:33:58.967810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:09.065547+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:36:09.190949+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:36:09.196490+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:36:09.197099+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:36:09.203965+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:36:09.204530+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:36:09.205099+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:36:09.242553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.243725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.247885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:09.249447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:09.249826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:09.250154+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' [] [] [2021-07-26T05:36:09.250775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:09.253573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.254577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.255678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:09.256342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:09.256868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:09.257206+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' [] [] [2021-07-26T05:36:09.257566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:09.257855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.258879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:09.259794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:09.260328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:09.260661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:09.260975+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' [] [] [2021-07-26T05:36:09.261295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:09.540537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84715e"},"request_uri":"http://127.0.0.1:8000/_wdt/84715e","method":"GET"} [] [2021-07-26T05:36:11.291419+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T05:36:11.385043+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T05:36:11.430518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.431692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.435846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:11.437314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:11.437681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:11.438005+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' [] [] [2021-07-26T05:36:11.438613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:11.441376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.442407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.443388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:11.443931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:11.444271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:11.444584+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' [] [] [2021-07-26T05:36:11.444929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:11.445200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.446384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:11.447425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:11.447980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:11.448321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:11.448678+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' [] [] [2021-07-26T05:36:11.449036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:15.322476+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=4","method":"GET"} [] [2021-07-26T05:36:15.426781+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["4"] [] [2021-07-26T05:36:15.448612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.449788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.453553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:15.454792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:15.455153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:15.455526+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' [] [] [2021-07-26T05:36:15.456095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:15.458397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.459481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.460600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:15.461274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:15.461636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:15.461959+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' [] [] [2021-07-26T05:36:15.462310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:15.462589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.463594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:15.464596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:15.465140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:15.465475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:15.465789+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' [] [] [2021-07-26T05:36:15.466197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:18.275939+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=5","method":"GET"} [] [2021-07-26T05:36:18.357150+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["5"] [] [2021-07-26T05:36:18.398762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.399916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.404301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:18.406047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:18.406435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:18.406756+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' [] [] [2021-07-26T05:36:18.407388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:18.410272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.411334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.412316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:18.412867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:18.413258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:18.413580+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' [] [] [2021-07-26T05:36:18.413930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:18.414205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.415162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:18.416128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:18.416677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:18.417014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:18.417328+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' [] [] [2021-07-26T05:36:18.417673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:21.571802+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-07-26T05:36:21.650604+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-07-26T05:36:21.691960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.693121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.697360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:21.699103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:21.699525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:21.699862+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' [] [] [2021-07-26T05:36:21.700500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:21.703246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.704270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.705299+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:21.705845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:21.706186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:21.706501+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' [] [] [2021-07-26T05:36:21.706845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:21.707120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.708076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:21.709042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:21.709537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:21.709923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:21.710234+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' [] [] [2021-07-26T05:36:21.710571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:31.257093+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T05:36:31.408966+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T05:36:31.420155+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:36:31.420817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:36:31.451051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.452241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.456127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:31.457461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:31.457822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:31.458144+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' [] [] [2021-07-26T05:36:31.458715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:31.461102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.462097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.463073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:31.463659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:31.464368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:31.464786+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' [] [] [2021-07-26T05:36:31.465253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:31.465615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.466707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:31.467701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:31.468259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:31.468601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:31.468918+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' [] [] [2021-07-26T05:36:31.469265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:31.702942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80a117"},"request_uri":"http://127.0.0.1:8000/_wdt/80a117","method":"GET"} [] [2021-07-26T05:36:33.887497+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T05:36:33.944106+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T05:36:34.088263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.091456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.095865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.097424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.097789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.098111+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' [] [] [2021-07-26T05:36:34.098727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.101511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.102540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.103551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.104151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.104563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.104894+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' [] [] [2021-07-26T05:36:34.105243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.105520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.106729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.107841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.108421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.108765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.109088+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' [] [] [2021-07-26T05:36:34.109437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.122455+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T05:36:34.128184+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T05:36:34.143028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T05:36:34.144052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T05:36:34.144489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T05:36:34.144909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T05:36:34.145241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T05:36:34.145606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T05:36:34.145960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T05:36:34.146293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T05:36:34.146680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T05:36:34.148128+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T05:36:34.150510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.151538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.152538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.153109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.153464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.153787+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' [] [] [2021-07-26T05:36:34.154135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.154416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.155390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.156623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.157452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.157983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.158385+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' [] [] [2021-07-26T05:36:34.158775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.159062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.160162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:34.161168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:34.161724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:34.162062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:34.162377+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' [] [] [2021-07-26T05:36:34.162724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:34.439128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c104c7"},"request_uri":"http://127.0.0.1:8000/_wdt/c104c7","method":"GET"} [] [2021-07-26T05:36:55.620869+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=5","method":"GET"} [] [2021-07-26T05:36:55.720446+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["5"] [] [2021-07-26T05:36:55.761706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.763009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.767280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:55.768861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:55.769235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:55.769524+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' [] [] [2021-07-26T05:36:55.770142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:55.772877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.773873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.774851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:55.775377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:55.775794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:55.776122+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' [] [] [2021-07-26T05:36:55.776473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:36:55.776750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.777732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:36:55.778704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:36:55.779266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:36:55.779632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:36:55.779955+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' [] [] [2021-07-26T05:36:55.780306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:04.137602+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T05:37:04.225866+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T05:37:04.267429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.268599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.272715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:04.274311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:04.274724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:04.275081+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' [] [] [2021-07-26T05:37:04.275896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:04.278718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.279781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.280793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:04.281353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:04.281693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:04.281972+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' [] [] [2021-07-26T05:37:04.282322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:04.282601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.283556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:04.284539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:04.285085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:04.285504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:04.285826+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' [] [] [2021-07-26T05:37:04.286172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:13.794697+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-07-26T05:37:13.880141+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-07-26T05:37:13.920943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.922101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.926242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:13.927830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:13.928229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:13.928554+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' [] [] [2021-07-26T05:37:13.929172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:13.931861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.932870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.933908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:13.934440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:13.934773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:13.935096+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' [] [] [2021-07-26T05:37:13.935461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:37:13.935746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.936726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:37:13.937699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:37:13.938227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:37:13.938561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:37:13.938870+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' [] [] [2021-07-26T05:37:13.939213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:26.760905+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:47:26.899844+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:47:26.906334+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:47:26.907037+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:47:26.913919+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T05:47:26.914569+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:47:26.916158+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:47:26.917916+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:47:26.985887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:26.987259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:26.991552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:26.993144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:26.993506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:26.993854+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' [] [] [2021-07-26T05:47:26.994482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:26.997512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:26.998567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:26.999493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:27.000108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:27.000453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:27.000840+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' [] [] [2021-07-26T05:47:27.001291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:27.001674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:27.003796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:27.005144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:27.005721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:27.006068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:27.006388+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' [] [] [2021-07-26T05:47:27.006736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:27.301668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"784631"},"request_uri":"http://127.0.0.1:8000/_wdt/784631","method":"GET"} [] [2021-07-26T05:47:30.871510+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T05:47:31.010993+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T05:47:31.016685+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T05:47:31.017325+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T05:47:31.023918+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T05:47:31.024516+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T05:47:31.024945+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T05:47:31.025357+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T05:47:31.062555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.063662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.068481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:31.070019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:31.070375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:31.070729+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' [] [] [2021-07-26T05:47:31.071360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:31.074061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.075047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.076011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:31.076540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:31.076927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:31.077239+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' [] [] [2021-07-26T05:47:31.077573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:31.077841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.078780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T05:47:31.079728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T05:47:31.080224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T05:47:31.080547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T05:47:31.080858+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' [] [] [2021-07-26T05:47:31.081208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T05:47:31.353243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e4388"},"request_uri":"http://127.0.0.1:8000/_wdt/8e4388","method":"GET"} [] [2021-07-26T06:15:22.925200+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:15:23.007803+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:15:23.013685+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:15:23.014400+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:15:23.021344+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:15:23.022026+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:15:23.022514+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:15:23.022944+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:15:23.055840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.057057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.061288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:23.062861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:23.063382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:23.063765+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' [] [] [2021-07-26T06:15:23.064499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:23.067670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.068698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.069680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:23.070236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:23.070640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:23.070946+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' [] [] [2021-07-26T06:15:23.071293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:23.071567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.072522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:23.073487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:23.073988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:23.074358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:23.074666+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' [] [] [2021-07-26T06:15:23.075005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:23.352995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffcf3d"},"request_uri":"http://127.0.0.1:8000/_wdt/ffcf3d","method":"GET"} [] [2021-07-26T06:15:27.725849+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T06:15:27.815790+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T06:15:27.855160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.856330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.860404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:27.861954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:27.862535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:27.863002+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' [] [] [2021-07-26T06:15:27.863895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:27.866679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.867725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.868703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:27.869256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:27.869597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:27.869914+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' [] [] [2021-07-26T06:15:27.870251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:27.870531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.871513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:27.872482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:27.873060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:27.873399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:27.873711+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' [] [] [2021-07-26T06:15:27.874059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:29.565018+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T06:15:29.654116+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T06:15:29.695145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.696318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.700403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:29.701887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:29.702349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:29.702706+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' [] [] [2021-07-26T06:15:29.703449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:29.706191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.707195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.708171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:29.708712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:29.709046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:29.709360+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' [] [] [2021-07-26T06:15:29.709702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:29.709988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.710973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:29.711949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:29.712477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:29.712832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:29.713147+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' [] [] [2021-07-26T06:15:29.713490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.807078+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-26T06:15:31.851595+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\Persistence\Mapping\MappingException: "Class 'App\Controller\Assetname' does not exist" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\persistence\lib\Doctrine\Persistence\Mapping\MappingException.php line 94 {"exception":"[object] (Doctrine\\Persistence\\Mapping\\MappingException(code: 0): Class 'App\\Controller\\Assetname' does not exist at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\Mapping\\MappingException.php:94)"} [] [2021-07-26T06:15:31.927172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.929594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.939746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.941057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.941416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.941740+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' [] [] [2021-07-26T06:15:31.942298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.944616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.945667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.946657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.947212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.947548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.947917+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' [] [] [2021-07-26T06:15:31.948264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.948541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.949489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.950453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.950969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.951301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.951612+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' [] [] [2021-07-26T06:15:31.951954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.952896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.953865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.954834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.955333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.955675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.956046+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' [] [] [2021-07-26T06:15:31.956388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.956669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.957625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.958592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.959098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.959421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.959725+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' [] [] [2021-07-26T06:15:31.960092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:15:31.960366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.961424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:15:31.962418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:15:31.962966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:15:31.963303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:15:31.963616+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' [] [] [2021-07-26T06:15:31.963932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:09.176230+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:16:09.326517+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:16:09.348013+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:16:09.349525+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:16:09.362418+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:16:09.363362+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:16:09.364013+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:16:09.364580+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:16:09.406871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.408043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.412177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:09.413640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:09.414004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:09.414326+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' [] [] [2021-07-26T06:16:09.414948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:09.417777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.418847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.419852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:09.420444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:09.420841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:09.421176+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' [] [] [2021-07-26T06:16:09.421527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:09.421812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.422822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:09.423801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:09.424319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:09.424649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:09.424961+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' [] [] [2021-07-26T06:16:09.425299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:09.718894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cd715"},"request_uri":"http://127.0.0.1:8000/_wdt/7cd715","method":"GET"} [] [2021-07-26T06:16:12.003204+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T06:16:12.080127+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T06:16:12.119244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.120352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.124433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:12.125876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:12.126250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:12.126543+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' [] [] [2021-07-26T06:16:12.127168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:12.130290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.131440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.132382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:12.132898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:12.133172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:12.133484+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' [] [] [2021-07-26T06:16:12.133765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:12.133979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.134913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:12.135800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:12.136354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:12.136694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:12.137008+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' [] [] [2021-07-26T06:16:12.137351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:14.541882+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T06:16:14.644346+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T06:16:14.689076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.690259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.694377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:14.695882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:14.696301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:14.696629+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' [] [] [2021-07-26T06:16:14.697243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:14.699936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.700936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.701912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:14.702465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:14.702817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:14.703130+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' [] [] [2021-07-26T06:16:14.703455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:14.703700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.704738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:14.705890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:14.706470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:14.706878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:14.707171+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' [] [] [2021-07-26T06:16:14.707479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.204496+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-26T06:16:16.292309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-26T06:16:16.311590+00:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\getId() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\getId() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:150)"} [] [2021-07-26T06:16:16.326330+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "getId" from namespace "App\Controller"." at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 150 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"getId\" from namespace \"App\\Controller\". at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:150)"} [] [2021-07-26T06:16:16.360905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.362112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.366249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.367690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.368043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.368362+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' [] [] [2021-07-26T06:16:16.369028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.371737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.372759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.373752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.374293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.374633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.374948+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' [] [] [2021-07-26T06:16:16.375295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.375571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.376540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.377688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.378375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.378740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.379062+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' [] [] [2021-07-26T06:16:16.379411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.380460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.381547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.382531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.383044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.383375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.383651+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' [] [] [2021-07-26T06:16:16.383990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.384262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.385240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.386216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.386722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.387053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.387366+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' [] [] [2021-07-26T06:16:16.387709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:16:16.387977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.388928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:16:16.389900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:16:16.390397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:16:16.390730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:16:16.391042+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' [] [] [2021-07-26T06:16:16.391381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:01.475982+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:17:01.620381+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:17:01.625871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:17:01.626483+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:17:01.633735+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:17:01.634494+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:17:01.635012+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:17:01.635462+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:17:01.675883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.677066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.681534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:01.683297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:01.683674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:01.683999+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' [] [] [2021-07-26T06:17:01.684624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:01.687536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.688591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.689577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:01.690088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:01.690428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:01.690741+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' [] [] [2021-07-26T06:17:01.691084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:01.691357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.692316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:01.693287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:01.693824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:01.694240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:01.694564+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' [] [] [2021-07-26T06:17:01.694907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:01.972707+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8720bb"},"request_uri":"http://127.0.0.1:8000/_wdt/8720bb","method":"GET"} [] [2021-07-26T06:17:04.561833+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-26T06:17:04.627092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-26T06:17:04.655910+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [2] [] [2021-07-26T06:17:04.657722+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\JsonResponse' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\JsonResponse' not found at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:163)"} [] [2021-07-26T06:17:05.528231+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "JsonResponse" from namespace "App\Controller". Did you forget a "use" statement for "Symfony\Component\HttpFoundation\JsonResponse"?" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 163 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"JsonResponse\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\HttpFoundation\\JsonResponse\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:163)"} [] [2021-07-26T06:17:05.560952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.562202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.566429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.567999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.568335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.568622+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' [] [] [2021-07-26T06:17:05.569192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:05.571902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.572889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.573839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.574335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.574632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.574901+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' [] [] [2021-07-26T06:17:05.575201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:05.575433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.576348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.577477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.578196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.578673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.579006+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' [] [] [2021-07-26T06:17:05.579356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:05.580422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.581461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.582446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.583001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.583334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.583645+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' [] [] [2021-07-26T06:17:05.583986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:05.584259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.585209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.586185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.586684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.587015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.587333+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' [] [] [2021-07-26T06:17:05.587674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:05.587942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.588895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:05.589870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:05.590367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:05.590699+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:05.591011+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' [] [] [2021-07-26T06:17:05.591348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:27.860344+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:17:27.993142+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:17:27.998618+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:17:27.999156+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:17:28.005823+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:17:28.006505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:17:28.007021+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:17:28.007485+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:17:28.047522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.048662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.052808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:28.054819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:28.055344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:28.055699+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' [] [] [2021-07-26T06:17:28.056374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:28.059238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.060256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.061237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:28.061823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:28.062194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:28.062604+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' [] [] [2021-07-26T06:17:28.062961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:28.063238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.064248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:28.065232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:28.065756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:28.066088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:28.066401+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' [] [] [2021-07-26T06:17:28.066742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:28.350098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a23c4e"},"request_uri":"http://127.0.0.1:8000/_wdt/a23c4e","method":"GET"} [] [2021-07-26T06:17:30.905644+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=4","method":"GET"} [] [2021-07-26T06:17:30.986766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-26T06:17:31.017075+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T06:17:31.043777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.044977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.049376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:31.051040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:31.051362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:31.051643+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' [] [] [2021-07-26T06:17:31.052219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:31.054951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.055914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.056854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:31.057316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:31.057580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:31.057841+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' [] [] [2021-07-26T06:17:31.058118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:31.058326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.059206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:31.060110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:31.060552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:31.060926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:31.061173+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' [] [] [2021-07-26T06:17:31.061443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:45.802472+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T06:17:45.875101+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T06:17:45.969552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.972043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.975962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:45.977284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:45.977645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:45.977969+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' [] [] [2021-07-26T06:17:45.978535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:45.981342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.982701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.983769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:45.984339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:45.984680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:45.984999+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' [] [] [2021-07-26T06:17:45.985350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:45.985634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.986593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:45.987577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:45.988077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:45.988405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:45.988716+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' [] [] [2021-07-26T06:17:45.989055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:46.001868+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T06:17:46.007097+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T06:17:46.021996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T06:17:46.023009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T06:17:46.023406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T06:17:46.023823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T06:17:46.024154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T06:17:46.024520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T06:17:46.024873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T06:17:46.025205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T06:17:46.025591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T06:17:46.027014+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T06:17:46.029307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.030412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.031690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:46.032459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:46.032889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:46.033219+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' [] [] [2021-07-26T06:17:46.033577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:46.033862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.034885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.035858+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:46.036382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:46.036712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:46.037026+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' [] [] [2021-07-26T06:17:46.037369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:46.037653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.038642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:46.039621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:46.040143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:46.040536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:46.040853+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' [] [] [2021-07-26T06:17:46.041194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:46.377350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3da46a"},"request_uri":"http://127.0.0.1:8000/_wdt/3da46a","method":"GET"} [] [2021-07-26T06:17:49.968227+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetname/4/show","method":"GET"} [] [2021-07-26T06:17:50.047588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-26T06:17:50.158830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T06:17:50.159830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T06:17:50.160508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T06:17:50.181735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.182972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.187153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:50.188632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:50.188998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:50.189397+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' [] [] [2021-07-26T06:17:50.190071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:50.192830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.193850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.194879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:50.195566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:50.195968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:50.196289+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' [] [] [2021-07-26T06:17:50.196644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:50.196926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.197980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:17:50.198990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:17:50.199541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:17:50.199879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:17:50.200193+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' [] [] [2021-07-26T06:17:50.200637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:17:50.444461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2ab86"},"request_uri":"http://127.0.0.1:8000/_wdt/d2ab86","method":"GET"} [] [2021-07-26T06:18:29.514460+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-26T06:18:29.602549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-26T06:18:29.631772+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [2] [] [2021-07-26T06:18:29.657760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.658949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.663348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:29.665016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:29.665396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:29.665719+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' [] [] [2021-07-26T06:18:29.666350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:29.669132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.670170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.671187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:29.671812+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:29.672151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:29.672465+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' [] [] [2021-07-26T06:18:29.672809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:29.673085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.674044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:29.675013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:29.675511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:29.675845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:29.676155+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' [] [] [2021-07-26T06:18:29.676491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:56.889166+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:18:57.032735+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:18:57.038108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:18:57.038848+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:18:57.045889+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:18:57.046545+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:18:57.046987+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:18:57.047405+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:18:57.084536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.085663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.089924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:57.091536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:57.091874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:57.092158+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' [] [] [2021-07-26T06:18:57.092759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:57.095623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.096682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.097633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:57.098143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:57.098508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:57.098782+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' [] [] [2021-07-26T06:18:57.099084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:57.099328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.100242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:18:57.101162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:18:57.101693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:18:57.102010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:18:57.102239+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' [] [] [2021-07-26T06:18:57.102537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:18:57.379731+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7bf35"},"request_uri":"http://127.0.0.1:8000/_wdt/e7bf35","method":"GET"} [] [2021-07-26T06:19:02.257247+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=4","method":"GET"} [] [2021-07-26T06:19:02.344748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-26T06:19:02.373939+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T06:19:02.400555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.401789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.405903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:02.407810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:02.408272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:02.408611+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' [] [] [2021-07-26T06:19:02.409240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:02.411982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.412990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.413995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:02.414557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:02.414896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:02.415207+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' [] [] [2021-07-26T06:19:02.415552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:02.415829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.416799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:02.417768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:02.418337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:02.418665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:02.418974+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' [] [] [2021-07-26T06:19:02.419312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:09.326818+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=2","method":"GET"} [] [2021-07-26T06:19:09.419202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-07-26T06:19:09.447984+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [4] [] [2021-07-26T06:19:09.473374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.474549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.478655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:09.480187+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:09.480632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:09.481124+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' [] [] [2021-07-26T06:19:09.481960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:09.484877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.485948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.486954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:09.487512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:09.487854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:09.488168+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' [] [] [2021-07-26T06:19:09.488517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:09.488795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.489750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:09.490720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:09.491223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:09.491552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:09.491864+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' [] [] [2021-07-26T06:19:09.492263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:13.822722+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-26T06:19:13.903497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-26T06:19:13.942283+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T06:19:13.967237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.968389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.972377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:13.973827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:13.974205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:13.974527+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' [] [] [2021-07-26T06:19:13.975133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:13.977871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.978879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.980227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:13.981103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:13.981605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:13.981982+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' [] [] [2021-07-26T06:19:13.982331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:13.982617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.983616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:13.984529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:13.985044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:13.985369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:13.985674+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' [] [] [2021-07-26T06:19:13.986008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:15.232106+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-26T06:19:15.317474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-26T06:19:15.346553+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [2] [] [2021-07-26T06:19:15.372791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.373972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.378122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:15.379641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:15.380005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:15.380325+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' [] [] [2021-07-26T06:19:15.380929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:15.383691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.384857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.385987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:15.386578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:15.386922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:15.387241+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' [] [] [2021-07-26T06:19:15.387588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:15.387869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.388834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:15.389825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:15.390431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:15.390771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:15.391088+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' [] [] [2021-07-26T06:19:15.391432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:16.732670+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=4","method":"GET"} [] [2021-07-26T06:19:16.810874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-26T06:19:16.840011+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T06:19:16.865216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.866372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.870504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:16.872095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:16.872529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:16.872891+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' [] [] [2021-07-26T06:19:16.873743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:16.876622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.877701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.878714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:16.879274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:16.879619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:16.879932+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' [] [] [2021-07-26T06:19:16.880282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:16.880557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.881516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:16.882492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:16.882996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:16.883325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:16.883637+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' [] [] [2021-07-26T06:19:16.883977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:25.448206+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-26T06:19:25.535929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-26T06:19:25.564701+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [2] [] [2021-07-26T06:19:25.590224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.591405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.595524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:25.596998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:25.597359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:25.597731+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' [] [] [2021-07-26T06:19:25.598381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:25.601147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.602215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.603386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:25.604000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:25.604411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:25.604731+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' [] [] [2021-07-26T06:19:25.605083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:19:25.605368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.606408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:19:25.607394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:19:25.607928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:19:25.608262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:19:25.608575+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' [] [] [2021-07-26T06:19:25.608918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:00.189476+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T06:20:00.291090+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T06:20:00.328630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.329805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.333915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:00.335435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:00.335859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:00.336192+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' [] [] [2021-07-26T06:20:00.336933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:00.339882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.340982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.341988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:00.342568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:00.342909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:00.343221+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' [] [] [2021-07-26T06:20:00.343570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:00.343845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.344809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:00.345787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:00.346285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:00.346683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:00.346993+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' [] [] [2021-07-26T06:20:00.347332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:01.853712+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=4","method":"GET"} [] [2021-07-26T06:20:01.954595+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["4"] [] [2021-07-26T06:20:01.975437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.976646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.980437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:01.981692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:01.982046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:01.982366+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' [] [] [2021-07-26T06:20:01.982925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:01.985165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.986170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.987150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:01.987751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:01.988086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:01.988400+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' [] [] [2021-07-26T06:20:01.988742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:01.989016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.990002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:01.990999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:01.991520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:01.991853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:01.992188+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' [] [] [2021-07-26T06:20:01.992566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:07.665723+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T06:20:07.751018+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T06:20:07.788575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.789800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.794011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:07.795644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:07.796187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:07.796569+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' [] [] [2021-07-26T06:20:07.797350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:07.800222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.801279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.802272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:07.802826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:07.803166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:07.803477+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' [] [] [2021-07-26T06:20:07.803828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:07.804111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.805065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:07.806060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:07.806661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:07.806996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:07.807309+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' [] [] [2021-07-26T06:20:07.807651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:09.237156+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=5","method":"GET"} [] [2021-07-26T06:20:09.337583+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["5"] [] [2021-07-26T06:20:09.395717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.396857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.401133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:09.402960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:09.403385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:09.403721+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' [] [] [2021-07-26T06:20:09.404435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:09.407197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.408242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.409226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:09.409779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:09.410120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:09.410438+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' [] [] [2021-07-26T06:20:09.410780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:09.411052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.412007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:09.412984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:09.413513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:09.413852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:09.414170+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' [] [] [2021-07-26T06:20:09.414513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:10.565760+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=9","method":"GET"} [] [2021-07-26T06:20:10.642809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-26T06:20:10.671199+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T06:20:10.696480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.697621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.701797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:10.703312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:10.703672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:10.703997+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' [] [] [2021-07-26T06:20:10.704614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:10.707527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.708656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.709673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:10.710262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:10.710674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:10.710992+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' [] [] [2021-07-26T06:20:10.711342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:20:10.711619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.712589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:20:10.713569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:20:10.714073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:20:10.714406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:20:10.714716+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' [] [] [2021-07-26T06:20:10.715054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:22:32.839111+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:22:32.976408+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:22:32.981720+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:22:32.982248+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:22:32.989131+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:22:32.989738+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:22:32.990321+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:22:32.990785+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:22:33.049945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.051094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.055400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:22:33.057045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:22:33.057403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:22:33.057725+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' [] [] [2021-07-26T06:22:33.058329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:22:33.061115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.062093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.063069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:22:33.063746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:22:33.064123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:22:33.064443+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' [] [] [2021-07-26T06:22:33.064855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:22:33.065134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.066114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:22:33.067083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:22:33.067593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:22:33.067917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:22:33.068227+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' [] [] [2021-07-26T06:22:33.068558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:22:33.354926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6cd19"},"request_uri":"http://127.0.0.1:8000/_wdt/e6cd19","method":"GET"} [] [2021-07-26T06:23:24.088924+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:23:24.239709+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:23:24.245137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:23:24.246267+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:23:24.253444+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:23:24.254090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:23:24.254708+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:23:24.255185+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:23:24.315842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.317103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.321280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:24.322813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:24.323196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:24.323521+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' [] [] [2021-07-26T06:23:24.324137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:24.327023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.328073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.329233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:24.329979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:24.330376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:24.330706+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' [] [] [2021-07-26T06:23:24.331123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:24.331410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.332439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:24.333418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:24.333946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:24.334283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:24.334595+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' [] [] [2021-07-26T06:23:24.334937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:24.608200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5791e9"},"request_uri":"http://127.0.0.1:8000/_wdt/5791e9","method":"GET"} [] [2021-07-26T06:23:31.108441+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:23:31.246352+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:23:31.251636+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:23:31.252195+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:23:31.259171+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:23:31.259799+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:23:31.260450+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:23:31.260977+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:23:31.296874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.298005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.302123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:31.303965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:31.304402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:31.304729+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' [] [] [2021-07-26T06:23:31.305359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:31.308231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.309522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.310512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:31.311060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:31.311400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:31.311704+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' [] [] [2021-07-26T06:23:31.312046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:31.312384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.313335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:23:31.314289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:23:31.314785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:23:31.315108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:23:31.315415+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' [] [] [2021-07-26T06:23:31.315745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:23:31.566422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"902de5"},"request_uri":"http://127.0.0.1:8000/_wdt/902de5","method":"GET"} [] [2021-07-26T06:27:53.644975+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T06:27:53.793568+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T06:27:53.814726+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T06:27:53.816443+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T06:27:53.834800+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T06:27:53.835868+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T06:27:53.836640+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T06:27:53.837380+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T06:27:53.902972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.904174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.908440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:27:53.910387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:27:53.911634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:27:53.912171+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' [] [] [2021-07-26T06:27:53.912889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:27:53.915785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.916848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.917838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:27:53.918395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:27:53.918734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:27:53.919053+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' [] [] [2021-07-26T06:27:53.919397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:27:53.919671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.920637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T06:27:53.921669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T06:27:53.922176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T06:27:53.922549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T06:27:53.922865+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' [] [] [2021-07-26T06:27:53.923212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T06:27:54.210638+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00abdc"},"request_uri":"http://127.0.0.1:8000/_wdt/00abdc","method":"GET"} [] [2021-07-26T07:35:23.371660+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T07:35:23.453501+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T07:35:23.459377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T07:35:23.460085+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T07:35:23.466860+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T07:35:23.467505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T07:35:23.468000+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T07:35:23.468446+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T07:35:23.501756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.503219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.507324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:23.508975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:23.509503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:23.509929+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' [] [] [2021-07-26T07:35:23.510710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:23.513904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.514970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.515937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:23.516508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:23.516850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:23.517162+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' [] [] [2021-07-26T07:35:23.517507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:23.517777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.518710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:23.519666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:23.520255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:23.520594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:23.520902+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' [] [] [2021-07-26T07:35:23.521262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:23.852005+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1636f9"},"request_uri":"http://127.0.0.1:8000/_wdt/1636f9","method":"GET"} [] [2021-07-26T07:35:27.726978+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T07:35:27.873457+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T07:35:27.879493+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T07:35:27.880167+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T07:35:27.888986+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T07:35:27.889618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T07:35:27.890066+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T07:35:27.890528+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T07:35:27.927485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.928656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.932813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:27.934429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:27.934809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:27.935131+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' [] [] [2021-07-26T07:35:27.935739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:27.938529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.939554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.940553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:27.941201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:27.941636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:27.942002+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' [] [] [2021-07-26T07:35:27.942384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:27.942698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.943755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:35:27.944755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:35:27.945392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:35:27.945751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:35:27.946067+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' [] [] [2021-07-26T07:35:27.946415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:35:28.197190+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b4c32"},"request_uri":"http://127.0.0.1:8000/_wdt/3b4c32","method":"GET"} [] [2021-07-26T07:36:58.726319+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T07:36:58.830105+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T07:36:58.835799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T07:36:58.836456+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T07:36:58.843061+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T07:36:58.844004+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T07:36:58.844469+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T07:36:58.844908+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T07:36:58.876461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.877616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.881633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:36:58.883253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:36:58.883643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:36:58.883959+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' [] [] [2021-07-26T07:36:58.884558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:36:58.887673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.888663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.889626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:36:58.890161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:36:58.890502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:36:58.890811+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' [] [] [2021-07-26T07:36:58.891145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:36:58.891412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.892565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:36:58.893521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:36:58.894094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:36:58.894421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:36:58.894727+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' [] [] [2021-07-26T07:36:58.895065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:36:59.157805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c3611"},"request_uri":"http://127.0.0.1:8000/_wdt/2c3611","method":"GET"} [] [2021-07-26T07:37:01.670207+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T07:37:01.764183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T07:37:01.802095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.803249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.807312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:01.808784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:01.809255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:01.809629+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' [] [] [2021-07-26T07:37:01.810355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:01.813168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.814189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.815166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:01.815710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:01.816052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:01.816368+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' [] [] [2021-07-26T07:37:01.816717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:01.816987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.817930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:01.818949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:01.819480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:01.819813+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:01.820123+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' [] [] [2021-07-26T07:37:01.820472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:03.226487+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=4","method":"GET"} [] [2021-07-26T07:37:03.317112+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["4"] [] [2021-07-26T07:37:03.338943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.340096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.343824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:03.345065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:03.345404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:03.345722+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' [] [] [2021-07-26T07:37:03.346363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:03.348764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.349866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.350854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:03.351418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:03.351758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:03.352144+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' [] [] [2021-07-26T07:37:03.352496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:03.352774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.353728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:03.354733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:03.355273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:03.355625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:03.355940+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' [] [] [2021-07-26T07:37:03.356288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:08.507050+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T07:37:08.577264+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T07:37:08.615628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.616981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.621251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:08.622814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:08.623257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:08.623577+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' [] [] [2021-07-26T07:37:08.624189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:08.626939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.627948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.628929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:08.629458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:08.629793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:08.630108+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' [] [] [2021-07-26T07:37:08.630449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:08.630719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.631681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:08.632795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:08.633475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:08.633854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:08.634248+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' [] [] [2021-07-26T07:37:08.634629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:09.873867+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=5","method":"GET"} [] [2021-07-26T07:37:09.952047+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["5"] [] [2021-07-26T07:37:09.996262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:09.997441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:10.001548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:10.003154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:10.003613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:10.003959+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' [] [] [2021-07-26T07:37:10.004623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:10.007403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:10.008404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:10.009386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:10.009926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:10.010335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:10.010651+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' [] [] [2021-07-26T07:37:10.010995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:10.011268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:10.012219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:10.013191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:10.013690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:10.014023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:10.014343+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' [] [] [2021-07-26T07:37:10.014680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:11.264240+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=9","method":"GET"} [] [2021-07-26T07:37:11.347443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-26T07:37:11.375961+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T07:37:11.401682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.402892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.406961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:11.408558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:11.409079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:11.409454+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' [] [] [2021-07-26T07:37:11.410191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:11.412978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.413997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.414979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:11.415518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:11.415857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:11.416185+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' [] [] [2021-07-26T07:37:11.416532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:11.416805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.417754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:11.418723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:11.419291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:11.419624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:11.419937+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' [] [] [2021-07-26T07:37:11.420273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:37.777912+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-26T07:37:37.922440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T07:37:37.927944+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T07:37:37.928604+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T07:37:37.937989+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T07:37:37.938874+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T07:37:37.939507+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T07:37:37.940060+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T07:37:37.998797+00:00] request.CRITICAL: Uncaught PHP Exception LogicException: "You cannot guess the mime type as the Mime component is not installed. Try running "composer require symfony/mime"." at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 78 {"exception":"[object] (LogicException(code: 0): You cannot guess the mime type as the Mime component is not installed. Try running \"composer require symfony/mime\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:78)"} [] [2021-07-26T07:37:38.073514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.074642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.078863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.080382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.080757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.081071+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' [] [] [2021-07-26T07:37:38.081812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.084605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.085597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.086552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.087082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.087420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.087731+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' [] [] [2021-07-26T07:37:38.088070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.088404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.089340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.090290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.090781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.091110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.091416+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' [] [] [2021-07-26T07:37:38.091751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.092893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.093865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.094816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.095312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.095637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.095964+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' [] [] [2021-07-26T07:37:38.096310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.096648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.097722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.098770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.099320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.099656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.099967+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' [] [] [2021-07-26T07:37:38.100311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.100581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.101511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:37:38.102459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:37:38.102949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:37:38.103272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:37:38.103578+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' [] [] [2021-07-26T07:37:38.103910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:37:38.338592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96bffb"},"request_uri":"http://127.0.0.1:8000/_wdt/96bffb","method":"GET"} [] [2021-07-26T07:38:29.763631+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-26T07:38:29.904026+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T07:38:29.910214+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T07:38:29.910940+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T07:38:29.922331+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T07:38:29.923139+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T07:38:29.923802+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T07:38:29.924486+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T07:38:29.989663+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-26T07:38:29.998979+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T07:38:30.000095+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-26T00:00:00+00:00","2":52352.0,"3":"FR/2021/07/00006","4":3.0,"5":null,"6":null,"7":"PO-60fe6675f3443.pdf","8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":5,"20":5,"21":9,"22":3,"23":2,"24":2,"25":2} [] [2021-07-26T07:38:30.001627+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T07:38:30.024566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.025763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.030041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.031680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.032044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.032361+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' [] [] [2021-07-26T07:38:30.032976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.035899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.036924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.037906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.038450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.038784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.039102+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' [] [] [2021-07-26T07:38:30.039445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.039723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.040678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.041792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.042370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.042740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.043055+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' [] [] [2021-07-26T07:38:30.043400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.199322+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T07:38:30.261627+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T07:38:30.357516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.363264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.372015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.374776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.375502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.376193+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' [] [] [2021-07-26T07:38:30.377581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.382554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.384718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.386507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.387451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.388031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.388587+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' [] [] [2021-07-26T07:38:30.389185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.389657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.391399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.393321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.394353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.394953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.395506+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' [] [] [2021-07-26T07:38:30.396112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.414606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T07:38:30.420270+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T07:38:30.440887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T07:38:30.443311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T07:38:30.443744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T07:38:30.444136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T07:38:30.444542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T07:38:30.444912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T07:38:30.445234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T07:38:30.445592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T07:38:30.445944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T07:38:30.446262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T07:38:30.446661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T07:38:30.447060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T07:38:30.447383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T07:38:30.448785+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T07:38:30.450935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.451973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.452925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.453465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.453803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.454125+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' [] [] [2021-07-26T07:38:30.454465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.454736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.455663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.456613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.457111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.457434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.457745+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' [] [] [2021-07-26T07:38:30.458078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.458339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.459309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:38:30.460465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:38:30.461032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:38:30.461376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:38:30.461761+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' [] [] [2021-07-26T07:38:30.462105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:38:30.751162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c98d9b"},"request_uri":"http://127.0.0.1:8000/_wdt/c98d9b","method":"GET"} [] [2021-07-26T07:40:26.691087+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T07:40:26.833370+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T07:40:26.843558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T07:40:26.844545+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T07:40:26.853984+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T07:40:26.854732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T07:40:26.855216+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T07:40:26.855730+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T07:40:26.893695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.894882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.899083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:40:26.900568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:40:26.901010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:40:26.901422+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' [] [] [2021-07-26T07:40:26.902038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:40:26.905320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.906474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.907485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:40:26.908071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:40:26.908427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:40:26.908746+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' [] [] [2021-07-26T07:40:26.909108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:40:26.909391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.910385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T07:40:26.911399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T07:40:26.911936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T07:40:26.912292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T07:40:26.912609+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' [] [] [2021-07-26T07:40:26.913041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T07:40:27.179338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e80418"},"request_uri":"http://127.0.0.1:8000/_wdt/e80418","method":"GET"} [] [2021-07-26T08:16:30.273360+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:16:30.336676+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:16:30.413549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.415963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.420780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.422449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.422827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.423153+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' [] [] [2021-07-26T08:16:30.423778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.426614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.427690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.428694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.429324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.429668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.429986+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' [] [] [2021-07-26T08:16:30.430336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.430612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.431593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.432585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.433094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.433427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.433739+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' [] [] [2021-07-26T08:16:30.434080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.447625+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:16:30.453271+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:16:30.475465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:16:30.477726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:30.478130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:30.478525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:16:30.478932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:16:30.479298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:30.479628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:30.479994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:30.480358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:16:30.480693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:16:30.481061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:16:30.481468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:16:30.481799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:16:30.483258+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:16:30.484822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.486080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.487434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.488178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.488498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.488793+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' [] [] [2021-07-26T08:16:30.489105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.489430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.490500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.491494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.491997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.492297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.492651+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' [] [] [2021-07-26T08:16:30.492967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.493199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.494135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:30.495085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:30.495551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:30.495841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:30.496108+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' [] [] [2021-07-26T08:16:30.496403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:30.795256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c50e2b"},"request_uri":"http://127.0.0.1:8000/_wdt/c50e2b","method":"GET"} [] [2021-07-26T08:16:32.173365+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:16:32.257505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:16:32.343424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:32.345572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:32.346022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:16:32.346810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:16:32.347288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:32.347708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:32.348104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:32.351471+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:16:32.353377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:16:32.353909+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:16:32.354677+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:16:32.355199+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:16:32.355693+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:16:32.356106+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:16:32.405676+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\Assetregister"." at C:\Apache24\htdocs\fixedasset\templates\assetregister\edit.html.twig line 56 {"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\\Assetregister\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\edit.html.twig:56)"} [] [2021-07-26T08:16:32.465126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.466356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.470576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.472021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.472380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.472693+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' [] [] [2021-07-26T08:16:32.473325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.476403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.477615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.478648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.479214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.479636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.479956+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' [] [] [2021-07-26T08:16:32.480312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.480593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.481574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.482572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.483077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.483414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.483730+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' [] [] [2021-07-26T08:16:32.484071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.485253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.486264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.487261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.487786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.488119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.488469+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' [] [] [2021-07-26T08:16:32.488825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.489101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.490082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.491083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.491599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.491932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.492331+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' [] [] [2021-07-26T08:16:32.492744+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.493069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.494189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:32.495213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:32.495773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:32.496118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:32.496458+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' [] [] [2021-07-26T08:16:32.496812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:32.706912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ec9f0"},"request_uri":"http://127.0.0.1:8000/_wdt/2ec9f0","method":"GET"} [] [2021-07-26T08:16:50.953337+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:16:51.028794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:16:51.109418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:51.111436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:16:51.111915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:16:51.112610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:16:51.113054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:51.113480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:51.113896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:16:51.117002+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:16:51.118792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:16:51.119301+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:16:51.120263+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:16:51.120820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:16:51.121239+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:16:51.121639+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:16:51.182239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.183442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.187636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:51.189178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:51.189586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:51.189944+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' [] [] [2021-07-26T08:16:51.190585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:51.193364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.194364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.195302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:51.195832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:51.196243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:51.196554+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' [] [] [2021-07-26T08:16:51.196894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:51.197163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.198117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:16:51.199087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:16:51.199591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:16:51.199920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:16:51.200255+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' [] [] [2021-07-26T08:16:51.200592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:16:51.485974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f44cd4"},"request_uri":"http://127.0.0.1:8000/_wdt/f44cd4","method":"GET"} [] [2021-07-26T08:18:04.355917+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:18:04.434395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:18:04.516660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:18:04.518692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:18:04.519361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:18:04.520160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:18:04.520655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:04.521126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:04.521662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:04.524988+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:18:04.526855+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:18:04.527377+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:18:04.528080+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:18:04.528554+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:18:04.528961+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:18:04.529360+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:18:04.594469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.595629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.599725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:04.601225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:04.601732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:04.602068+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' [] [] [2021-07-26T08:18:04.602711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:04.605766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.606831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.607820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:04.608368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:04.608704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:04.609015+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' [] [] [2021-07-26T08:18:04.609364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:04.609671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.610656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:04.611640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:04.612160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:04.612562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:04.612954+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' [] [] [2021-07-26T08:18:04.613323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:04.893808+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71a76d"},"request_uri":"http://127.0.0.1:8000/_wdt/71a76d","method":"GET"} [] [2021-07-26T08:18:21.598386+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:18:21.663370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:18:21.748705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:18:21.750742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:18:21.751196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:18:21.751908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:18:21.752362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:21.752822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:21.753232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:18:21.756547+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:18:21.758520+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:18:21.759060+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:18:21.759777+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:18:21.760263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:18:21.760681+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:18:21.761090+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:18:21.822620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.823800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.828001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:21.829579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:21.830214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:21.830618+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' [] [] [2021-07-26T08:18:21.831421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:21.834392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.835475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.836486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:21.837048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:21.837470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:21.837792+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' [] [] [2021-07-26T08:18:21.838145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:21.838425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.839408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:18:21.840405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:18:21.840919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:18:21.841295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:18:21.841643+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' [] [] [2021-07-26T08:18:21.841992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:18:22.122218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26b74d"},"request_uri":"http://127.0.0.1:8000/_wdt/26b74d","method":"GET"} [] [2021-07-26T08:19:23.318024+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:19:23.395410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:19:23.483917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:23.485968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:23.486419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:23.487128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:23.487574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:23.488025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:23.488476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:23.492410+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:19:23.494475+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:19:23.495020+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:19:23.495727+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:19:23.496212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:19:23.496634+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:19:23.497101+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:19:23.537645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.539233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.543686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:23.545260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:23.545661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:23.546002+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' [] [] [2021-07-26T08:19:23.546640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:23.549511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.550541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.551553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:23.552109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:23.552448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:23.552801+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' [] [] [2021-07-26T08:19:23.553185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:23.553443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.554448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:23.555673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:23.556285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:23.556673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:23.557063+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' [] [] [2021-07-26T08:19:23.557459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:23.846838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a4c3e"},"request_uri":"http://127.0.0.1:8000/_wdt/0a4c3e","method":"GET"} [] [2021-07-26T08:19:27.444593+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:19:27.534554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:19:27.649362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:27.651377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:27.651825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:27.652695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:27.653295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:27.653877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:27.654272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:27.663837+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:19:27.665586+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:19:27.666208+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:19:27.667172+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:19:27.667794+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:19:27.668313+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:19:27.668845+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:19:27.735878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.737305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.741723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:27.743313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:27.743682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:27.744010+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' [] [] [2021-07-26T08:19:27.744628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:27.747592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.748671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.749672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:27.750222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:27.750569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:27.750891+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' [] [] [2021-07-26T08:19:27.751240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:27.751520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.752564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:27.753773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:27.754360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:27.754712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:27.755033+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' [] [] [2021-07-26T08:19:27.755386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:27.907050+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:19:27.968804+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:19:28.046652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.049216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.053300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.054809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.055175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.055463+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' [] [] [2021-07-26T08:19:28.055986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.058170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.059143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.060168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.060696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.061030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.061419+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' [] [] [2021-07-26T08:19:28.061760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.062031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.062991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.063963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.064455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.064785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.065093+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' [] [] [2021-07-26T08:19:28.065434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.076697+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:19:28.081400+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:19:28.102281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:28.104615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:28.105078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:28.105471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:28.105880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:19:28.106237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:28.106561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:28.106926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:28.107281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:28.107611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:28.108008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:19:28.108410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:28.108738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:28.110139+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:19:28.112292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.113328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.114356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.114982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.115369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.115695+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' [] [] [2021-07-26T08:19:28.116046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.116333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.117350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.118350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.118866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.119275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.119603+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' [] [] [2021-07-26T08:19:28.119946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.120215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.121337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:28.122300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:28.122855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:28.123194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:28.123512+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' [] [] [2021-07-26T08:19:28.123863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:28.395283+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"111245"},"request_uri":"http://127.0.0.1:8000/_wdt/111245","method":"GET"} [] [2021-07-26T08:19:32.366074+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:19:32.443892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:19:32.530465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:32.532595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:32.533144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:32.533872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:32.534326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:32.534791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:32.535209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:32.538426+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:19:32.540391+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:19:32.540923+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:19:32.541652+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:19:32.542143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:19:32.542563+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:19:32.542972+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:19:32.582450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.583635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.588255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:32.589936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:32.590313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:32.590652+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' [] [] [2021-07-26T08:19:32.591275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:32.594249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.595473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.596491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:32.597056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:32.597401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:32.597720+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' [] [] [2021-07-26T08:19:32.598071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:32.598352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.599331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:32.600324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:32.600880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:32.601236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:32.601554+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' [] [] [2021-07-26T08:19:32.601902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:32.868747+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27d434"},"request_uri":"http://127.0.0.1:8000/_wdt/27d434","method":"GET"} [] [2021-07-26T08:19:35.893557+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:19:35.978723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:19:36.064963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:36.067596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:36.068168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:36.068897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:36.069354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.069794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.070332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.079918+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:19:36.082082+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:19:36.082796+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:19:36.083854+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:19:36.084477+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:19:36.085013+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:19:36.085538+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:19:36.152623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.153870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.158143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.159599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.159967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.160257+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' [] [] [2021-07-26T08:19:36.160873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.163715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.164982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.166136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.166709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.167060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.167383+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' [] [] [2021-07-26T08:19:36.167737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.168018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.169057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.170024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.170557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.170896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.171214+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' [] [] [2021-07-26T08:19:36.171561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.324314+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:19:36.385558+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:19:36.464575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.467222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.470976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.472170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.472530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.472847+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' [] [] [2021-07-26T08:19:36.473391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.475626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.476616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.477588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.478112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.478471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.478854+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' [] [] [2021-07-26T08:19:36.479196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.479466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.480423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.481394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.481892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.482326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.482716+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' [] [] [2021-07-26T08:19:36.483053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.494180+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:19:36.499013+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:19:36.520171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:36.522334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:36.522728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:36.523121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:36.523522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:19:36.523877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.524240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.524601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:36.524956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:36.525283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:36.525641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:19:36.526045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:36.526383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:36.527994+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:19:36.530234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.531266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.532368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.533003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.533355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.533673+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' [] [] [2021-07-26T08:19:36.534024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.534306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.535287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.536261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.536761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.537171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.537493+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' [] [] [2021-07-26T08:19:36.537830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.538094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.539040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:36.540035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:36.540545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:36.540877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:36.541190+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' [] [] [2021-07-26T08:19:36.541526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:36.814896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1ac33"},"request_uri":"http://127.0.0.1:8000/_wdt/e1ac33","method":"GET"} [] [2021-07-26T08:19:41.242741+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"GET"} [] [2021-07-26T08:19:41.332691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:19:41.418661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:41.420696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:41.421145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:41.421894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:41.422348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:41.422768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:41.425741+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:19:41.427690+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:19:41.428223+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:19:41.428921+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:19:41.429418+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:19:41.429844+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:19:41.430257+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:19:41.468018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.469218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.473524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:41.475047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:41.475497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:41.475829+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' [] [] [2021-07-26T08:19:41.476479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:41.479298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.480323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.481312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:41.481874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:41.482223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:41.482570+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' [] [] [2021-07-26T08:19:41.482971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:41.483272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.484379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:41.485423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:41.485986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:41.486334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:41.486663+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' [] [] [2021-07-26T08:19:41.487018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:41.744728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22610d"},"request_uri":"http://127.0.0.1:8000/_wdt/22610d","method":"GET"} [] [2021-07-26T08:19:43.622994+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"POST"} [] [2021-07-26T08:19:43.700949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:19:43.784322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:43.786394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:43.786871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:43.787596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:43.788040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:43.788444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:43.798578+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:19:43.800334+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:19:43.801047+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2021-07-26T08:19:43.802166+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T08:19:43.802795+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:19:43.803335+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:19:43.871586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.872845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.877466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:43.878995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:43.879371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:43.879703+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' [] [] [2021-07-26T08:19:43.880320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:43.883228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.884305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.885384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:43.885979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:43.886419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:43.886744+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' [] [] [2021-07-26T08:19:43.887101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:43.887385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.888387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:43.889410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:43.889960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:43.890304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:43.890666+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' [] [] [2021-07-26T08:19:43.891063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.043736+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:19:44.105872+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:19:44.182800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.185164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.188920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.190122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.190485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.190805+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' [] [] [2021-07-26T08:19:44.191366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.193671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.194716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.195713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.196261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.196615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.196935+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' [] [] [2021-07-26T08:19:44.197288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.197569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.198555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.199633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.200147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.200482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.200832+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' [] [] [2021-07-26T08:19:44.201193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.212940+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:19:44.217891+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:19:44.239266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:19:44.241478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:44.241960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:19:44.242373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:44.242787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:19:44.243152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:44.243486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:44.243850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:19:44.244218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:44.244548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:19:44.244915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:19:44.245325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:44.245653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:19:44.247176+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:19:44.249375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.250415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.251414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.251960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.252299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.252617+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' [] [] [2021-07-26T08:19:44.252965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.253242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.254213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.255208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.255717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.256048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.256374+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' [] [] [2021-07-26T08:19:44.256796+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.257070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.258057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:19:44.259129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:19:44.259788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:19:44.260176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:19:44.260465+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' [] [] [2021-07-26T08:19:44.260816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:19:44.521979+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd2b93"},"request_uri":"http://127.0.0.1:8000/_wdt/bd2b93","method":"GET"} [] [2021-07-26T08:20:01.834461+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"GET"} [] [2021-07-26T08:20:01.917247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T08:20:02.004768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:02.006837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:02.007295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:20:02.008106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:02.008563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:02.009022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:02.009418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:02.012358+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:20:02.014212+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:20:02.014736+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:20:02.015430+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:20:02.015921+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:20:02.016337+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:20:02.016778+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:20:02.054101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.055288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.059571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:02.061081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:02.061440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:02.061843+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' [] [] [2021-07-26T08:20:02.062465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:02.065330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.066392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.067398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:02.067947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:02.068292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:02.068613+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' [] [] [2021-07-26T08:20:02.068995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:02.069318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.070539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:02.071578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:02.072143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:02.072524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:02.072874+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' [] [] [2021-07-26T08:20:02.073237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:02.360745+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cf1f1"},"request_uri":"http://127.0.0.1:8000/_wdt/7cf1f1","method":"GET"} [] [2021-07-26T08:20:03.990437+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"POST"} [] [2021-07-26T08:20:04.071927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T08:20:04.156970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.158967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.159438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:20:04.160440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:04.161147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.161588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.161974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.171544+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-26T08:20:04.173247+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-26T08:20:04.173820+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2021-07-26T08:20:04.174977+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:20:04.175601+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:20:04.176267+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:20:04.177017+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:20:04.243806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.244995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.249288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.250776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.251141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.251468+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' [] [] [2021-07-26T08:20:04.252097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.255073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.256179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.257236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.257815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.258239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.258564+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' [] [] [2021-07-26T08:20:04.258917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.259199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.260383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.261434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.261989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.262332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.262652+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' [] [] [2021-07-26T08:20:04.263002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.417983+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:20:04.478210+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:20:04.564206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.566505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.570259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.571441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.571787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.572105+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' [] [] [2021-07-26T08:20:04.572653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.574914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.575911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.576897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.577493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.577982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.578421+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' [] [] [2021-07-26T08:20:04.578830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.579155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.580175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.581091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.581701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.582039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.582347+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' [] [] [2021-07-26T08:20:04.582685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.593892+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:20:04.599439+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:20:04.619964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:20:04.622204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:20:04.622613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:20:04.623005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:04.623410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:20:04.623772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.624097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.624454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:04.624812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:04.625136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:04.625496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:20:04.625898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:04.626233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:04.628044+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:20:04.630327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.631359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.632342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.632889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.633227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.633542+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' [] [] [2021-07-26T08:20:04.633884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.634162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.635117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.636082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.636595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.636921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.637245+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' [] [] [2021-07-26T08:20:04.637741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.638010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.638975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:04.639942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:04.640447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:04.640776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:04.641087+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' [] [] [2021-07-26T08:20:04.641424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:04.924936+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5336ff"},"request_uri":"http://127.0.0.1:8000/_wdt/5336ff","method":"GET"} [] [2021-07-26T08:20:11.762073+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetregister/7/edit","method":"GET"} [] [2021-07-26T08:20:11.844024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["7"] [] [2021-07-26T08:20:11.927936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:11.929999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:11.930478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:11.931284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:11.931731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:11.932130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:11.932518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:11.935440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:20:11.937852+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:20:11.938502+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:20:11.939298+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:20:11.939816+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:20:11.940235+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:20:11.940645+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:20:11.977337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.978524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.982761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:11.984219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:11.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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:11.985086+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' [] [] [2021-07-26T08:20:11.985783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:11.988814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.989949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.990968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:11.991539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:11.991888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:11.992207+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' [] [] [2021-07-26T08:20:11.992577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:11.992871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.993880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:11.994881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:11.995407+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:11.995748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:11.996072+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' [] [] [2021-07-26T08:20:11.996424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:12.260470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8230d9"},"request_uri":"http://127.0.0.1:8000/_wdt/8230d9","method":"GET"} [] [2021-07-26T08:20:13.187493+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/assetregister/7/edit","method":"POST"} [] [2021-07-26T08:20:13.272622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["7"] [] [2021-07-26T08:20:13.357121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:13.359395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:13.359863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.360646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:13.361148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.361549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.361931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.371693+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-26T08:20:13.373463+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["4"]] [] [2021-07-26T08:20:13.374190+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-07-26T08:20:13.375421+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["4"]] [] [2021-07-26T08:20:13.376065+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:20:13.376678+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:20:13.377240+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:20:13.444632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.445817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.450116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.451610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.451979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.452307+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' [] [] [2021-07-26T08:20:13.452929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.455754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.456777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.457853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.458529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.459043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.459381+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' [] [] [2021-07-26T08:20:13.459743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.460030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.461064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.462065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.462587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.462925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.463241+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' [] [] [2021-07-26T08:20:13.463587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.618584+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:20:13.680122+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:20:13.753805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.756148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.760042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.761501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.761854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.762179+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' [] [] [2021-07-26T08:20:13.762751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.765020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.766042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.767045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.767585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.767924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.768241+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' [] [] [2021-07-26T08:20:13.768586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.768862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.769813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.770816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.771402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.771737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.772052+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' [] [] [2021-07-26T08:20:13.772399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.783824+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:20:13.788984+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:20:13.810684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:20:13.813005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:20:13.813408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:20:13.813792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:13.814182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:20:13.814526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.814834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.815179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:20:13.815515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:13.815821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:20:13.816122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:20:13.816533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:13.816853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:20:13.818324+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:20:13.820528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.821576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.822582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.823139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.823482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.823800+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' [] [] [2021-07-26T08:20:13.824114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.824426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.825575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.826717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.827348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.827698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.828014+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' [] [] [2021-07-26T08:20:13.828369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:13.828646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.829733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:20:13.830730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:20:13.831242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:20:13.831578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:20:13.831897+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' [] [] [2021-07-26T08:20:13.832238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:20:14.125335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e660dd"},"request_uri":"http://127.0.0.1:8000/_wdt/e660dd","method":"GET"} [] [2021-07-26T08:27:03.354111+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:27:03.410988+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:27:03.500571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.503053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.507232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.508689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.509137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.509464+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' [] [] [2021-07-26T08:27:03.510076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.512796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.513787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.515018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.515590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.515931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.516246+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' [] [] [2021-07-26T08:27:03.516592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.516866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.517829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.518800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.519302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.519706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.520016+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' [] [] [2021-07-26T08:27:03.520354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.533594+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:27:03.538588+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:27:03.559620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:27:03.561812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:03.562250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:03.562648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:03.563050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:27:03.563410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:03.563734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:03.564095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:03.564457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:27:03.564844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:27:03.565248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:27:03.565684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:03.566016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:03.567487+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:27:03.568969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.569981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.570965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.571595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.571928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.572241+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' [] [] [2021-07-26T08:27:03.572584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.572859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.573857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.574821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.575323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.575650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.575956+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' [] [] [2021-07-26T08:27:03.576295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.576559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.577502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:03.578498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:03.578996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:03.579400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:03.579709+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' [] [] [2021-07-26T08:27:03.580044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:03.894059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b586a5"},"request_uri":"http://127.0.0.1:8000/_wdt/b586a5","method":"GET"} [] [2021-07-26T08:27:06.062900+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:27:06.124390+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:27:06.199141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.201504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.205882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.207500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.207878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.208264+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' [] [] [2021-07-26T08:27:06.208828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.211642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.212649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.213575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.214062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.214333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.214569+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' [] [] [2021-07-26T08:27:06.214832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.215029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.215924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.216825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.217268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.217522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.217747+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' [] [] [2021-07-26T08:27:06.218085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.231168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:27:06.236362+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:27:06.257607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:27:06.259833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:06.260191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:06.260527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:06.260884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:27:06.261190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:06.261446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:06.261726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:06.262008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:27:06.262254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:27:06.262535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:27:06.262868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:06.263141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:06.264726+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:27:06.266330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.267349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.268314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.268811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.269085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.269321+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' [] [] [2021-07-26T08:27:06.269589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.269795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.270719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.271610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.272061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.272316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.272544+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' [] [] [2021-07-26T08:27:06.272805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.273002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.274067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:06.274999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:06.275485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:06.275842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:06.276091+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' [] [] [2021-07-26T08:27:06.276357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:06.532649+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32f3f6"},"request_uri":"http://127.0.0.1:8000/_wdt/32f3f6","method":"GET"} [] [2021-07-26T08:27:08.752677+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:27:08.817566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:27:08.909055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:08.911173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:27:08.911657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:27:08.912420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:27:08.912870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:08.913266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:08.913659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:27:08.917191+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:27:08.919798+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:27:08.920594+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:27:08.921376+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:27:08.921875+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:27:08.922290+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:27:08.922707+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:27:08.960972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.962171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.966586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:08.968996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:08.969473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:08.969826+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' [] [] [2021-07-26T08:27:08.970514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:08.973331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.974416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.975442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:08.975998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:08.976428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:08.976745+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' [] [] [2021-07-26T08:27:08.977094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:08.977378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.978363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:27:08.979357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:27:08.979868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:27:08.980202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:27:08.980482+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' [] [] [2021-07-26T08:27:08.980824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:27:09.245394+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f5c7a"},"request_uri":"http://127.0.0.1:8000/_wdt/9f5c7a","method":"GET"} [] [2021-07-26T08:28:07.557235+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:28:07.637606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:28:07.719568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:28:07.721570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:28:07.722005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:28:07.722722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:28:07.723167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:07.723561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:07.723948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:07.726723+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:28:07.728554+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:28:07.729096+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:28:07.729792+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:28:07.730291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:28:07.730757+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:28:07.731222+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:28:07.767227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.768436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.772623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:07.774161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:07.774519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:07.774853+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' [] [] [2021-07-26T08:28:07.775473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:07.778256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.779272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.780268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:07.780796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:07.781135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:07.781459+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' [] [] [2021-07-26T08:28:07.781834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:07.782092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.783194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:07.784197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:07.784753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:07.785096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:07.785423+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' [] [] [2021-07-26T08:28:07.785777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:08.065406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98fbcf"},"request_uri":"http://127.0.0.1:8000/_wdt/98fbcf","method":"GET"} [] [2021-07-26T08:28:39.266510+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:28:39.348961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:28:39.433770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:28:39.435867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:28:39.436325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:28:39.437043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:28:39.437490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:39.437898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:39.438384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:28:39.448634+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:28:39.450391+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:28:39.450967+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:28:39.452051+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:28:39.452673+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:28:39.453215+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:28:39.453781+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:28:39.508909+00:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Assetregister::getSignFile() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Assetregister::getSignFile() at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:174)"} [] [2021-07-26T08:28:39.517253+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getSignFile" of class "App\Entity\Assetregister"." at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 174 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getSignFile\" of class \"App\\Entity\\Assetregister\". at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:174)"} [] [2021-07-26T08:28:39.547065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.548227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.552405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.553983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.554411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.554742+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' [] [] [2021-07-26T08:28:39.555376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.558849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.560001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.561006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.561577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.561926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.562253+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' [] [] [2021-07-26T08:28:39.562607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.562886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.563862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.564851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.565357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.565677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.566003+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' [] [] [2021-07-26T08:28:39.566368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.567623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.568643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.569749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.570284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.570625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.570946+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' [] [] [2021-07-26T08:28:39.571289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.571569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.572557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.573841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.574462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.574820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.575143+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' [] [] [2021-07-26T08:28:39.575496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.575777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.576786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:28:39.577781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:28:39.578291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:28:39.578624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:28:39.578951+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' [] [] [2021-07-26T08:28:39.579293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:28:39.789863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a5d2c"},"request_uri":"http://127.0.0.1:8000/_wdt/2a5d2c","method":"GET"} [] [2021-07-26T08:29:07.506243+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:29:07.595083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:29:07.716268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:29:07.718470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:29:07.719150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:29:07.719885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:29:07.720338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:07.720732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:07.721120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:07.730735+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:29:07.732394+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:29:07.732963+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:29:07.733997+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:29:07.734662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:29:07.735300+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:29:07.735882+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:29:07.796217+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: signFile" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 183 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: signFile at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:183)"} [] [2021-07-26T08:29:07.829062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.830251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.834425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.835865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.836382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.836731+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' [] [] [2021-07-26T08:29:07.837577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:07.840454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.841494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.842493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.843044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.843385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.843779+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' [] [] [2021-07-26T08:29:07.844128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:07.844406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.845380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.846370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.846877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.847219+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.847541+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' [] [] [2021-07-26T08:29:07.847885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:07.849099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.850089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.851083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.851596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.851934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.852326+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' [] [] [2021-07-26T08:29:07.852678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:07.852957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.853960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.854960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.855487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.855831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.856152+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' [] [] [2021-07-26T08:29:07.856494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:07.856765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.857740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:07.858757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:07.859339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:07.859861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:07.860191+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' [] [] [2021-07-26T08:29:07.860546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:08.068015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dac109"},"request_uri":"http://127.0.0.1:8000/_wdt/dac109","method":"GET"} [] [2021-07-26T08:29:48.486890+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:29:48.556302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:29:48.639254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:29:48.641475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:29:48.642105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:29:48.642875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:29:48.643327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:48.643753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:48.644141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:29:48.653891+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:29:48.655610+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:29:48.656185+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:29:48.657149+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:29:48.657814+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:29:48.658388+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:29:48.658924+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:29:48.717957+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: slugger" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 185 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: slugger at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:185)"} [] [2021-07-26T08:29:48.751126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.752310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.756604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.758108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.758564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.758965+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' [] [] [2021-07-26T08:29:48.759711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.762638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.763676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.764676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.765223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.765568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.765887+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' [] [] [2021-07-26T08:29:48.766237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.766513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.767487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.768478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.768987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.769321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.769640+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' [] [] [2021-07-26T08:29:48.769983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.771191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.772180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.773168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.773708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.774058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.774361+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' [] [] [2021-07-26T08:29:48.774728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.775021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.776031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.777020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.777568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.777907+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.778220+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' [] [] [2021-07-26T08:29:48.778571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.778845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.779816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:29:48.780806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:29:48.781311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:29:48.781647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:29:48.781962+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' [] [] [2021-07-26T08:29:48.782305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:29:48.985980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1df3a6"},"request_uri":"http://127.0.0.1:8000/_wdt/1df3a6","method":"GET"} [] [2021-07-26T08:30:12.660635+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:30:12.712145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:30:12.783203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:30:12.785303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:30:12.785743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:30:12.786444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:30:12.786884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:12.787274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:12.787652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:12.792984+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:30:12.794778+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:30:12.795630+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:30:12.797066+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:30:12.797733+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:30:12.798270+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:30:12.798796+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:30:12.856734+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T08:30:12.857169+00:00] doctrine.DEBUG: UPDATE assetregister SET docpath = ? WHERE id = ? ["photo-60fe7294d088a.jpg",10] [] [2021-07-26T08:30:12.858199+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T08:30:12.881466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.882752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.887262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:12.888938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:12.889465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:12.889818+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' [] [] [2021-07-26T08:30:12.890512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:12.893785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.894839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.895833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:12.896361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:12.896671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:12.896947+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' [] [] [2021-07-26T08:30:12.897254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:12.897578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.898554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:12.899498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:12.899994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:12.900308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:12.900595+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' [] [] [2021-07-26T08:30:12.900910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.064228+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:30:13.129560+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:30:13.200822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.203497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.207381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.208686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.209141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.209467+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' [] [] [2021-07-26T08:30:13.210007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.212278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.213306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.214315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.214881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.215222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.215542+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' [] [] [2021-07-26T08:30:13.215891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.216168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.217168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.218167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.218685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.219016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.219420+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' [] [] [2021-07-26T08:30:13.219729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.232189+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:30:13.237250+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:30:13.258734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:30:13.260995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:30:13.261411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:30:13.261806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:30:13.262218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:30:13.262585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:13.262915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:13.263280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:30:13.263660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:30:13.264028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:30:13.264426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:30:13.264883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:30:13.265247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:30:13.266788+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:30:13.268993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.270039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.271048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.271604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.272052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.272374+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' [] [] [2021-07-26T08:30:13.272724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.273004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.273993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.275017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.275548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.275886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.276203+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' [] [] [2021-07-26T08:30:13.276569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.276852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.277850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:13.278851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:13.279363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:13.279701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:13.280018+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' [] [] [2021-07-26T08:30:13.280364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:13.571381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59138a"},"request_uri":"http://127.0.0.1:8000/_wdt/59138a","method":"GET"} [] [2021-07-26T08:30:42.724323+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:30:42.815231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:30:42.878504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.879767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.883974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:42.885472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:42.885869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:42.886288+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' [] [] [2021-07-26T08:30:42.886932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:42.889804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.890829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.892168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:42.892925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:42.893348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:42.893730+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' [] [] [2021-07-26T08:30:42.894096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:42.894382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.895428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:30:42.896433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:30:42.896968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:30:42.897309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:30:42.897631+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' [] [] [2021-07-26T08:30:42.898066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:30:43.073463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"291431"},"request_uri":"http://127.0.0.1:8000/_wdt/291431","method":"GET"} [] [2021-07-26T08:34:01.032790+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:34:01.116756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:34:01.203932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:34:01.206029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:34:01.206473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:34:01.207201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:34:01.207644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:34:01.208047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:34:01.208428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:34:01.211731+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:34:01.213732+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:34:01.214509+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:34:01.215265+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:34:01.215835+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:34:01.216257+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:34:01.216662+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:34:01.253953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.255133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.259561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:34:01.261224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:34:01.261606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:34:01.261933+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' [] [] [2021-07-26T08:34:01.262557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:34:01.265759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.266935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.267951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:34:01.268512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:34:01.268858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:34:01.269262+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' [] [] [2021-07-26T08:34:01.269615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:34:01.269898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.270874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:34:01.271866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:34:01.272405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:34:01.272746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:34:01.273061+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' [] [] [2021-07-26T08:34:01.273408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:34:01.532413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6643dc"},"request_uri":"http://127.0.0.1:8000/_wdt/6643dc","method":"GET"} [] [2021-07-26T08:38:10.742474+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6643dc"},"request_uri":"http://127.0.0.1:8000/_profiler/6643dc?panel=db","method":"GET"} [] [2021-07-26T08:43:08.120723+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:43:08.188159+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:43:08.264974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.267480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.272049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.273620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.273991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.274322+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' [] [] [2021-07-26T08:43:08.274941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.277715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.278745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.279741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.280265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.280603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.280935+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' [] [] [2021-07-26T08:43:08.281283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.281561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.282540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.283535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.284134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.284475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.284788+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' [] [] [2021-07-26T08:43:08.285132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.298246+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:43:08.303370+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:43:08.325355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:43:08.327653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:08.328054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:08.328466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:08.328882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:43:08.329248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:08.329579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:08.329947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:08.330310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:43:08.330638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:43:08.331004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:43:08.331386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:08.331715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:08.333144+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:43:08.334665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.335715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.336818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.337411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.337765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.338087+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' [] [] [2021-07-26T08:43:08.338442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.338724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.339729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.340726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.341238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.341572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.341888+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' [] [] [2021-07-26T08:43:08.342232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.342502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.343473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:08.344482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:08.344990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:08.345324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:08.345641+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' [] [] [2021-07-26T08:43:08.345985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:08.647445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"415cd3"},"request_uri":"http://127.0.0.1:8000/_wdt/415cd3","method":"GET"} [] [2021-07-26T08:43:09.553279+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:43:09.646768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:43:09.731749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:43:09.734218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:09.734717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:09.735102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:09.735513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:09.735933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:09.736578+00:00] php.CRITICAL: Uncaught Error: Object of class Proxies\__CG__\App\Entity\Location could not be converted to string {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Location could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\4f\\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php:253)"} [] [2021-07-26T08:43:09.748626+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class Proxies\__CG__\App\Entity\Location could not be converted to string" at C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\4f\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php line 253 {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Location could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\4f\\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php:253)"} [] [2021-07-26T08:43:09.798258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.799480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.803738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.805265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.805610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.805915+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' [] [] [2021-07-26T08:43:09.806476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:09.809657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.810855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.811937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.812459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.812762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.813021+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' [] [] [2021-07-26T08:43:09.813313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:09.813521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.814454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.815400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.815852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.816151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.816379+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' [] [] [2021-07-26T08:43:09.816633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:09.817683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.818694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.819621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.820132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.820440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.820712+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' [] [] [2021-07-26T08:43:09.821017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:09.821219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.822130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.823081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.823524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.823819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.824089+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' [] [] [2021-07-26T08:43:09.824531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:09.824805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.825787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:09.826825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:09.827451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:09.827733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:09.828027+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' [] [] [2021-07-26T08:43:09.828330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:10.056168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d262be"},"request_uri":"http://127.0.0.1:8000/_wdt/d262be","method":"GET"} [] [2021-07-26T08:43:25.328840+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:43:25.404666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:43:25.472315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:43:25.474778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:25.475187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:25.475569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:25.475969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:25.476348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:25.476792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:25.488147+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "assetname" does not exist." at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 142 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"assetname\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:142)"} [] [2021-07-26T08:43:25.535975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.537132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.541225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.542823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.543211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.543537+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' [] [] [2021-07-26T08:43:25.544153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.547021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.548059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.549035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.549571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.549909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.550388+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' [] [] [2021-07-26T08:43:25.550736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.551008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.551970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.552938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.553437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.553768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.554081+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' [] [] [2021-07-26T08:43:25.554414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.555530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.556569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.557545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.558053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.558388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.558707+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' [] [] [2021-07-26T08:43:25.559048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.559321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.560274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.561314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.561904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.562269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.562688+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' [] [] [2021-07-26T08:43:25.563037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.563310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.564360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:25.565330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:25.565844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:25.566179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:25.566486+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' [] [] [2021-07-26T08:43:25.566824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:25.788305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"110551"},"request_uri":"http://127.0.0.1:8000/_wdt/110551","method":"GET"} [] [2021-07-26T08:43:36.157339+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:43:36.239226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:43:36.305721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:43:36.308246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:36.308680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:43:36.309066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:43:36.309456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:36.309821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:36.310178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:43:36.327439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.328586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.333472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:36.335027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:36.335468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:36.335786+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' [] [] [2021-07-26T08:43:36.336393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:36.339246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.340294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.341273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:36.341810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:36.342144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:36.342453+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' [] [] [2021-07-26T08:43:36.342794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:36.343063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.344015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:43:36.344987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:43:36.345481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:43:36.345834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:43:36.346344+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' [] [] [2021-07-26T08:43:36.346689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:43:36.615500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a8d2b"},"request_uri":"http://127.0.0.1:8000/_wdt/9a8d2b","method":"GET"} [] [2021-07-26T08:46:01.127196+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:46:01.218340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:46:01.286052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:46:01.288767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:01.289231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:01.289616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:46:01.290009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:01.290384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:01.290743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:01.308325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.309505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.313676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:01.315218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:01.315581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:01.315906+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' [] [] [2021-07-26T08:46:01.316532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:01.319335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.320336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.321347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:01.321905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:01.322249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:01.322568+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' [] [] [2021-07-26T08:46:01.322919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:01.323197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.324201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:01.325189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:01.325778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:01.326117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:01.326430+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' [] [] [2021-07-26T08:46:01.326770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:01.595989+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba2022"},"request_uri":"http://127.0.0.1:8000/_wdt/ba2022","method":"GET"} [] [2021-07-26T08:46:38.737704+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:46:38.800765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:46:38.867202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:46:38.869653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:38.870004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:38.870439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:46:38.870951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:38.871316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:38.871753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:38.888897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.890023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.894090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:38.895485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:38.895806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:38.896087+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' [] [] [2021-07-26T08:46:38.896647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:38.899521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.900515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.901459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:38.901989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:38.902286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:38.902558+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' [] [] [2021-07-26T08:46:38.902858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:38.903179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.904091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:38.905020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:38.905473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:38.905759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:38.906022+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' [] [] [2021-07-26T08:46:38.906313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:39.191851+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"847922"},"request_uri":"http://127.0.0.1:8000/_wdt/847922","method":"GET"} [] [2021-07-26T08:46:57.159987+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:46:57.243930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:46:57.289756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:46:57.292221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:57.292588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:46:57.293007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:46:57.293353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:57.293659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:57.293936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:46:57.313793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.315116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.319430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:57.321037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:57.321375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:57.321641+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' [] [] [2021-07-26T08:46:57.322230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:57.324955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.325916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.326809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:57.327295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:57.327800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:57.329075+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' [] [] [2021-07-26T08:46:57.329985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:57.330410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.331417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:46:57.332385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:46:57.332878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:46:57.333152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:46:57.333390+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' [] [] [2021-07-26T08:46:57.333661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:46:57.614397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c98f4d"},"request_uri":"http://127.0.0.1:8000/_wdt/c98f4d","method":"GET"} [] [2021-07-26T08:47:47.313405+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:47:47.393715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:47:47.463256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:47:47.466319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:47:47.467536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:47:47.467957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:47:47.468366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:47:47.468744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:47:47.469106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:47:47.486738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.487929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.492161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:47:47.494010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:47:47.494479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:47:47.494817+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' [] [] [2021-07-26T08:47:47.495505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:47:47.498648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.499745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.500752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:47:47.501396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:47:47.501772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:47:47.502106+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' [] [] [2021-07-26T08:47:47.502457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:47:47.502741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.503740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:47:47.504691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:47:47.505222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:47:47.505567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:47:47.505891+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' [] [] [2021-07-26T08:47:47.506241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:47:47.779208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3617e2"},"request_uri":"http://127.0.0.1:8000/_wdt/3617e2","method":"GET"} [] [2021-07-26T08:48:05.742485+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:48:05.825258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:48:05.893249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:48:05.896064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:48:05.896542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:48:05.896937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:48:05.897336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:48:05.897752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:48:05.898119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:48:05.915815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.916991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.921182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:48:05.922666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:48:05.923030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:48:05.923361+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' [] [] [2021-07-26T08:48:05.923982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:48:05.926958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.928291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.929318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:48:05.929884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:48:05.930265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:48:05.930587+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' [] [] [2021-07-26T08:48:05.930941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:48:05.931224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.932200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:48:05.933188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:48:05.933694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:48:05.934037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:48:05.934344+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' [] [] [2021-07-26T08:48:05.934693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:48:06.231832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e972d"},"request_uri":"http://127.0.0.1:8000/_wdt/7e972d","method":"GET"} [] [2021-07-26T08:49:07.067794+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:49:07.162024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:49:07.251981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:49:07.254517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:07.254929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:07.255317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:49:07.255717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.256098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.256469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.273608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.274793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.278982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:07.280431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:07.280857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:07.281180+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' [] [] [2021-07-26T08:49:07.281803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:07.284571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.285721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.286727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:07.287277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:07.287623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:07.287946+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' [] [] [2021-07-26T08:49:07.288296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:07.288576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.289550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.290536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:07.291067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:07.291399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:07.291798+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' [] [] [2021-07-26T08:49:07.292162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:07.569705+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d65937"},"request_uri":"http://127.0.0.1:8000/_wdt/d65937","method":"GET"} [] [2021-07-26T08:49:07.841623+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:49:07.922108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:49:07.965350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:49:07.967820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:07.968246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:07.968622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:49:07.969011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.969378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.969735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:07.986330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.987681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.991791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:07.993285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:07.993634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:07.993962+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' [] [] [2021-07-26T08:49:07.994567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:07.997270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.998257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:07.999241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:07.999763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:08.000096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:08.000408+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' [] [] [2021-07-26T08:49:08.000745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:08.001018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:08.001960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:08.002917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:08.003471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:08.004007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:08.004324+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' [] [] [2021-07-26T08:49:08.004662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:08.258129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"769acb"},"request_uri":"http://127.0.0.1:8000/_wdt/769acb","method":"GET"} [] [2021-07-26T08:49:29.080196+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:49:29.153690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:49:29.222457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:49:29.225020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:29.225487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:29.225987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:49:29.226460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:29.226839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:29.227204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:29.244972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.246142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.250435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:29.251903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:29.252269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:29.252591+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' [] [] [2021-07-26T08:49:29.253210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:29.256009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.257030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.258026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:29.258551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:29.258940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:29.259293+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' [] [] [2021-07-26T08:49:29.259673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:29.260008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.261161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:29.262288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:29.262881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:29.263239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:29.263561+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' [] [] [2021-07-26T08:49:29.263915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:29.561212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45f949"},"request_uri":"http://127.0.0.1:8000/_wdt/45f949","method":"GET"} [] [2021-07-26T08:49:50.811551+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:49:50.896216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:49:50.966502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:49:50.969294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:50.969706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:49:50.970097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:49:50.970587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:50.970964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:50.971324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:49:50.989039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:50.990276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:50.994517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:50.995963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:50.996318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:50.996642+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' [] [] [2021-07-26T08:49:50.997265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:51.000405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:51.001541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:51.002561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:51.003122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:51.003460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:51.003878+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' [] [] [2021-07-26T08:49:51.004230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:51.004508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:51.005487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:49:51.006529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:49:51.007074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:49:51.007413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:49:51.007732+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' [] [] [2021-07-26T08:49:51.008080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:49:51.286374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cce6ca"},"request_uri":"http://127.0.0.1:8000/_wdt/cce6ca","method":"GET"} [] [2021-07-26T08:51:03.310473+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:51:03.396274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:51:03.466344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:51:03.469014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:03.469433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:03.469860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:51:03.470314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:03.470706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:03.471071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:03.488884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.490066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.494279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:03.496204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:03.496676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:03.497030+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' [] [] [2021-07-26T08:51:03.497678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:03.500505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.501614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.502648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:03.503211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:03.503648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:03.503933+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' [] [] [2021-07-26T08:51:03.504286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:03.504566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.505545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:03.506540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:03.507048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:03.507383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:03.507700+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' [] [] [2021-07-26T08:51:03.508044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:03.789691+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d78e58"},"request_uri":"http://127.0.0.1:8000/_wdt/d78e58","method":"GET"} [] [2021-07-26T08:51:34.653914+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:51:34.720660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:51:34.791467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:51:34.794027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:34.794438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:34.794820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:51:34.795252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:34.795684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:34.796072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:34.814232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.815417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.820009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:34.821664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:34.822077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:34.822422+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' [] [] [2021-07-26T08:51:34.823073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:34.825891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.827009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.828007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:34.828547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:34.828919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:34.829266+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' [] [] [2021-07-26T08:51:34.829632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:34.829917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.830916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:34.831919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:34.832440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:34.832781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:34.833093+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' [] [] [2021-07-26T08:51:34.833436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:35.105893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9528f8"},"request_uri":"http://127.0.0.1:8000/_wdt/9528f8","method":"GET"} [] [2021-07-26T08:51:56.221736+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:51:56.289514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:51:56.363860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:51:56.366412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:56.366852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:51:56.367201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:51:56.367554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:56.367862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:56.368181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:51:56.386146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.387288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.392017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:56.394322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:56.394808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:56.395250+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' [] [] [2021-07-26T08:51:56.395879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:56.398707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.399809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.400762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:56.401236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:56.401537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:56.401801+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' [] [] [2021-07-26T08:51:56.402095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:56.402323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.403240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:51:56.404149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:51:56.404607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:51:56.404884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:51:56.405179+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' [] [] [2021-07-26T08:51:56.405590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:51:56.676018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94f635"},"request_uri":"http://127.0.0.1:8000/_wdt/94f635","method":"GET"} [] [2021-07-26T08:52:18.452597+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:52:18.525030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:52:18.590917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:52:18.593360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:18.593758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:18.594141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:52:18.594527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:18.594905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:18.595257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:18.612455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.613602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.624360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:18.625841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:18.626283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:18.626602+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' [] [] [2021-07-26T08:52:18.627223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:18.629960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.631003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.631976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:18.632502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:18.632825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:18.633177+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' [] [] [2021-07-26T08:52:18.633575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:18.633906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.634947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:18.635923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:18.636464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:18.636899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:18.637218+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' [] [] [2021-07-26T08:52:18.637563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:18.901699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fbc66"},"request_uri":"http://127.0.0.1:8000/_wdt/1fbc66","method":"GET"} [] [2021-07-26T08:52:32.369124+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:52:32.449469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:52:32.516025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:52:32.518497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:32.518893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:32.519273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:52:32.519659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:32.520022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:32.520376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:32.537461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.538658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.542767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:32.544202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:32.544552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:32.544864+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' [] [] [2021-07-26T08:52:32.545462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:32.548361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.549459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.550444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:32.550989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:32.551326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:32.551638+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' [] [] [2021-07-26T08:52:32.551981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:32.552255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.553202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:32.554167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:32.554734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:32.555062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:32.555370+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' [] [] [2021-07-26T08:52:32.555706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:32.847507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff5742"},"request_uri":"http://127.0.0.1:8000/_wdt/ff5742","method":"GET"} [] [2021-07-26T08:52:52.947613+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:52:53.030594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:52:53.097249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:52:53.099749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:53.100272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:52:53.100767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:52:53.101299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:53.101678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:53.102038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:52:53.119114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.120260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.124600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:53.126133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:53.126499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:53.126816+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' [] [] [2021-07-26T08:52:53.127420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:53.130174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.131179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.132099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:53.132615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:53.133078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:53.133433+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' [] [] [2021-07-26T08:52:53.133946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:53.134232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.135217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:52:53.136135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:52:53.136730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:52:53.137075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:52:53.137387+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' [] [] [2021-07-26T08:52:53.137725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:52:53.421309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33c1be"},"request_uri":"http://127.0.0.1:8000/_wdt/33c1be","method":"GET"} [] [2021-07-26T08:53:03.795303+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"GET"} [] [2021-07-26T08:53:03.873679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:53:03.958342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:03.960393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:03.960929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:53:03.961778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:03.962225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:03.962620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:03.963005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:03.966288+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:53:03.968252+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:53:03.968787+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:53:03.969511+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:53:03.970172+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:53:03.970700+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:53:03.971165+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:53:04.008188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.009339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.013532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:04.015011+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:04.015482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:04.015812+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' [] [] [2021-07-26T08:53:04.016432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:04.019257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.020403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.021504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:04.022089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:04.022432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:04.022755+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' [] [] [2021-07-26T08:53:04.023107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:04.023392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.024370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:04.025350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:04.025856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:04.026185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:04.026506+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' [] [] [2021-07-26T08:53:04.026851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:04.315234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceaeac"},"request_uri":"http://127.0.0.1:8000/_wdt/ceaeac","method":"GET"} [] [2021-07-26T08:53:10.825948+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/edit","method":"POST"} [] [2021-07-26T08:53:10.903050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:53:10.990512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:10.992567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:10.993008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:53:10.993887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:10.994781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:10.995286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:10.995739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:11.005698+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:53:11.007451+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:53:11.008032+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2021-07-26T08:53:11.009108+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T08:53:11.009731+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:53:11.010300+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:53:11.010998+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T08:53:11.071994+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T08:53:11.072309+00:00] doctrine.DEBUG: UPDATE assetregister SET docpath = ? WHERE id = ? ["PO-60fe77f710f32.pdf",10] [] [2021-07-26T08:53:11.075314+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T08:53:11.097951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.099128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.103366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.104852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.105224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.105546+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' [] [] [2021-07-26T08:53:11.106163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.109094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.110158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.111306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.111983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.112341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.112663+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' [] [] [2021-07-26T08:53:11.113014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.113298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.114279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.115289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.115797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.116128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.116448+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' [] [] [2021-07-26T08:53:11.116823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.273655+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:53:11.337987+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:53:11.427899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.430619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.434566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.435782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.436135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.436460+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' [] [] [2021-07-26T08:53:11.437054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.439400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.440455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.441465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.442018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.442360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.442716+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' [] [] [2021-07-26T08:53:11.443070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.443441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.444415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.445696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.446334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.446685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.447003+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' [] [] [2021-07-26T08:53:11.447355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.459855+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:53:11.465542+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[10,9,8,7,6,5]] [] [2021-07-26T08:53:11.486890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:53:11.489141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:11.489559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:11.489953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:11.490361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:53:11.490730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:11.491061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:11.491425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:11.491788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:53:11.492117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:53:11.492483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:53:11.492885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:11.493221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:11.494665+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:53:11.497227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.498361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.499377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.499945+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.500291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.500616+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' [] [] [2021-07-26T08:53:11.500992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.501289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.502301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.503252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.503790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.504130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.504547+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' [] [] [2021-07-26T08:53:11.504893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.505163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.506141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:11.507134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:11.507644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:11.507975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:11.508292+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' [] [] [2021-07-26T08:53:11.508638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:11.778591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5bfe4"},"request_uri":"http://127.0.0.1:8000/_wdt/e5bfe4","method":"GET"} [] [2021-07-26T08:53:13.863992+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:53:13.953291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:53:13.999296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:53:14.001827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:14.002234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:14.002619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:14.003013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:14.003386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:14.003847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:14.021448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.022613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.026768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:14.028214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:14.028575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:14.028921+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' [] [] [2021-07-26T08:53:14.029589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:14.032318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.033348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.034347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:14.034898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:14.035334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:14.035654+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' [] [] [2021-07-26T08:53:14.035998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:14.036271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.037518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:14.038698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:14.039406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:14.039764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:14.040084+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' [] [] [2021-07-26T08:53:14.040433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:14.310569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81a861"},"request_uri":"http://127.0.0.1:8000/_wdt/81a861","method":"GET"} [] [2021-07-26T08:53:35.830574+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:53:35.917365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:53:35.989569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:53:35.992176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:35.992583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:53:35.992945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:53:35.993325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:35.993651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:35.993976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:53:36.012175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.013713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.018268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:36.019766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:36.020093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:36.020352+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' [] [] [2021-07-26T08:53:36.020995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:36.023843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.024875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.025946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:36.026466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:36.026750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:36.026997+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' [] [] [2021-07-26T08:53:36.027269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:36.027473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.028550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:53:36.030397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:53:36.031063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:53:36.031422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:53:36.031747+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' [] [] [2021-07-26T08:53:36.032102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:53:36.368859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9823f"},"request_uri":"http://127.0.0.1:8000/_wdt/e9823f","method":"GET"} [] [2021-07-26T08:54:00.222816+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:54:00.297483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:54:00.364907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:54:00.367664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:54:00.368095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:54:00.368475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:54:00.368863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:00.369230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:00.369580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:00.386806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.388008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.392199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:00.393623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:00.393978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:00.394456+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' [] [] [2021-07-26T08:54:00.395422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:00.398506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.399598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.400616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:00.401178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:00.401525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:00.401844+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' [] [] [2021-07-26T08:54:00.402191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:00.402467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.403434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:00.404453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:00.405016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:00.405365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:00.405684+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' [] [] [2021-07-26T08:54:00.406124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:00.701757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9f5d9"},"request_uri":"http://127.0.0.1:8000/_wdt/a9f5d9","method":"GET"} [] [2021-07-26T08:54:18.638808+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:54:18.718021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:54:18.786212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:54:18.789010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:54:18.789495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:54:18.789905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:54:18.790336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:18.790847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:18.791225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:54:18.808357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.809599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.813803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:18.815294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:18.815764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:18.816090+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' [] [] [2021-07-26T08:54:18.816710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:18.819504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.820583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.821623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:18.822174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:18.822516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:18.822833+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' [] [] [2021-07-26T08:54:18.823179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:18.823469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.824662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:54:18.825804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:54:18.826379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:54:18.826844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:54:18.827167+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' [] [] [2021-07-26T08:54:18.827519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:54:19.112032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"242bc3"},"request_uri":"http://127.0.0.1:8000/_wdt/242bc3","method":"GET"} [] [2021-07-26T08:57:01.222694+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/delete","method":"POST"} [] [2021-07-26T08:57:01.305203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:57:01.348861+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: tracking" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 224 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: tracking at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:224)"} [] [2021-07-26T08:57:01.382589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.383822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.387961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.389479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.389843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.390271+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' [] [] [2021-07-26T08:57:01.390890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.394083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.395236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.396254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.396855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.397207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.397527+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' [] [] [2021-07-26T08:57:01.397878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.398160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.399143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.400139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.400650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.400992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.401389+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' [] [] [2021-07-26T08:57:01.401735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.402873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.403920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.404937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.405477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.405823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.406148+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' [] [] [2021-07-26T08:57:01.406495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.406775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.407747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.409070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.409775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.410136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.410425+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' [] [] [2021-07-26T08:57:01.410782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.411062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.412147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:01.413159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:01.413693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:01.414031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:01.414347+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' [] [] [2021-07-26T08:57:01.414741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:01.622501+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccfd02"},"request_uri":"http://127.0.0.1:8000/_wdt/ccfd02","method":"GET"} [] [2021-07-26T08:57:25.210366+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/show","method":"GET"} [] [2021-07-26T08:57:25.285346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:57:25.335095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2021-07-26T08:57:25.337539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:57:25.338027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:57:25.338411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T08:57:25.338802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:25.339327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:25.339738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:25.356911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.358183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.362438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:25.363936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:25.364341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:25.364673+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' [] [] [2021-07-26T08:57:25.365303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:25.368073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.369091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.370083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:25.370619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:25.371050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:25.371405+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' [] [] [2021-07-26T08:57:25.371765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:25.372048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.373233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:25.374355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:25.375491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:25.376085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:25.376562+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' [] [] [2021-07-26T08:57:25.376921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:25.621844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"163815"},"request_uri":"http://127.0.0.1:8000/_wdt/163815","method":"GET"} [] [2021-07-26T08:57:27.460698+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"10"},"request_uri":"http://127.0.0.1:8000/assetregister/10/delete","method":"POST"} [] [2021-07-26T08:57:27.535539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["10"] [] [2021-07-26T08:57:27.570290+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T08:57:27.570599+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [10] [] [2021-07-26T08:57:27.572086+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T08:57:27.601430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.602638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.606819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.608268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.608630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.608955+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' [] [] [2021-07-26T08:57:27.609571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.612382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.613606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.615650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.616298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.616653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.616992+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' [] [] [2021-07-26T08:57:27.617438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.617724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.618743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.619812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.620418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.620771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.621096+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' [] [] [2021-07-26T08:57:27.621449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.769048+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:57:27.834334+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:57:27.928095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.930469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.934750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.936036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.936488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.936813+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' [] [] [2021-07-26T08:57:27.937375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.939632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.940691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.941691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.942249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.942603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.942921+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' [] [] [2021-07-26T08:57:27.943270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.943548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.944543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.945535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:27.946044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:27.946455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:27.946768+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' [] [] [2021-07-26T08:57:27.947110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:27.960385+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:57:27.965609+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T08:57:27.987241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:57:27.989565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:57:27.990022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:57:27.990431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:57:27.990809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:27.991142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:27.991511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:57:27.991877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:57:27.992206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:57:27.992574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:57:27.992986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:57:27.993336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:57:27.994920+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:57:27.997371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.998737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:27.999842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:28.000436+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:28.000881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:28.001201+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' [] [] [2021-07-26T08:57:28.001552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:28.001840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:28.002820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:28.003879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:28.004416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:28.004757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:28.005072+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' [] [] [2021-07-26T08:57:28.005420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:28.005697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:28.006719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:57:28.007717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:57:28.008238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:57:28.008584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:57:28.008900+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' [] [] [2021-07-26T08:57:28.009246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:57:28.284162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08c8e8"},"request_uri":"http://127.0.0.1:8000/_wdt/08c8e8","method":"GET"} [] [2021-07-26T08:58:24.429446+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:58:24.490641+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:58:24.588585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.591410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.595914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.597457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.597821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.598145+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' [] [] [2021-07-26T08:58:24.598764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.601662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.602698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.603744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.604302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.604643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.604961+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' [] [] [2021-07-26T08:58:24.605315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.605595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.606579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.607832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.608566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.608953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.609284+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' [] [] [2021-07-26T08:58:24.609635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.623890+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:58:24.629558+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T08:58:24.651984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:24.654239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:24.654647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:24.655051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:58:24.655416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:24.655746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:24.656110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:24.656479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:58:24.656870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:58:24.657426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:58:24.658018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:24.658430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:24.660082+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:58:24.661683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.662732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.663733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.664280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.664627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.664944+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' [] [] [2021-07-26T08:58:24.665297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.665598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.666580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.667625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.668162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.668512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.668830+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' [] [] [2021-07-26T08:58:24.669175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.669448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.670428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:24.671416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:24.671918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:24.672247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:24.672567+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' [] [] [2021-07-26T08:58:24.672909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:24.965644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fc4ef"},"request_uri":"http://127.0.0.1:8000/_wdt/4fc4ef","method":"GET"} [] [2021-07-26T08:58:26.710444+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"GET"} [] [2021-07-26T08:58:26.795812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:58:26.881588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:26.883769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:26.884286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:26.885007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:26.885459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:26.885853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:26.888763+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T08:58:26.890635+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T08:58:26.891168+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T08:58:26.891920+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T08:58:26.892421+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T08:58:26.892836+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T08:58:26.893336+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T08:58:26.939645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.940814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.945153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:26.946623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:26.946987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:26.947361+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' [] [] [2021-07-26T08:58:26.948054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:26.951017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.952109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.953118+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:26.953679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:26.954022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:26.954340+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' [] [] [2021-07-26T08:58:26.954689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:26.955096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.956109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:26.957109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:26.957644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:26.957981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:26.958296+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' [] [] [2021-07-26T08:58:26.958647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:27.220432+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"483bd2"},"request_uri":"http://127.0.0.1:8000/_wdt/483bd2","method":"GET"} [] [2021-07-26T08:58:31.778266+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/edit","method":"POST"} [] [2021-07-26T08:58:31.860695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:58:31.946605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:31.948966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:31.949852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:31.951264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:31.951798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:31.952171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:31.962012+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T08:58:31.963784+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T08:58:31.964380+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2021-07-26T08:58:31.965521+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T08:58:31.966562+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T08:58:31.967373+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T08:58:32.026397+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T08:58:32.026669+00:00] doctrine.DEBUG: UPDATE assetregister SET docpath = ? WHERE id = ? ["photo-60fe793805f9d.jpg",9] [] [2021-07-26T08:58:32.029543+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T08:58:32.051462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.052618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.056794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.058239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.058573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.058991+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' [] [] [2021-07-26T08:58:32.059659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.062532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.063559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.064554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.065141+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.065550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.065927+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' [] [] [2021-07-26T08:58:32.066362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.066706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.067762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.068762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.069302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.069641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.069961+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' [] [] [2021-07-26T08:58:32.070310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.221942+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T08:58:32.282075+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T08:58:32.362934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.365304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.369152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.370428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.370784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.371105+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' [] [] [2021-07-26T08:58:32.371665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.373910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.374954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.375980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.376640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.377172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.377502+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' [] [] [2021-07-26T08:58:32.377858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.378156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.379182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.380167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.380694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.381025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.381342+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' [] [] [2021-07-26T08:58:32.381685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.393334+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T08:58:32.398284+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[9,8,7,6,5]] [] [2021-07-26T08:58:32.419907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:32.422479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:32.422883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:32.423274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T08:58:32.423632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:32.423961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:32.424318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:32.424679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T08:58:32.425005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T08:58:32.425365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T08:58:32.425768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:32.426093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:32.427456+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T08:58:32.429519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.430531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.431509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.432048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.432381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.432690+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' [] [] [2021-07-26T08:58:32.433032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.433402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.434417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.435395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.435924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.436261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.436572+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' [] [] [2021-07-26T08:58:32.436970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.437230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.438342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:32.439332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:32.439884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:32.440223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:32.440537+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' [] [] [2021-07-26T08:58:32.440879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:32.723984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dade89"},"request_uri":"http://127.0.0.1:8000/_wdt/dade89","method":"GET"} [] [2021-07-26T08:58:37.807416+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/show","method":"GET"} [] [2021-07-26T08:58:37.888802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:58:37.931683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:58:37.934139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:37.934558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:58:37.934949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:37.935453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:37.935866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:58:37.946664+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("name") on a null variable." at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 125 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"name\") on a null variable. at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:125)"} [] [2021-07-26T08:58:37.995662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:37.996851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.000962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.002619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.003179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.003557+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' [] [] [2021-07-26T08:58:38.004337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.007072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.008092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.009089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.009632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.009972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.010287+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' [] [] [2021-07-26T08:58:38.010637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.010909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.011910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.012911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.013438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.013827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.014159+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' [] [] [2021-07-26T08:58:38.014518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.015713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.016736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.017732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.018265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.018618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.018965+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' [] [] [2021-07-26T08:58:38.019399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.019763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.020815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.021818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.022361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.022703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.023026+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' [] [] [2021-07-26T08:58:38.023374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.023650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.024618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:58:38.025609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:58:38.026109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:58:38.026439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:58:38.026759+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' [] [] [2021-07-26T08:58:38.027131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:58:38.257957+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61be46"},"request_uri":"http://127.0.0.1:8000/_wdt/61be46","method":"GET"} [] [2021-07-26T08:59:43.102058+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/show","method":"GET"} [] [2021-07-26T08:59:43.185371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T08:59:43.249891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2021-07-26T08:59:43.252290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T08:59:43.252690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T08:59:43.253063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:59:43.253546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T08:59:43.253907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T08:59:43.270411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.271510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.276000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:59:43.277569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:59:43.277956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:59:43.278281+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' [] [] [2021-07-26T08:59:43.278910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:59:43.281665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.282687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.283674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:59:43.284206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:59:43.284539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:59:43.284855+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' [] [] [2021-07-26T08:59:43.285274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:59:43.285548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.286511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T08:59:43.287490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T08:59:43.287993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T08:59:43.288323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T08:59:43.288637+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' [] [] [2021-07-26T08:59:43.288981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T08:59:43.593970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5ed47"},"request_uri":"http://127.0.0.1:8000/_wdt/e5ed47","method":"GET"} [] [2021-07-26T09:00:01.695349+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"9"},"request_uri":"http://127.0.0.1:8000/assetregister/9/delete","method":"POST"} [] [2021-07-26T09:00:01.790922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["9"] [] [2021-07-26T09:00:01.824311+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T09:00:01.824629+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [9] [] [2021-07-26T09:00:01.827435+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T09:00:01.856431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.857595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.861999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:01.863483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:01.863840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:01.864169+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' [] [] [2021-07-26T09:00:01.864785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:01.867581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.868644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.869646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:01.870650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:01.871129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:01.871495+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' [] [] [2021-07-26T09:00:01.871857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:01.872149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.873195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:01.874188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:01.874873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:01.875232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:01.875552+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' [] [] [2021-07-26T09:00:01.875902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.020688+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T09:00:02.083750+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T09:00:02.152599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.154935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.158748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.159953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.160304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.160721+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' [] [] [2021-07-26T09:00:02.161280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.163616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.164669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.165702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.166264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.166613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.166931+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' [] [] [2021-07-26T09:00:02.167280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.167560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.168547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.169533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.170035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.170365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.170682+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' [] [] [2021-07-26T09:00:02.171184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.184077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T09:00:02.189089+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T09:00:02.210990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:00:02.213187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:02.213595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:02.213995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:02.214363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T09:00:02.214697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T09:00:02.215066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T09:00:02.215432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T09:00:02.215763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T09:00:02.216133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T09:00:02.216471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T09:00:02.217869+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T09:00:02.220015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.221112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.222146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.222706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.223046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.223365+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' [] [] [2021-07-26T09:00:02.223718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.224002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.224974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.225963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.226475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.226824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.227167+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' [] [] [2021-07-26T09:00:02.227523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.227803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.228802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:02.229819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:02.230346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:02.230685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:02.231003+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' [] [] [2021-07-26T09:00:02.231356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:02.518263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b037f9"},"request_uri":"http://127.0.0.1:8000/_wdt/b037f9","method":"GET"} [] [2021-07-26T09:00:11.486419+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T09:00:11.549258+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T09:00:11.636165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.639031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.643316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.644780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.645140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.645463+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' [] [] [2021-07-26T09:00:11.646079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.648836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.649861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.650922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.651491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.651933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.652251+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' [] [] [2021-07-26T09:00:11.652606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.652886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.654083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.655227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.655814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.656158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.656482+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' [] [] [2021-07-26T09:00:11.656832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.669726+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T09:00:11.675045+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T09:00:11.696740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:00:11.698990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:11.699454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:11.699852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:11.700224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T09:00:11.700557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T09:00:11.700923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T09:00:11.701291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T09:00:11.701624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T09:00:11.701994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T09:00:11.702323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T09:00:11.703899+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T09:00:11.705472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.706583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.707661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.708294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.708643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.708960+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' [] [] [2021-07-26T09:00:11.709320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.709609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.710584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.711576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.712082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.712417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.712835+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' [] [] [2021-07-26T09:00:11.713182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.713439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.714441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:11.715473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:11.716024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:11.716363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:11.716680+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' [] [] [2021-07-26T09:00:11.717026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:11.984995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"677340"},"request_uri":"http://127.0.0.1:8000/_wdt/677340","method":"GET"} [] [2021-07-26T09:00:22.511603+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:00:22.596306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:00:22.642167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:00:22.645365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:22.645854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:22.646247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:00:22.646644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:22.647018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:22.647380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:00:22.665251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.666415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.670538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:22.672006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:22.672365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:22.672690+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' [] [] [2021-07-26T09:00:22.673302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:22.676957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.678110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.679121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:22.679791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:22.680145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:22.680466+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' [] [] [2021-07-26T09:00:22.680816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:22.681100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.682069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:00:22.683108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:00:22.683654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:00:22.683991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:00:22.684313+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' [] [] [2021-07-26T09:00:22.684662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:00:22.965193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ccecc"},"request_uri":"http://127.0.0.1:8000/_wdt/5ccecc","method":"GET"} [] [2021-07-26T09:02:17.213900+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:17.289500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:17.356754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:17.359220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:17.359620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:17.360003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:17.360392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:17.360754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:17.361106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:17.378290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.379596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.384094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:17.385626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:17.385986+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:17.386312+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' [] [] [2021-07-26T09:02:17.386915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:17.389699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.390708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.391679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:17.392201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:17.392531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:17.392844+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' [] [] [2021-07-26T09:02:17.393180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:17.393450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.394396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:17.395435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:17.395907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:17.396337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:17.396713+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' [] [] [2021-07-26T09:02:17.397067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:17.663144+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d6c4"},"request_uri":"http://127.0.0.1:8000/_wdt/86d6c4","method":"GET"} [] [2021-07-26T09:02:18.753015+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:18.836210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:18.880343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:18.882802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:18.883205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:18.883580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:18.883989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:18.884406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:18.884912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:18.902157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.903660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.907859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:18.909305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:18.909658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:18.910080+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' [] [] [2021-07-26T09:02:18.910695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:18.913441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.914476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.915485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:18.916027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:18.916367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:18.916689+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' [] [] [2021-07-26T09:02:18.917035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:18.917310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.918352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:18.919422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:18.920038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:18.920385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:18.920813+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' [] [] [2021-07-26T09:02:18.921166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:19.168875+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2af173"},"request_uri":"http://127.0.0.1:8000/_wdt/2af173","method":"GET"} [] [2021-07-26T09:02:19.565418+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:19.643717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:19.686003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:19.688679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:19.689358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:19.689760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:19.690151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:19.690515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:19.690868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:19.707185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.708325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.712388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:19.713872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:19.714223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:19.714544+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' [] [] [2021-07-26T09:02:19.715139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:19.717768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.718775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.719816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:19.720336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:19.720666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:19.720941+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' [] [] [2021-07-26T09:02:19.721317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:19.721592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.722559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:19.723529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:19.724062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:19.724483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:19.724800+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' [] [] [2021-07-26T09:02:19.725133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:19.975217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffa810"},"request_uri":"http://127.0.0.1:8000/_wdt/ffa810","method":"GET"} [] [2021-07-26T09:02:29.854660+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:29.930466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:29.983208+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead." at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 131 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected operator of value \"=\". Did you try to use \"===\" or \"!==\" for strict comparison? Use \"is same as(value)\" instead. at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:131)"} [] [2021-07-26T09:02:30.050605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.051785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.055950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.057606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.058099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.058467+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' [] [] [2021-07-26T09:02:30.059183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.062050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.063089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.064080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.064627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.064969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.065300+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' [] [] [2021-07-26T09:02:30.065646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.065925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.066914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.067934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.068434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.068865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.069188+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' [] [] [2021-07-26T09:02:30.069538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.070624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.071722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.072763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.073434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.073798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.074142+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' [] [] [2021-07-26T09:02:30.074498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.074783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.075809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.076813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.077329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.077660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.078076+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' [] [] [2021-07-26T09:02:30.078423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.078693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.079667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:30.080662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:30.081161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:30.081498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:30.081812+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' [] [] [2021-07-26T09:02:30.082150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:30.305804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8be2d"},"request_uri":"http://127.0.0.1:8000/_wdt/a8be2d","method":"GET"} [] [2021-07-26T09:02:52.369725+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:52.434004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:52.504395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:52.507137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:52.507604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:52.507932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:52.508247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:52.508550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:52.508820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:52.525998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.527136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.531271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:52.532934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:52.533354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:52.533655+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' [] [] [2021-07-26T09:02:52.534227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:52.537049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.538078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.539074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:52.539656+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:52.540114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:52.540430+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' [] [] [2021-07-26T09:02:52.540739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:52.541012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.541953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:52.542933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:52.543415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:52.543741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:52.544031+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' [] [] [2021-07-26T09:02:52.544318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:52.805620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"018efd"},"request_uri":"http://127.0.0.1:8000/_wdt/018efd","method":"GET"} [] [2021-07-26T09:02:54.407265+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:02:54.483086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:54.528350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:54.530803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:54.531242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:54.531626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:54.532024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:54.532395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:54.532757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:54.549695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.550848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.555032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:54.556694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:54.557246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:54.557613+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' [] [] [2021-07-26T09:02:54.558294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:54.561040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.562203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.563253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:54.563806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:54.564145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:54.564462+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' [] [] [2021-07-26T09:02:54.564812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:54.565093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.566068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:54.567058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:54.567561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:54.567892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:54.568212+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' [] [] [2021-07-26T09:02:54.568550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:54.815012+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91bb4a"},"request_uri":"http://127.0.0.1:8000/_wdt/91bb4a","method":"GET"} [] [2021-07-26T09:02:58.729341+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"GET"} [] [2021-07-26T09:02:58.811172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:02:58.897172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:58.899231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:58.899708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:02:58.900427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:02:58.900869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:58.901261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:58.901642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:02:58.904931+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T09:02:58.907167+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T09:02:58.907762+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T09:02:58.908483+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T09:02:58.908965+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T09:02:58.909387+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T09:02:58.909928+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T09:02:58.946988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.948185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.952494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:58.953946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:58.954412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:58.954789+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' [] [] [2021-07-26T09:02:58.955475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:58.958306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.959339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.960341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:58.960890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:58.961233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:58.961554+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' [] [] [2021-07-26T09:02:58.961900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:58.962177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.963155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:02:58.964165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:02:58.964680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:02:58.965013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:02:58.965328+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' [] [] [2021-07-26T09:02:58.965672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:02:59.225004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbb7ec"},"request_uri":"http://127.0.0.1:8000/_wdt/bbb7ec","method":"GET"} [] [2021-07-26T09:03:03.911943+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"POST"} [] [2021-07-26T09:03:03.994962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:03:04.081937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.084030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.084496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:04.085317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:04.085763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.086152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.086538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.096731+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-26T09:03:04.098541+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-07-26T09:03:04.099161+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2021-07-26T09:03:04.100139+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T09:03:04.100760+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-26T09:03:04.101298+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-26T09:03:04.101825+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-26T09:03:04.160857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T09:03:04.161175+00:00] doctrine.DEBUG: UPDATE assetregister SET docpath = ? WHERE id = ? ["photo-60fe7a4826cc3.jpg",8] [] [2021-07-26T09:03:04.164479+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T09:03:04.186368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.187528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.191803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.193266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.193734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.194057+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' [] [] [2021-07-26T09:03:04.194678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.197501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.198548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.199555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.200098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.200435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.200752+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' [] [] [2021-07-26T09:03:04.201099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.201374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.202350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.203335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.203839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.204172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.204497+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' [] [] [2021-07-26T09:03:04.204843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.357634+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T09:03:04.416967+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T09:03:04.497587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.499875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.503539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.504715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.505063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.505377+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' [] [] [2021-07-26T09:03:04.505922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.508281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.509304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.510282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.510974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.511316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.511633+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' [] [] [2021-07-26T09:03:04.511977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.512251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.513207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.514174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.514672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.514999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.515310+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' [] [] [2021-07-26T09:03:04.515647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.526962+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T09:03:04.531803+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T09:03:04.552626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:04.554788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.555185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.555571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:04.555932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:04.556283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:04.556727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T09:03:04.557134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:04.557471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:04.557840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:04.558170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:04.559609+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T09:03:04.561701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.562712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.563698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.564234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.564568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.564884+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' [] [] [2021-07-26T09:03:04.565230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.565508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.566466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.567430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.567948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.568374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.568688+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' [] [] [2021-07-26T09:03:04.569031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.569301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.570288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:04.571429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:04.571991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:04.572332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:04.572682+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' [] [] [2021-07-26T09:03:04.573119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:04.855141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4606f"},"request_uri":"http://127.0.0.1:8000/_wdt/b4606f","method":"GET"} [] [2021-07-26T09:03:06.247360+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:03:06.330848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:03:06.376479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:06.378940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:06.379560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:06.380481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:06.380984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:06.381448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:06.382032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:06.399006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.400171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.404304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:06.405783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:06.406234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:06.406701+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' [] [] [2021-07-26T09:03:06.407477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:06.410225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.411346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.412491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:06.413207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:06.413726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:06.414052+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' [] [] [2021-07-26T09:03:06.414405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:06.414689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.415714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:06.416710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:06.417229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:06.417565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:06.417881+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' [] [] [2021-07-26T09:03:06.418253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:06.694017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e66a9c"},"request_uri":"http://127.0.0.1:8000/_wdt/e66a9c","method":"GET"} [] [2021-07-26T09:03:36.430884+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:03:36.517497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:03:36.601380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:36.604017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:36.604495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:36.604883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:36.605282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:36.605659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:36.606026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:36.623139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.624312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.628609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:36.630107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:36.630471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:36.630919+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' [] [] [2021-07-26T09:03:36.631538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:36.635517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.636761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.637889+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:36.638487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:36.638837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:36.639146+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' [] [] [2021-07-26T09:03:36.639484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:36.639731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.640700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:36.641662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:36.642234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:36.642582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:36.642923+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' [] [] [2021-07-26T09:03:36.643294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:36.909064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cb84c"},"request_uri":"http://127.0.0.1:8000/_wdt/6cb84c","method":"GET"} [] [2021-07-26T09:03:42.751618+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T09:03:42.811795+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T09:03:42.888578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.890962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.894694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.895889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.896232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.896544+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' [] [] [2021-07-26T09:03:42.897096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:42.899415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.900413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.901405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.902034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.902380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.902702+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' [] [] [2021-07-26T09:03:42.903097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:42.903387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.904470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.905536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.906098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.906442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.906759+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' [] [] [2021-07-26T09:03:42.907111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:42.920029+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T09:03:42.925463+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T09:03:42.946713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:42.948909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:42.949319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:42.949712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:42.950088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:42.950425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:42.950799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T09:03:42.951171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:42.951503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:42.951875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:42.952209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:42.953687+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T09:03:42.955482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.956599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.957633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.958237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.958583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.958907+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' [] [] [2021-07-26T09:03:42.959264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:42.959549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.960518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.961505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.962009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.962345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.962661+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' [] [] [2021-07-26T09:03:42.963003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:42.963272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.964242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:42.965227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:42.965728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:42.966079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:42.966393+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' [] [] [2021-07-26T09:03:42.966733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:43.240876+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"710baf"},"request_uri":"http://127.0.0.1:8000/_wdt/710baf","method":"GET"} [] [2021-07-26T09:03:47.989494+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-26T09:03:48.073606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T09:03:48.120492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:48.123827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:48.124367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:48.124769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:48.125168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:48.125537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:48.125902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:48.143324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.144494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.148863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:48.150350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:48.150712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:48.151038+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' [] [] [2021-07-26T09:03:48.151649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:48.154592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.156001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.157024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:48.157646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:48.157991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:48.158312+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' [] [] [2021-07-26T09:03:48.158661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:48.158942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.159918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:48.160906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:48.161413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:48.161743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:48.162086+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' [] [] [2021-07-26T09:03:48.162437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:48.434993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"661bb4"},"request_uri":"http://127.0.0.1:8000/_wdt/661bb4","method":"GET"} [] [2021-07-26T09:03:51.120869+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T09:03:51.183089+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T09:03:51.272684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.275071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.278902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.280113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.280464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.280788+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' [] [] [2021-07-26T09:03:51.281358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.284195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.285367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.286351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.286930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.287275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.287648+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' [] [] [2021-07-26T09:03:51.288005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.288284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.289262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.290304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.290842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.291180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.291499+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' [] [] [2021-07-26T09:03:51.291847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.305224+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T09:03:51.310352+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T09:03:51.332362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T09:03:51.335279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:51.335800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:51.336200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T09:03:51.336560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:51.336868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T09:03:51.337206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T09:03:51.337548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:51.337854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T09:03:51.338223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:51.338571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T09:03:51.340044+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T09:03:51.341519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.342579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.343595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.344189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.344533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.344851+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' [] [] [2021-07-26T09:03:51.345207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.345493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.346514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.347522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.348053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.348471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.348884+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' [] [] [2021-07-26T09:03:51.349426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.349741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.350919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T09:03:51.352106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T09:03:51.352698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T09:03:51.353041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T09:03:51.353358+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' [] [] [2021-07-26T09:03:51.353708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T09:03:51.623463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ac981"},"request_uri":"http://127.0.0.1:8000/_wdt/2ac981","method":"GET"} [] [2021-07-26T10:10:47.201515+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T10:10:47.334102+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T10:10:47.340476+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T10:10:47.341134+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T10:10:47.348158+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T10:10:47.348785+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T10:10:47.349233+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T10:10:47.349710+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T10:10:47.388755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.390092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.394426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:10:47.396083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:10:47.396469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:10:47.396798+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' [] [] [2021-07-26T10:10:47.397448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:10:47.400467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.402053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.403329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:10:47.403905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:10:47.404251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:10:47.404536+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' [] [] [2021-07-26T10:10:47.404940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:10:47.405225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.406204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:10:47.407208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:10:47.407715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:10:47.408053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:10:47.408369+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' [] [] [2021-07-26T10:10:47.408711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:10:47.693690+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"897054"},"request_uri":"http://127.0.0.1:8000/_wdt/897054","method":"GET"} [] [2021-07-26T10:11:08.522592+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T10:11:08.672129+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T10:11:08.678322+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T10:11:08.678953+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T10:11:08.685811+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T10:11:08.686397+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T10:11:08.686794+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T10:11:08.687184+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T10:11:08.733304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.734491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.738769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:08.740553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:08.741076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:08.741429+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' [] [] [2021-07-26T10:11:08.742118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:08.745007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.746126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.747145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:08.747711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:08.748055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:08.748377+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' [] [] [2021-07-26T10:11:08.748728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:08.749012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.750031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:08.751019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:08.751524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:08.751856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:08.752170+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' [] [] [2021-07-26T10:11:08.752513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:09.024901+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4fa95"},"request_uri":"http://127.0.0.1:8000/_wdt/a4fa95","method":"GET"} [] [2021-07-26T10:11:24.940654+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T10:11:25.020486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T10:11:25.057330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.058565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.062773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:25.064255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:25.064621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:25.064988+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' [] [] [2021-07-26T10:11:25.065606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:25.068302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.069327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.070302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:25.070836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:25.071172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:25.071480+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' [] [] [2021-07-26T10:11:25.071820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:25.072092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.073038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:25.074056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:25.074583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:25.074914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:25.075274+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' [] [] [2021-07-26T10:11:25.075612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:30.731502+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T10:11:30.820250+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T10:11:30.884475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.885605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.889565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:30.890941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:30.891291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:30.891604+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' [] [] [2021-07-26T10:11:30.892196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:30.894828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.895813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.896786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:30.897333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:30.897714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:30.898089+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' [] [] [2021-07-26T10:11:30.898441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:30.898725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.899709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:30.900704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:30.901216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:30.901556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:30.901866+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' [] [] [2021-07-26T10:11:30.902207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:40.336485+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-26T10:11:40.419227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-26T10:11:40.447694+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-26T10:11:40.472979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.474205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.478370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:40.479871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:40.480238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:40.480646+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' [] [] [2021-07-26T10:11:40.481320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:40.484169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.485217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.486230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:40.486787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:40.487130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:40.487455+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' [] [] [2021-07-26T10:11:40.487802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T10:11:40.488078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.489049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T10:11:40.490087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T10:11:40.490635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T10:11:40.490976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T10:11:40.491298+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' [] [] [2021-07-26T10:11:40.491643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:08:57.276990+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T11:08:57.410424+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:08:57.416127+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:08:57.416729+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T11:08:57.424882+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:08:57.425674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T11:08:57.426098+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T11:08:57.426456+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T11:08:57.465090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.466288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.470515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:08:57.472148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:08:57.472576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:08:57.472931+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' [] [] [2021-07-26T11:08:57.473736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:08:57.477013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.478187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.479248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:08:57.479791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:08:57.480106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:08:57.480387+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' [] [] [2021-07-26T11:08:57.480698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:08:57.480944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.481878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:08:57.482862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:08:57.483372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:08:57.483751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:08:57.484066+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' [] [] [2021-07-26T11:08:57.484410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:08:57.776787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbac1f"},"request_uri":"http://127.0.0.1:8000/_wdt/cbac1f","method":"GET"} [] [2021-07-26T11:09:00.062512+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-26T11:09:00.152635+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-26T11:09:00.192051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.193174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.197179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:00.198608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:00.199051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:00.199443+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' [] [] [2021-07-26T11:09:00.200084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:00.202705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.203748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.204719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:00.205247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:00.205607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:00.205926+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' [] [] [2021-07-26T11:09:00.206301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:00.206578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.207554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:00.208523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:00.209034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:00.209371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:00.209680+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' [] [] [2021-07-26T11:09:00.210014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:04.099755+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T11:09:04.194443+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T11:09:04.230608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.231751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.235753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:04.237137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:04.237483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:04.237798+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' [] [] [2021-07-26T11:09:04.238394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:04.241081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.242064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.243038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:04.243553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:04.243886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:04.244194+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' [] [] [2021-07-26T11:09:04.244576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:04.244848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.245918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:04.246935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:04.247458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:04.247791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:04.248104+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' [] [] [2021-07-26T11:09:04.248446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:50.614856+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-26T11:09:50.760763+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:09:50.766133+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:09:50.766738+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T11:09:50.773837+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:09:50.774487+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T11:09:50.774929+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T11:09:50.775352+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T11:09:50.812121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.813410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.817661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:50.819105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:50.819552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:50.819914+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' [] [] [2021-07-26T11:09:50.820632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:50.823700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.824889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.825912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:50.826589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:50.826932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:50.827369+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' [] [] [2021-07-26T11:09:50.827718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:50.827985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.829021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:09:50.830018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:09:50.830605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:09:50.830945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:09:50.831266+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' [] [] [2021-07-26T11:09:50.831615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:09:51.114188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bdd75"},"request_uri":"http://127.0.0.1:8000/_wdt/1bdd75","method":"GET"} [] [2021-07-26T11:11:09.787861+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:11:09.916319+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:11:09.923236+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:11:09.923870+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:11:09.951764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.953315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.957375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:11:09.958671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:11:09.959024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:11:09.959389+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' [] [] [2021-07-26T11:11:09.960030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:11:09.962508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.963560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.964540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:11:09.965081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:11:09.965413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:11:09.965723+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' [] [] [2021-07-26T11:11:09.966068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:11:09.966341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.967290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:11:09.968255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:11:09.968750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:11:09.969077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:11:09.969553+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' [] [] [2021-07-26T11:11:09.970140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:11:10.222448+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"619de1"},"request_uri":"http://127.0.0.1:8000/_wdt/619de1","method":"GET"} [] [2021-07-26T11:12:00.833149+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:12:00.951869+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:12:00.969008+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:12:00.970292+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:12:01.007853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.009492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.013983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:12:01.015478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:12:01.015836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:12:01.016159+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' [] [] [2021-07-26T11:12:01.016778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:12:01.019685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.020744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.021747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:12:01.022341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:12:01.022683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:12:01.022963+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' [] [] [2021-07-26T11:12:01.023313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:12:01.023590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.024666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:12:01.026106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:12:01.026793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:12:01.027162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:12:01.027486+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' [] [] [2021-07-26T11:12:01.027841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:12:01.276667+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"274d0b"},"request_uri":"http://127.0.0.1:8000/_wdt/274d0b","method":"GET"} [] [2021-07-26T11:13:03.840090+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:13:03.952129+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:13:03.958997+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:13:03.959792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:13:03.987462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:03.990020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:03.994192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:03.995477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:03.995836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:03.996161+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' [] [] [2021-07-26T11:13:03.996729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:03.999097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:04.000183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:04.001197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:04.001745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:04.002105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:04.002387+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' [] [] [2021-07-26T11:13:04.002802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:04.003085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:04.004450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:04.005730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:04.006481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:04.006885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:04.007226+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' [] [] [2021-07-26T11:13:04.007595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:04.249673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"077ecc"},"request_uri":"http://127.0.0.1:8000/_wdt/077ecc","method":"GET"} [] [2021-07-26T11:13:08.896964+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T11:13:08.967989+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T11:13:09.007246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.008491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.012664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:09.014108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:09.014484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:09.014749+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' [] [] [2021-07-26T11:13:09.015335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:09.018099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.019092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.020044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:09.020557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:09.020885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:09.021140+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' [] [] [2021-07-26T11:13:09.021419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:09.021632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.022556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:09.023536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:09.024045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:09.024310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:09.024613+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' [] [] [2021-07-26T11:13:09.024895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:14.035747+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T11:13:14.119107+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T11:13:14.156003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.157196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.161311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:14.162776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:14.163184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:14.163520+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' [] [] [2021-07-26T11:13:14.164174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:14.166923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.168011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.169026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:14.169582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:14.169979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:14.170298+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' [] [] [2021-07-26T11:13:14.170644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:14.170922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.172001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:14.173012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:14.173544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:14.173883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:14.174198+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' [] [] [2021-07-26T11:13:14.174548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:16.890015+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:13:17.016312+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:13:17.022729+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:13:17.023362+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:13:17.055289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.056523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.060306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:17.061547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:17.061898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:17.062215+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' [] [] [2021-07-26T11:13:17.062791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:17.065559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.066771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.067794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:17.068364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:17.068706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:17.069027+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' [] [] [2021-07-26T11:13:17.069377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:17.069665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.070631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:17.071686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:17.072286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:17.072625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:17.072908+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' [] [] [2021-07-26T11:13:17.073256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:17.318541+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f7726"},"request_uri":"http://127.0.0.1:8000/_wdt/5f7726","method":"GET"} [] [2021-07-26T11:13:28.699507+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T11:13:28.772750+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T11:13:28.809390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.810555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.814554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:28.816084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:28.816465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:28.816786+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' [] [] [2021-07-26T11:13:28.817468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:28.820250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.821470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.822475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:28.823056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:28.823430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:28.823747+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' [] [] [2021-07-26T11:13:28.824090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:28.824366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.825353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:28.826320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:28.826828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:28.827157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:28.827466+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' [] [] [2021-07-26T11:13:28.827802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.440380+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:13:38.573831+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:13:38.580050+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-26T11:13:38.580953+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["3"]] [] [2021-07-26T11:13:38.638395+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T11:13:38.642738+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"yuiyiiiufrufjugj","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":null,"12":3} [] [2021-07-26T11:13:38.646308+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-26T11:13:38.652123+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["yuiyiiiufrufjugj", null, null, null, null, null, null, null, null, 3, null, 3]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"yuiyiiiufrufjugj\", null, null, null, null, null, null, null, null, 3, null, 3]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-26T11:13:38.798282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.799474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.803151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.804462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.804912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.805290+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' [] [] [2021-07-26T11:13:38.806012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.808354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.809364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.810342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.810884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.811222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.811536+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' [] [] [2021-07-26T11:13:38.811880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.812153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.813093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.814063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.814586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.814920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.815232+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' [] [] [2021-07-26T11:13:38.815567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.816712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.817674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.818638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.819203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.819535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.819845+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' [] [] [2021-07-26T11:13:38.820185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.820469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.821617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.822688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.823212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.823542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.823854+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' [] [] [2021-07-26T11:13:38.824199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:38.824469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.825394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:13:38.826362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:13:38.826879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:13:38.827241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:13:38.827619+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' [] [] [2021-07-26T11:13:38.827982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:13:39.109986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4603f9"},"request_uri":"http://127.0.0.1:8000/_wdt/4603f9","method":"GET"} [] [2021-07-26T11:14:01.769923+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T11:14:01.848595+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T11:14:01.884594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.885749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.889846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:01.891266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:01.891676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:01.891992+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' [] [] [2021-07-26T11:14:01.892662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:01.895388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.896427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.897407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:01.897940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:01.898273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:01.898583+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' [] [] [2021-07-26T11:14:01.898922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:01.899291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.900347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:01.901326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:01.901843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:01.902224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:01.902552+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' [] [] [2021-07-26T11:14:01.902907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.045380+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:14:06.190107+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:14:06.196459+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-26T11:14:06.197772+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["4"]] [] [2021-07-26T11:14:06.250012+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T11:14:06.254288+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"yuiyiiiufrufjugj","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":null,"12":3} [] [2021-07-26T11:14:06.256773+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-26T11:14:06.262442+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["yuiyiiiufrufjugj", null, null, null, null, null, null, null, null, 4, null, 3]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"yuiyiiiufrufjugj\", null, null, null, null, null, null, null, null, 4, null, 3]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-26T11:14:06.412554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.413745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.417918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.419250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.419618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.419944+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' [] [] [2021-07-26T11:14:06.420513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.422922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.424018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.425028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.425581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.425925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.426243+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' [] [] [2021-07-26T11:14:06.426597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.426936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.427912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.428907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.429416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.429757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.430072+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' [] [] [2021-07-26T11:14:06.430414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.431789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.433085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.434134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.434705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.435054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.435377+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' [] [] [2021-07-26T11:14:06.435727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.436011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.436987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.438015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.438535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.438866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.439184+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' [] [] [2021-07-26T11:14:06.439530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.439802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.440783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:14:06.441777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:14:06.442281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:14:06.442614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:14:06.442930+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' [] [] [2021-07-26T11:14:06.443270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:14:06.678793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2180d2"},"request_uri":"http://127.0.0.1:8000/_wdt/2180d2","method":"GET"} [] [2021-07-26T11:15:09.953298+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:15:10.071112+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:15:10.076851+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:15:10.077392+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:15:10.105188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.106369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.110221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:10.111430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:10.111779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:10.112102+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' [] [] [2021-07-26T11:15:10.112684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:10.115042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.116070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.117067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:10.117625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:10.117966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:10.118343+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' [] [] [2021-07-26T11:15:10.118692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:10.118971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.119952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:10.120946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:10.121462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:10.121794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:10.122112+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' [] [] [2021-07-26T11:15:10.122452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:10.349785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f9b45"},"request_uri":"http://127.0.0.1:8000/_wdt/5f9b45","method":"GET"} [] [2021-07-26T11:15:15.367458+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T11:15:15.436022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T11:15:15.472280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.473445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.477455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:15.478924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:15.479340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:15.479660+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' [] [] [2021-07-26T11:15:15.480270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:15.483298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.484362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.485352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:15.485901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:15.486239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:15.486552+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' [] [] [2021-07-26T11:15:15.486897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:15.487173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.488124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:15.489083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:15.489577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:15.489956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:15.490268+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' [] [] [2021-07-26T11:15:15.490601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.039057+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:15:20.179312+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T11:15:20.185730+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-26T11:15:20.186643+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["4"]] [] [2021-07-26T11:15:20.194658+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT v FROM App\\Entity\\Subgroup v ORDER BY v.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-26T11:15:20.368264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.369424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.373121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.374332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.374741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.375054+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' [] [] [2021-07-26T11:15:20.375615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.377835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.378822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.379799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.380306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.381136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.381640+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' [] [] [2021-07-26T11:15:20.382013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.382290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.383282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.384247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.384769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.385099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.385470+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' [] [] [2021-07-26T11:15:20.385807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.386902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.387867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.388830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.389332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.389659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.389965+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' [] [] [2021-07-26T11:15:20.390300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.390579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.391522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.392480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.392975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.393301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.393608+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' [] [] [2021-07-26T11:15:20.393941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.394202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.395337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:20.396611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:20.397177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:20.397569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:20.397950+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' [] [] [2021-07-26T11:15:20.398393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:20.661771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd7c4"},"request_uri":"http://127.0.0.1:8000/_wdt/5dd7c4","method":"GET"} [] [2021-07-26T11:15:34.845778+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:15:34.967518+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:15:34.988337+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:15:34.989606+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:15:35.025632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.026791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.030716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:35.031975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:35.032392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:35.032721+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' [] [] [2021-07-26T11:15:35.033297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:35.035613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.036612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.037603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:35.038131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:35.038473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:35.038796+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' [] [] [2021-07-26T11:15:35.039142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:35.039419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.040397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:35.041393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:35.041901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:35.042288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:35.042605+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' [] [] [2021-07-26T11:15:35.042947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:35.268742+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d7dd2"},"request_uri":"http://127.0.0.1:8000/_wdt/5d7dd2","method":"GET"} [] [2021-07-26T11:15:40.968698+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-26T11:15:41.048550+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-26T11:15:41.084845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.085995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.090049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:41.091455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:41.091805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:41.092123+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' [] [] [2021-07-26T11:15:41.092735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:41.095572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.096595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.097571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:41.098161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:41.098499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:41.098809+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' [] [] [2021-07-26T11:15:41.099148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:41.099422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.100375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:41.101580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:41.102155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:41.102495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:41.102807+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' [] [] [2021-07-26T11:15:41.103148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.037118+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:15:45.172757+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:15:45.179206+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-26T11:15:45.180081+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["3"]] [] [2021-07-26T11:15:45.230197+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T11:15:45.234932+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"45745768","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":null,"12":3} [] [2021-07-26T11:15:45.237499+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-26T11:15:45.243277+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["45745768", null, null, null, null, null, null, null, null, 3, null, 3]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"45745768\", null, null, null, null, null, null, null, null, 3, null, 3]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-26T11:15:45.395528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.396746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.400715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.401971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.402334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.402718+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' [] [] [2021-07-26T11:15:45.403285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.405733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.406814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.407821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.408380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.408723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.409019+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' [] [] [2021-07-26T11:15:45.409370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.409651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.410627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.411636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.412143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.412475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.412794+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' [] [] [2021-07-26T11:15:45.413138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.414312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.415324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.416357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.416895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.417233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.417547+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' [] [] [2021-07-26T11:15:45.417896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.418175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.419147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.420137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.420643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.420975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.421293+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' [] [] [2021-07-26T11:15:45.421695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.421968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.422945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:15:45.423937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:15:45.424440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:15:45.424780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:15:45.425098+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' [] [] [2021-07-26T11:15:45.425442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:15:45.657684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3969c"},"request_uri":"http://127.0.0.1:8000/_wdt/e3969c","method":"GET"} [] [2021-07-26T11:17:22.927857+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:17:22.977412+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:17:23.060975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.063215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.066961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.068180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.068594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.068912+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' [] [] [2021-07-26T11:17:23.069465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.071759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.072755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.073727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.074243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.074654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.074963+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' [] [] [2021-07-26T11:17:23.075304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.075577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.076533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.077499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.077992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.078384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.078739+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' [] [] [2021-07-26T11:17:23.079123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.090420+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:17:23.094974+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T11:17:23.108833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:23.109806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:23.110192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:23.110560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:23.110887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:23.111247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:23.111596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:23.111985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:23.112466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:23.113956+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:17:23.116213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.117251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.118227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.118764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.119098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.119408+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' [] [] [2021-07-26T11:17:23.119750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.120023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.120980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.121946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.122444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.122770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.123146+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' [] [] [2021-07-26T11:17:23.123486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.123758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.124707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:23.125672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:23.126164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:23.126488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:23.126796+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' [] [] [2021-07-26T11:17:23.127135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:23.394817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a3c71"},"request_uri":"http://127.0.0.1:8000/_wdt/8a3c71","method":"GET"} [] [2021-07-26T11:17:25.175162+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:17:25.235818+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:17:25.324084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.326452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.330594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.332105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.332476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.332801+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' [] [] [2021-07-26T11:17:25.333422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.336137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.337219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.338244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.338877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.339228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.339551+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' [] [] [2021-07-26T11:17:25.339907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.340189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.341198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.342194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.342707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.343103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.343421+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' [] [] [2021-07-26T11:17:25.343765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.356910+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:17:25.361815+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T11:17:25.375964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:25.376933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:25.377328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:25.377703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:25.378037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:25.378405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:25.378779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:25.379123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:25.379521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:25.380951+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:17:25.383412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.384493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.385504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.386065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.386523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.386930+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' [] [] [2021-07-26T11:17:25.387334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.387604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.388647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.389653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.390199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.390544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.390922+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' [] [] [2021-07-26T11:17:25.391270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.391540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.392518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:25.393510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:25.394016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:25.394349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:25.394692+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' [] [] [2021-07-26T11:17:25.395054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:25.657392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"689c1b"},"request_uri":"http://127.0.0.1:8000/_wdt/689c1b","method":"GET"} [] [2021-07-26T11:17:27.188776+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/assetname/9/edit","method":"GET"} [] [2021-07-26T11:17:27.272158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-26T11:17:27.350107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:27.350699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:27.351112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:27.353816+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:17:27.355726+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:17:27.356305+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [4] [] [2021-07-26T11:17:27.393558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.395312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.400174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:27.401640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:27.401996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:27.402285+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' [] [] [2021-07-26T11:17:27.402950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:27.405745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.406777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.407791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:27.408329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:27.408675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:27.409053+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' [] [] [2021-07-26T11:17:27.409404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:27.409702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.411071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:27.412157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:27.412752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:27.413113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:27.413434+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' [] [] [2021-07-26T11:17:27.413789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:27.670846+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7391f"},"request_uri":"http://127.0.0.1:8000/_wdt/f7391f","method":"GET"} [] [2021-07-26T11:17:35.974906+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T11:17:36.044001+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:17:36.108716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.111205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.115054+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.116388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.116747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.117073+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' [] [] [2021-07-26T11:17:36.117651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.119966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.120983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.121982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.122628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.123105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.123543+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' [] [] [2021-07-26T11:17:36.123979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.124337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.125553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.126563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.127114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.127517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.127838+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' [] [] [2021-07-26T11:17:36.128190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.142171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T11:17:36.147182+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T11:17:36.168612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T11:17:36.170856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:36.171306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:36.171708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:36.172086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:36.172418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:36.172810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T11:17:36.173273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:36.173703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:36.174159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:36.174613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:36.176139+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T11:17:36.177683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.178765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.179768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.180329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.180732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.181060+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' [] [] [2021-07-26T11:17:36.181442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.181758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.182759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.183876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.184487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.184815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.185134+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' [] [] [2021-07-26T11:17:36.185481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.185753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.186730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:36.187718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:36.188228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:36.188564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:36.188882+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' [] [] [2021-07-26T11:17:36.189221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:36.456789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0de6b0"},"request_uri":"http://127.0.0.1:8000/_wdt/0de6b0","method":"GET"} [] [2021-07-26T11:17:39.245120+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/edit","method":"GET"} [] [2021-07-26T11:17:39.322492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2021-07-26T11:17:39.410873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:39.412932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:39.413382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T11:17:39.414156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:39.414607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:39.415005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:39.415390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:39.418627+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:17:39.420819+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:17:39.421369+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T11:17:39.422077+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:17:39.422558+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T11:17:39.422976+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T11:17:39.423383+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T11:17:39.460158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.461329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.465493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:39.466935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:39.467390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:39.467739+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' [] [] [2021-07-26T11:17:39.468387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:39.471212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.472225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.473222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:39.473823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:39.474163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:39.474479+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' [] [] [2021-07-26T11:17:39.474831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:39.475113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.476089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:39.477075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:39.477580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:39.477918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:39.478234+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' [] [] [2021-07-26T11:17:39.478578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:39.739162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92c820"},"request_uri":"http://127.0.0.1:8000/_wdt/92c820","method":"GET"} [] [2021-07-26T11:17:43.720716+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:17:43.779130+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:17:43.839727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.842048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.845877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.847174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.847481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.847765+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' [] [] [2021-07-26T11:17:43.848300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:43.850589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.851620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.852569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.853061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.853363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.853606+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' [] [] [2021-07-26T11:17:43.853968+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:43.854193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.855101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.856037+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.856483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.856736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.856960+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' [] [] [2021-07-26T11:17:43.857216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:43.869244+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:17:43.874198+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T11:17:43.888259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:43.889197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:43.889560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:43.889873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:43.890143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:43.890477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:43.890793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:43.891044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:43.891385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:43.892737+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:17:43.894986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.896019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.896960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.897465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.897754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.898010+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' [] [] [2021-07-26T11:17:43.898297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:43.898500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.899626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.900711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.901252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.901523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.901808+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' [] [] [2021-07-26T11:17:43.902080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:43.902277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.903185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:43.904131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:43.904571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:43.904871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:43.905101+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' [] [] [2021-07-26T11:17:43.905395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:44.166790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c32de9"},"request_uri":"http://127.0.0.1:8000/_wdt/c32de9","method":"GET"} [] [2021-07-26T11:17:46.214278+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"GET"} [] [2021-07-26T11:17:46.277840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-26T11:17:46.354642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:46.355229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:46.355641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:46.359202+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:17:46.361218+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:17:46.361767+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2021-07-26T11:17:46.398637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.399845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.404157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:46.405694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:46.406056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:46.406345+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' [] [] [2021-07-26T11:17:46.406967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:46.409924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.411141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.412167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:46.412878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:46.413273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:46.413646+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' [] [] [2021-07-26T11:17:46.414001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:46.414292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.415321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:46.416334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:46.416871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:46.417208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:46.417526+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' [] [] [2021-07-26T11:17:46.417867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:46.680179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e493"},"request_uri":"http://127.0.0.1:8000/_wdt/e0e493","method":"GET"} [] [2021-07-26T11:17:54.690337+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/edit","method":"POST"} [] [2021-07-26T11:17:54.761912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-26T11:17:54.833951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:54.834541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:54.834961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:54.843533+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T11:17:54.845115+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2021-07-26T11:17:54.845934+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [3,["3"]] [] [2021-07-26T11:17:54.912549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.913737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.917772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:54.919174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:54.919664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:54.920087+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' [] [] [2021-07-26T11:17:54.921027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:54.923985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.925016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.925999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:54.926543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:54.926940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:54.927255+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' [] [] [2021-07-26T11:17:54.927594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:54.927869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.928818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:54.929824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:54.930325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:54.930648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:54.930960+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' [] [] [2021-07-26T11:17:54.931298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.079442+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:17:55.137539+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:17:55.212979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.215292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.219039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.220205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.220691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.221054+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' [] [] [2021-07-26T11:17:55.221717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.223928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.224917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.225895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.226421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.226755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.227132+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' [] [] [2021-07-26T11:17:55.227487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.227840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.228992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.230049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.230582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.230918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.231227+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' [] [] [2021-07-26T11:17:55.231568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.243088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:17:55.247696+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[9,6,5,4,3,2,1]] [] [2021-07-26T11:17:55.261596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:55.262541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:17:55.262920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:55.263286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:55.263615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:17:55.263972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:55.264331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:55.264654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:17:55.265041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:17:55.266377+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:17:55.269276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.270291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.271366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.272089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.272471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.272790+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' [] [] [2021-07-26T11:17:55.273134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.273412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.274411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.275365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.275881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.276210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.276519+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' [] [] [2021-07-26T11:17:55.276854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.277122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.278067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:17:55.279040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:17:55.279533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:17:55.279856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:17:55.280163+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' [] [] [2021-07-26T11:17:55.280497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:17:55.574831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79c2fa"},"request_uri":"http://127.0.0.1:8000/_wdt/79c2fa","method":"GET"} [] [2021-07-26T11:18:29.607422+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:18:29.733730+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:18:29.739977+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:18:29.740546+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:18:29.772805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.773962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.778195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:29.779591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:29.779946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:29.780272+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' [] [] [2021-07-26T11:18:29.780954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:29.783837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.784912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.785919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:29.786472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:29.786814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:29.787130+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' [] [] [2021-07-26T11:18:29.787565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:29.787877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.788994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:29.789994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:29.790535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:29.790870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:29.791187+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' [] [] [2021-07-26T11:18:29.791531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:30.041097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c0033"},"request_uri":"http://127.0.0.1:8000/_wdt/1c0033","method":"GET"} [] [2021-07-26T11:18:32.487031+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:18:32.603255+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:18:32.608691+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:18:32.609225+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:18:32.635466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.636617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.640347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:32.641531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:32.641939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:32.642253+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' [] [] [2021-07-26T11:18:32.642808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:32.645016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.645991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.647129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:32.647741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:32.648076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:32.648386+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' [] [] [2021-07-26T11:18:32.648726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:32.649001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.649957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:32.650924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:32.651424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:32.651809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:32.652115+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' [] [] [2021-07-26T11:18:32.652451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:32.874785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"606155"},"request_uri":"http://127.0.0.1:8000/_wdt/606155","method":"GET"} [] [2021-07-26T11:18:39.724456+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T11:18:39.802308+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T11:18:39.838940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.840112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.844200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:39.845647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:39.845996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:39.846311+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' [] [] [2021-07-26T11:18:39.846996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:39.849650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.850658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.851639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:39.852230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:39.852565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:39.852874+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' [] [] [2021-07-26T11:18:39.853219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:39.853492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.854447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:39.855707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:39.856245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:39.856578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:39.856885+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' [] [] [2021-07-26T11:18:39.857226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.596839+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:18:43.756301+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:18:43.770718+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:18:43.772140+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["5"]] [] [2021-07-26T11:18:43.783337+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 47 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT v FROM App\\Entity\\Subgroup v ORDER BY v.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-26T11:18:43.959293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.960499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.964344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.965612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.965972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.966296+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' [] [] [2021-07-26T11:18:43.966861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.969285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.970541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.971629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.972210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.972619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.972938+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' [] [] [2021-07-26T11:18:43.973289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.973570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.974546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.975535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.976039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.976368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.976681+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' [] [] [2021-07-26T11:18:43.977026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.978149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.979130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.980115+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.980619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.980953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.981278+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' [] [] [2021-07-26T11:18:43.981619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.981893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.982863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.983848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.984353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.984682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.984997+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' [] [] [2021-07-26T11:18:43.985340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:43.985613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.986715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:18:43.987724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:18:43.988269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:18:43.988610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:18:43.988996+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' [] [] [2021-07-26T11:18:43.989345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:18:44.246294+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d86984"},"request_uri":"http://127.0.0.1:8000/_wdt/d86984","method":"GET"} [] [2021-07-26T11:19:37.036204+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:19:37.155631+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:19:37.161280+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:19:37.161833+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:19:37.190232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.191386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.195264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:37.196476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:37.196832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:37.197153+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' [] [] [2021-07-26T11:19:37.197724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:37.200143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.201232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.202241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:37.202858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:37.203201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:37.203517+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' [] [] [2021-07-26T11:19:37.203865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:37.204145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.205124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:37.206115+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:37.206622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:37.206953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:37.207266+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' [] [] [2021-07-26T11:19:37.207608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:37.429323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c47329"},"request_uri":"http://127.0.0.1:8000/_wdt/c47329","method":"GET"} [] [2021-07-26T11:19:43.709934+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-26T11:19:43.793137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-26T11:19:43.845899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.847082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.851141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:43.852591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:43.852941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:43.853259+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' [] [] [2021-07-26T11:19:43.853871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:43.856797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.857906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.858922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:43.859483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:43.859826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:43.860143+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' [] [] [2021-07-26T11:19:43.860492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:43.860774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.861748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:43.862797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:43.863305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:43.863644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:43.863967+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' [] [] [2021-07-26T11:19:43.864311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.044881+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:19:51.181165+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T11:19:51.187327+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-26T11:19:51.188220+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["2"]] [] [2021-07-26T11:19:51.248366+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T11:19:51.252547+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"erteyery","2":"346","3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":2,"11":null,"12":2} [] [2021-07-26T11:19:51.254895+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-26T11:19:51.260441+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["erteyery", "346", null, null, null, null, null, null, null, 2, null, 2]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 125 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"erteyery\", \"346\", null, null, null, null, null, null, null, 2, null, 2]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:125)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'subgroup_id' cannot be null at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-26T11:19:51.407244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.408408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.412040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.413189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.413613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.413904+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' [] [] [2021-07-26T11:19:51.414386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.416685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.417658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.418596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.419117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.419516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.419829+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' [] [] [2021-07-26T11:19:51.420178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.420450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.421401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.422367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.422861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.423185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.423493+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' [] [] [2021-07-26T11:19:51.423829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.424962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.425918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.426887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.427382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.427728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.428017+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' [] [] [2021-07-26T11:19:51.428387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.428700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.429894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.430921+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.431464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.431905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.432222+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' [] [] [2021-07-26T11:19:51.432566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.432840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.433812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:19:51.434783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:19:51.435287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:19:51.435615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:19:51.435920+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' [] [] [2021-07-26T11:19:51.436261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:19:51.678952+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cc2eb"},"request_uri":"http://127.0.0.1:8000/_wdt/6cc2eb","method":"GET"} [] [2021-07-26T11:20:51.191886+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:20:51.322785+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["2"]] [] [2021-07-26T11:20:51.330164+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-07-26T11:20:51.331100+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["2"]] [] [2021-07-26T11:21:05.142075+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:21:05.279897+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:21:05.286766+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:21:05.287419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:21:05.319982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.321171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.325367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:21:05.326768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:21:05.327127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:21:05.327519+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' [] [] [2021-07-26T11:21:05.328220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:21:05.331581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.332734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.333742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:21:05.334310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:21:05.334656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:21:05.334975+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' [] [] [2021-07-26T11:21:05.335326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:21:05.335645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.336652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:21:05.337651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:21:05.338172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:21:05.338513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:21:05.338838+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' [] [] [2021-07-26T11:21:05.339248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:21:05.574795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38e5fd"},"request_uri":"http://127.0.0.1:8000/_wdt/38e5fd","method":"GET"} [] [2021-07-26T11:22:15.123446+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:22:15.250624+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:22:15.264808+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:22:15.265900+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:22:15.306278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.307533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.311714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:15.313032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:15.313394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:15.313718+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' [] [] [2021-07-26T11:22:15.314299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:15.316703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.318089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.319489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:15.320136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:15.320561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:15.320886+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' [] [] [2021-07-26T11:22:15.321240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:15.321528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.322532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:15.323466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:15.323996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:15.324330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:15.324657+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' [] [] [2021-07-26T11:22:15.325002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:15.575941+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"971637"},"request_uri":"http://127.0.0.1:8000/_wdt/971637","method":"GET"} [] [2021-07-26T11:22:19.017922+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-07-26T11:22:19.096854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-07-26T11:22:19.133619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.134842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.138995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:19.140432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:19.140819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:19.141139+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' [] [] [2021-07-26T11:22:19.141753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:19.144470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.145509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.146613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:19.147293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:19.147632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:19.147948+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' [] [] [2021-07-26T11:22:19.148292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:19.148570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.149544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:19.150510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:19.151132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:19.151474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:19.151789+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' [] [] [2021-07-26T11:22:19.152130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.372662+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:22:36.491648+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s FROM App\\Entity\\Subgroup s WHERE s.groups = :groupid ORDER BY s.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-26T11:22:36.697299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.699758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.703519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.704728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.705081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.705465+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' [] [] [2021-07-26T11:22:36.706037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.708438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.709555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.710565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.711127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.711492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.711813+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' [] [] [2021-07-26T11:22:36.712175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.712455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.713440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.714430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.714938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.715275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.715654+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' [] [] [2021-07-26T11:22:36.716002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.717674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.718665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.719660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.720179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.720513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.720827+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' [] [] [2021-07-26T11:22:36.721171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.721445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.722418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.723471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.724098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.724461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.724783+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' [] [] [2021-07-26T11:22:36.725138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.725418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.726435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:22:36.727432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:22:36.727950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:22:36.728284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:22:36.728598+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' [] [] [2021-07-26T11:22:36.728940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:22:36.927859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a993eb"},"request_uri":"http://127.0.0.1:8000/_wdt/a993eb","method":"GET"} [] [2021-07-26T11:26:54.664699+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:26:54.783589+00:00] php.CRITICAL: Uncaught Error: Call to a member function getGroups() on array {"exception":"[object] (Error(code: 0): Call to a member function getGroups() on array at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:80)"} [] [2021-07-26T11:26:54.791177+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getGroups() on array" at C:\Apache24\htdocs\fixedasset\src\Form\AssetnameType.php line 80 {"exception":"[object] (Error(code: 0): Call to a member function getGroups() on array at C:\\Apache24\\htdocs\\fixedasset\\src\\Form\\AssetnameType.php:80)"} [] [2021-07-26T11:26:54.856881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.859319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.863598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.865371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.865891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.866236+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' [] [] [2021-07-26T11:26:54.866872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:54.869739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.870816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.871832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.872391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.872737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.873058+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' [] [] [2021-07-26T11:26:54.873408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:54.873687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.874658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.875649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.876188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.876609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.876928+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' [] [] [2021-07-26T11:26:54.877278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:54.879228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.880302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.881360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.881916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.882261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.882577+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' [] [] [2021-07-26T11:26:54.882924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:54.883203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.884226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.885250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.885788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.886130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.886453+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' [] [] [2021-07-26T11:26:54.886798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:54.887071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.888053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:26:54.889042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:26:54.889546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:26:54.889882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:26:54.890198+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' [] [] [2021-07-26T11:26:54.890554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:26:55.071796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e08e45"},"request_uri":"http://127.0.0.1:8000/_wdt/e08e45","method":"GET"} [] [2021-07-26T11:27:22.838616+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:27:22.927389+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:27:22.933508+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:27:22.958322+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "subgroup" nor one of the methods "subgroup()", "getsubgroup()"/"issubgroup()"/"hassubgroup()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\assetname\new.html.twig line 60 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"subgroup\" nor one of the methods \"subgroup()\", \"getsubgroup()\"/\"issubgroup()\"/\"hassubgroup()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\new.html.twig:60)"} [] [2021-07-26T11:27:23.005533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.006692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.010750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.012063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.012499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.012867+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' [] [] [2021-07-26T11:27:23.013446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.015748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.016754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.017741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.018273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.018606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.018914+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' [] [] [2021-07-26T11:27:23.019255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.019591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.020545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.021510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.022008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.022334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.022641+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' [] [] [2021-07-26T11:27:23.022977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.024038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.024996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.026163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.026689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.027027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.027343+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' [] [] [2021-07-26T11:27:23.027680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.027956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.028967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.029943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.030445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.030770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.031084+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' [] [] [2021-07-26T11:27:23.031418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.031682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.032632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:23.033598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:23.034089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:23.034412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:23.034722+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' [] [] [2021-07-26T11:27:23.035060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:23.232549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e72e83"},"request_uri":"http://127.0.0.1:8000/_wdt/e72e83","method":"GET"} [] [2021-07-26T11:27:29.525804+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:27:29.619214+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:27:29.625252+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:27:29.646189+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "subgroup" nor one of the methods "subgroup()", "getsubgroup()"/"issubgroup()"/"hassubgroup()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\assetname\new.html.twig line 60 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"subgroup\" nor one of the methods \"subgroup()\", \"getsubgroup()\"/\"issubgroup()\"/\"hassubgroup()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\new.html.twig:60)"} [] [2021-07-26T11:27:29.690817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.691991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.695759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.696969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.697324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.697643+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' [] [] [2021-07-26T11:27:29.698237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.700670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.701785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.702793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.703352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.703765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.704091+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' [] [] [2021-07-26T11:27:29.704438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.704715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.705703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.706696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.707206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.707539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.707857+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' [] [] [2021-07-26T11:27:29.708197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.709292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.710274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.711267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.711773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.712115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.712436+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' [] [] [2021-07-26T11:27:29.712780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.713055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.714025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.715098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.715721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.716066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.716347+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' [] [] [2021-07-26T11:27:29.716692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.716967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.717957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:27:29.718890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:27:29.719396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:27:29.719729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:27:29.720052+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' [] [] [2021-07-26T11:27:29.720393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:27:29.920782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83136e"},"request_uri":"http://127.0.0.1:8000/_wdt/83136e","method":"GET"} [] [2021-07-26T11:29:14.700045+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:29:14.819513+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s FROM App\\Entity\\Subgroup s WHERE s.groups = :groupid ORDER BY s.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-26T11:29:15.030833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.033270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.037385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.038977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.039393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.039724+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' [] [] [2021-07-26T11:29:15.040354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.043410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.044637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.045668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.046236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.046583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.046905+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' [] [] [2021-07-26T11:29:15.047258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.047537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.048516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.049505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.050015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.050349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.050661+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' [] [] [2021-07-26T11:29:15.051002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.052823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.053809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.054870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.055522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.055985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.056356+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' [] [] [2021-07-26T11:29:15.056727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.057020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.058062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.059060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.059599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.059945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.060264+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' [] [] [2021-07-26T11:29:15.060610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.060886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.061859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:15.062844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:15.063353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:15.063691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:15.064012+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' [] [] [2021-07-26T11:29:15.064355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:15.327063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"262b95"},"request_uri":"http://127.0.0.1:8000/_wdt/262b95","method":"GET"} [] [2021-07-26T11:29:20.324301+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:29:20.415156+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\Entity\Subgroup has no field or association named name1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 73 near 'name1 ASC': Error: Class App\\Entity\\Subgroup has no field or association named name1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s FROM App\\Entity\\Subgroup s WHERE s.groups = :groupid ORDER BY s.name1 ASC at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} [] [2021-07-26T11:29:20.602898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.607237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.613890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.615301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.615735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.616058+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' [] [] [2021-07-26T11:29:20.616619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.619174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.620254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.621241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.621787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.622124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.622436+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' [] [] [2021-07-26T11:29:20.622779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.623051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.624170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.625241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.625767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.626103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.626485+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' [] [] [2021-07-26T11:29:20.626834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.628481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.629450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.630481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.631048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.631400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.631719+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' [] [] [2021-07-26T11:29:20.632061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.632338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.633329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.634300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.634809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.635133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.635443+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' [] [] [2021-07-26T11:29:20.635778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.636042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.636992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:20.637962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:20.638455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:20.638780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:20.639088+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' [] [] [2021-07-26T11:29:20.639421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:20.901874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfaa5c"},"request_uri":"http://127.0.0.1:8000/_wdt/bfaa5c","method":"GET"} [] [2021-07-26T11:29:30.874444+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:29:30.991934+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:29:30.998613+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:29:30.999307+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:29:31.028594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.029788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.033653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:31.034932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:31.035312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:31.035638+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' [] [] [2021-07-26T11:29:31.036327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:31.038683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.039711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.040713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:31.041254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:31.041595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:31.041914+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' [] [] [2021-07-26T11:29:31.042260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:31.042558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.043614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:29:31.044654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:29:31.045204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:29:31.045618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:29:31.045954+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' [] [] [2021-07-26T11:29:31.046307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:29:31.289107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f52072"},"request_uri":"http://127.0.0.1:8000/_wdt/f52072","method":"GET"} [] [2021-07-26T11:31:00.884620+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:31:00.999205+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:31:01.004845+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:31:01.005390+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:31:01.032464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.033650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.037484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:31:01.038707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:31:01.039053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:31:01.039367+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' [] [] [2021-07-26T11:31:01.040008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:31:01.042292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.043286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.044334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:31:01.044863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:31:01.045195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:31:01.045505+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' [] [] [2021-07-26T11:31:01.045847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:31:01.046121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.047075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:31:01.048271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:31:01.049111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:31:01.049458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:31:01.049780+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' [] [] [2021-07-26T11:31:01.050150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:31:01.291440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57e14e"},"request_uri":"http://127.0.0.1:8000/_wdt/57e14e","method":"GET"} [] [2021-07-26T11:32:08.988280+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:32:09.121918+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:32:09.128508+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:32:09.129285+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:32:09.161808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.163604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.168006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:09.169401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:09.169755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:09.170074+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' [] [] [2021-07-26T11:32:09.170693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:09.173408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.174405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.175376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:09.175889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:09.176285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:09.176596+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' [] [] [2021-07-26T11:32:09.176933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:09.177204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.178154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:09.179420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:09.180076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:09.180539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:09.180871+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' [] [] [2021-07-26T11:32:09.181218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:09.441980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac89c7"},"request_uri":"http://127.0.0.1:8000/_wdt/ac89c7","method":"GET"} [] [2021-07-26T11:32:15.904266+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T11:32:15.979657+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T11:32:16.017073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.018293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.022596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:16.024155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:16.024521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:16.024847+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' [] [] [2021-07-26T11:32:16.025460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:16.028220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.029277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.030278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:16.030826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:16.031166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:16.031483+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' [] [] [2021-07-26T11:32:16.031829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:16.032108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.033075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:32:16.034109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:32:16.034713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:32:16.035100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:32:16.035436+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' [] [] [2021-07-26T11:32:16.035791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:32:19.734643+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:32:19.883689+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:32:19.890097+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:32:19.891055+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["5"]] [] [2021-07-26T11:34:49.519458+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:34:49.649369+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:34:49.656589+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:34:49.709980+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:34:49.711132+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:34:49.711643+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:34:49.738645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.739941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.744309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:49.745883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:49.746280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:49.746611+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' [] [] [2021-07-26T11:34:49.747247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:49.750122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.751149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.752150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:49.752691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:49.753029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:49.753329+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' [] [] [2021-07-26T11:34:49.753678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:49.753969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.754965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:49.755958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:49.756811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:49.757233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:49.757573+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' [] [] [2021-07-26T11:34:49.757955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:50.014064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3ff15"},"request_uri":"http://127.0.0.1:8000/_wdt/b3ff15","method":"GET"} [] [2021-07-26T11:34:57.316196+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:34:57.426330+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:34:57.441133+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:34:57.473570+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "subgroup" nor one of the methods "subgroup()", "getsubgroup()"/"issubgroup()"/"hassubgroup()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\fixedasset\templates\assetname\new.html.twig line 60 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"subgroup\" nor one of the methods \"subgroup()\", \"getsubgroup()\"/\"issubgroup()\"/\"hassubgroup()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\new.html.twig:60)"} [] [2021-07-26T11:34:57.522161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.523341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.527129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.528348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.528774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.529099+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' [] [] [2021-07-26T11:34:57.529652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.531931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.533039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.534059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.534605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.534949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.535265+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' [] [] [2021-07-26T11:34:57.535612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.535889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.536860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.537954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.538433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.538768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.539153+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' [] [] [2021-07-26T11:34:57.539496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.540594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.541587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.542575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.543090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.543424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.543737+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' [] [] [2021-07-26T11:34:57.544083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.544361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.545330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.546323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.546829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.547157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.547477+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' [] [] [2021-07-26T11:34:57.547844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.548117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.549100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:34:57.550160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:34:57.550853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:34:57.551228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:34:57.551543+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' [] [] [2021-07-26T11:34:57.551885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:34:57.764868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ef566"},"request_uri":"http://127.0.0.1:8000/_wdt/6ef566","method":"GET"} [] [2021-07-26T11:36:02.273271+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:36:02.386019+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:36:02.392546+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:36:02.393284+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:36:02.421654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.422941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.427625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:02.429041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:02.429405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:02.429729+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' [] [] [2021-07-26T11:36:02.430301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:02.432643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.433738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.434755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:02.435302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:02.435642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:02.435964+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' [] [] [2021-07-26T11:36:02.436374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:02.436734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.437950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:02.439023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:02.439595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:02.440012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:02.440306+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' [] [] [2021-07-26T11:36:02.440657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:02.695951+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afc507"},"request_uri":"http://127.0.0.1:8000/_wdt/afc507","method":"GET"} [] [2021-07-26T11:36:04.499126+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:36:04.616364+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:36:04.630315+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:36:04.631014+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:36:04.659683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.661285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.665476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:04.666810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:04.667169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:04.667490+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' [] [] [2021-07-26T11:36:04.668139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:04.670499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.671517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.672511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:04.673090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:04.673457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:04.673794+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' [] [] [2021-07-26T11:36:04.674143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:04.674427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.675426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:04.676421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:04.676965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:04.677333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:04.677764+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' [] [] [2021-07-26T11:36:04.678324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:04.901437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6caea5"},"request_uri":"http://127.0.0.1:8000/_wdt/6caea5","method":"GET"} [] [2021-07-26T11:36:08.948230+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T11:36:09.021336+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T11:36:09.058529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.059801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.063957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:09.065434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:09.065825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:09.066154+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' [] [] [2021-07-26T11:36:09.066781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:09.069557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.070594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.071589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:09.072129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:09.072469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:09.072935+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' [] [] [2021-07-26T11:36:09.073306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:09.073591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.074593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:36:09.075641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:36:09.076192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:36:09.076537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:36:09.076856+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' [] [] [2021-07-26T11:36:09.077203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:36:13.264176+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:36:13.405826+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:36:13.412631+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:36:13.413651+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [null,["5"]] [] [2021-07-26T11:38:04.936558+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:38:06.922226+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:38:17.345966+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:38:17.477328+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:38:17.484111+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:38:17.484766+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [null] [] [2021-07-26T11:38:17.518157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.519337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.523591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:17.525076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:17.525436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:17.525758+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' [] [] [2021-07-26T11:38:17.526380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:17.529552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.530731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.531740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:17.532304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:17.532721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:17.533039+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' [] [] [2021-07-26T11:38:17.533388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:17.533679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.534658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:17.535654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:17.536161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:17.536500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:17.536842+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' [] [] [2021-07-26T11:38:17.537196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:17.787689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d4bde"},"request_uri":"http://127.0.0.1:8000/_wdt/3d4bde","method":"GET"} [] [2021-07-26T11:38:20.904279+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-26T11:38:20.980421+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-26T11:38:21.033384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.034538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.038528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:21.040157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:21.040597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:21.040927+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' [] [] [2021-07-26T11:38:21.041554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:21.044218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.045220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.046195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:21.046724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:21.047053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:21.047365+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' [] [] [2021-07-26T11:38:21.047702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:21.047969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.048981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:38:21.049971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:38:21.050487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:38:21.050887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:38:21.051201+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' [] [] [2021-07-26T11:38:21.051538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:38:32.219191+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:40:51.390422+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:40:51.524949+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:40:51.531221+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:40:51.531766+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:40:51.564966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.566138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.570678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:51.572220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:51.572592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:51.572915+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' [] [] [2021-07-26T11:40:51.573606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:51.576431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.577455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.578400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:51.578925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:51.579264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:51.579582+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' [] [] [2021-07-26T11:40:51.579926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:51.580202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.581176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:51.582173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:51.582675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:51.583005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:51.583320+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' [] [] [2021-07-26T11:40:51.583713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:51.848847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a113e"},"request_uri":"http://127.0.0.1:8000/_wdt/7a113e","method":"GET"} [] [2021-07-26T11:40:53.531900+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-26T11:40:53.644719+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:40:53.650432+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:40:53.650969+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:40:53.678327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.679528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.683440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:53.684677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:53.685028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:53.685350+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' [] [] [2021-07-26T11:40:53.685935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:53.688298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.689323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.690376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:53.691051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:53.691602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:53.692221+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' [] [] [2021-07-26T11:40:53.692623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:53.692948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.693995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:53.695004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:53.695544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:53.695884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:53.696199+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' [] [] [2021-07-26T11:40:53.696542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:53.939114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d06b67"},"request_uri":"http://127.0.0.1:8000/_wdt/d06b67","method":"GET"} [] [2021-07-26T11:40:57.397150+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2021-07-26T11:40:57.468438+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2021-07-26T11:40:57.505898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.507056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.511130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:57.512663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:57.513050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:57.513372+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' [] [] [2021-07-26T11:40:57.513995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:57.516686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.517683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.518657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:57.519178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:57.519508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:57.519872+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' [] [] [2021-07-26T11:40:57.520235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:40:57.520563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.521665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:40:57.522643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:40:57.523250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:40:57.523587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:40:57.523896+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' [] [] [2021-07-26T11:40:57.524233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:00.914632+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:41:01.042408+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:41:01.049429+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:41:01.050671+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T11:41:17.146139+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-26T11:41:17.289775+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:41:17.296560+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:41:17.297179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2021-07-26T11:41:17.345658+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-26T11:41:17.350289+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"346347347","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":3} [] [2021-07-26T11:41:17.353686+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-26T11:41:17.378710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.379926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.384213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.385908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.386291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.386616+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' [] [] [2021-07-26T11:41:17.387235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.390249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.391339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.392351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.392906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.393250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.393533+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' [] [] [2021-07-26T11:41:17.393881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.394163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.395166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.396154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.396707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.397046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.397364+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' [] [] [2021-07-26T11:41:17.397710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.551573+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:41:17.614769+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:41:17.695576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.697891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.701552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.702724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.703067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.703382+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' [] [] [2021-07-26T11:41:17.703998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.706302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.707564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.708577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.709201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.709554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.709875+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' [] [] [2021-07-26T11:41:17.710219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.710497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.711464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.712437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.712939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.713266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.713574+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' [] [] [2021-07-26T11:41:17.713910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.726315+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:41:17.731184+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4,3,2,1]] [] [2021-07-26T11:41:17.744854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:17.745782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:17.746156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:17.746521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:17.746881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:17.747211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:17.747575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:17.747922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:17.748245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:17.748628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:17.749971+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:41:17.753073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.754316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.755306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.755929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.756272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.756581+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' [] [] [2021-07-26T11:41:17.756946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.757257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.758226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.759197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.759705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.760036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.760346+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' [] [] [2021-07-26T11:41:17.760683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:17.760948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.761898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:17.762864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:17.763355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:17.763681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:17.763954+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' [] [] [2021-07-26T11:41:17.764286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:18.047773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d89489"},"request_uri":"http://127.0.0.1:8000/_wdt/d89489","method":"GET"} [] [2021-07-26T11:41:21.023100+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetname/10/edit","method":"GET"} [] [2021-07-26T11:41:21.089505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["10"] [] [2021-07-26T11:41:21.164676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:21.165257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:21.165701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:21.169600+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:41:21.171620+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:41:21.172183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [5] [] [2021-07-26T11:41:21.209068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.210240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.214460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:21.216110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:21.216643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:21.217032+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' [] [] [2021-07-26T11:41:21.217894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:21.220898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.221970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.222971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:21.223534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:21.223915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:21.224261+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' [] [] [2021-07-26T11:41:21.224615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:21.224895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.225895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:21.226890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:21.227542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:21.227874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:21.228210+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' [] [] [2021-07-26T11:41:21.228550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:21.494870+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44c2a6"},"request_uri":"http://127.0.0.1:8000/_wdt/44c2a6","method":"GET"} [] [2021-07-26T11:41:31.882009+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"10"},"request_uri":"http://127.0.0.1:8000/assetname/10/edit","method":"POST"} [] [2021-07-26T11:41:31.969543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["10"] [] [2021-07-26T11:41:32.043231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:32.043826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:32.044242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:32.052598+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-26T11:41:32.054186+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2021-07-26T11:41:32.055575+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? AND s0_.id IN (?) ORDER BY s0_.name ASC [5,["5"]] [] [2021-07-26T11:41:32.123819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.125022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.129350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.130947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.131323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.131648+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' [] [] [2021-07-26T11:41:32.132274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.135113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.136192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.137212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.137949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.138362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.138702+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' [] [] [2021-07-26T11:41:32.139058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.139342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.140364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.141356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.141885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.142287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.142606+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' [] [] [2021-07-26T11:41:32.142955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.292959+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-26T11:41:32.354938+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:41:32.445889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.456374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.472449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.476108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.476858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.477534+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' [] [] [2021-07-26T11:41:32.478920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.483398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.485249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.486930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.487717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.488217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.488687+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' [] [] [2021-07-26T11:41:32.489261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.489676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.491433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.492806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.493525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.493965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.494375+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' [] [] [2021-07-26T11:41:32.494827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.508003+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-26T11:41:32.512829+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4,3,2,1]] [] [2021-07-26T11:41:32.526971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:32.528051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:32.528438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:32.528815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:32.529179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:32.529511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:32.529877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:32.530232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:32.530566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:32.530953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:32.532316+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-26T11:41:32.535275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.536326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.537322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.537880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.538220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.538536+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' [] [] [2021-07-26T11:41:32.538884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.539177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.540186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.541188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.541709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.542045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.542359+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' [] [] [2021-07-26T11:41:32.542703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.542978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.543992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:32.544929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:32.545443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:32.545779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:32.546097+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' [] [] [2021-07-26T11:41:32.546443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:32.850304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"449c92"},"request_uri":"http://127.0.0.1:8000/_wdt/449c92","method":"GET"} [] [2021-07-26T11:41:37.768299+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-26T11:41:37.830163+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-26T11:41:37.915287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.917764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.921965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:37.923401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:37.923761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:37.924218+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' [] [] [2021-07-26T11:41:37.925192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:37.928650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.929815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.930829+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:37.931402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:37.931747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:37.932068+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' [] [] [2021-07-26T11:41:37.932418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:37.932697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.933690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.934678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:37.935186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:37.935533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:37.935878+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' [] [] [2021-07-26T11:41:37.936340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:37.951104+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-26T11:41:37.956247+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-26T11:41:37.980670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T11:41:37.982894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:37.983297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:37.983693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:37.984076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:37.984416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-26T11:41:37.984797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-26T11:41:37.985170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:37.985500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-26T11:41:37.985871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:37.986212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:37.987656+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-26T11:41:37.989168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.990209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.991470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:37.992695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:37.993194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:37.993651+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' [] [] [2021-07-26T11:41:37.994030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:37.994328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.995385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.996386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:37.996931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:37.997271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:37.997599+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' [] [] [2021-07-26T11:41:37.997951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:37.998255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:37.999264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:38.000316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:38.000905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:38.001246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:38.001532+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' [] [] [2021-07-26T11:41:38.001882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:38.264911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d37a8"},"request_uri":"http://127.0.0.1:8000/_wdt/0d37a8","method":"GET"} [] [2021-07-26T11:41:40.413818+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/edit","method":"GET"} [] [2021-07-26T11:41:40.498362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-26T11:41:40.585226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:40.587949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:40.588417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-26T11:41:40.589185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-26T11:41:40.589625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:40.590024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:40.590411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-26T11:41:40.593399+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-26T11:41:40.595304+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-26T11:41:40.595838+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-26T11:41:40.596560+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-26T11:41:40.597118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-26T11:41:40.597610+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-26T11:41:40.598028+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-26T11:41:40.635900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.637103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.641386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:40.642870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:40.643231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:40.643555+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' [] [] [2021-07-26T11:41:40.644176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:40.646967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.648043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.649073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:40.649591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:40.650029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:40.650405+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' [] [] [2021-07-26T11:41:40.651221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:40.651573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.652993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-26T11:41:40.654318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-26T11:41:40.654924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-26T11:41:40.655353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-26T11:41:40.655675+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' [] [] [2021-07-26T11:41:40.656076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-26T11:41:40.920539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc40fb"},"request_uri":"http://127.0.0.1:8000/_wdt/fc40fb","method":"GET"} [] [2021-07-27T05:42:30.145810+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-27T05:42:30.258522+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:42:30.389777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.395815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.402724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.405553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.405909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.406217+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' [] [] [2021-07-27T05:42:30.407236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.412020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.413016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.413924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.414408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.414697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.414955+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' [] [] [2021-07-27T05:42:30.415292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.415525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.416437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.417689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.418319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.418730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.419020+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' [] [] [2021-07-27T05:42:30.419294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.439922+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-27T05:42:30.448173+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-27T05:42:30.454023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-27T05:42:30.457762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.458789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.459694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.460225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.460531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.460806+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' [] [] [2021-07-27T05:42:30.461079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.461318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.462365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.463357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.463873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.464189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.464506+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' [] [] [2021-07-27T05:42:30.464836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.465071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.466017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:30.466966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:30.467524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:30.468249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:30.468638+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' [] [] [2021-07-27T05:42:30.469058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:30.814631+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2e51b"},"request_uri":"http://127.0.0.1:8000/_wdt/c2e51b","method":"GET"} [] [2021-07-27T05:42:33.029488+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-27T05:42:33.080143+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:42:33.152650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.156211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.160508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.162896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.163336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.163673+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' [] [] [2021-07-27T05:42:33.164256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.166610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.167654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.168659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.169247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.169670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.169992+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' [] [] [2021-07-27T05:42:33.170349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.170632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.171618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.172542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.173051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.173389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.173708+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' [] [] [2021-07-27T05:42:33.174052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.185227+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-27T05:42:33.189478+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-27T05:42:33.192347+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-27T05:42:33.195478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.196822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.197902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.198548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.198913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.199237+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' [] [] [2021-07-27T05:42:33.199604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.199889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.200939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.201993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.202530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.202875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.203195+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' [] [] [2021-07-27T05:42:33.203553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.203827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.204835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:33.205804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:33.206310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:33.206650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:33.206975+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' [] [] [2021-07-27T05:42:33.207330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:33.447748+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a60a90"},"request_uri":"http://127.0.0.1:8000/_wdt/a60a90","method":"GET"} [] [2021-07-27T05:42:44.241306+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/unit/4/edit","method":"GET"} [] [2021-07-27T05:42:44.319802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["4"] [] [2021-07-27T05:42:44.392286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.393525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.397419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:44.399225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:44.399759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:44.400277+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' [] [] [2021-07-27T05:42:44.401001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:44.403453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.404595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.405604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:44.406162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:44.406506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:44.406826+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' [] [] [2021-07-27T05:42:44.407176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:44.407449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.408437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:42:44.409469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:42:44.410020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:42:44.410357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:42:44.410675+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' [] [] [2021-07-27T05:42:44.411022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:42:44.682441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b695cb"},"request_uri":"http://127.0.0.1:8000/_wdt/b695cb","method":"GET"} [] [2021-07-27T05:43:00.009487+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/unit/4/edit","method":"POST"} [] [2021-07-27T05:43:00.083443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["4"] [] [2021-07-27T05:43:00.207709+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-27T05:43:00.208053+00:00] doctrine.DEBUG: UPDATE unit SET name = ?, shortname = ? WHERE id = ? ["Liter","Lit",4] [] [2021-07-27T05:43:00.208867+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-27T05:43:00.228648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.229796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.233602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.235051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.235434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.235728+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' [] [] [2021-07-27T05:43:00.236281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.238591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.239600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.240531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.241023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.241318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.241661+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' [] [] [2021-07-27T05:43:00.241964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.242189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.243086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.243989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.244441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.244719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.244976+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' [] [] [2021-07-27T05:43:00.245268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.367234+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-27T05:43:00.414006+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:43:00.493483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.498405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.502316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.503681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.504123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.504450+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' [] [] [2021-07-27T05:43:00.505034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.507297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.508301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.509283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.509820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.510154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.510466+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' [] [] [2021-07-27T05:43:00.510811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.511084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.512045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.513024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.513521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.513926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.514241+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' [] [] [2021-07-27T05:43:00.514579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.525068+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-27T05:43:00.529857+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-27T05:43:00.532766+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-27T05:43:00.535745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.536944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.537940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.538645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.538987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.539296+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' [] [] [2021-07-27T05:43:00.539639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.539920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.540869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.541824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.542319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.542649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.542956+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' [] [] [2021-07-27T05:43:00.543289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.543554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.544480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:00.545424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:00.545918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:00.546238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:00.546543+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' [] [] [2021-07-27T05:43:00.546875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:00.806817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a293a"},"request_uri":"http://127.0.0.1:8000/_wdt/2a293a","method":"GET"} [] [2021-07-27T05:43:03.836989+00:00] request.INFO: Matched route "unit_show". {"route":"unit_show","route_parameters":{"_route":"unit_show","_controller":"App\\Controller\\UnitController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/unit/3/show","method":"GET"} [] [2021-07-27T05:43:03.909614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["3"] [] [2021-07-27T05:43:03.951656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.952930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.956819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:03.958082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:03.958441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:03.958765+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' [] [] [2021-07-27T05:43:03.959337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:03.961633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.962701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.963740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:03.964615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:03.965279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:03.965661+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' [] [] [2021-07-27T05:43:03.966101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:03.966391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.967432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:03.968449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:03.969009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:03.969353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:03.969671+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' [] [] [2021-07-27T05:43:03.970018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:04.192216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"def4af"},"request_uri":"http://127.0.0.1:8000/_wdt/def4af","method":"GET"} [] [2021-07-27T05:43:05.606012+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/unit/3/edit","method":"GET"} [] [2021-07-27T05:43:05.672508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["3"] [] [2021-07-27T05:43:05.734916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.736098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.740322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:05.741706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:05.742075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:05.742478+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' [] [] [2021-07-27T05:43:05.743054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:05.745386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.746447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.747450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:05.747998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:05.748339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:05.748655+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' [] [] [2021-07-27T05:43:05.749001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:05.749275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.750269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:05.751254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:05.751770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:05.752138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:05.752528+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' [] [] [2021-07-27T05:43:05.752879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:05.982296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be3103"},"request_uri":"http://127.0.0.1:8000/_wdt/be3103","method":"GET"} [] [2021-07-27T05:43:15.360211+00:00] request.INFO: Matched route "unit_edit". {"route":"unit_edit","route_parameters":{"_route":"unit_edit","_controller":"App\\Controller\\UnitController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/unit/3/edit","method":"POST"} [] [2021-07-27T05:43:15.407536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? ["3"] [] [2021-07-27T05:43:15.473378+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-27T05:43:15.473691+00:00] doctrine.DEBUG: UPDATE unit SET name = ?, shortname = ? WHERE id = ? ["Pices","Pcs",3] [] [2021-07-27T05:43:15.476745+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-27T05:43:15.496592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.497798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.501680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.503049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.503454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.503841+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' [] [] [2021-07-27T05:43:15.504471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.506846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.507877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.508873+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.509425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.509844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.510165+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' [] [] [2021-07-27T05:43:15.510513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.510784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.511763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.512771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.513319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.513651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.513965+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' [] [] [2021-07-27T05:43:15.514312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.635590+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-27T05:43:15.682794+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:43:15.763562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.765584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.769409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.770845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.771253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.771574+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' [] [] [2021-07-27T05:43:15.772157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.774387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.775360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.776317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.776841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.777165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.777469+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' [] [] [2021-07-27T05:43:15.777854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.778129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.779068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.780101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.780600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.780923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.781228+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' [] [] [2021-07-27T05:43:15.781563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.791971+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-27T05:43:15.796004+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-27T05:43:15.798822+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-27T05:43:15.801834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.802843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.803815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.804391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.804818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.805188+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' [] [] [2021-07-27T05:43:15.805551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.805833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.806824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.807775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.808290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.808631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.808941+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' [] [] [2021-07-27T05:43:15.809272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:15.809573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.810515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:15.811464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:15.811964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:15.812286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:15.812590+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' [] [] [2021-07-27T05:43:15.812997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:16.061550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"834135"},"request_uri":"http://127.0.0.1:8000/_wdt/834135","method":"GET"} [] [2021-07-27T05:43:26.095042+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-27T05:43:26.248989+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-27T05:43:26.261586+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-27T05:43:26.262903+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-27T05:43:26.276203+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-27T05:43:26.277127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-27T05:43:26.277877+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-27T05:43:26.278461+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-27T05:43:26.317801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.318933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.323117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:26.324861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:26.325341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:26.325766+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' [] [] [2021-07-27T05:43:26.326404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:26.329214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.330200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.331151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:26.331663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:26.331960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:26.332234+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' [] [] [2021-07-27T05:43:26.332533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:26.332764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.333677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:26.334603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:26.335056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:26.335343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:26.335607+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' [] [] [2021-07-27T05:43:26.335966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:26.630580+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ebe27"},"request_uri":"http://127.0.0.1:8000/_wdt/9ebe27","method":"GET"} [] [2021-07-27T05:43:29.444697+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-27T05:43:29.510882+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:43:29.594491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.596895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.600958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.602642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.603060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.603408+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' [] [] [2021-07-27T05:43:29.603990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.606273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.607317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.608358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.608952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.609385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.609715+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' [] [] [2021-07-27T05:43:29.610066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.610353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.611355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.612357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.612874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.613212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.613538+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' [] [] [2021-07-27T05:43:29.613883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.629728+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-27T05:43:29.635438+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-27T05:43:29.657390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-27T05:43:29.659630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:29.660037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:29.660439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:29.660809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-27T05:43:29.661148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-27T05:43:29.661525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-27T05:43:29.661896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-27T05:43:29.662232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-27T05:43:29.662611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-27T05:43:29.662945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-27T05:43:29.664423+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-27T05:43:29.665997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.667045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.668342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.668972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.669327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.669651+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' [] [] [2021-07-27T05:43:29.670011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.670300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.671294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.672377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.672938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.673371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.673700+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' [] [] [2021-07-27T05:43:29.674055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.674333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.675331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:29.676329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:29.676849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:29.677189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:29.677512+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' [] [] [2021-07-27T05:43:29.677860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:29.955029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2dd03"},"request_uri":"http://127.0.0.1:8000/_wdt/f2dd03","method":"GET"} [] [2021-07-27T05:43:30.766079+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-27T05:43:30.846036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-27T05:43:30.961479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-27T05:43:30.964673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:30.965188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:30.965688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-27T05:43:30.966169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:30.966679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:30.967123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-27T05:43:30.984517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:30.985694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:30.990006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:30.991644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:30.992069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:30.992401+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' [] [] [2021-07-27T05:43:30.993045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:30.995793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:30.996806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:30.997791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:30.998404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:30.998744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:30.999058+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' [] [] [2021-07-27T05:43:30.999403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:30.999699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:31.000686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:43:31.001690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:43:31.002216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:43:31.002552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:43:31.002867+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' [] [] [2021-07-27T05:43:31.003214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:43:31.253831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6bd53"},"request_uri":"http://127.0.0.1:8000/_wdt/c6bd53","method":"GET"} [] [2021-07-27T05:57:36.836615+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-27T05:57:36.902320+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:57:36.978119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.980649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.984804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:36.986356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:36.986791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:36.987124+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' [] [] [2021-07-27T05:57:36.987729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:36.990851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.992056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.993086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:36.993666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:36.994072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:36.994486+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' [] [] [2021-07-27T05:57:36.994845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:36.995129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.996133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:36.997127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:36.997649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:36.997984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:36.998299+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' [] [] [2021-07-27T05:57:36.998640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:37.011927+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-27T05:57:37.017161+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-27T05:57:37.039244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-27T05:57:37.042007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-27T05:57:37.042503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-27T05:57:37.042875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-27T05:57:37.043171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-27T05:57:37.043437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-27T05:57:37.043726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-27T05:57:37.044057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-27T05:57:37.044336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-27T05:57:37.044644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-27T05:57:37.044907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-27T05:57:37.046313+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-27T05:57:37.047955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.049003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.049957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:37.050495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:37.050799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:37.051057+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' [] [] [2021-07-27T05:57:37.051351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:37.051576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.052511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.053459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:37.053943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:37.054221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:37.054474+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' [] [] [2021-07-27T05:57:37.054769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:37.054985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.056362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:37.057616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:37.058196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:37.058499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:37.058744+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' [] [] [2021-07-27T05:57:37.059017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:37.372654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f63c4"},"request_uri":"http://127.0.0.1:8000/_wdt/3f63c4","method":"GET"} [] [2021-07-27T05:57:43.699996+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"POST"} [] [2021-07-27T05:57:43.710791+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\\fixedasset\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-07-27T05:57:43.761523+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T05:57:43.848253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.850581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.854609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.855983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.856351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.856671+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' [] [] [2021-07-27T05:57:43.857278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:43.860004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.860978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.862186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.862816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.863161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.863468+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' [] [] [2021-07-27T05:57:43.863806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:43.864079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.865122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.866078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.866567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.866891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.867193+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' [] [] [2021-07-27T05:57:43.867525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:43.880170+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%003%","%003%","%003%","%003%"] [] [2021-07-27T05:57:43.885179+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%003%","%003%","%003%","%003%",[7]] [] [2021-07-27T05:57:43.905988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-27T05:57:43.908226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-27T05:57:43.908622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-27T05:57:43.910035+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%003%","%003%","%003%","%003%"] [] [2021-07-27T05:57:43.911502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.912552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.913574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.914133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.914474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.914790+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' [] [] [2021-07-27T05:57:43.915140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:43.915419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.916389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.917359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.917868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.918204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.918514+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' [] [] [2021-07-27T05:57:43.918852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:43.919117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.920069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T05:57:43.921035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T05:57:43.921528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T05:57:43.921855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T05:57:43.922165+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' [] [] [2021-07-27T05:57:43.922500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T05:57:44.194015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07f9a6"},"request_uri":"http://127.0.0.1:8000/_wdt/07f9a6","method":"GET"} [] [2021-07-27T06:42:02.336013+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-27T06:42:02.403893+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T06:42:02.482321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.485007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.489268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.491428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.492114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.492490+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' [] [] [2021-07-27T06:42:02.493271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.496226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.497257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.498218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.498809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.499255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.499674+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' [] [] [2021-07-27T06:42:02.500029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.500308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.501301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.502237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.503593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.504871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.505342+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' [] [] [2021-07-27T06:42:02.505769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.518346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-27T06:42:02.523375+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-27T06:42:02.527299+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-27T06:42:02.529816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.530916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.531929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.532826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.533205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.533526+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' [] [] [2021-07-27T06:42:02.533898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.534179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.535171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.536148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.536663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.537043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.537359+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' [] [] [2021-07-27T06:42:02.537710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.537993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.538993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T06:42:02.540020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T06:42:02.540723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T06:42:02.541097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T06:42:02.541418+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' [] [] [2021-07-27T06:42:02.541769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T06:42:02.801833+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7895a"},"request_uri":"http://127.0.0.1:8000/_wdt/d7895a","method":"GET"} [] [2021-07-27T11:39:04.080836+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-27T11:39:04.160986+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T11:39:04.251436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.254283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.258597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.260284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.261111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.261538+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' [] [] [2021-07-27T11:39:04.262297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.265567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.266707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.267714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.268289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.268805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.271440+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' [] [] [2021-07-27T11:39:04.271945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.272294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.273368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.274396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.275025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.275398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.275728+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' [] [] [2021-07-27T11:39:04.276161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.289927+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-27T11:39:04.295983+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-27T11:39:04.318065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-27T11:39:04.320370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-27T11:39:04.320801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-27T11:39:04.321205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-27T11:39:04.321623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-27T11:39:04.321979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-27T11:39:04.322342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-27T11:39:04.322830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-27T11:39:04.323175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-27T11:39:04.323521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-27T11:39:04.323860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-27T11:39:04.325357+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-27T11:39:04.326925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.327987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.329040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.329638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.330010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.330305+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' [] [] [2021-07-27T11:39:04.330719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.331017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.332022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.332972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.333507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.333893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.334223+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' [] [] [2021-07-27T11:39:04.334581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.334858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.335839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:04.336839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:04.337381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:04.337754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:04.338079+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' [] [] [2021-07-27T11:39:04.338428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:04.654876+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9007b"},"request_uri":"http://127.0.0.1:8000/_wdt/f9007b","method":"GET"} [] [2021-07-27T11:39:41.862842+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-27T11:39:41.987923+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-27T11:39:41.993393+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-27T11:39:41.994041+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-27T11:39:42.001072+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-27T11:39:42.001727+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-27T11:39:42.002287+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-27T11:39:42.002760+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-27T11:39:42.039409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.043202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.047564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:42.049058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:42.049478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:42.049762+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' [] [] [2021-07-27T11:39:42.050340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:42.053281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.054340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.055478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:42.056018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:42.056312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:42.056559+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' [] [] [2021-07-27T11:39:42.056845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:42.057077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.058152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:42.059487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:42.060048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:42.060341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:42.060586+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' [] [] [2021-07-27T11:39:42.060867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:42.351824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55b7e5"},"request_uri":"http://127.0.0.1:8000/_wdt/55b7e5","method":"GET"} [] [2021-07-27T11:39:59.370273+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2021-07-27T11:39:59.463324+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2021-07-27T11:39:59.502392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.503594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.507795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:59.509338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:59.509764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:59.510096+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' [] [] [2021-07-27T11:39:59.510736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:59.513467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.514554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.515570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:59.516179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:59.516535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:59.516825+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' [] [] [2021-07-27T11:39:59.517264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:39:59.517555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.518619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:39:59.519629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:39:59.520198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:39:59.520579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:39:59.520904+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' [] [] [2021-07-27T11:39:59.521279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:00.813680+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2021-07-27T11:40:00.912329+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2021-07-27T11:40:00.953392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.954595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.959175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:00.960763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:00.961355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:00.961745+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' [] [] [2021-07-27T11:40:00.962412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:00.965205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.966241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.967272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:00.967839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:00.968191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:00.968515+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' [] [] [2021-07-27T11:40:00.968873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:00.969182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.970208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:00.971218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:00.971761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:00.972156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:00.972606+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' [] [] [2021-07-27T11:40:00.974015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:02.287475+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2021-07-27T11:40:02.367343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-27T11:40:02.397466+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [2] [] [2021-07-27T11:40:02.422588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.423771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.427986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:02.429907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:02.430438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:02.430791+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' [] [] [2021-07-27T11:40:02.431437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:02.434271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.435343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.436357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:02.437008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:02.437465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:02.437790+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' [] [] [2021-07-27T11:40:02.438146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:02.438426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.439415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:02.440411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:02.440951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:02.441357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:02.441699+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' [] [] [2021-07-27T11:40:02.442062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:10.580066+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-27T11:40:10.719895+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-27T11:40:10.725020+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-27T11:40:10.725644+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-27T11:40:10.732295+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-27T11:40:10.732891+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-27T11:40:10.733481+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-27T11:40:10.733947+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-27T11:40:10.769706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.770846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.775085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:10.776794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:10.777325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:10.777673+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' [] [] [2021-07-27T11:40:10.778304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:10.781096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.782112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.783111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:10.783657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:10.784081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:10.784367+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' [] [] [2021-07-27T11:40:10.784718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:10.784995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.785952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:40:10.786925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:40:10.787443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:40:10.787776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:40:10.788094+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' [] [] [2021-07-27T11:40:10.788437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:40:11.081315+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea2986"},"request_uri":"http://127.0.0.1:8000/_wdt/ea2986","method":"GET"} [] [2021-07-27T11:44:04.328332+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-27T11:44:04.394778+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-27T11:44:04.487451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.489936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.494177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.495618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.496032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.496393+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' [] [] [2021-07-27T11:44:04.497076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.500187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.501750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.502910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.503539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.503918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.504251+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' [] [] [2021-07-27T11:44:04.504653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.504985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.506054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.507142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.507705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.508065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.508389+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' [] [] [2021-07-27T11:44:04.508749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.521865+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-27T11:44:04.527142+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-27T11:44:04.548117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-27T11:44:04.550531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-27T11:44:04.551083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-27T11:44:04.551526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-27T11:44:04.551917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-27T11:44:04.552269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-27T11:44:04.552653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-27T11:44:04.553031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-27T11:44:04.553371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-27T11:44:04.553750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-27T11:44:04.554085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-27T11:44:04.555562+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-27T11:44:04.557142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.558238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.559284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.559959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.560330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.560664+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' [] [] [2021-07-27T11:44:04.561023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.561315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.562365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.563417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.563993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.564365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.564717+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' [] [] [2021-07-27T11:44:04.565076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.565361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.566514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-27T11:44:04.567822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-27T11:44:04.568433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-27T11:44:04.568795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-27T11:44:04.569124+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' [] [] [2021-07-27T11:44:04.569482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-27T11:44:04.873990+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f08c6"},"request_uri":"http://127.0.0.1:8000/_wdt/1f08c6","method":"GET"} [] [2021-07-28T08:45:42.098550+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-28T08:45:42.208321+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:45:42.447022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.456216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.466768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.469904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.470924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.471429+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' [] [] [2021-07-28T08:45:42.472467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.477866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.479231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.480300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.480856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.481294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.481609+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' [] [] [2021-07-28T08:45:42.481935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.482184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.483190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.484114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.484610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.484920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.485184+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' [] [] [2021-07-28T08:45:42.485487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.505045+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:45:42.512664+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-28T08:45:42.517225+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:45:42.520613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.521630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.522523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.523036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.523344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.523622+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' [] [] [2021-07-28T08:45:42.523937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.524212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.525249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.526240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.526824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.527210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.527505+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' [] [] [2021-07-28T08:45:42.527820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.528058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.529027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:42.529977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:42.530461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:42.530765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:42.531029+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' [] [] [2021-07-28T08:45:42.531322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:42.882256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ae6a5"},"request_uri":"http://127.0.0.1:8000/_wdt/6ae6a5","method":"GET"} [] [2021-07-28T08:45:45.217051+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:45:45.274204+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:45:45.353191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.356147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.360183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.361472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.364328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.364888+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' [] [] [2021-07-28T08:45:45.365716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.369317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.370759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.371965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.372722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.373120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.373416+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' [] [] [2021-07-28T08:45:45.373765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.374104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.375116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.376036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.376552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.376884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.377198+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' [] [] [2021-07-28T08:45:45.377537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.391996+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:45:45.402780+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6,5]] [] [2021-07-28T08:45:45.431177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:45:45.433841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:45.434231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:45.434577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:45.434857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:45.435096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:45.435360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T08:45:45.435624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:45.435855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:45.436121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:45.436350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:45.438382+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:45:45.440119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.441193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.442182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.442756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.443090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.443404+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' [] [] [2021-07-28T08:45:45.443753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.444040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.445058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.445998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.446531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.446868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.447181+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' [] [] [2021-07-28T08:45:45.447526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.447797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.448757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:45.449733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:45.450231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:45.450594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:45.450906+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' [] [] [2021-07-28T08:45:45.451247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:45.753353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"050c1e"},"request_uri":"http://127.0.0.1:8000/_wdt/050c1e","method":"GET"} [] [2021-07-28T08:45:48.031474+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/show","method":"GET"} [] [2021-07-28T08:45:48.111272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:45:48.160649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:45:48.163683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:48.164393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:48.164956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:48.165459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:48.166015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:48.166455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:48.183728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.184876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.189059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:48.190544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:48.191311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:48.191775+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' [] [] [2021-07-28T08:45:48.192561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:48.195312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.196629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.198046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:48.198719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:48.199069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:48.199389+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' [] [] [2021-07-28T08:45:48.199793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:48.200079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.201078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:48.202003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:48.202571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:48.202925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:48.203247+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' [] [] [2021-07-28T08:45:48.203599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:48.461216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5448f1"},"request_uri":"http://127.0.0.1:8000/_wdt/5448f1","method":"GET"} [] [2021-07-28T08:45:50.700882+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/delete","method":"POST"} [] [2021-07-28T08:45:50.780794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:45:50.817785+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:45:50.818155+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [5] [] [2021-07-28T08:45:50.819729+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:45:50.848334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.849477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.853633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:50.855235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:50.855970+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:50.856474+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' [] [] [2021-07-28T08:45:50.857242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:50.860208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.861290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.862303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:50.862863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:50.863208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:50.863525+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' [] [] [2021-07-28T08:45:50.863872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:50.864150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.865104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:50.866071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:50.866616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:50.866943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:50.867254+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' [] [] [2021-07-28T08:45:50.867596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.019895+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:45:51.084076+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:45:51.181943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.186801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.190608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.191829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.192262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.192631+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' [] [] [2021-07-28T08:45:51.193200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.195536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.196536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.197680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.198210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.198547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.198858+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' [] [] [2021-07-28T08:45:51.199203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.199477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.200438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.201408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.201921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.202250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.202565+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' [] [] [2021-07-28T08:45:51.202949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.219225+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:45:51.224465+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7,6]] [] [2021-07-28T08:45:51.245293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:45:51.247514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:51.247913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:51.248306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:51.248668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:51.248998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:51.249362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T08:45:51.249727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:51.250056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:51.251442+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:45:51.253582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.254625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.255622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.256179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.256555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.256874+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' [] [] [2021-07-28T08:45:51.257223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.257502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.258465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.259381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.259902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.260234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.260546+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' [] [] [2021-07-28T08:45:51.260889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.261158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.262112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:51.263082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:51.263588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:51.263913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:51.264226+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' [] [] [2021-07-28T08:45:51.264564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:51.547451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f1366"},"request_uri":"http://127.0.0.1:8000/_wdt/1f1366","method":"GET"} [] [2021-07-28T08:45:52.652104+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/show","method":"GET"} [] [2021-07-28T08:45:52.732452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2021-07-28T08:45:52.779119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T08:45:52.782025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:52.782594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:45:52.783011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:45:52.783437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:52.783877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:52.784291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:52.801184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.802350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.806425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:52.807863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:52.808260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:52.808643+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' [] [] [2021-07-28T08:45:52.809313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:52.812211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.813349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.814456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:52.815051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:52.815432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:52.815753+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' [] [] [2021-07-28T08:45:52.816105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:52.816388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.817362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:52.818337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:52.818843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:52.819169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:52.819485+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' [] [] [2021-07-28T08:45:52.819829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:53.073032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d75d"},"request_uri":"http://127.0.0.1:8000/_wdt/f3d75d","method":"GET"} [] [2021-07-28T08:45:54.390711+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/delete","method":"POST"} [] [2021-07-28T08:45:54.483136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2021-07-28T08:45:54.519097+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:45:54.519435+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [6] [] [2021-07-28T08:45:54.520329+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:45:54.547685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.548849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.553693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.555313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.555703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.556026+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' [] [] [2021-07-28T08:45:54.556645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.559451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.560541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.561535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.562128+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.562473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.562786+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' [] [] [2021-07-28T08:45:54.563135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.563413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.564394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.565388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.565925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.566260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.566574+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' [] [] [2021-07-28T08:45:54.566920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.716973+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:45:54.781917+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:45:54.861171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.864855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.868689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.870040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.870478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.870818+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' [] [] [2021-07-28T08:45:54.871400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.873705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.874713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.875741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.876285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.876631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.876954+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' [] [] [2021-07-28T08:45:54.877406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.877714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.878726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.879713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.880238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.880576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.880889+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' [] [] [2021-07-28T08:45:54.881234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.894210+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:45:54.900212+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8,7]] [] [2021-07-28T08:45:54.921750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:45:54.923995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:54.924411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:54.924799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:54.925161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:54.925487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:54.926872+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:45:54.928942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.929914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.930822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.931358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.931689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.931998+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' [] [] [2021-07-28T08:45:54.932344+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.932616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.933545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.934490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.934987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.935322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.935782+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' [] [] [2021-07-28T08:45:54.936122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:54.936389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.937339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:54.938287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:54.938822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:54.939148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:54.939499+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' [] [] [2021-07-28T08:45:54.939834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:55.231023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96f9c6"},"request_uri":"http://127.0.0.1:8000/_wdt/96f9c6","method":"GET"} [] [2021-07-28T08:45:56.356151+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/assetregister/7/show","method":"GET"} [] [2021-07-28T08:45:56.431421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["7"] [] [2021-07-28T08:45:56.477041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:56.479579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:56.480037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:56.480453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-28T08:45:56.480886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:56.482156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:56.482558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:56.499797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.500977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.505084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:56.506576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:56.507036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:56.507376+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' [] [] [2021-07-28T08:45:56.508777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:56.511883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.512984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.513975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:56.514537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:56.514880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:56.515196+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' [] [] [2021-07-28T08:45:56.515519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:56.515786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.516724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:56.517730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:56.518327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:56.518665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:56.518977+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' [] [] [2021-07-28T08:45:56.519323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:56.774668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24d0bb"},"request_uri":"http://127.0.0.1:8000/_wdt/24d0bb","method":"GET"} [] [2021-07-28T08:45:58.334038+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"7"},"request_uri":"http://127.0.0.1:8000/assetregister/7/delete","method":"POST"} [] [2021-07-28T08:45:58.422443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["7"] [] [2021-07-28T08:45:58.457332+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:45:58.457641+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [7] [] [2021-07-28T08:45:58.458300+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:45:58.486136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.487271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.491409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.492856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.493285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.493581+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' [] [] [2021-07-28T08:45:58.494201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.496913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.498258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.499386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.499983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.500299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.500576+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' [] [] [2021-07-28T08:45:58.500930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.501187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.502156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.503090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.503581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.503876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.504209+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' [] [] [2021-07-28T08:45:58.504511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.653965+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:45:58.716253+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:45:58.807561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.812890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.816948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.818368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.818863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.819208+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' [] [] [2021-07-28T08:45:58.819819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.822298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.823366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.824420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.825036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.825395+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.825730+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' [] [] [2021-07-28T08:45:58.826100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.826392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.827417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.828465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.828999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.829355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.829686+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' [] [] [2021-07-28T08:45:58.830047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.843679+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:45:58.848858+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[8]] [] [2021-07-28T08:45:58.869560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:45:58.871810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:58.872205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:45:58.873634+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:45:58.875669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.876683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.877712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.878277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.878619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.878938+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' [] [] [2021-07-28T08:45:58.879285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.879565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.880534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.881522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.882087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.882481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.882806+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' [] [] [2021-07-28T08:45:58.883169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:58.883453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.884410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:45:58.885390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:45:58.885906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:45:58.886286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:45:58.886595+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' [] [] [2021-07-28T08:45:58.886924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:45:59.162181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"483ff8"},"request_uri":"http://127.0.0.1:8000/_wdt/483ff8","method":"GET"} [] [2021-07-28T08:45:59.993655+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/show","method":"GET"} [] [2021-07-28T08:46:00.083032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-28T08:46:00.127052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2021-07-28T08:46:00.129547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:00.129969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:00.130370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:00.130766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:00.131138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:00.131501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:00.148547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.149802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.153925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:00.155425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:00.155779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:00.156099+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' [] [] [2021-07-28T08:46:00.156723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:00.159776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.160981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.162016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:00.162608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:00.162959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:00.163276+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' [] [] [2021-07-28T08:46:00.163625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:00.163906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.164863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:00.165897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:00.166459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:00.166794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:00.167108+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' [] [] [2021-07-28T08:46:00.167454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:00.433342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be7ead"},"request_uri":"http://127.0.0.1:8000/_wdt/be7ead","method":"GET"} [] [2021-07-28T08:46:01.752741+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"8"},"request_uri":"http://127.0.0.1:8000/assetregister/8/delete","method":"POST"} [] [2021-07-28T08:46:01.834198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.groups_id AS groups_id_20, t0.subgroup_id AS subgroup_id_21, t0.assetname_id AS assetname_id_22, t0.unit_id AS unit_id_23, t0.vendor_id AS vendor_id_24, t0.businessunit_id AS businessunit_id_25, t0.location_id AS location_id_26 FROM assetregister t0 WHERE t0.id = ? ["8"] [] [2021-07-28T08:46:01.867402+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:46:01.867704+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [8] [] [2021-07-28T08:46:01.868896+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:46:01.897300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.898483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.902599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:01.904058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:01.904526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:01.904851+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' [] [] [2021-07-28T08:46:01.905469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:01.908195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.909503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.910849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:01.911473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:01.911823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:01.912124+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' [] [] [2021-07-28T08:46:01.912494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:01.912784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.913795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:01.914769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:01.915285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:01.915696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:01.916011+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' [] [] [2021-07-28T08:46:01.916353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.065967+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:46:02.128359+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:02.212029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.214406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.218198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.219394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.219780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.220107+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' [] [] [2021-07-28T08:46:02.220664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.222931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.223976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.224955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.225484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.225839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.226152+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' [] [] [2021-07-28T08:46:02.226496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.226774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.227835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.228900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.229463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.229808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.230122+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' [] [] [2021-07-28T08:46:02.230468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.243313+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:46:02.246988+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:46:02.248936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.249960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.250946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.251495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.251835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.252163+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' [] [] [2021-07-28T08:46:02.252514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.252791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.253745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.254731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.255283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.255642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.255997+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' [] [] [2021-07-28T08:46:02.256348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.256628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.257623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:02.258613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:02.259146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:02.259484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:02.259799+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' [] [] [2021-07-28T08:46:02.260166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:02.494391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3665f"},"request_uri":"http://127.0.0.1:8000/_wdt/c3665f","method":"GET"} [] [2021-07-28T08:46:04.035841+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:46:04.089274+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:04.166175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.168383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.172252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.173569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.173982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.174313+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' [] [] [2021-07-28T08:46:04.174884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.177246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.178251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.179247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.179788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.180127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.180500+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' [] [] [2021-07-28T08:46:04.180863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.181122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.182112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.183094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.183650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.184043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.184366+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' [] [] [2021-07-28T08:46:04.184748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.196219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:46:04.199409+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:46:04.201091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.202334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.203342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.203908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.204254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.204578+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' [] [] [2021-07-28T08:46:04.204948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.205236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.206227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.207202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.207728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.208059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.208387+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' [] [] [2021-07-28T08:46:04.208734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.209003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.209967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:04.210945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:04.211456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:04.211784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:04.212096+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' [] [] [2021-07-28T08:46:04.212472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:04.442623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0f4f8"},"request_uri":"http://127.0.0.1:8000/_wdt/c0f4f8","method":"GET"} [] [2021-07-28T08:46:07.549791+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:46:07.600046+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:07.671564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.673669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.677479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.678832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.679352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.679714+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' [] [] [2021-07-28T08:46:07.680445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.682860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.683912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.684924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.685501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.685840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.686166+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' [] [] [2021-07-28T08:46:07.686516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.686799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.687787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.688702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.689210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.689592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.689908+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' [] [] [2021-07-28T08:46:07.690247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.701998+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:46:07.705216+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:46:07.706630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.707669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.708653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.709268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.709610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.709931+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' [] [] [2021-07-28T08:46:07.710282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.710569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.711543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.712685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.713283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.713624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.713955+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' [] [] [2021-07-28T08:46:07.714303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.714579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.715533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:07.716549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:07.717971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:07.718315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:07.718604+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' [] [] [2021-07-28T08:46:07.718916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:07.951230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"427021"},"request_uri":"http://127.0.0.1:8000/_wdt/427021","method":"GET"} [] [2021-07-28T08:46:10.324161+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-28T08:46:10.480315+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T08:46:10.488809+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T08:46:10.489972+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T08:46:10.498291+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T08:46:10.498880+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T08:46:10.499392+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T08:46:10.499919+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T08:46:10.536766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.537882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.542058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:10.543443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:10.543824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:10.544101+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' [] [] [2021-07-28T08:46:10.544651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:10.547364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.548349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.549595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:10.550124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:10.550418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:10.550686+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' [] [] [2021-07-28T08:46:10.550983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:10.551213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.552116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:10.553024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:10.553466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:10.553745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:10.554059+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' [] [] [2021-07-28T08:46:10.554352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:10.839435+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e14b92"},"request_uri":"http://127.0.0.1:8000/_wdt/e14b92","method":"GET"} [] [2021-07-28T08:46:18.710523+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T08:46:18.771465+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:18.864224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.866710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.871194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.872547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.872909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.873226+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' [] [] [2021-07-28T08:46:18.873780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:18.876174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.877293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.878353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.879021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.879421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.879754+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' [] [] [2021-07-28T08:46:18.880114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:18.880401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.881417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.882401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.882915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.883250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.883575+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' [] [] [2021-07-28T08:46:18.883992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:18.896508+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:46:18.901907+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-28T08:46:18.905660+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:46:18.908060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.909140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.910161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.910721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.911060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.911376+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' [] [] [2021-07-28T08:46:18.911725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:18.912005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.912964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.913930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.914431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.914759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.915072+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' [] [] [2021-07-28T08:46:18.915411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:18.915679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.916662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:18.917994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:18.918791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:18.919160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:18.919482+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' [] [] [2021-07-28T08:46:18.919833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:19.161290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e08a34"},"request_uri":"http://127.0.0.1:8000/_wdt/e08a34","method":"GET"} [] [2021-07-28T08:46:32.048340+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/show","method":"GET"} [] [2021-07-28T08:46:32.115980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:46:32.156105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.157307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.161076+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:32.162527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:32.163101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:32.163492+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' [] [] [2021-07-28T08:46:32.164132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:32.166442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.167492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.168474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:32.169022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:32.169361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:32.169682+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' [] [] [2021-07-28T08:46:32.170029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:32.170305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.171257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:32.172226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:32.172745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:32.173147+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:32.173467+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' [] [] [2021-07-28T08:46:32.173808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:32.439838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbdee5"},"request_uri":"http://127.0.0.1:8000/_wdt/bbdee5","method":"GET"} [] [2021-07-28T08:46:34.304968+00:00] request.INFO: Matched route "group_delete". {"route":"group_delete","route_parameters":{"_route":"group_delete","_controller":"App\\Controller\\GroupController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/delete","method":"POST"} [] [2021-07-28T08:46:34.367151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:46:34.383868+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:46:34.384367+00:00] doctrine.DEBUG: DELETE FROM `group` WHERE id = ? [2] [] [2021-07-28T08:46:34.395460+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2021-07-28T08:46:34.407885+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM `group` WHERE id = ?' with params [2]: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`fixedasset`.`subgroup`, CONSTRAINT `FK_1773AB1FF373DCF` FOREIGN KEY (`groups_id`) REFERENCES `group` (`id`))" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 68 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException(code: 0): An exception occurred while executing 'DELETE FROM `group` WHERE id = ?' with params [2]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`fixedasset`.`subgroup`, CONSTRAINT `FK_1773AB1FF373DCF` FOREIGN KEY (`groups_id`) REFERENCES `group` (`id`)) at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:68)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`fixedasset`.`subgroup`, CONSTRAINT `FK_1773AB1FF373DCF` FOREIGN KEY (`groups_id`) REFERENCES `group` (`id`)) at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`fixedasset`.`subgroup`, CONSTRAINT `FK_1773AB1FF373DCF` FOREIGN KEY (`groups_id`) REFERENCES `group` (`id`)) at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-07-28T08:46:34.591287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.592490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.596413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.597803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.598183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.598513+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' [] [] [2021-07-28T08:46:34.599081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.601302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.602305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.603228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.603894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.604251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.604566+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' [] [] [2021-07-28T08:46:34.604931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.605219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.606237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.607158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.607770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.608111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.608428+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' [] [] [2021-07-28T08:46:34.608774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.609893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.610883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.611855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.612374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.612735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.613071+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' [] [] [2021-07-28T08:46:34.613424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.613703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.614703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.615760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.616342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.616690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.617015+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' [] [] [2021-07-28T08:46:34.617366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.617643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.618616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:34.619587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:34.620106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:34.620712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:34.621052+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' [] [] [2021-07-28T08:46:34.621407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:34.914373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9cb3c"},"request_uri":"http://127.0.0.1:8000/_wdt/c9cb3c","method":"GET"} [] [2021-07-28T08:46:50.712751+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:46:50.767916+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:50.849244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.851318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.855166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.856430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.856784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.857108+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' [] [] [2021-07-28T08:46:50.857701+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:50.860694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.862014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.863019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.863608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.864001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.864352+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' [] [] [2021-07-28T08:46:50.864721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:50.865079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.866211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.867244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.867800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.868138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.868465+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' [] [] [2021-07-28T08:46:50.868847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:50.880909+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:46:50.885375+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4,3,2,1]] [] [2021-07-28T08:46:50.900540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:46:50.901662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:46:50.902056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:50.902476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:46:50.902842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:50.903171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:50.903539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:50.903892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:50.904221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:50.904612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-28T08:46:50.906020+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:46:50.908320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.909914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.911166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.911838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.912194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.912519+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' [] [] [2021-07-28T08:46:50.912877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:50.913163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.914183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.915187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.915732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.916071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.916390+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' [] [] [2021-07-28T08:46:50.916769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:50.917059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.918069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:50.919063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:50.919597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:50.919936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:50.920259+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' [] [] [2021-07-28T08:46:50.920606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:51.235743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b72282"},"request_uri":"http://127.0.0.1:8000/_wdt/b72282","method":"GET"} [] [2021-07-28T08:46:54.646969+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/assetname/1/show","method":"GET"} [] [2021-07-28T08:46:54.720745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-28T08:46:54.762279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:54.762834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:54.763216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:54.780113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.781223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.785335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:54.786777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:54.787132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:54.787451+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' [] [] [2021-07-28T08:46:54.788058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:54.790839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.791939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.792927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:54.793482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:54.793881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:54.794200+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' [] [] [2021-07-28T08:46:54.794547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:54.794824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.795784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:54.796753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:54.797255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:54.797586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:54.797901+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' [] [] [2021-07-28T08:46:54.798237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:55.064506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"004c82"},"request_uri":"http://127.0.0.1:8000/_wdt/004c82","method":"GET"} [] [2021-07-28T08:46:56.616128+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/assetname/1/delete","method":"POST"} [] [2021-07-28T08:46:56.708607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-28T08:46:56.735682+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:46:56.735985+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [1] [] [2021-07-28T08:46:56.739519+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:46:56.768118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.769437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.773692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:56.775177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:56.775539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:56.775861+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' [] [] [2021-07-28T08:46:56.776482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:56.779793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.780977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.781996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:56.782567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:56.782912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:56.783254+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' [] [] [2021-07-28T08:46:56.783608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:56.783889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.784853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:56.785822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:56.786397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:56.786728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:56.787043+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' [] [] [2021-07-28T08:46:56.787382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:56.936185+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:46:56.999768+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:46:57.079984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.082456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.086329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.087575+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.087932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.088307+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' [] [] [2021-07-28T08:46:57.088876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.091129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.092124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.093127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.093691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.094057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.094377+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' [] [] [2021-07-28T08:46:57.094723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.095000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.095980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.096993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.097547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.097884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.098204+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' [] [] [2021-07-28T08:46:57.098608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.111627+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:46:57.117048+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4,3,2]] [] [2021-07-28T08:46:57.131169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:46:57.132145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:46:57.132532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:57.132910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:46:57.133274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:57.133601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:46:57.133964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:57.134292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:57.134620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:57.135006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-28T08:46:57.136338+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:46:57.139346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.140499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.141512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.142083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.142428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.142747+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' [] [] [2021-07-28T08:46:57.143101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.143405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.144368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.145358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.145868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.146197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.146506+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' [] [] [2021-07-28T08:46:57.146845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.147129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.148121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:57.149093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:57.149619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:57.149962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:57.150275+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' [] [] [2021-07-28T08:46:57.150615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:57.430415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"029724"},"request_uri":"http://127.0.0.1:8000/_wdt/029724","method":"GET"} [] [2021-07-28T08:46:58.859578+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/assetname/2/show","method":"GET"} [] [2021-07-28T08:46:58.923055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:46:58.962753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:58.963352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:46:58.963809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [4] [] [2021-07-28T08:46:58.982083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.983236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.987458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:58.988982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:58.989433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:58.989761+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' [] [] [2021-07-28T08:46:58.990347+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:58.993270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.994445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.995472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:58.996051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:58.996397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:58.996729+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' [] [] [2021-07-28T08:46:58.997082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:58.997377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.998367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:46:58.999284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:46:58.999802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:46:59.000189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:46:59.000500+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' [] [] [2021-07-28T08:46:59.000838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:46:59.262836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60b061"},"request_uri":"http://127.0.0.1:8000/_wdt/60b061","method":"GET"} [] [2021-07-28T08:47:00.576393+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/assetname/2/delete","method":"POST"} [] [2021-07-28T08:47:00.658348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:47:00.686515+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:00.686815+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [2] [] [2021-07-28T08:47:00.688035+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:00.716759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.717916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.722046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:00.723492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:00.723853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:00.724175+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' [] [] [2021-07-28T08:47:00.724881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:00.728277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.729502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.730550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:00.731120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:00.731461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:00.731780+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' [] [] [2021-07-28T08:47:00.732127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:00.732417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.733430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:00.734408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:00.734938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:00.735271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:00.735587+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' [] [] [2021-07-28T08:47:00.735940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:00.884559+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:00.947773+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:01.040727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.043175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.047294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.048551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.048907+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.049230+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' [] [] [2021-07-28T08:47:01.049791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.052047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.053046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.054040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.054585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.054925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.055294+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' [] [] [2021-07-28T08:47:01.055643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.055916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.056882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.057852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.058346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.058679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.058989+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' [] [] [2021-07-28T08:47:01.059330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.072143+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:01.077202+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4,3]] [] [2021-07-28T08:47:01.091236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:01.092170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:01.092557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:01.092970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:01.093380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:01.093729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:01.094105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:01.094465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:01.094793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:01.096223+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:01.099102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.100126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.101218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.101918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.102308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.102632+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' [] [] [2021-07-28T08:47:01.102984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.103270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.104288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.105336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.105854+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.106187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.106499+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' [] [] [2021-07-28T08:47:01.106842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.107111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.108066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:01.109038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:01.109537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:01.109885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:01.110204+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' [] [] [2021-07-28T08:47:01.110561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:01.383858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97f4cd"},"request_uri":"http://127.0.0.1:8000/_wdt/97f4cd","method":"GET"} [] [2021-07-28T08:47:02.781939+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetname/3/show","method":"GET"} [] [2021-07-28T08:47:02.859462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-28T08:47:02.899935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:02.900888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:02.901437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:02.919570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.920754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.924831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:02.926300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:02.926655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:02.926976+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' [] [] [2021-07-28T08:47:02.927586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:02.930289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.931312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.932290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:02.933015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:02.933678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:02.934148+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' [] [] [2021-07-28T08:47:02.934608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:02.934924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.935970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:02.936950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:02.937491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:02.937830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:02.938142+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' [] [] [2021-07-28T08:47:02.938486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:03.194626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61ce79"},"request_uri":"http://127.0.0.1:8000/_wdt/61ce79","method":"GET"} [] [2021-07-28T08:47:04.743196+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"3"},"request_uri":"http://127.0.0.1:8000/assetname/3/delete","method":"POST"} [] [2021-07-28T08:47:04.826662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2021-07-28T08:47:04.853079+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:04.853379+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [3] [] [2021-07-28T08:47:04.854673+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:04.882735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.883887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.888043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:04.889657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:04.890383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:04.890950+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' [] [] [2021-07-28T08:47:04.891763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:04.894563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.895698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.896693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:04.897249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:04.897594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:04.897910+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' [] [] [2021-07-28T08:47:04.898257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:04.898536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.899493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:04.900547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:04.901062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:04.901378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:04.901703+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' [] [] [2021-07-28T08:47:04.902053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.051192+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:05.116066+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:05.185667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.188094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.192451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.193801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.194140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.194469+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' [] [] [2021-07-28T08:47:05.194990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.197318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.198367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.199325+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.199868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.200191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.200473+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' [] [] [2021-07-28T08:47:05.200811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.201048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.201966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.202874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.203340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.203627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.203938+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' [] [] [2021-07-28T08:47:05.204223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.217606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:05.222621+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5,4]] [] [2021-07-28T08:47:05.236898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:05.237851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:05.238216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:05.238600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:05.238895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:05.239175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:05.239447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:05.239738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:05.240033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:05.241668+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:05.244856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.245945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.246891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.247423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.247730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.248005+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' [] [] [2021-07-28T08:47:05.248287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.248538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.249432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.250308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.250809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.251068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.251293+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' [] [] [2021-07-28T08:47:05.251548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.251735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.252636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:05.253570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:05.254034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:05.254325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:05.254602+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' [] [] [2021-07-28T08:47:05.254894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:05.529746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e20b1"},"request_uri":"http://127.0.0.1:8000/_wdt/5e20b1","method":"GET"} [] [2021-07-28T08:47:06.794422+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetname/4/show","method":"GET"} [] [2021-07-28T08:47:06.861521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-28T08:47:06.903887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:06.904405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:06.904752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:06.922680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.923822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.928235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:06.930114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:06.931008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:06.931365+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' [] [] [2021-07-28T08:47:06.932132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:06.935009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.936064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.936980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:06.937517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:06.937816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:06.938072+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' [] [] [2021-07-28T08:47:06.938334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:06.938557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.939498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:06.940398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:06.940882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:06.941204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:06.941434+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' [] [] [2021-07-28T08:47:06.941691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:07.207271+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4716f5"},"request_uri":"http://127.0.0.1:8000/_wdt/4716f5","method":"GET"} [] [2021-07-28T08:47:08.544014+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"4"},"request_uri":"http://127.0.0.1:8000/assetname/4/delete","method":"POST"} [] [2021-07-28T08:47:08.638577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["4"] [] [2021-07-28T08:47:08.666110+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:08.666449+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [4] [] [2021-07-28T08:47:08.670240+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:08.697782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.698942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.703472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:08.705277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:08.705671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:08.706000+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' [] [] [2021-07-28T08:47:08.706627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:08.709532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.710581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.711571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:08.712180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:08.712531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:08.712851+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' [] [] [2021-07-28T08:47:08.713201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:08.713477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.714457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:08.715434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:08.715950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:08.716281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:08.716632+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' [] [] [2021-07-28T08:47:08.716961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:08.865051+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:08.926760+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:09.011060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.013441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.017261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.018452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.018797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.019114+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' [] [] [2021-07-28T08:47:09.019674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.022063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.023181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.024179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.024807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.025153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.025539+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' [] [] [2021-07-28T08:47:09.025892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.026167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.027125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.028108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.028610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.028941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.029252+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' [] [] [2021-07-28T08:47:09.029593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.042470+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:09.047385+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6,5]] [] [2021-07-28T08:47:09.060978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:09.061915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:09.062302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:09.062682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:09.063044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:09.063373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:09.063742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:09.065063+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:09.067929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.068950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.069933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.070529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.070911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.071263+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' [] [] [2021-07-28T08:47:09.071621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.071918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.072950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.073928+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.074464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.074803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.075114+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' [] [] [2021-07-28T08:47:09.075455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.075727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.076678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:09.077650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:09.078149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:09.078477+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:09.078789+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' [] [] [2021-07-28T08:47:09.079129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:09.351380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a70aef"},"request_uri":"http://127.0.0.1:8000/_wdt/a70aef","method":"GET"} [] [2021-07-28T08:47:10.650594+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/show","method":"GET"} [] [2021-07-28T08:47:10.739449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:47:10.779773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:10.780351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:10.780792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [2] [] [2021-07-28T08:47:10.798495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.799683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.803766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:10.805259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:10.805643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:10.805971+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' [] [] [2021-07-28T08:47:10.806588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:10.809277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.810480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.811510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:10.812069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:10.812416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:10.812833+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' [] [] [2021-07-28T08:47:10.813179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:10.813494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.814565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:10.815555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:10.816102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:10.816443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:10.816756+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' [] [] [2021-07-28T08:47:10.817101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:11.069039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33c656"},"request_uri":"http://127.0.0.1:8000/_wdt/33c656","method":"GET"} [] [2021-07-28T08:47:12.507802+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"5"},"request_uri":"http://127.0.0.1:8000/assetname/5/delete","method":"POST"} [] [2021-07-28T08:47:12.590423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:47:12.617613+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:12.617934+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [5] [] [2021-07-28T08:47:12.620948+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:12.648975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.650730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.655106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.656675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.657038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.657361+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' [] [] [2021-07-28T08:47:12.657978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.660740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.661783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.662769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.663318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.663651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.663967+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' [] [] [2021-07-28T08:47:12.664313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.664589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.665545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.666817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.667554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.667917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.668333+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' [] [] [2021-07-28T08:47:12.668699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.816798+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:12.879385+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:12.967505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.969932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.973885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.975139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.975491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.975813+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' [] [] [2021-07-28T08:47:12.976434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.978831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.980024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.981066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.981658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.982000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.982316+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' [] [] [2021-07-28T08:47:12.982667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.982948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.984037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:12.985050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:12.985581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:12.985916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:12.986231+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' [] [] [2021-07-28T08:47:12.986636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:12.999426+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:13.004616+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9,6]] [] [2021-07-28T08:47:13.018444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:13.019440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:13.019854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:13.020234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:13.020599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:13.020928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:13.022270+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:13.025134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.026155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.027148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:13.027700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:13.028041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:13.028357+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' [] [] [2021-07-28T08:47:13.028704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:13.028973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.029938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.030908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:13.031405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:13.031732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:13.032044+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' [] [] [2021-07-28T08:47:13.032385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:13.032653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.033609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:13.034615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:13.035123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:13.035454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:13.035766+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' [] [] [2021-07-28T08:47:13.036105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:13.298802+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20d5c6"},"request_uri":"http://127.0.0.1:8000/_wdt/20d5c6","method":"GET"} [] [2021-07-28T08:47:14.592437+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/show","method":"GET"} [] [2021-07-28T08:47:14.664534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-28T08:47:14.704176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:14.704735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:14.705118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:14.722737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.723969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.728252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:14.729849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:14.730212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:14.730531+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' [] [] [2021-07-28T08:47:14.731226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:14.733969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.735021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.735999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:14.736541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:14.736878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:14.737197+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' [] [] [2021-07-28T08:47:14.737541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:14.737813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.738762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:14.739753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:14.740627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:14.741191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:14.741679+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' [] [] [2021-07-28T08:47:14.742141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:14.998637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"337ca3"},"request_uri":"http://127.0.0.1:8000/_wdt/337ca3","method":"GET"} [] [2021-07-28T08:47:16.321453+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"6"},"request_uri":"http://127.0.0.1:8000/assetname/6/delete","method":"POST"} [] [2021-07-28T08:47:16.407585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["6"] [] [2021-07-28T08:47:16.437171+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:16.437530+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [6] [] [2021-07-28T08:47:16.438760+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:16.466723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.467871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.472241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.473712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.474070+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.474388+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' [] [] [2021-07-28T08:47:16.475002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.477778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.479199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.480560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.481180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.481592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.481908+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' [] [] [2021-07-28T08:47:16.482258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.482540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.483523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.484539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.485082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.485421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.485733+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' [] [] [2021-07-28T08:47:16.486079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.632184+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:16.692518+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:16.769416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.772147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.776000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.777175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.777521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.777839+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' [] [] [2021-07-28T08:47:16.778394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.780677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.781689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.782666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.783235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.783572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.783887+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' [] [] [2021-07-28T08:47:16.784230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.784503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.785469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.786440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.787021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.787350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.787660+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' [] [] [2021-07-28T08:47:16.788009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.800732+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:16.805651+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10,9]] [] [2021-07-28T08:47:16.819098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:16.820041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:16.820447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:16.820841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:16.822171+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:16.825032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.826053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.827040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.827579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.827914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.828229+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' [] [] [2021-07-28T08:47:16.828576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.828851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.829785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.830813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.831429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.831781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.832101+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' [] [] [2021-07-28T08:47:16.832451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:16.832724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.833793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:16.834772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:16.835282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:16.835608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:16.835920+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' [] [] [2021-07-28T08:47:16.836261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:17.096151+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaefb9"},"request_uri":"http://127.0.0.1:8000/_wdt/eaefb9","method":"GET"} [] [2021-07-28T08:47:18.208622+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"9"},"request_uri":"http://127.0.0.1:8000/assetname/9/show","method":"GET"} [] [2021-07-28T08:47:18.271244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-28T08:47:18.311558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:47:18.312124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:18.312512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:18.330382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.331523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.335902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:18.337879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:18.338269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:18.338597+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' [] [] [2021-07-28T08:47:18.339218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:18.341940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.342995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.343977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:18.344522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:18.344861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:18.345174+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' [] [] [2021-07-28T08:47:18.345519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:18.345795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.346750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:18.347715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:18.348229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:18.348653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:18.348979+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' [] [] [2021-07-28T08:47:18.349331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:18.603932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f1d01"},"request_uri":"http://127.0.0.1:8000/_wdt/9f1d01","method":"GET"} [] [2021-07-28T08:47:20.227792+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"9"},"request_uri":"http://127.0.0.1:8000/assetname/9/delete","method":"POST"} [] [2021-07-28T08:47:20.317241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["9"] [] [2021-07-28T08:47:20.344493+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:20.344812+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [9] [] [2021-07-28T08:47:20.348154+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:20.375805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.377325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.381594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.383118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.383519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.383849+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' [] [] [2021-07-28T08:47:20.384544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.387260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.388290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.389243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.389802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.390150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.390464+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' [] [] [2021-07-28T08:47:20.390812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.391091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.392293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.393537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.394159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.394515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.394838+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' [] [] [2021-07-28T08:47:20.395192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.540947+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:20.603710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:20.670636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.673058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.676895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.678117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.678465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.678785+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' [] [] [2021-07-28T08:47:20.679349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.681638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.682623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.683600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.684118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.684511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.684823+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' [] [] [2021-07-28T08:47:20.685168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.685437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.686408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.687387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.687891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.688217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.688532+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' [] [] [2021-07-28T08:47:20.688871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.702089+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:20.707209+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[10]] [] [2021-07-28T08:47:20.720917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:20.721880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:20.722262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:20.723615+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:20.726450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.727595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.728653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.729223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.729565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.729882+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' [] [] [2021-07-28T08:47:20.730230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.730511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.731470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.732455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.732958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.733294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.733608+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' [] [] [2021-07-28T08:47:20.733947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:20.734218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.735165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:20.736135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:20.736630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:20.736957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:20.737272+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' [] [] [2021-07-28T08:47:20.737616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:21.003894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152b24"},"request_uri":"http://127.0.0.1:8000/_wdt/152b24","method":"GET"} [] [2021-07-28T08:47:22.070441+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"10"},"request_uri":"http://127.0.0.1:8000/assetname/10/show","method":"GET"} [] [2021-07-28T08:47:22.149144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["10"] [] [2021-07-28T08:47:22.189883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:22.190446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2021-07-28T08:47:22.190896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:47:22.208546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.209738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.213882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:22.215759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:22.216682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:22.217014+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' [] [] [2021-07-28T08:47:22.217702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:22.220442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.221515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.222507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:22.223099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:22.223406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:22.223690+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' [] [] [2021-07-28T08:47:22.224039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:22.224409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.225453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:22.226511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:22.227065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:22.227378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:22.227661+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' [] [] [2021-07-28T08:47:22.227968+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:22.475757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"009bca"},"request_uri":"http://127.0.0.1:8000/_wdt/009bca","method":"GET"} [] [2021-07-28T08:47:23.824082+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"10"},"request_uri":"http://127.0.0.1:8000/assetname/10/delete","method":"POST"} [] [2021-07-28T08:47:23.902049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["10"] [] [2021-07-28T08:47:23.928336+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:47:23.928642+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [10] [] [2021-07-28T08:47:23.932099+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:47:23.959439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.960595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.964738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:23.966222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:23.966648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:23.966968+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' [] [] [2021-07-28T08:47:23.967585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:23.970276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.971398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.972895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:23.973535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:23.973885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:23.974203+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' [] [] [2021-07-28T08:47:23.974551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:23.974835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.975823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:23.976801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:23.977296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:23.977689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:23.978000+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' [] [] [2021-07-28T08:47:23.978338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.123787+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:24.185376+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:24.268895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.271445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.275566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.276865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.277226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.277546+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' [] [] [2021-07-28T08:47:24.278106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.280366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.281371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.282354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.282938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.283272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.283584+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' [] [] [2021-07-28T08:47:24.283925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.284197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.285152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.286121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.286616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.286945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.287252+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' [] [] [2021-07-28T08:47:24.287588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.300343+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:24.303578+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:24.306134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.307151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.308113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.308654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.308986+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.309301+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' [] [] [2021-07-28T08:47:24.309640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.309915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.310850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.311805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.312294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.312617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.312924+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' [] [] [2021-07-28T08:47:24.313257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.313518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.314445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:24.315391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:24.315876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:24.316195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:24.316496+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' [] [] [2021-07-28T08:47:24.316824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:24.544282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f75cb0"},"request_uri":"http://127.0.0.1:8000/_wdt/f75cb0","method":"GET"} [] [2021-07-28T08:47:30.009436+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:47:30.063155+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:30.140906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.143524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.147808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.149179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.149563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.149893+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' [] [] [2021-07-28T08:47:30.150477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.152854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.153859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.154858+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.155391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.155727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.156043+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' [] [] [2021-07-28T08:47:30.156398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.156696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.157683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.158774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.159687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.160080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.160445+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' [] [] [2021-07-28T08:47:30.160802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.172200+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:47:30.175108+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:47:30.177982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.179129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.180127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.180729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.181087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.181411+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' [] [] [2021-07-28T08:47:30.181766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.182048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.183034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.184010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.184517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.184849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.185176+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' [] [] [2021-07-28T08:47:30.185518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.185790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.186745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:30.187721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:30.188230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:30.188593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:30.188933+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' [] [] [2021-07-28T08:47:30.189343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:30.428865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54897c"},"request_uri":"http://127.0.0.1:8000/_wdt/54897c","method":"GET"} [] [2021-07-28T08:47:36.638962+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-28T08:47:36.689113+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:36.751508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.753664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.757519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.758761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.759109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.759429+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' [] [] [2021-07-28T08:47:36.759976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:36.762184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.763153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.764200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.765314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.766133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.767039+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' [] [] [2021-07-28T08:47:36.767438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:36.767731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.768902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.769887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.770459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.770809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.771127+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' [] [] [2021-07-28T08:47:36.771475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:36.783091+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-28T08:47:36.788340+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[2]] [] [2021-07-28T08:47:36.791311+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-28T08:47:36.794172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.795269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.796276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.796852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.797200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.797537+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' [] [] [2021-07-28T08:47:36.797948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:36.798302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.799883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.801135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.801732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.802071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.802343+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' [] [] [2021-07-28T08:47:36.802684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:36.802943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.803917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:36.804901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:36.805425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:36.805743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:36.806033+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' [] [] [2021-07-28T08:47:36.806359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:37.049240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0e5f8"},"request_uri":"http://127.0.0.1:8000/_wdt/b0e5f8","method":"GET"} [] [2021-07-28T08:47:42.400347+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-28T08:47:42.452392+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:42.530733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.532801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.537045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.538388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.538803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.539125+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' [] [] [2021-07-28T08:47:42.539686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.542016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.543068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.544072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.544620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.544964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.545281+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' [] [] [2021-07-28T08:47:42.545626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.545906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.546873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.547842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.548370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.548719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.549106+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' [] [] [2021-07-28T08:47:42.549452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.560295+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:47:42.564520+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[2]] [] [2021-07-28T08:47:42.567823+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:47:42.571081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.572223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.573272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.573840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.574174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.574490+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' [] [] [2021-07-28T08:47:42.574843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.575159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.576144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.577117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.577626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.577964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.578279+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' [] [] [2021-07-28T08:47:42.578618+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.578886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.579836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:42.580826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:42.581352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:42.581689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:42.582004+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' [] [] [2021-07-28T08:47:42.582348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:42.825620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c3fcc"},"request_uri":"http://127.0.0.1:8000/_wdt/7c3fcc","method":"GET"} [] [2021-07-28T08:47:46.830401+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-28T08:47:46.881710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:46.965092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.967938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.971850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:46.973142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:46.973515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:46.973840+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' [] [] [2021-07-28T08:47:46.974405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:46.976660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.977655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.978633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:46.979162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:46.979500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:46.979812+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' [] [] [2021-07-28T08:47:46.980233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:46.980521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.981510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:46.982711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:46.983603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:46.984029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:46.984479+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' [] [] [2021-07-28T08:47:46.984903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:46.995583+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:47:47.000210+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-28T08:47:47.003695+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:47:47.006665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.007738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.008719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:47.009286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:47.009629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:47.009947+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' [] [] [2021-07-28T08:47:47.010297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:47.010576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.011576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.012570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:47.013138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:47.013471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:47.013784+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' [] [] [2021-07-28T08:47:47.014130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:47.014403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.015375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:47.016591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:47.017288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:47.017803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:47.018129+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' [] [] [2021-07-28T08:47:47.018479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:47.259133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8307a9"},"request_uri":"http://127.0.0.1:8000/_wdt/8307a9","method":"GET"} [] [2021-07-28T08:47:52.140303+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-28T08:47:52.190555+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:47:52.260547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.262564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.266310+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.267628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.267993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.268319+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' [] [] [2021-07-28T08:47:52.268949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.271208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.272201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.273174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.273703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.274035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.274349+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' [] [] [2021-07-28T08:47:52.274706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.274981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.275948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.276919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.277427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.277765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.278080+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' [] [] [2021-07-28T08:47:52.278418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.289026+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:47:52.293156+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[4,3,2]] [] [2021-07-28T08:47:52.296005+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:47:52.298501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.299525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.300540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.301125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.301476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.301792+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' [] [] [2021-07-28T08:47:52.302149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.302435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.303407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.304384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.304885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.305218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.305536+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' [] [] [2021-07-28T08:47:52.305874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.306139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.307100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:47:52.308072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:47:52.308573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:47:52.308901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:47:52.309226+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' [] [] [2021-07-28T08:47:52.309565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:47:52.537854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f077e"},"request_uri":"http://127.0.0.1:8000/_wdt/0f077e","method":"GET"} [] [2021-07-28T08:48:10.787962+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:10.838607+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:10.922479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.924549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.928419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.929763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.930219+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.930565+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' [] [] [2021-07-28T08:48:10.931180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:10.933458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.934470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.935450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.935989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.936325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.936637+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' [] [] [2021-07-28T08:48:10.936989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:10.937269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.938238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.939215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.939795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.940126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.940437+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' [] [] [2021-07-28T08:48:10.940779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:10.951993+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:10.956150+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-28T08:48:10.965879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:48:10.966849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:48:10.967221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:48:10.967579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:48:10.968933+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:10.971334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.972366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.973473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.974033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.974371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.974681+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' [] [] [2021-07-28T08:48:10.975026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:10.975302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.976243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.977194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.977683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.978003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.978312+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' [] [] [2021-07-28T08:48:10.978645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:10.978908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.979829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:10.981208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:10.981845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:10.982190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:10.982503+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' [] [] [2021-07-28T08:48:10.982840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:11.268702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc72a9"},"request_uri":"http://127.0.0.1:8000/_wdt/dc72a9","method":"GET"} [] [2021-07-28T08:48:13.449585+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/show","method":"GET"} [] [2021-07-28T08:48:13.532611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:48:13.570959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-07-28T08:48:13.589354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.590907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.595496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:13.597000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:13.597385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:13.597714+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' [] [] [2021-07-28T08:48:13.598327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:13.600991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.602069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.603049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:13.603576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:13.603913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:13.604243+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' [] [] [2021-07-28T08:48:13.604615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:13.604892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.605983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:13.607413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:13.608013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:13.608356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:13.608673+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' [] [] [2021-07-28T08:48:13.609027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:13.861091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d732e"},"request_uri":"http://127.0.0.1:8000/_wdt/1d732e","method":"GET"} [] [2021-07-28T08:48:15.488853+00:00] request.INFO: Matched route "subgroup_delete". {"route":"subgroup_delete","route_parameters":{"_route":"subgroup_delete","_controller":"App\\Controller\\SubgroupController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/subgroup/2/delete","method":"POST"} [] [2021-07-28T08:48:15.571642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["2"] [] [2021-07-28T08:48:15.594893+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:48:15.595193+00:00] doctrine.DEBUG: DELETE FROM subgroup WHERE id = ? [2] [] [2021-07-28T08:48:15.598393+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:48:15.626601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.627748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.632558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.634136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.634481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.634801+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' [] [] [2021-07-28T08:48:15.635418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.638146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.639200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.640187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.640698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.641038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.641438+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' [] [] [2021-07-28T08:48:15.641787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.642066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.643060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.644034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.644565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.644909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.645222+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' [] [] [2021-07-28T08:48:15.645568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.794031+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:15.856283+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:15.945364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.947825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.951811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.953100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.953453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.953769+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' [] [] [2021-07-28T08:48:15.954328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.956636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.957664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.958644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.959169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.959541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.959858+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' [] [] [2021-07-28T08:48:15.960206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.960482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.961441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.962410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:15.962911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:15.963312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:15.963633+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' [] [] [2021-07-28T08:48:15.964035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:15.976788+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:15.981858+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3]] [] [2021-07-28T08:48:15.991515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:48:15.992635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:48:15.993044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:48:15.994368+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:15.997579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.998689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:15.999670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:16.000228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:16.000566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:16.000882+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' [] [] [2021-07-28T08:48:16.001233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:16.001511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:16.002461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:16.003430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:16.003933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:16.004289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:16.004611+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' [] [] [2021-07-28T08:48:16.004962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:16.005235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:16.006208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:16.007188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:16.007706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:16.008041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:16.008408+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' [] [] [2021-07-28T08:48:16.008748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:16.298996+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f26a8d"},"request_uri":"http://127.0.0.1:8000/_wdt/f26a8d","method":"GET"} [] [2021-07-28T08:48:18.851760+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/subgroup/3/show","method":"GET"} [] [2021-07-28T08:48:18.931124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["3"] [] [2021-07-28T08:48:18.966953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2021-07-28T08:48:18.985155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:18.986318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:18.990411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:18.992518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:18.993084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:18.993611+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' [] [] [2021-07-28T08:48:18.994396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:18.997228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:18.998286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:18.999276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:18.999824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:19.000233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:19.000549+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' [] [] [2021-07-28T08:48:19.000894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:19.001168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:19.002122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:19.003100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:19.003566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:19.003897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:19.004243+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' [] [] [2021-07-28T08:48:19.004579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:19.250440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6acce1"},"request_uri":"http://127.0.0.1:8000/_wdt/6acce1","method":"GET"} [] [2021-07-28T08:48:22.113309+00:00] request.INFO: Matched route "subgroup_delete". {"route":"subgroup_delete","route_parameters":{"_route":"subgroup_delete","_controller":"App\\Controller\\SubgroupController::delete","id":"3"},"request_uri":"http://127.0.0.1:8000/subgroup/3/delete","method":"POST"} [] [2021-07-28T08:48:22.197090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["3"] [] [2021-07-28T08:48:22.221215+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:48:22.221518+00:00] doctrine.DEBUG: DELETE FROM subgroup WHERE id = ? [3] [] [2021-07-28T08:48:22.222678+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:48:22.251292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.252974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.257617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.259109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.259468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.259786+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' [] [] [2021-07-28T08:48:22.260457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.263178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.264193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.265174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.265712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.266047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.266362+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' [] [] [2021-07-28T08:48:22.266705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.266977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.267926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.269437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.270239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.270604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.270927+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' [] [] [2021-07-28T08:48:22.271327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.422990+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:22.484323+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:22.573633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.576052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.579886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.581107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.581459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.581852+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' [] [] [2021-07-28T08:48:22.582419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.584701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.585812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.587051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.587655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.588007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.588365+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' [] [] [2021-07-28T08:48:22.588724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.589008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.590018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.590996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.591514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.591843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.592228+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' [] [] [2021-07-28T08:48:22.592570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.605552+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:22.610385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4]] [] [2021-07-28T08:48:22.620007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:48:22.621258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:48:22.622695+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:22.625784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.626811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.627796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.628382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.628741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.629058+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' [] [] [2021-07-28T08:48:22.629405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.629685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.630670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.631639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.632150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.632483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.632794+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' [] [] [2021-07-28T08:48:22.633136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.633403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.634358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:22.635344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:22.635843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:22.636185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:22.636610+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' [] [] [2021-07-28T08:48:22.637008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:22.909174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b1539"},"request_uri":"http://127.0.0.1:8000/_wdt/4b1539","method":"GET"} [] [2021-07-28T08:48:23.951463+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/subgroup/4/show","method":"GET"} [] [2021-07-28T08:48:24.027178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["4"] [] [2021-07-28T08:48:24.063649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:48:24.081846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.083029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.087149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:24.088643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:24.089047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:24.089373+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' [] [] [2021-07-28T08:48:24.089999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:24.093316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.094455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.095443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:24.096006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:24.096347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:24.096662+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' [] [] [2021-07-28T08:48:24.097081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:24.097362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.098315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:24.099287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:24.099784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:24.100129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:24.100451+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' [] [] [2021-07-28T08:48:24.100801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:24.348070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"627075"},"request_uri":"http://127.0.0.1:8000/_wdt/627075","method":"GET"} [] [2021-07-28T08:48:25.618357+00:00] request.INFO: Matched route "subgroup_delete". {"route":"subgroup_delete","route_parameters":{"_route":"subgroup_delete","_controller":"App\\Controller\\SubgroupController::delete","id":"4"},"request_uri":"http://127.0.0.1:8000/subgroup/4/delete","method":"POST"} [] [2021-07-28T08:48:25.686222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["4"] [] [2021-07-28T08:48:25.709691+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:48:25.709987+00:00] doctrine.DEBUG: DELETE FROM subgroup WHERE id = ? [4] [] [2021-07-28T08:48:25.710832+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:48:25.740826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.741978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.746074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:25.747817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:25.748649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:25.749117+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' [] [] [2021-07-28T08:48:25.749898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:25.752614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.753633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.754618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:25.755161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:25.755501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:25.755817+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' [] [] [2021-07-28T08:48:25.756178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:25.756482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.757463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:25.758436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:25.758958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:25.759361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:25.759676+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' [] [] [2021-07-28T08:48:25.760020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:25.908945+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:25.970399+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:26.049567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.051992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.055933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.057155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.057504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.057822+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' [] [] [2021-07-28T08:48:26.058386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.060716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.061775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.062807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.063520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.063871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.064189+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' [] [] [2021-07-28T08:48:26.064541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.064860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.066043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.067107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.067688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.068038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.068353+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' [] [] [2021-07-28T08:48:26.068698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.085125+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:26.089997+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5]] [] [2021-07-28T08:48:26.099607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:48:26.101501+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:26.104570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.105599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.106577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.107124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.107463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.107779+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' [] [] [2021-07-28T08:48:26.108127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.108405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.109360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.110334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.110836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.111168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.111480+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' [] [] [2021-07-28T08:48:26.111819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.112088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.113037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:26.114003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:26.114497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:26.114810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:26.115146+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' [] [] [2021-07-28T08:48:26.115481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:26.383642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b7644"},"request_uri":"http://127.0.0.1:8000/_wdt/0b7644","method":"GET"} [] [2021-07-28T08:48:27.091470+00:00] request.INFO: Matched route "subgroup_show". {"route":"subgroup_show","route_parameters":{"_route":"subgroup_show","_controller":"App\\Controller\\SubgroupController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/subgroup/5/show","method":"GET"} [] [2021-07-28T08:48:27.166771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:48:27.203523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2021-07-28T08:48:27.221207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.222364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.226440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:27.227891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:27.228350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:27.228695+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' [] [] [2021-07-28T08:48:27.229333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:27.232058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.233069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.234050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:27.234592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:27.234926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:27.235245+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' [] [] [2021-07-28T08:48:27.235594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:27.235911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.237186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:27.238215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:27.238771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:27.239187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:27.239509+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' [] [] [2021-07-28T08:48:27.239861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:27.495069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e9d3d"},"request_uri":"http://127.0.0.1:8000/_wdt/1e9d3d","method":"GET"} [] [2021-07-28T08:48:29.263869+00:00] request.INFO: Matched route "subgroup_delete". {"route":"subgroup_delete","route_parameters":{"_route":"subgroup_delete","_controller":"App\\Controller\\SubgroupController::delete","id":"5"},"request_uri":"http://127.0.0.1:8000/subgroup/5/delete","method":"POST"} [] [2021-07-28T08:48:29.329890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? ["5"] [] [2021-07-28T08:48:29.352971+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:48:29.353265+00:00] doctrine.DEBUG: DELETE FROM subgroup WHERE id = ? [5] [] [2021-07-28T08:48:29.355864+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:48:29.384783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.385916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.390032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.391521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.391887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.392207+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' [] [] [2021-07-28T08:48:29.393000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.396412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.397539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.398649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.399222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.399567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.399883+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' [] [] [2021-07-28T08:48:29.400229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.400507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.401466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.402440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.402946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.403277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.403592+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' [] [] [2021-07-28T08:48:29.403906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.552209+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:29.614391+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:29.705341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.707861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.711975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.713288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.713647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.713964+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' [] [] [2021-07-28T08:48:29.714529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.716889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.717935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.718911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.719472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.719815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.720202+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' [] [] [2021-07-28T08:48:29.720548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.720823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.721783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.722759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.723263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.723592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.723908+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' [] [] [2021-07-28T08:48:29.724264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.737699+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:29.740915+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:29.743666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.745482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.746788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.747375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.747726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.748049+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' [] [] [2021-07-28T08:48:29.748426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.748717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.749718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.750705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.751232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.751570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.751895+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' [] [] [2021-07-28T08:48:29.752239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:29.752506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.753465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:29.754435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:29.754929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:29.755331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:29.755642+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' [] [] [2021-07-28T08:48:29.756000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:30.003176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4dd85"},"request_uri":"http://127.0.0.1:8000/_wdt/a4dd85","method":"GET"} [] [2021-07-28T08:48:31.987271+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T08:48:32.038313+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:32.120895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.123373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.127347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.128580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.128939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.129262+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' [] [] [2021-07-28T08:48:32.129820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.132073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.133117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.134183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.134729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.135076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.135411+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' [] [] [2021-07-28T08:48:32.135821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.136168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.137297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.138317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.138872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.139214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.139529+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' [] [] [2021-07-28T08:48:32.139888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.150432+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:32.155562+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-28T08:48:32.158888+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:32.161099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.162133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.163114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.163658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.163977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.164347+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' [] [] [2021-07-28T08:48:32.164711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.165014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.166016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.166998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.167525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.167857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.168248+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' [] [] [2021-07-28T08:48:32.168592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.168953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.170198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:32.171330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:32.171906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:32.172255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:32.172590+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' [] [] [2021-07-28T08:48:32.172939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:32.404742+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db3853"},"request_uri":"http://127.0.0.1:8000/_wdt/db3853","method":"GET"} [] [2021-07-28T08:48:42.063716+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:48:42.114212+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:48:42.186664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.189291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.193155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.194426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.194779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.195100+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' [] [] [2021-07-28T08:48:42.195662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.197981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.199070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.200069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.200624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.200967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.201285+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' [] [] [2021-07-28T08:48:42.201634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.201909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.202961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.204314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.205319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.205691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.206011+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' [] [] [2021-07-28T08:48:42.206358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.217543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:48:42.220749+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:48:42.223268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.224351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.225341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.225897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.226237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.226554+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' [] [] [2021-07-28T08:48:42.226902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.227182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.228162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.229170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.229723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.230059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.230370+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' [] [] [2021-07-28T08:48:42.230720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.230992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.231956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:42.232926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:42.233425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:42.233751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:42.234063+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' [] [] [2021-07-28T08:48:42.234400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:42.494975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd6078"},"request_uri":"http://127.0.0.1:8000/_wdt/cd6078","method":"GET"} [] [2021-07-28T08:48:43.431682+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-28T08:48:43.547318+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T08:48:43.592219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.593416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.597243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:43.598500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:43.598863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:43.599191+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' [] [] [2021-07-28T08:48:43.599759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:43.602070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.603073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.604017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:43.604582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:43.604924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:43.605239+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' [] [] [2021-07-28T08:48:43.605664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:43.605946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.606921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:48:43.607964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:48:43.608620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:48:43.609019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:48:43.609348+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' [] [] [2021-07-28T08:48:43.609697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:48:43.848239+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28c92d"},"request_uri":"http://127.0.0.1:8000/_wdt/28c92d","method":"GET"} [] [2021-07-28T08:49:00.891104+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-28T08:49:01.008496+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-28T08:49:01.108603+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:49:01.113535+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Laptop","2":null,"3":4} [] [2021-07-28T08:49:01.114353+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:49:01.132420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.133646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.137675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.138914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.139344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.139668+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' [] [] [2021-07-28T08:49:01.140210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.142565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.143562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.144539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.145089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.145433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.145750+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' [] [] [2021-07-28T08:49:01.146095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.146379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.147354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.148319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.148848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.149256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.149588+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' [] [] [2021-07-28T08:49:01.149935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.268771+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:49:01.316085+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:49:01.386541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.388616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.392526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.393820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.394175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.394488+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' [] [] [2021-07-28T08:49:01.395045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.397243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.398223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.399179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.399787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.400131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.400452+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' [] [] [2021-07-28T08:49:01.400795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.401085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.402116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.403105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.403641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.403977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.404297+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' [] [] [2021-07-28T08:49:01.404644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.415880+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:49:01.420011+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6]] [] [2021-07-28T08:49:01.428957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:49:01.430743+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:49:01.433791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.434831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.435952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.436548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.436893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.437205+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' [] [] [2021-07-28T08:49:01.437548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.437825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.438783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.439739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.440232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.440550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.440858+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' [] [] [2021-07-28T08:49:01.441194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.441455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.442386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:01.443328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:01.443821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:01.444144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:01.444447+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' [] [] [2021-07-28T08:49:01.444782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:01.760417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1732f"},"request_uri":"http://127.0.0.1:8000/_wdt/c1732f","method":"GET"} [] [2021-07-28T08:49:06.341759+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-28T08:49:06.463376+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T08:49:06.499960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.501143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.505424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:06.506873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:06.507307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:06.507631+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' [] [] [2021-07-28T08:49:06.508293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:06.511137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.512174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.513158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:06.513700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:06.514042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:06.514356+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' [] [] [2021-07-28T08:49:06.514704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:06.514975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.515938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:06.516934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:06.517458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:06.517894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:06.518207+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' [] [] [2021-07-28T08:49:06.518543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:06.751651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"436263"},"request_uri":"http://127.0.0.1:8000/_wdt/436263","method":"GET"} [] [2021-07-28T08:49:15.118737+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-28T08:49:15.226781+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-28T08:49:15.282245+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:49:15.287017+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Desktop","2":null,"3":4} [] [2021-07-28T08:49:15.289838+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:49:15.314401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.315846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.319806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.321065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.321383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.321687+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' [] [] [2021-07-28T08:49:15.322210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.324550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.325529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.326547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.327029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.327336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.327623+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' [] [] [2021-07-28T08:49:15.327934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.328179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.329096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.329999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.330487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.330792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.331072+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' [] [] [2021-07-28T08:49:15.331348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.448892+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T08:49:15.497311+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:49:15.557215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.559299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.563145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.564435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.564899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.565202+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' [] [] [2021-07-28T08:49:15.565839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.568162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.569161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.570094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.570587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.570893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.571250+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' [] [] [2021-07-28T08:49:15.571556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.571821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.572737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.573653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.574144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.574440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.574696+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' [] [] [2021-07-28T08:49:15.574981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.586543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:49:15.591160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6]] [] [2021-07-28T08:49:15.600828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:49:15.602764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:49:15.605935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.607028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.607969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.608506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.608810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.609060+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' [] [] [2021-07-28T08:49:15.609364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.609608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.610515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.611415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.611866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.612139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.612389+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' [] [] [2021-07-28T08:49:15.612665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.612851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.613745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:15.614642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:15.615067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:15.615412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:15.615681+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' [] [] [2021-07-28T08:49:15.615985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:15.893769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bddd72"},"request_uri":"http://127.0.0.1:8000/_wdt/bddd72","method":"GET"} [] [2021-07-28T08:49:22.770670+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-28T08:49:22.896337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.898855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.911634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:22.913262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:22.913617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:22.913872+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' [] [] [2021-07-28T08:49:22.914435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:22.917308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.918413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.919389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:22.920007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:22.920327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:22.920595+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' [] [] [2021-07-28T08:49:22.920879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:22.921096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.922074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:22.922997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:22.923481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:22.923749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:22.924097+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' [] [] [2021-07-28T08:49:22.924768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:23.183102+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3d4af"},"request_uri":"http://127.0.0.1:8000/_wdt/c3d4af","method":"GET"} [] [2021-07-28T08:49:26.639886+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T08:49:26.694226+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:49:26.776438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.778566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.782449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.783708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.784064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.784383+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' [] [] [2021-07-28T08:49:26.784942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:26.787377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.789498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.790945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.791536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.791879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.792274+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' [] [] [2021-07-28T08:49:26.792623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:26.792903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.793878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.794846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.795351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.795693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.796024+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' [] [] [2021-07-28T08:49:26.796398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:26.809730+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T08:49:26.814636+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3,2]] [] [2021-07-28T08:49:26.817786+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T08:49:26.819965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.821228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.822498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.823096+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.823450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.823767+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' [] [] [2021-07-28T08:49:26.824115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:26.824397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.825367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.826338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.826839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.827174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.827488+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' [] [] [2021-07-28T08:49:26.827851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:26.828155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.829135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:26.830121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:26.830639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:26.830978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:26.831302+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' [] [] [2021-07-28T08:49:26.831645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:27.080063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bf14a"},"request_uri":"http://127.0.0.1:8000/_wdt/0bf14a","method":"GET"} [] [2021-07-28T08:49:29.639479+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/group/4/show","method":"GET"} [] [2021-07-28T08:49:29.700449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["4"] [] [2021-07-28T08:49:29.738451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.739639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.743487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:29.744867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:29.745284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:29.745616+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' [] [] [2021-07-28T08:49:29.746192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:29.749113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.750464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.751471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:29.752112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:29.752457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:29.752773+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' [] [] [2021-07-28T08:49:29.753123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:29.753399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.754358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:29.755326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:29.755856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:29.756221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:29.756540+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' [] [] [2021-07-28T08:49:29.756885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:29.989133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c62ed"},"request_uri":"http://127.0.0.1:8000/_wdt/2c62ed","method":"GET"} [] [2021-07-28T08:49:43.481866+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-28T08:49:43.637726+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T08:49:43.643249+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T08:49:43.643819+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T08:49:43.671435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.672599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.676404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:43.677650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:43.678083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:43.678482+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' [] [] [2021-07-28T08:49:43.679126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:43.681483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.682509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.683608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:43.684287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:43.684655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:43.685063+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' [] [] [2021-07-28T08:49:43.685418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:43.685703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.686711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:49:43.687688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:49:43.688235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:49:43.688565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:49:43.688878+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' [] [] [2021-07-28T08:49:43.689216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:49:43.954192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9af082"},"request_uri":"http://127.0.0.1:8000/_wdt/9af082","method":"GET"} [] [2021-07-28T08:50:11.364262+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-28T08:50:11.447867+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-28T08:50:11.486228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.487394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.491832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:11.493452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:11.493929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:11.494256+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' [] [] [2021-07-28T08:50:11.494887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:11.497653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.498662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.499669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:11.500242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:11.500586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:11.500906+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' [] [] [2021-07-28T08:50:11.501256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:11.501532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.502511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:11.503483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:11.503996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:11.504402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:11.504716+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' [] [] [2021-07-28T08:50:11.505054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:16.723079+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-28T08:50:16.859325+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-28T08:50:16.865668+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-28T08:50:16.866286+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2021-07-28T08:50:16.914856+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:50:16.919111+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP Elitebook 840 G6","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":6,"12":3} [] [2021-07-28T08:50:16.922532+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:50:16.942055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.943212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.947040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:16.948283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:16.948674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:16.949006+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' [] [] [2021-07-28T08:50:16.949666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:16.952124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.953247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.954231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:16.954787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:16.955156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:16.955435+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' [] [] [2021-07-28T08:50:16.955782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:16.956061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.957009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:16.958026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:16.958574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:16.958914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:16.959227+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' [] [] [2021-07-28T08:50:16.959576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.079446+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T08:50:17.129504+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:50:17.204793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.206816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.210717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.212014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.212371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.212685+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' [] [] [2021-07-28T08:50:17.213238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.215443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.216418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.217374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.217881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.218286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.218597+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' [] [] [2021-07-28T08:50:17.218937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.219208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.220142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.221094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.221584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.221906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.222212+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' [] [] [2021-07-28T08:50:17.222544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.234087+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T08:50:17.238581+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[11]] [] [2021-07-28T08:50:17.251565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:50:17.252511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2021-07-28T08:50:17.252903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [3] [] [2021-07-28T08:50:17.254216+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T08:50:17.256991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.257994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.259000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.259753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.260119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.260448+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' [] [] [2021-07-28T08:50:17.260795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.261075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.262063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.263015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.263522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.263849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.264155+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' [] [] [2021-07-28T08:50:17.264490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.264753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.265738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:17.266691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:17.267180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:17.267504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:17.267810+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' [] [] [2021-07-28T08:50:17.268141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:17.581568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d514e8"},"request_uri":"http://127.0.0.1:8000/_wdt/d514e8","method":"GET"} [] [2021-07-28T08:50:26.171577+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-28T08:50:26.304854+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T08:50:26.312878+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T08:50:26.313483+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T08:50:26.320222+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T08:50:26.320850+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T08:50:26.321374+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T08:50:26.321831+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T08:50:26.359091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.360258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.364482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:26.366006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:26.366361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:26.366684+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' [] [] [2021-07-28T08:50:26.367301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:26.370086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.371080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.372079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:26.372667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:26.373089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:26.373609+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' [] [] [2021-07-28T08:50:26.374019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:26.374311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.375461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:26.376508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:26.377201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:26.377599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:26.377923+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' [] [] [2021-07-28T08:50:26.378276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:26.650932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59eb6d"},"request_uri":"http://127.0.0.1:8000/_wdt/59eb6d","method":"GET"} [] [2021-07-28T08:50:29.065906+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2021-07-28T08:50:29.138283+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2021-07-28T08:50:29.175691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.176880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.180980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:29.182593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:29.183118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:29.183512+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' [] [] [2021-07-28T08:50:29.184313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:29.187035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.188074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.189081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:29.189635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:29.189977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:29.190292+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' [] [] [2021-07-28T08:50:29.190607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:29.190882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.191842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:29.192815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:29.193326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:29.193742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:29.194057+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' [] [] [2021-07-28T08:50:29.194399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:31.272527+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=6","method":"GET"} [] [2021-07-28T08:50:31.361181+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["6"] [] [2021-07-28T08:50:31.402473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.403626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.407834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:31.409475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:31.409840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:31.410163+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' [] [] [2021-07-28T08:50:31.410779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:31.413510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.414557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.415546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:31.416168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:31.416505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:31.416822+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' [] [] [2021-07-28T08:50:31.417165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:31.417440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.418392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:31.419367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:31.419882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:31.420218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:31.420533+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' [] [] [2021-07-28T08:50:31.420879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:32.888045+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=11","method":"GET"} [] [2021-07-28T08:50:32.950867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["11"] [] [2021-07-28T08:50:32.981010+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [3] [] [2021-07-28T08:50:33.006415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.007556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.011677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:33.013379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:33.013774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:33.014112+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' [] [] [2021-07-28T08:50:33.014758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:33.017483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.018523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.019532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:33.020108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:33.020449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:33.020782+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' [] [] [2021-07-28T08:50:33.021210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:50:33.021492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.022479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:50:33.023405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:50:33.023909+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:50:33.024243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:50:33.024556+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' [] [] [2021-07-28T08:50:33.024895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.380748+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T08:51:08.524518+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2021-07-28T08:51:08.529937+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2021-07-28T08:51:08.530570+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["11"]] [] [2021-07-28T08:51:08.545554+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["3"]] [] [2021-07-28T08:51:08.546507+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2021-07-28T08:51:08.547119+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["2"]] [] [2021-07-28T08:51:08.547763+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["2"]] [] [2021-07-28T08:51:08.605791+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T08:51:08.607167+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T08:51:08.608210+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-01-05T00:00:00+00:00","2":80000.0,"3":"Com/2021/07/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":4,"20":6,"21":11,"22":3,"23":2,"24":2,"25":2} [] [2021-07-28T08:51:08.609472+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T08:51:08.630965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.632109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.636814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.638567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.638964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.639293+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' [] [] [2021-07-28T08:51:08.639913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.642741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.643773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.644850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.645418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.645777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.646094+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' [] [] [2021-07-28T08:51:08.646445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.646724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.647686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.648654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.649193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.649544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.649899+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' [] [] [2021-07-28T08:51:08.650270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.804933+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T08:51:08.866470+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T08:51:08.950783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.953145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.956826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.957999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.958349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.958664+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' [] [] [2021-07-28T08:51:08.959213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.961410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.962369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.963330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.963891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.964220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.964609+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' [] [] [2021-07-28T08:51:08.964945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.965212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.966143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:08.967153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:08.967742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:08.968067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:08.968373+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' [] [] [2021-07-28T08:51:08.968712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:08.980808+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, g1_.name AS name_19, s2_.name AS name_20, a3_.name AS name_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T08:51:08.985726+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.groups_id AS groups_id_19, a0_.subgroup_id AS subgroup_id_20, a0_.assetname_id AS assetname_id_21, a0_.unit_id AS unit_id_22, a0_.vendor_id AS vendor_id_23, a0_.businessunit_id AS businessunit_id_24, a0_.location_id AS location_id_25 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[11]] [] [2021-07-28T08:51:09.005974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2021-07-28T08:51:09.008328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2021-07-28T08:51:09.008825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2021-07-28T08:51:09.010236+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T08:51:09.012293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.013293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.014247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:09.014788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:09.015116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:09.015428+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' [] [] [2021-07-28T08:51:09.015879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:09.016155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.017093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.018169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:09.018722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:09.019059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:09.019371+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' [] [] [2021-07-28T08:51:09.019709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:09.019977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.020915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T08:51:09.021864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T08:51:09.022357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T08:51:09.022687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T08:51:09.022998+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' [] [] [2021-07-28T08:51:09.023330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T08:51:09.332468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa8ffd"},"request_uri":"http://127.0.0.1:8000/_wdt/aa8ffd","method":"GET"} [] [2021-07-28T09:32:08.512238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:08.519406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:08.533753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.535270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.535627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.535910+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' [] [] [2021-07-28T09:32:08.536512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:32:08.539332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:08.540278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:08.541163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.541633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.541910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.542164+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' [] [] [2021-07-28T09:32:08.542434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:32:08.546166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:08.547072+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 = 'fixedasset' AND TABLE_NAME = 'assetname' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.547720+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 = 'assetname' */ WHERE k.table_name = 'assetname' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.548904+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 = 'assetname' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.549853+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 = 'assetname' [] [] [2021-07-28T09:32:08.550090+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 = 'fixedasset' AND TABLE_NAME = 'assetregister' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.550939+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 = 'assetregister' */ WHERE k.table_name = 'assetregister' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.551431+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 = 'assetregister' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.551889+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 = 'assetregister' [] [] [2021-07-28T09:32:08.552119+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 = 'fixedasset' AND TABLE_NAME = 'businessunit' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.552565+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 = 'businessunit' */ WHERE k.table_name = 'businessunit' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.552982+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 = 'businessunit' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.553226+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 = 'businessunit' [] [] [2021-07-28T09:32:08.553449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.553862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.554120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.554353+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' [] [] [2021-07-28T09:32:08.554605+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 = 'fixedasset' AND TABLE_NAME = 'group' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.555070+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 = 'group' */ WHERE k.table_name = 'group' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.555323+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 = 'group' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.555554+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 = 'group' [] [] [2021-07-28T09:32:08.555777+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 = 'fixedasset' AND TABLE_NAME = 'location' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.556179+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 = 'location' */ WHERE k.table_name = 'location' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.556454+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 = 'location' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.556684+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 = 'location' [] [] [2021-07-28T09:32:08.556899+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 = 'fixedasset' AND TABLE_NAME = 'subgroup' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.557317+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 = 'subgroup' */ WHERE k.table_name = 'subgroup' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.557594+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 = 'subgroup' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.557861+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 = 'subgroup' [] [] [2021-07-28T09:32:08.558051+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 = 'fixedasset' AND TABLE_NAME = 'unit' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.558488+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 = 'unit' */ WHERE k.table_name = 'unit' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.558736+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 = 'unit' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.558966+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 = 'unit' [] [] [2021-07-28T09:32:08.559184+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 = 'fixedasset' AND TABLE_NAME = 'vendor' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:08.559631+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 = 'vendor' */ WHERE k.table_name = 'vendor' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:08.559916+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 = 'vendor' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:08.560118+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 = 'vendor' [] [] [2021-07-28T09:32:28.495093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:32:28.508155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T09:32:28.509700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T09:32:28.510062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T09:32:28.510382+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' [] [] [2021-07-28T09:32:28.516477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:32:28.517403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:32:28.517745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:32:28.535747+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T09:32:28.594627+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD totaldepdays INT NOT NULL, ADD lastdepdate DATE NOT NULL, ADD depreciationrate DOUBLE PRECISION NOT NULL [] [] [2021-07-28T09:32:28.744460+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2021-07-28T09:32:28+00:00",207] [] [2021-07-28T09:32:28.751639+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T09:41:14.083230+00:00] console.CRITICAL: Error thrown while running command "make:migration". Message: "An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'fixedasset'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'fixedasset' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'fixedasset' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'fixedasset' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:39)","command":"make:migration","message":"An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'fixedasset'"} [] [2021-07-28T09:41:14.084860+00:00] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2021-07-28T09:41:50.979452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:41:50.983703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:41:50.985733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:42:04.803724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T09:42:04.816375+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 [] [] [2021-07-28T09:42:04.848725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:42:04.850407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:42:04.850703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T09:42:04.857727+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T09:42:04.880176+00:00] doctrine.DEBUG: CREATE TABLE assetname (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, subgroup_id INT NOT NULL, unit_id INT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, note VARCHAR(255) DEFAULT NULL, status INT DEFAULT NULL, type INT DEFAULT NULL, entrydate DATETIME DEFAULT NULL, entryby INT DEFAULT NULL, editdate DATETIME DEFAULT NULL, editby DATETIME DEFAULT NULL, INDEX IDX_7942A470F373DCF (groups_id), INDEX IDX_7942A470F5C464CE (subgroup_id), INDEX IDX_7942A470F8BD700D (unit_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:04.912362+00:00] doctrine.DEBUG: CREATE TABLE assetregister (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, subgroup_id INT NOT NULL, assetname_id INT NOT NULL, unit_id INT NOT NULL, vendor_id INT NOT NULL, businessunit_id INT NOT NULL, location_id INT DEFAULT NULL, acquisitiondate DATE NOT NULL, acquisitioncost DOUBLE PRECISION NOT NULL, serialno VARCHAR(150) NOT NULL, quantity DOUBLE PRECISION NOT NULL, disposaldate DATE DEFAULT NULL, disposalamount DOUBLE PRECISION DEFAULT NULL, docpath VARCHAR(255) DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, openingbalence DOUBLE PRECISION DEFAULT NULL, note VARCHAR(255) DEFAULT NULL, spnote VARCHAR(255) DEFAULT NULL, status INT DEFAULT NULL, type INT DEFAULT NULL, active INT DEFAULT NULL, entrydate DATETIME DEFAULT NULL, entryby INT DEFAULT NULL, editdate DATETIME DEFAULT NULL, editby INT DEFAULT NULL, totaldepdays INT NOT NULL, lastdepdate DATE NOT NULL, depreciationrate DOUBLE PRECISION NOT NULL, INDEX IDX_485FE03FF373DCF (groups_id), INDEX IDX_485FE03FF5C464CE (subgroup_id), INDEX IDX_485FE03F6009F448 (assetname_id), INDEX IDX_485FE03FF8BD700D (unit_id), INDEX IDX_485FE03FF603EE73 (vendor_id), INDEX IDX_485FE03F5A2ED874 (businessunit_id), INDEX IDX_485FE03F64D218E (location_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:04.956586+00:00] doctrine.DEBUG: CREATE TABLE businessunit (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, shortname VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:04.982150+00:00] doctrine.DEBUG: CREATE TABLE `group` (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, code VARCHAR(150) NOT NULL, depreciationrate DOUBLE PRECISION NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:05.008007+00:00] doctrine.DEBUG: CREATE TABLE location (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:05.033504+00:00] doctrine.DEBUG: CREATE TABLE subgroup (id INT AUTO_INCREMENT NOT NULL, groups_id INT NOT NULL, name VARCHAR(255) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, INDEX IDX_1773AB1FF373DCF (groups_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:05.061410+00:00] doctrine.DEBUG: CREATE TABLE unit (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, shortname VARCHAR(100) NOT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:05.086688+00:00] doctrine.DEBUG: CREATE TABLE vendor (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, address VARCHAR(255) NOT NULL, mobileno VARCHAR(255) DEFAULT NULL, email VARCHAR(255) DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-07-28T09:42:05.112572+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-28T09:42:05.186245+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F5C464CE FOREIGN KEY (subgroup_id) REFERENCES subgroup (id) [] [] [2021-07-28T09:42:05.255988+00:00] doctrine.DEBUG: ALTER TABLE assetname ADD CONSTRAINT FK_7942A470F8BD700D FOREIGN KEY (unit_id) REFERENCES unit (id) [] [] [2021-07-28T09:42:05.318905+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-28T09:42:05.505063+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF5C464CE FOREIGN KEY (subgroup_id) REFERENCES subgroup (id) [] [] [2021-07-28T09:42:05.601507+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F6009F448 FOREIGN KEY (assetname_id) REFERENCES assetname (id) [] [] [2021-07-28T09:42:05.684377+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF8BD700D FOREIGN KEY (unit_id) REFERENCES unit (id) [] [] [2021-07-28T09:42:05.762416+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03FF603EE73 FOREIGN KEY (vendor_id) REFERENCES vendor (id) [] [] [2021-07-28T09:42:05.849470+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F5A2ED874 FOREIGN KEY (businessunit_id) REFERENCES businessunit (id) [] [] [2021-07-28T09:42:05.939341+00:00] doctrine.DEBUG: ALTER TABLE assetregister ADD CONSTRAINT FK_485FE03F64D218E FOREIGN KEY (location_id) REFERENCES location (id) [] [] [2021-07-28T09:42:06.019849+00:00] doctrine.DEBUG: ALTER TABLE subgroup ADD CONSTRAINT FK_1773AB1FF373DCF FOREIGN KEY (groups_id) REFERENCES `group` (id) [] [] [2021-07-28T09:42:06.082710+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2021-07-28T09:42:04+00:00",1224] [] [2021-07-28T09:42:06.087536+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:07:58.039272+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-28T10:07:58.155987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.158625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.169580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:07:58.172935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:07:58.174311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:07:58.174666+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' [] [] [2021-07-28T10:07:58.175334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:07:58.178224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.179211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.180169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:07:58.180703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:07:58.181051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:07:58.181445+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' [] [] [2021-07-28T10:07:58.181786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:07:58.182057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.182990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:07:58.183933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:07:58.184451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:07:58.184775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:07:58.185079+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' [] [] [2021-07-28T10:07:58.185413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:07:58.517889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b85026"},"request_uri":"http://127.0.0.1:8000/_wdt/b85026","method":"GET"} [] [2021-07-28T10:08:00.732539+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T10:08:00.787680+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:00.862746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.865293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.869147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.870493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.871759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.872090+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' [] [] [2021-07-28T10:08:00.872659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:00.874993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.875988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.876996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.877530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.877870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.878182+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' [] [] [2021-07-28T10:08:00.878527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:00.878800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.879757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.880744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.881267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.881691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.882008+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' [] [] [2021-07-28T10:08:00.882353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:00.894825+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:00.900894+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:00.903298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.904335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.905316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.905863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.906207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.906524+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' [] [] [2021-07-28T10:08:00.906871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:00.907150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.908102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.909105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.909609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.909941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.910256+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' [] [] [2021-07-28T10:08:00.910601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:00.910871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.911819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:00.912788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:00.913307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:00.913665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:00.913996+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' [] [] [2021-07-28T10:08:00.914349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:01.152697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"899c23"},"request_uri":"http://127.0.0.1:8000/_wdt/899c23","method":"GET"} [] [2021-07-28T10:08:06.876081+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T10:08:06.925439+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:07.011447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.013544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.017374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.019170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.020558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.020901+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' [] [] [2021-07-28T10:08:07.021504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.023852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.024891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.025875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.026431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.026783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.027181+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' [] [] [2021-07-28T10:08:07.027542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.027841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.028889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.029977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.030640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.031036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.031317+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' [] [] [2021-07-28T10:08:07.031638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.042988+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:07.046773+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:07.049125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.050201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.051327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.051950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.052306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.052632+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' [] [] [2021-07-28T10:08:07.052984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.053267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.054264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.055182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.055706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.056040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.056354+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' [] [] [2021-07-28T10:08:07.056693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.056964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.057967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.058956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.059483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.059900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.060212+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' [] [] [2021-07-28T10:08:07.060558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.291820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cb382"},"request_uri":"http://127.0.0.1:8000/_wdt/5cb382","method":"GET"} [] [2021-07-28T10:08:07.734558+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-28T10:08:07.837638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.839861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.848572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.849864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.851175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.851514+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' [] [] [2021-07-28T10:08:07.852091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.854648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.855742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.856731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.857375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.857722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.858038+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' [] [] [2021-07-28T10:08:07.858388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:07.858667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.859620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:07.860593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:07.861094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:07.861425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:07.861746+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' [] [] [2021-07-28T10:08:07.862115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:08.109584+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54969b"},"request_uri":"http://127.0.0.1:8000/_wdt/54969b","method":"GET"} [] [2021-07-28T10:08:17.259748+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-07-28T10:08:17.409776+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:08:17.414619+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Computer","2":"Com","3":30.0,"4":null} [] [2021-07-28T10:08:17.418964+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:08:17.437814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.439848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.443738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.444986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.446316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.446641+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' [] [] [2021-07-28T10:08:17.447209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.449476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.450480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.451451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.451979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.452313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.452631+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' [] [] [2021-07-28T10:08:17.453101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.453422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.454439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.455523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.456070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.456410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.456738+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' [] [] [2021-07-28T10:08:17.457086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.574118+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-28T10:08:17.622681+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:17.702934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.705273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.709152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.710352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.711570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.711971+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' [] [] [2021-07-28T10:08:17.712525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.714736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.715703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.716660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.717247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.717579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.717892+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' [] [] [2021-07-28T10:08:17.718238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.718508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.719448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.720408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.720972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.721301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.721615+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' [] [] [2021-07-28T10:08:17.722039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.732410+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:17.738040+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-28T10:08:17.740995+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:17.743597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.744600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.745557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.746098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.746433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.746740+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' [] [] [2021-07-28T10:08:17.747082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.747354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.748311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.749292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.749795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.750123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.750440+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' [] [] [2021-07-28T10:08:17.750776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:17.751040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.751975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:17.752923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:17.753412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:17.753738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:17.754067+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' [] [] [2021-07-28T10:08:17.754404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:18.017632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"570a3a"},"request_uri":"http://127.0.0.1:8000/_wdt/570a3a","method":"GET"} [] [2021-07-28T10:08:30.286715+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T10:08:30.335867+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:30.421844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.423932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.427760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.429031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.430442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.430909+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' [] [] [2021-07-28T10:08:30.431754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.434262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.435335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.436328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.436884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.437228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.437550+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' [] [] [2021-07-28T10:08:30.438010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.438293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.439278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.440257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.440773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.441105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.441427+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' [] [] [2021-07-28T10:08:30.441765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.453535+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:30.462004+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:30.464527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.465855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.466907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.467478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.467847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.468175+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' [] [] [2021-07-28T10:08:30.468527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.468811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.469795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.470790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.471325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.471659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.471974+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' [] [] [2021-07-28T10:08:30.472316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.472587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.473546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:30.474521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:30.475048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:30.475376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:30.475780+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' [] [] [2021-07-28T10:08:30.476121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:30.787073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46dc79"},"request_uri":"http://127.0.0.1:8000/_wdt/46dc79","method":"GET"} [] [2021-07-28T10:08:33.748185+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-28T10:08:33.849829+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:08:33.887066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.888253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.892281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:33.893698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:33.895058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:33.895395+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' [] [] [2021-07-28T10:08:33.895993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:33.898361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.899358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.900332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:33.900863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:33.901283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:33.901608+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' [] [] [2021-07-28T10:08:33.901976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:33.902256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.903246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:33.904220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:33.904741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:33.905077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:33.905391+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' [] [] [2021-07-28T10:08:33.905731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:34.166579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1608a4"},"request_uri":"http://127.0.0.1:8000/_wdt/1608a4","method":"GET"} [] [2021-07-28T10:08:40.418434+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-07-28T10:08:40.529889+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:08:40.570263+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:08:40.574312+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Laptop","2":null,"3":1} [] [2021-07-28T10:08:40.576665+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:08:40.604195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.605477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.609319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.610545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.611807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.612130+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' [] [] [2021-07-28T10:08:40.612706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.615114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.616185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.617172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.617745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.618088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.618453+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' [] [] [2021-07-28T10:08:40.618844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.619146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.620195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.621184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.621824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.622167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.622460+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' [] [] [2021-07-28T10:08:40.622810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.736582+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-07-28T10:08:40.784356+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:40.854613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.856649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.860319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.861496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.862708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.863108+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' [] [] [2021-07-28T10:08:40.863658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.866007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.867250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.868318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.868888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.869223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.869537+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' [] [] [2021-07-28T10:08:40.869878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.870154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.871090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.872032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.872544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.872866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.873173+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' [] [] [2021-07-28T10:08:40.873586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.885707+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:40.891469+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-07-28T10:08:40.901348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T10:08:40.903233+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:40.906226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.907230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.908189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.908753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.909121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.909430+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' [] [] [2021-07-28T10:08:40.909772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.910044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.910978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.911923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.912504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.912862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.913170+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' [] [] [2021-07-28T10:08:40.913502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:40.913761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.914734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:40.915686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:40.916327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:40.916665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:40.916975+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' [] [] [2021-07-28T10:08:40.917308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:41.198447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c03ff9"},"request_uri":"http://127.0.0.1:8000/_wdt/c03ff9","method":"GET"} [] [2021-07-28T10:08:46.171541+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-28T10:08:46.228123+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:46.309382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.311764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.315836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.317213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.318722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.319115+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' [] [] [2021-07-28T10:08:46.319798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.322658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.323662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.324624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.325191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.325529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.325840+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' [] [] [2021-07-28T10:08:46.326264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.326532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.327467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.328413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.328906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.329270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.329578+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' [] [] [2021-07-28T10:08:46.329908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.341623+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:46.348870+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:46.351687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.352757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.353798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.354360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.354705+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.355024+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' [] [] [2021-07-28T10:08:46.355370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.355646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.356596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.357546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.358053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.358378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.358683+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' [] [] [2021-07-28T10:08:46.359017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.359278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.360204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:46.361155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:46.361646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:46.361969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:46.362381+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' [] [] [2021-07-28T10:08:46.362717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:46.608000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14587c"},"request_uri":"http://127.0.0.1:8000/_wdt/14587c","method":"GET"} [] [2021-07-28T10:08:47.832512+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"GET"} [] [2021-07-28T10:08:47.929516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.931552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.940251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:47.941886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:47.943275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:47.943610+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' [] [] [2021-07-28T10:08:47.944197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:47.946500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.947477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.948440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:47.948964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:47.949336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:47.949648+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' [] [] [2021-07-28T10:08:47.949986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:47.950250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.951186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:47.952135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:47.952624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:47.952947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:47.953252+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' [] [] [2021-07-28T10:08:47.953584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:48.194610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cdea9"},"request_uri":"http://127.0.0.1:8000/_wdt/5cdea9","method":"GET"} [] [2021-07-28T10:08:53.209171+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://127.0.0.1:8000/unit/new","method":"POST"} [] [2021-07-28T10:08:53.353905+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:08:53.358792+00:00] doctrine.DEBUG: INSERT INTO unit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Pices","2":"Pcs","3":null} [] [2021-07-28T10:08:53.362852+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:08:53.381495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.383471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.387324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.388580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.389864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.390198+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' [] [] [2021-07-28T10:08:53.390764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.393320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.394466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.395475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.396061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.396407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.396729+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' [] [] [2021-07-28T10:08:53.397048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.397328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.398294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.399265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.399786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.400163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.400483+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' [] [] [2021-07-28T10:08:53.400830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.518833+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-28T10:08:53.567854+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:53.646236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.648311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.652126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.653319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.654622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.654967+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' [] [] [2021-07-28T10:08:53.655559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.657828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.658900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.659927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.660487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.660850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.661171+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' [] [] [2021-07-28T10:08:53.661529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.661819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.662827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.663808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.664333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.664668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.664985+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' [] [] [2021-07-28T10:08:53.665325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.676102+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:08:53.681706+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-28T10:08:53.684556+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:08:53.687587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.688659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.689641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.690215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.690568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.690885+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' [] [] [2021-07-28T10:08:53.691233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.691512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.692492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.693493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.694098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.694447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.694768+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' [] [] [2021-07-28T10:08:53.695124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.695413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.696391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:53.697361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:53.697865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:53.698193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:53.698513+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' [] [] [2021-07-28T10:08:53.698852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:53.942661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"964689"},"request_uri":"http://127.0.0.1:8000/_wdt/964689","method":"GET"} [] [2021-07-28T10:08:57.227370+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-28T10:08:57.275200+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:08:57.348680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.350853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.355477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.358088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.359770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.360368+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' [] [] [2021-07-28T10:08:57.361235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.363679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.364741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.365756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.366344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.366692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.367017+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' [] [] [2021-07-28T10:08:57.367366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.367643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.368622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.369637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.370246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.370592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.370913+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' [] [] [2021-07-28T10:08:57.371260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.382811+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T10:08:57.389660+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T10:08:57.393678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.394792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.395794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.396355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.396697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.397016+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' [] [] [2021-07-28T10:08:57.397366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.397642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.398642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.399632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.400158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.400495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.400808+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' [] [] [2021-07-28T10:08:57.401152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.401422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.402384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:57.403347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:57.403849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:57.404181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:57.404494+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' [] [] [2021-07-28T10:08:57.404839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:57.655776+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"223c17"},"request_uri":"http://127.0.0.1:8000/_wdt/223c17","method":"GET"} [] [2021-07-28T10:08:58.775207+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2021-07-28T10:08:58.862727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.864883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.873512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:58.874822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:58.875185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:58.875506+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' [] [] [2021-07-28T10:08:58.876065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:58.878633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.879755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.880749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:58.881318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:58.881662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:58.881981+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' [] [] [2021-07-28T10:08:58.882389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:58.882699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.883789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:08:58.884794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:08:58.885349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:08:58.885730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:08:58.886082+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' [] [] [2021-07-28T10:08:58.886435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:08:59.133057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"278473"},"request_uri":"http://127.0.0.1:8000/_wdt/278473","method":"GET"} [] [2021-07-28T10:09:38.442728+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"POST"} [] [2021-07-28T10:09:38.578419+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:09:38.582697+00:00] doctrine.DEBUG: INSERT INTO vendor (name, address, mobileno, email, remarks) VALUES (?, ?, ?, ?, ?) {"1":"Ryans IT Limited","2":"78/1-F","3":"124","4":null,"5":null} [] [2021-07-28T10:09:38.585232+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:09:38.604449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.606411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.610278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.611514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.611977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.612339+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' [] [] [2021-07-28T10:09:38.613036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.615452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.616505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.617498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.618054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.618396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.618713+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' [] [] [2021-07-28T10:09:38.619063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.619339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.620290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.621260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.621791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.622121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.622482+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' [] [] [2021-07-28T10:09:38.622825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.756573+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2021-07-28T10:09:38.818690+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:09:38.910837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.920119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.935876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.939005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.939740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.940414+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' [] [] [2021-07-28T10:09:38.941791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.946040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.947984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.949573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.950521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.951056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.951531+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' [] [] [2021-07-28T10:09:38.952050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.952440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.953750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.955042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.955706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.956143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.956551+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' [] [] [2021-07-28T10:09:38.957001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.968898+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T10:09:38.974056+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-28T10:09:38.977007+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T10:09:38.981510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.982770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.983772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.984336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.984682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.985006+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' [] [] [2021-07-28T10:09:38.985356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.985633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.986585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.987560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.988081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.988412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.988739+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' [] [] [2021-07-28T10:09:38.989129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:38.989417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.990399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:38.991379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:38.991909+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:38.992241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:38.992556+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' [] [] [2021-07-28T10:09:38.992901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:39.261407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3db4df"},"request_uri":"http://127.0.0.1:8000/_wdt/3db4df","method":"GET"} [] [2021-07-28T10:09:44.516755+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-28T10:09:44.565688+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:09:44.628558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.630615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.635273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.636678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.637043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.637388+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' [] [] [2021-07-28T10:09:44.638005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.640318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.641330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.642313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.642853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.643188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.643506+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' [] [] [2021-07-28T10:09:44.643850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.644120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.645070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.646110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.646636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.647022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.647343+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' [] [] [2021-07-28T10:09:44.647685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.668760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:09:44.710470+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:09:44.714179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.715234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.716515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.717352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.717802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.718143+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' [] [] [2021-07-28T10:09:44.718498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.718787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.719828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.720809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.721341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.721680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.722000+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' [] [] [2021-07-28T10:09:44.722342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.722613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.723567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:44.724540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:44.725045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:44.725404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:44.725733+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' [] [] [2021-07-28T10:09:44.726078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:44.977267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b55b88"},"request_uri":"http://127.0.0.1:8000/_wdt/b55b88","method":"GET"} [] [2021-07-28T10:09:45.812430+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"GET"} [] [2021-07-28T10:09:45.914834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.916901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.925872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:45.927206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:45.927570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:45.927896+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' [] [] [2021-07-28T10:09:45.928488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:45.930735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.931742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.932720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:45.933264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:45.933639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:45.933962+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' [] [] [2021-07-28T10:09:45.934311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:45.934586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.935569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:45.936650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:45.937263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:45.937652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:45.937950+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' [] [] [2021-07-28T10:09:45.938307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:46.195244+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1824b4"},"request_uri":"http://127.0.0.1:8000/_wdt/1824b4","method":"GET"} [] [2021-07-28T10:09:49.124613+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://127.0.0.1:8000/businessunit/new","method":"POST"} [] [2021-07-28T10:09:49.252459+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:09:49.256698+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Power Ltd","2":"CWPL","3":null} [] [2021-07-28T10:09:49.260253+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:09:49.279796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.282026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.286244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.287566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.287928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.288305+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' [] [] [2021-07-28T10:09:49.288887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.291154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.292152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.293144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.293721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.294071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.294388+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' [] [] [2021-07-28T10:09:49.294734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.295008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.295979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.296961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.297482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.297881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.298339+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' [] [] [2021-07-28T10:09:49.298837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.417294+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2021-07-28T10:09:49.463524+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:09:49.550597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.557099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.570097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.574079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.575169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.576165+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' [] [] [2021-07-28T10:09:49.577957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.584577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.587057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.589444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.590689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.591554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.592279+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' [] [] [2021-07-28T10:09:49.593061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.593666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.596011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.598398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.599703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.600507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.601259+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' [] [] [2021-07-28T10:09:49.602057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.625813+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-28T10:09:49.631451+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-07-28T10:09:49.634663+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-28T10:09:49.639067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.640196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.641251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.641827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.642172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.642495+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' [] [] [2021-07-28T10:09:49.642849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.643134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.644098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.645073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.645582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.645933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.646252+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' [] [] [2021-07-28T10:09:49.646605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.646881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.647869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:49.648854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:49.649595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:49.650012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:49.650361+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' [] [] [2021-07-28T10:09:49.650734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:49.899237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a73835"},"request_uri":"http://127.0.0.1:8000/_wdt/a73835","method":"GET"} [] [2021-07-28T10:09:53.390364+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-28T10:09:53.441124+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:09:53.532153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.534310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.538116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.539347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.539752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.540075+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' [] [] [2021-07-28T10:09:53.540633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.542961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.544004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.545002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.545684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.546137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.546591+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' [] [] [2021-07-28T10:09:53.546986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.547314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.548423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.549458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.550037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.550385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.550753+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' [] [] [2021-07-28T10:09:53.551105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.561628+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-28T10:09:53.568953+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-28T10:09:53.572634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.573688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.574697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.575259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.575606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.575922+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' [] [] [2021-07-28T10:09:53.576273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.576559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.577518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.578489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.579158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.579637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.580045+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' [] [] [2021-07-28T10:09:53.580420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.580803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.581921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:53.582934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:53.583495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:53.583836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:53.584117+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' [] [] [2021-07-28T10:09:53.584471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:53.828727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c3759"},"request_uri":"http://127.0.0.1:8000/_wdt/5c3759","method":"GET"} [] [2021-07-28T10:09:54.621684+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"GET"} [] [2021-07-28T10:09:54.728033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.730214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.739103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:54.740580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:54.741026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:54.741354+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' [] [] [2021-07-28T10:09:54.741911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:54.744165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.745148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.746101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:54.746709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:54.747037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:54.747348+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' [] [] [2021-07-28T10:09:54.747682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:54.747947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.748898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:54.749955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:54.750494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:54.750872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:54.751182+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' [] [] [2021-07-28T10:09:54.751518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:54.984713+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d05702"},"request_uri":"http://127.0.0.1:8000/_wdt/d05702","method":"GET"} [] [2021-07-28T10:09:56.635132+00:00] request.INFO: Matched route "location_new". {"route":"location_new","route_parameters":{"_route":"location_new","_controller":"App\\Controller\\LocationController::new"},"request_uri":"http://127.0.0.1:8000/location/new","method":"POST"} [] [2021-07-28T10:09:56.764543+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:09:56.768827+00:00] doctrine.DEBUG: INSERT INTO location (name, remarks) VALUES (?, ?) {"1":"7th Floor Head Office","2":null} [] [2021-07-28T10:09:56.771418+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:09:56.791319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.793420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.797334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:56.798626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:56.799032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:56.799361+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' [] [] [2021-07-28T10:09:56.799954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:56.802303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.803312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.804291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:56.804878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:56.805220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:56.805565+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' [] [] [2021-07-28T10:09:56.805917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:56.806203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.807530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:56.808914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:56.809510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:56.809861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:56.810193+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' [] [] [2021-07-28T10:09:56.810546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:56.929085+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2021-07-28T10:09:56.976917+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:09:57.062383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.064468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.068305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.069542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.069924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.070255+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' [] [] [2021-07-28T10:09:57.070832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.073164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.074264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.075535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.076267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.076632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.076957+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' [] [] [2021-07-28T10:09:57.077382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.077674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.078691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.079672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.080200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.080535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.080861+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' [] [] [2021-07-28T10:09:57.081204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.091918+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-28T10:09:57.097521+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-28T10:09:57.100318+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-28T10:09:57.104544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.105585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.106571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.107125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.107572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.107936+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' [] [] [2021-07-28T10:09:57.108371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.108724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.109922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.110958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.111545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.111916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.112247+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' [] [] [2021-07-28T10:09:57.112606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.112888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.113875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:57.114847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:57.115372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:57.115735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:57.116053+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' [] [] [2021-07-28T10:09:57.116403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:57.373351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b20ac7"},"request_uri":"http://127.0.0.1:8000/_wdt/b20ac7","method":"GET"} [] [2021-07-28T10:09:59.474438+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-28T10:09:59.583153+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:09:59.591900+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:09:59.593387+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:09:59.621758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.622923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.626755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:59.628001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:59.628353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:59.628673+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' [] [] [2021-07-28T10:09:59.629251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:59.631667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.632725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.633849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:59.634643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:59.635017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:59.635340+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' [] [] [2021-07-28T10:09:59.635693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:59.635979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.636989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:09:59.637991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:09:59.638535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:09:59.638873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:09:59.639210+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' [] [] [2021-07-28T10:09:59.639554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:09:59.884507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a919b1"},"request_uri":"http://127.0.0.1:8000/_wdt/a919b1","method":"GET"} [] [2021-07-28T10:10:03.051765+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T10:10:03.103876+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:10:03.187946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.189990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.193720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.195257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.195742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.196080+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' [] [] [2021-07-28T10:10:03.196686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.198979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.199965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.200925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.201526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.201858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.202223+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' [] [] [2021-07-28T10:10:03.202564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.202835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.203770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.204718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.205225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.205547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.205853+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' [] [] [2021-07-28T10:10:03.206148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.217742+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T10:10:03.227286+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T10:10:03.229556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.230679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.231743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.232325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.232662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.232978+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' [] [] [2021-07-28T10:10:03.233324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.233600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.234536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.235481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.235966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.236292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.236564+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' [] [] [2021-07-28T10:10:03.236898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.237170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.238103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:03.239059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:03.239548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:03.239873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:03.240179+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' [] [] [2021-07-28T10:10:03.240515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:03.493975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cb51c"},"request_uri":"http://127.0.0.1:8000/_wdt/0cb51c","method":"GET"} [] [2021-07-28T10:10:04.347775+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-07-28T10:10:04.455311+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:10:04.464006+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:10:04.465517+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:10:04.493140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.494342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.498141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:04.499422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:04.499886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:04.500235+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' [] [] [2021-07-28T10:10:04.500935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:04.503327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.504354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.505235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:04.505758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:04.506060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:04.506334+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' [] [] [2021-07-28T10:10:04.506597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:04.506829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.507738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:04.508665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:04.509123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:04.509456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:04.509757+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' [] [] [2021-07-28T10:10:04.510060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:04.762112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6174e"},"request_uri":"http://127.0.0.1:8000/_wdt/d6174e","method":"GET"} [] [2021-07-28T10:10:13.236099+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-07-28T10:10:13.297260+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-07-28T10:10:13.340160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.341443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.345722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:13.347579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:13.348094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:13.348446+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' [] [] [2021-07-28T10:10:13.349117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:13.351916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.352957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.353943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:13.354505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:13.354851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:13.355213+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' [] [] [2021-07-28T10:10:13.355561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:13.355825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.356796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:13.357789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:13.358360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:13.358698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:13.359020+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' [] [] [2021-07-28T10:10:13.359366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:17.684991+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-07-28T10:10:17.830611+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:10:17.841175+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:10:17.842795+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:10:17.891707+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:10:17.896285+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP Elitebook 840 G6","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":1,"11":1,"12":1} [] [2021-07-28T10:10:17.901507+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:10:17.919604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.920808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.924640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:17.925944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:17.926333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:17.926660+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' [] [] [2021-07-28T10:10:17.927240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:17.929787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.930857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.931842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:17.932406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:17.932750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:17.933070+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' [] [] [2021-07-28T10:10:17.933393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:17.933683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.934672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:17.935651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:17.936232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:17.936565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:17.936882+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' [] [] [2021-07-28T10:10:17.937227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.057895+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-07-28T10:10:18.109774+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:10:18.195810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.197960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.201766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.202987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.203336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.203715+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' [] [] [2021-07-28T10:10:18.204272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.206522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.207510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.208483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.209009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.209344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.209678+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' [] [] [2021-07-28T10:10:18.210024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.210297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.211265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.212241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.212786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.213124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.213442+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' [] [] [2021-07-28T10:10:18.213837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.225354+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-28T10:10:18.232594+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[1]] [] [2021-07-28T10:10:18.245681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T10:10:18.247113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T10:10:18.247643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-28T10:10:18.249962+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-28T10:10:18.252773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.253769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.254730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.255262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.255596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.255958+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' [] [] [2021-07-28T10:10:18.256322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.256596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.257536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.258482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.258980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.259303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.259613+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' [] [] [2021-07-28T10:10:18.259949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.260209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.261140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:18.262084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:18.262634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:18.263032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:18.263407+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' [] [] [2021-07-28T10:10:18.263751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:18.553469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d5ab7"},"request_uri":"http://127.0.0.1:8000/_wdt/4d5ab7","method":"GET"} [] [2021-07-28T10:10:20.933185+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-28T10:10:21.075008+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:10:21.083821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:10:21.085298+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T10:10:21.094013+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:10:21.095542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T10:10:21.095991+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T10:10:21.097283+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T10:10:21.135494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.136982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.142467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:21.144070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:21.144446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:21.144826+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' [] [] [2021-07-28T10:10:21.145451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:21.148247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.149271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.150297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:21.150843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:21.151195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:21.151509+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' [] [] [2021-07-28T10:10:21.151856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:21.152160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.153219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:21.154247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:21.154797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:21.155139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:21.155454+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' [] [] [2021-07-28T10:10:21.155972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:21.435905+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f12e7"},"request_uri":"http://127.0.0.1:8000/_wdt/4f12e7","method":"GET"} [] [2021-07-28T10:10:23.044376+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-07-28T10:10:23.137165+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-07-28T10:10:23.198540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.199665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.203733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:23.205152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:23.205480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:23.205773+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' [] [] [2021-07-28T10:10:23.206378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:23.209044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.210015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.210931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:23.211502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:23.211872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:23.212155+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' [] [] [2021-07-28T10:10:23.212473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:23.212740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.213894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:23.215038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:23.215587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:23.215887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:23.216145+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' [] [] [2021-07-28T10:10:23.216438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:24.384360+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-07-28T10:10:24.461502+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-07-28T10:10:24.507104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.508250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.512606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:24.514147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:24.514455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:24.514700+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' [] [] [2021-07-28T10:10:24.515241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:24.518331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.519430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.520379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:24.520899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:24.521179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:24.521446+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' [] [] [2021-07-28T10:10:24.521714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:24.521912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.522790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:24.523666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:24.524221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:24.524532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:24.524802+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' [] [] [2021-07-28T10:10:24.525083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:25.795189+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-28T10:10:25.863270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-28T10:10:25.896958+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-28T10:10:25.923723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.924918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.929068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:25.930536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:25.930892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:25.931211+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' [] [] [2021-07-28T10:10:25.931823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:25.934630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.935699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.936689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:25.937235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:25.937575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:25.937889+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' [] [] [2021-07-28T10:10:25.938236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:25.938536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.939602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:25.940703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:25.941269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:25.941614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:25.941930+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' [] [] [2021-07-28T10:10:25.942280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.512282+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:10:52.659099+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:10:52.666615+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:10:52.668218+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:10:52.677804+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:10:52.679527+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:10:52.681254+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:10:52.681831+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:10:52.751137+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:10:52.772448+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: dt" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 134 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: dt at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:134)"} [] [2021-07-28T10:10:52.805056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.806170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.810164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.811548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.811933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.812214+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' [] [] [2021-07-28T10:10:52.812789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.815730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.816795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.817725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.818251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.818548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.818816+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' [] [] [2021-07-28T10:10:52.819116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.819348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.820236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.821142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.821564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.821849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.822114+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' [] [] [2021-07-28T10:10:52.822360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.823490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.824402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.825314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.825769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.826056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.826275+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' [] [] [2021-07-28T10:10:52.826565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.826787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.827728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.828632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.829078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.829419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.829724+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' [] [] [2021-07-28T10:10:52.830123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:52.830391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.831337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:10:52.832289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:10:52.832828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:10:52.833255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:10:52.833647+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' [] [] [2021-07-28T10:10:52.834009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:10:53.055785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecb544"},"request_uri":"http://127.0.0.1:8000/_wdt/ecb544","method":"GET"} [] [2021-07-28T10:13:09.201922+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:13:09.342042+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:13:09.350781+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:13:09.352434+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:13:09.360534+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:13:09.362270+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:13:09.363710+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:13:09.364293+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:13:09.417196+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:13:09.426081+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Entity\Assetregister::$getAcquisitiondate" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 134 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Entity\\Assetregister::$getAcquisitiondate at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:134)"} [] [2021-07-28T10:13:09.459772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.461210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.465565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.467051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.467407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.467793+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' [] [] [2021-07-28T10:13:09.468417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.471258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.472264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.473243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.473763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.474098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.474410+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' [] [] [2021-07-28T10:13:09.474751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.475020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.475976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.476987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.477560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.477905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.478229+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' [] [] [2021-07-28T10:13:09.478580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.479809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.480814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.481820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.482370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.482710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.483028+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' [] [] [2021-07-28T10:13:09.483379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.483657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.484623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.485617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.486148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.486485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.486812+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' [] [] [2021-07-28T10:13:09.487159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.487428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.488444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:13:09.489431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:13:09.489964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:13:09.490294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:13:09.490607+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' [] [] [2021-07-28T10:13:09.490949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:13:09.693767+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c12cf"},"request_uri":"http://127.0.0.1:8000/_wdt/5c12cf","method":"GET"} [] [2021-07-28T10:14:26.979239+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:14:27.122223+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:14:27.133377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:14:27.134094+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:14:27.142074+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:14:27.143739+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:14:27.145173+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:14:27.146628+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:14:27.197156+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:14:27.200265+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\\fixedasset\\src\\Controller\\AssetregisterController.php:135)"} [] [2021-07-28T10:14:27.210497+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 135 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:135)"} [] [2021-07-28T10:14:27.242802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.244085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.248162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.249523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.249841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.250117+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' [] [] [2021-07-28T10:14:27.250632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.253366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.254322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.255301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.255771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.256058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.256282+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' [] [] [2021-07-28T10:14:27.256575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.256801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.257772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.258887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.259419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.259715+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.259988+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' [] [] [2021-07-28T10:14:27.260294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.261474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.262413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.263329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.263793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.264079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.264305+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' [] [] [2021-07-28T10:14:27.264595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.264819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.265703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.266606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.267069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.267308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.267575+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' [] [] [2021-07-28T10:14:27.267865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.268080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.268963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:14:27.269863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:14:27.270304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:14:27.270637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:14:27.270898+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' [] [] [2021-07-28T10:14:27.271188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:14:27.476511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a912a4"},"request_uri":"http://127.0.0.1:8000/_wdt/a912a4","method":"GET"} [] [2021-07-28T10:16:41.666990+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:16:41.806808+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:16:41.814976+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:16:41.816529+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:16:41.824180+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:16:41.825784+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:16:41.827206+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:16:41.828570+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:16:41.879821+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:16:41.888541+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Entity\Group::$getDepreciationrate" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 135 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Entity\\Group::$getDepreciationrate at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:135)"} [] [2021-07-28T10:16:41.920990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.924483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.928766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.930249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.930586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.930912+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' [] [] [2021-07-28T10:16:41.931650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:41.934587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.935599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.936529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.937035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.937390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.937670+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' [] [] [2021-07-28T10:16:41.937977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:41.938207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.939099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.940004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.940467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.940747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.940969+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' [] [] [2021-07-28T10:16:41.941258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:41.942405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.943323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.944238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.944709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.944995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.945261+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' [] [] [2021-07-28T10:16:41.945558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:41.945784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.946730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.947802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.948283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.948574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.948844+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' [] [] [2021-07-28T10:16:41.949142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:41.949366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.950270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:16:41.951176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:16:41.951626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:16:41.951909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:16:41.952228+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' [] [] [2021-07-28T10:16:41.952518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:16:42.153794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ebe99"},"request_uri":"http://127.0.0.1:8000/_wdt/6ebe99","method":"GET"} [] [2021-07-28T10:18:14.201845+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:18:14.354237+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:18:14.362666+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:18:14.363392+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:18:14.371426+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:18:14.373077+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:18:14.374504+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:18:14.375890+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:18:14.428038+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:18:14.432466+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Entity\Assetregister::setLastdepdate() must implement interface DateTimeInterface, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 136 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setLastdepdate() must implement interface DateTimeInterface, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 136 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:489)"} [] [2021-07-28T10:18:14.440585+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Entity\Assetregister::setLastdepdate() must implement interface DateTimeInterface, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 136" at C:\Apache24\htdocs\fixedasset\src\Entity\Assetregister.php line 489 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setLastdepdate() must implement interface DateTimeInterface, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 136 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:489)"} [] [2021-07-28T10:18:14.474467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.475615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.479709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.481161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.481492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.481773+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' [] [] [2021-07-28T10:18:14.482341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.485111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.486077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.487016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.487523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.487880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.488154+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' [] [] [2021-07-28T10:18:14.488458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.488685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.489562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.490486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.491005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.491354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.491675+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' [] [] [2021-07-28T10:18:14.492029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.493298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.494331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.495382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.495932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.496245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.496524+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' [] [] [2021-07-28T10:18:14.496835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.497076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.498015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.498940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.499398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.499688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.499913+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' [] [] [2021-07-28T10:18:14.500212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.500434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.501339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:18:14.502263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:18:14.502711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:18:14.502961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:18:14.503281+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' [] [] [2021-07-28T10:18:14.503578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:18:14.706076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e4779"},"request_uri":"http://127.0.0.1:8000/_wdt/3e4779","method":"GET"} [] [2021-07-28T10:31:46.561071+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:31:46.690755+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:31:46.699373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:31:46.700138+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:31:46.708418+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:31:46.710136+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:31:46.711592+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:31:46.712992+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:31:46.765687+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:31:46.774609+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: date_add() expects parameter 1 to be DateTime, string given" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 137 {"exception":"[object] (ErrorException(code: 0): Warning: date_add() expects parameter 1 to be DateTime, string given at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:137)"} [] [2021-07-28T10:31:46.810892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.812130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.816563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.818479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.819258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.819581+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' [] [] [2021-07-28T10:31:46.820242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:46.823528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.824641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.825560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.826054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.826330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.826579+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' [] [] [2021-07-28T10:31:46.826928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:46.827242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.828239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.829166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.829682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.829976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.830222+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' [] [] [2021-07-28T10:31:46.830498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:46.831688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.832637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.833532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.834006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.834290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.834528+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' [] [] [2021-07-28T10:31:46.834795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:46.834989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.836061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.837012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.837472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.837731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.837970+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' [] [] [2021-07-28T10:31:46.838230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:46.838420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.839294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:31:46.840159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:31:46.840600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:31:46.840847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:31:46.841068+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' [] [] [2021-07-28T10:31:46.841322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:31:47.052198+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b628e3"},"request_uri":"http://127.0.0.1:8000/_wdt/b628e3","method":"GET"} [] [2021-07-28T10:32:08.685121+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:32:08.833949+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:32:08.842317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:32:08.843039+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:32:08.851336+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:32:08.852130+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:32:08.853653+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:32:08.855052+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:32:08.910352+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:33:44.590409+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:33:44.732701+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:33:44.741269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:33:44.741997+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:33:44.749065+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:33:44.750750+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:33:44.752194+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:33:44.753791+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:33:44.807245+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:33:44.816014+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: date_interval_create_from_date_string(): Unknown or bad format (round(((100/$groupObj->getDepreciationrate()) * 365),0) days) at position 0 (r): The timezone could not be found in the database" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 137 {"exception":"[object] (ErrorException(code: 0): Warning: date_interval_create_from_date_string(): Unknown or bad format (round(((100/$groupObj->getDepreciationrate()) * 365),0) days) at position 0 (r): The timezone could not be found in the database at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:137)"} [] [2021-07-28T10:33:44.848830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.849958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.854165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.855635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.855994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.856352+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' [] [] [2021-07-28T10:33:44.856940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:44.859958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.861052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.862009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.862534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.862842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.863114+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' [] [] [2021-07-28T10:33:44.863418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:44.863649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.864559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.865486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.865940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.866230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.866498+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' [] [] [2021-07-28T10:33:44.866850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:44.868027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.868998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.870108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.870684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.870993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.871270+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' [] [] [2021-07-28T10:33:44.871576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:44.871821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.872767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.873705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.874170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.874459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.874790+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' [] [] [2021-07-28T10:33:44.875186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:44.875420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.876357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:33:44.877286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:33:44.877752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:33:44.878041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:33:44.878310+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' [] [] [2021-07-28T10:33:44.878603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:33:45.084617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed8861"},"request_uri":"http://127.0.0.1:8000/_wdt/ed8861","method":"GET"} [] [2021-07-28T10:34:41.677420+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:34:41.831337+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:34:41.839824+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:34:41.840512+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:34:41.848690+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:34:41.849590+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:34:41.851387+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:34:41.852859+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:34:41.906013+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:37:59.448063+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:37:59.604305+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:37:59.614060+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:37:59.614867+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:37:59.623127+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:37:59.623922+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:37:59.625401+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:37:59.626858+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:37:59.680587+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:37:59.683091+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:37:59.684210+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2024-05-06T00:00:00+00:00","2":80000.0,"3":"Com/2021/07/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":1217,"20":"2024-05-06T00:00:00+00:00","21":30.0,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1} [] [2021-07-28T10:37:59.689199+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:37:59.714693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.715892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.720303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:37:59.721991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:37:59.722359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:37:59.722716+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' [] [] [2021-07-28T10:37:59.723377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:37:59.726299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.727315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.728297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:37:59.728866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:37:59.729270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:37:59.729592+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' [] [] [2021-07-28T10:37:59.729939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:37:59.730215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.731206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:37:59.732192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:37:59.732716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:37:59.733054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:37:59.733368+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' [] [] [2021-07-28T10:37:59.733712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:37:59.895138+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T10:37:59.960371+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:38:00.042150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.044504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.048878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.050254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.050615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.050984+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' [] [] [2021-07-28T10:38:00.051580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.054037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.055111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.056160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.056758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.057148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.057448+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' [] [] [2021-07-28T10:38:00.057828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.058175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.059247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.060246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.060748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.061071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.061396+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' [] [] [2021-07-28T10:38:00.061712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.075065+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T10:38:00.081076+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-07-28T10:38:00.101877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T10:38:00.104108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T10:38:00.104514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T10:38:00.105900+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T10:38:00.107933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.108929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.110079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.110714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.111052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.111362+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' [] [] [2021-07-28T10:38:00.111706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.111984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.112951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.113899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.114385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.114712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.115018+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' [] [] [2021-07-28T10:38:00.115347+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.115607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.116537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:38:00.117479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:38:00.118006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:38:00.118330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:38:00.118633+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' [] [] [2021-07-28T10:38:00.118967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:38:00.407287+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1bfa4"},"request_uri":"http://127.0.0.1:8000/_wdt/f1bfa4","method":"GET"} [] [2021-07-28T10:40:50.246229+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/edit","method":"GET"} [] [2021-07-28T10:40:50.331263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-28T10:40:50.421109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.423105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.423544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.424245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.424695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.426005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.427284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-07-28T10:40:50.431116+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:40:50.433160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:40:50.433610+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T10:40:50.434101+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:40:50.434504+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T10:40:50.435064+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T10:40:50.435532+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T10:40:50.473537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.474732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.478972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:40:50.480437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:40:50.480812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:40:50.481152+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' [] [] [2021-07-28T10:40:50.481888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:40:50.484863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.485950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.486999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:40:50.487677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:40:50.488044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:40:50.488371+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' [] [] [2021-07-28T10:40:50.488784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:40:50.489068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.490072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:40:50.491028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:40:50.491570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:40:50.491916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:40:50.492231+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' [] [] [2021-07-28T10:40:50.492578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:40:50.775160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c1c07"},"request_uri":"http://127.0.0.1:8000/_wdt/3c1c07","method":"GET"} [] [2021-07-28T10:42:20.965105+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/assetregister/1/delete","method":"POST"} [] [2021-07-28T10:42:21.057829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["1"] [] [2021-07-28T10:42:21.090390+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:42:21.090745+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [1] [] [2021-07-28T10:42:21.091163+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:42:21.123393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.124727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.128879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.130320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.130718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.131061+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' [] [] [2021-07-28T10:42:21.131706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.134579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.135596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.136579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.137121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.137456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.137773+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' [] [] [2021-07-28T10:42:21.138119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.138398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.139505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.140629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.141295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.141646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.141963+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' [] [] [2021-07-28T10:42:21.142315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.290528+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T10:42:21.355179+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:42:21.433479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.435794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.439482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.440966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.441340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.441722+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' [] [] [2021-07-28T10:42:21.442282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.444504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.445479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.446659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.447204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.447552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.447863+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' [] [] [2021-07-28T10:42:21.448208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.448522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.449515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.450602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.451168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.451500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.451808+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' [] [] [2021-07-28T10:42:21.452210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.464902+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T10:42:21.468089+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T10:42:21.469951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.470950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.471906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.472442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.472769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.473089+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' [] [] [2021-07-28T10:42:21.473547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.473828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.474789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.475740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.476264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.476593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.476902+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' [] [] [2021-07-28T10:42:21.477286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.477551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.478490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:21.479441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:21.479984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:21.480310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:21.480615+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' [] [] [2021-07-28T10:42:21.481018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:21.750250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6db66"},"request_uri":"http://127.0.0.1:8000/_wdt/e6db66","method":"GET"} [] [2021-07-28T10:42:22.746754+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-28T10:42:22.876364+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:42:22.883774+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:42:22.885353+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T10:42:22.892273+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:42:22.893731+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T10:42:22.895138+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T10:42:22.895654+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T10:42:22.933091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.934231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.938353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:22.939838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:22.940215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:22.940514+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' [] [] [2021-07-28T10:42:22.941185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:22.943987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.945004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.946010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:22.946562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:22.946900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:22.947215+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' [] [] [2021-07-28T10:42:22.947567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:22.947840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.948807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:22.949776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:22.950280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:22.950607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:22.950916+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' [] [] [2021-07-28T10:42:22.951317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:23.217932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40e19f"},"request_uri":"http://127.0.0.1:8000/_wdt/40e19f","method":"GET"} [] [2021-07-28T10:42:24.856194+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-07-28T10:42:24.954179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-07-28T10:42:24.998574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:24.999773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:25.004256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:25.005834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:25.006218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:25.006546+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' [] [] [2021-07-28T10:42:25.007161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:25.009849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:25.010917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:25.011981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:25.012540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:25.012951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:25.013281+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' [] [] [2021-07-28T10:42:25.013635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:25.013913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:25.014941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:25.015960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:25.016482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:25.016822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:25.017144+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' [] [] [2021-07-28T10:42:25.017486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:26.100569+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-07-28T10:42:26.189226+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-07-28T10:42:26.233634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.234808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.238928+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:26.240634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:26.241187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:26.241539+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' [] [] [2021-07-28T10:42:26.242212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:26.244979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.246011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.246996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:26.247568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:26.247915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:26.248231+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' [] [] [2021-07-28T10:42:26.248577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:26.248854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.249822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:26.250813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:26.251359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:26.251780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:26.252115+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' [] [] [2021-07-28T10:42:26.252463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:27.358071+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-28T10:42:27.449195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-28T10:42:27.504642+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-28T10:42:27.530612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.531906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.536182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:27.537844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:27.538228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:27.538569+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' [] [] [2021-07-28T10:42:27.539226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:27.541947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.543018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.544044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:27.544710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:27.545161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:27.545520+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' [] [] [2021-07-28T10:42:27.545888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:27.546175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.547251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:27.548259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:27.548811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:27.549152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:27.549463+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' [] [] [2021-07-28T10:42:27.549813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:50.859482+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:42:51.018071+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:42:51.034284+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:42:51.035094+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:42:51.042884+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:42:51.043737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:42:51.044308+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:42:51.044853+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:42:51.098288+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:42:51.099749+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T10:42:51.100822+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2024-05-06T00:00:00+00:00","2":80000.0,"3":"Com/2021/07/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":1217,"20":"2024-05-06T00:00:00+00:00","21":30.0,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1} [] [2021-07-28T10:42:51.104273+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T10:42:51.125829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.127024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.131260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.132800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.133185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.133510+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' [] [] [2021-07-28T10:42:51.134129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.136935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.137934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.138932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.139488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.139833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.140150+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' [] [] [2021-07-28T10:42:51.140505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.140841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.141900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.142893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.143438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.143790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.144118+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' [] [] [2021-07-28T10:42:51.144542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.304297+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T10:42:51.370759+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T10:42:51.456917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.464355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.476678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.480475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.481485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.482207+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' [] [] [2021-07-28T10:42:51.483613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.488467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.490468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.492223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.493094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.493624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.494112+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' [] [] [2021-07-28T10:42:51.494641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.495066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.496595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.497928+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.498631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.499081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.499499+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' [] [] [2021-07-28T10:42:51.499958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.513966+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T10:42:51.518882+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[2]] [] [2021-07-28T10:42:51.539402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T10:42:51.541562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T10:42:51.542042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T10:42:51.543552+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T10:42:51.545641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.546738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.547705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.548258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.548658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.549068+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' [] [] [2021-07-28T10:42:51.549440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.549730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.550718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.551631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.552151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.552484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.552789+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' [] [] [2021-07-28T10:42:51.553126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.553397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.554326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:42:51.555280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:42:51.555777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:42:51.556102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:42:51.556410+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' [] [] [2021-07-28T10:42:51.556740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:42:51.857951+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"277541"},"request_uri":"http://127.0.0.1:8000/_wdt/277541","method":"GET"} [] [2021-07-28T10:44:28.099498+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-28T10:44:28.235397+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-28T10:44:28.243470+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-28T10:44:28.244000+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-28T10:44:28.250634+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-28T10:44:28.251228+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-28T10:44:28.251655+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-28T10:44:28.252119+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-28T10:44:28.290773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.291918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.296157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:28.297591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:28.297954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:28.298268+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' [] [] [2021-07-28T10:44:28.298867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:28.301671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.302646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.303598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:28.304274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:28.304640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:28.304955+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' [] [] [2021-07-28T10:44:28.305293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:28.305638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.306649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:28.307791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:28.308497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:28.308870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:28.309206+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' [] [] [2021-07-28T10:44:28.309550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:28.611537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"673032"},"request_uri":"http://127.0.0.1:8000/_wdt/673032","method":"GET"} [] [2021-07-28T10:44:29.950203+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-07-28T10:44:30.033911+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-07-28T10:44:30.076903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.078341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.082574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:30.084094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:30.084434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:30.084791+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' [] [] [2021-07-28T10:44:30.085366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:30.088054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.089034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.089973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:30.090469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:30.090818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:30.091097+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' [] [] [2021-07-28T10:44:30.091400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:30.091634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.092573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:30.093655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:30.094303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:30.094632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:30.094981+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' [] [] [2021-07-28T10:44:30.095290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:31.099671+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-07-28T10:44:31.189358+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-07-28T10:44:31.233938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.235294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.239548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:31.240974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:31.241336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:31.241655+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' [] [] [2021-07-28T10:44:31.242262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:31.244982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.246022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.247009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:31.247610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:31.248105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:31.248489+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' [] [] [2021-07-28T10:44:31.248896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:31.249214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.250251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:31.251242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:31.251810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:31.252166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:31.252484+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' [] [] [2021-07-28T10:44:31.252827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:32.149224+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-28T10:44:32.226573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-28T10:44:32.258894+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-28T10:44:32.284609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.285794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.290018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:32.291551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:32.291940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:32.292270+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' [] [] [2021-07-28T10:44:32.292881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:32.295582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.296581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.297560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:32.298117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:32.298492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:32.298820+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' [] [] [2021-07-28T10:44:32.299172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:32.299447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.300436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T10:44:32.301509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T10:44:32.302280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T10:44:32.302666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T10:44:32.302992+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' [] [] [2021-07-28T10:44:32.303344+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T10:44:54.848308+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:44:54.993781+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:44:55.001901+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:44:55.002688+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:44:55.009796+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:44:55.010598+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:44:55.011345+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:44:55.012248+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:44:55.065506+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:45:35.049911+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:45:35.196617+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:45:35.205352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:45:35.206073+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:45:35.213179+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:45:35.213909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:45:35.214477+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:45:35.215024+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:45:35.265763+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:47:03.193185+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:47:03.342493+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:47:03.351038+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:47:03.351753+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:47:03.358907+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:47:03.359847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:47:03.360444+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:47:03.361936+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:47:03.414675+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:47:20.262863+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:47:20.418246+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:47:20.426747+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:47:20.427480+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:47:20.434866+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:47:20.435738+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:47:20.436303+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:47:20.436834+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:47:20.488126+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:48:51.131248+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:48:51.267003+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:48:51.275248+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:48:51.275879+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:48:51.282891+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:48:51.283653+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:48:51.284207+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:48:51.284728+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:48:51.336239+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:54:19.850365+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:54:20.125554+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:54:20.222161+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:54:20.222909+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:54:20.230741+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:54:20.231478+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:54:20.232007+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:54:20.232507+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:54:20.703098+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:55:58.189686+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:55:58.362758+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:55:58.381128+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:55:58.381865+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:55:58.388844+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:55:58.389609+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:55:58.391114+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:55:58.392647+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:55:58.462317+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T10:57:26.943371+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T10:57:27.109962+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T10:57:27.126499+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T10:57:27.127196+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T10:57:27.133968+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T10:57:27.134677+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T10:57:27.135222+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T10:57:27.135742+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T10:57:27.202250+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:09:08.515904+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:09:08.793074+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:09:08.890090+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:09:08.890788+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:09:08.898950+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:09:08.899786+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:09:08.900403+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:09:08.901011+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:09:09.377125+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:10:16.164557+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:10:16.325128+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:10:16.342466+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:10:16.343224+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:10:16.350487+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:10:16.351283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:10:16.351847+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:10:16.352385+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:10:16.422207+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:11:25.230240+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:11:25.396669+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:11:25.413709+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:11:25.414460+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:11:25.421578+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:11:25.422371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:11:25.422930+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:11:25.423482+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:11:25.493376+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:12:12.781238+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:12:12.950416+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:12:12.967090+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:12:12.967867+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:12:12.974928+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:12:12.975749+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:12:12.976317+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:12:12.976852+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:12:13.044226+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:12:16.805938+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:12:16.982212+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:12:16.999527+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:12:17.000272+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:12:17.007545+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:12:17.008337+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:12:17.008970+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:12:17.009562+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:12:17.079473+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:13:20.805836+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:13:20.975613+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:13:20.992419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:13:20.993148+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:13:21.000249+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:13:21.000977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:13:21.001545+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:13:21.002092+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:13:21.071166+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:18:41.061565+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:18:41.210348+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:18:41.226993+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:18:41.227715+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:18:41.234670+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:18:41.235403+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:18:41.235960+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:18:41.236508+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:18:41.304469+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:18:41.312962+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: date_add() expects parameter 1 to be DateTime, string given" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 131 {"exception":"[object] (ErrorException(code: 0): Warning: date_add() expects parameter 1 to be DateTime, string given at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:131)"} [] [2021-07-28T11:18:41.356635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.358033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.362702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.364350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.364726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.365051+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' [] [] [2021-07-28T11:18:41.365687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.368635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.369678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.370690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.371274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.371615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.371929+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' [] [] [2021-07-28T11:18:41.372278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.372556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.373516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.374709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.375316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.375673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.375992+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' [] [] [2021-07-28T11:18:41.376340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.377666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.378711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.379707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.380253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.380592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.380914+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' [] [] [2021-07-28T11:18:41.381260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.381538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.382492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.383471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.383987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.384318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.384633+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' [] [] [2021-07-28T11:18:41.384972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.385247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.386222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:18:41.387202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:18:41.387727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:18:41.388059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:18:41.388383+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' [] [] [2021-07-28T11:18:41.388726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:18:41.689567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cd5d3"},"request_uri":"http://127.0.0.1:8000/_wdt/0cd5d3","method":"GET"} [] [2021-07-28T11:19:11.453367+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:19:11.617388+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:19:11.633892+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:19:11.634637+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:19:11.641362+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:19:11.642062+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:19:11.642606+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:19:11.643130+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:19:11.710004+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:19:11.717862+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: date_add() expects parameter 1 to be DateTime, string given" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 131 {"exception":"[object] (ErrorException(code: 0): Warning: date_add() expects parameter 1 to be DateTime, string given at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:131)"} [] [2021-07-28T11:19:11.749632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.750775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.754940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.756383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.756803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.757118+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' [] [] [2021-07-28T11:19:11.757715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.760518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.761715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.762806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.763364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.763698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.764008+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' [] [] [2021-07-28T11:19:11.764349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.764622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.765567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.766512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.767007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.767335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.767642+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' [] [] [2021-07-28T11:19:11.767977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.769277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.770237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.771190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.771704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.772028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.772336+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' [] [] [2021-07-28T11:19:11.772671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.772944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.773887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.774846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.775339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.775727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.776038+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' [] [] [2021-07-28T11:19:11.776372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.776634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.777644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:19:11.778607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:19:11.779138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:19:11.779464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:19:11.779771+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' [] [] [2021-07-28T11:19:11.780109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:19:11.985562+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97e593"},"request_uri":"http://127.0.0.1:8000/_wdt/97e593","method":"GET"} [] [2021-07-28T11:21:06.051354+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:21:06.198928+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:21:06.216483+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:21:06.217299+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:21:06.224372+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:21:06.225155+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:21:06.225726+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:21:06.226228+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:21:06.296505+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:27:18.994347+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:27:19.163615+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:27:19.180464+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:27:19.181162+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:27:19.188237+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:27:19.189026+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:27:19.189588+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:27:19.190125+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:27:19.256661+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:27:19.257854+00:00] php.CRITICAL: Uncaught Error: DateTime::__construct() expects parameter 1 to be string, object given {"exception":"[object] (TypeError(code: 0): DateTime::__construct() expects parameter 1 to be string, object given at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:131)"} [] [2021-07-28T11:27:19.265821+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "DateTime::__construct() expects parameter 1 to be string, object given" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 131 {"exception":"[object] (TypeError(code: 0): DateTime::__construct() expects parameter 1 to be string, object given at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:131)"} [] [2021-07-28T11:27:19.299457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.300624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.304657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.306082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.306404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.306679+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' [] [] [2021-07-28T11:27:19.307233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.309958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.310891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.311804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.312357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.312653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.312921+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' [] [] [2021-07-28T11:27:19.313212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.313434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.314320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.315463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.315986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.316282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.316543+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' [] [] [2021-07-28T11:27:19.316837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.318055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.319009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.319919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.320409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.320696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.320959+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' [] [] [2021-07-28T11:27:19.321247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.321473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.322357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.323260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.323705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.323981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.324239+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' [] [] [2021-07-28T11:27:19.324527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.324741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.325620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:27:19.326521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:27:19.327021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:27:19.327305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:27:19.327567+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' [] [] [2021-07-28T11:27:19.327853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:27:19.543835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7c8bb"},"request_uri":"http://127.0.0.1:8000/_wdt/d7c8bb","method":"GET"} [] [2021-07-28T11:29:20.549001+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:29:20.717994+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:29:20.734877+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:29:20.735646+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:29:20.742858+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:29:20.743680+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:29:20.744317+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:29:20.745075+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:29:20.819402+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:30:42.342198+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:30:42.517348+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:30:42.534387+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:30:42.535131+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:30:42.542219+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:30:42.543001+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:30:42.543556+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:30:42.544098+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:30:42.614167+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:30:58.379508+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:30:58.544169+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:30:58.560932+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:30:58.561656+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:30:58.568682+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:30:58.569462+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:30:58.570028+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:30:58.570562+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:30:58.637020+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:31:13.001849+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-07-28T11:31:13.165142+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-07-28T11:31:13.181815+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-07-28T11:31:13.182551+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-07-28T11:31:13.189387+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-07-28T11:31:13.190168+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-07-28T11:31:13.190729+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-07-28T11:31:13.191264+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-07-28T11:31:13.257730+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-07-28T11:31:13.259257+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T11:31:13.260416+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-01-05T00:00:00+00:00","2":80000.0,"3":"Com/2021/07/00002","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":1217,"20":"2024-05-06T00:00:00+00:00","21":30.0,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1} [] [2021-07-28T11:31:13.262122+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T11:31:13.286581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.287698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.291866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.293433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.293847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.294246+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' [] [] [2021-07-28T11:31:13.294880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.297670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.298650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.299606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.300135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.300463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.300771+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' [] [] [2021-07-28T11:31:13.301107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.301373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.302300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.303247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.303734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.304071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.304464+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' [] [] [2021-07-28T11:31:13.304908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.465271+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T11:31:13.537619+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T11:31:13.737135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.739641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.743692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.745232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.745631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.745959+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' [] [] [2021-07-28T11:31:13.746571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.749281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.750253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.751285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.751869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.752288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.752611+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' [] [] [2021-07-28T11:31:13.752956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.753235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.754221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.755197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.755731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.756060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.756372+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' [] [] [2021-07-28T11:31:13.756709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.769491+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T11:31:13.774586+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3,2]] [] [2021-07-28T11:31:13.797020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:13.799507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:13.800008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:13.801523+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T11:31:13.803688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.804688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.805647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.806180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.806513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.806824+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' [] [] [2021-07-28T11:31:13.807164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.807440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.808369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.809311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.809802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.810126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.810441+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' [] [] [2021-07-28T11:31:13.810772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:13.811041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.812190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:13.813163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:13.813690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:13.814090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:13.814442+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' [] [] [2021-07-28T11:31:13.814778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:14.119521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c874d"},"request_uri":"http://127.0.0.1:8000/_wdt/9c874d","method":"GET"} [] [2021-07-28T11:31:21.759206+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/assetregister/2/show","method":"GET"} [] [2021-07-28T11:31:21.861015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["2"] [] [2021-07-28T11:31:21.937541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.940299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.940854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.941259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.941687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.942066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.942431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:21.959631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.960816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.964986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:21.966450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:21.966801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:21.967122+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' [] [] [2021-07-28T11:31:21.967731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:21.970522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.971562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.972566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:21.973138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:21.973491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:21.973806+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' [] [] [2021-07-28T11:31:21.974151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:21.974431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.975400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:21.976461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:21.976996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:21.977331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:21.977644+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' [] [] [2021-07-28T11:31:21.977986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:22.255608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79b64d"},"request_uri":"http://127.0.0.1:8000/_wdt/79b64d","method":"GET"} [] [2021-07-28T11:31:24.455751+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/assetregister/2/delete","method":"POST"} [] [2021-07-28T11:31:24.573036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["2"] [] [2021-07-28T11:31:24.606338+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-07-28T11:31:24.606655+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [2] [] [2021-07-28T11:31:24.608368+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-07-28T11:31:24.635620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.636775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.640868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:24.642443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:24.642816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:24.643139+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' [] [] [2021-07-28T11:31:24.643748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:24.646473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.647472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.648623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:24.649335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:24.649728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:24.650060+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' [] [] [2021-07-28T11:31:24.650413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:24.650739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.651810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.652803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:24.653357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:24.653767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:24.654083+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' [] [] [2021-07-28T11:31:24.654430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:24.800962+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-07-28T11:31:24.871440+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-28T11:31:24.985686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.988042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.991817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:24.993016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:24.993367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:24.993691+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' [] [] [2021-07-28T11:31:24.994323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:24.996568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.997540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:24.998517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:24.999043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:24.999424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:24.999752+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' [] [] [2021-07-28T11:31:25.000094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:25.000369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.001336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.002306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:25.002816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:25.003146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:25.003459+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' [] [] [2021-07-28T11:31:25.003798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:25.016500+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-28T11:31:25.021750+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-07-28T11:31:25.041783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:25.044149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:25.044651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-28T11:31:25.046078+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-28T11:31:25.048332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.049417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.050399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:25.050943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:25.051279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:25.051589+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' [] [] [2021-07-28T11:31:25.051930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:25.052202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.053136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.054078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:25.054586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:25.054908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:25.055225+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' [] [] [2021-07-28T11:31:25.055558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:25.055894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.056820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-28T11:31:25.057761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-28T11:31:25.058248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-28T11:31:25.058574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-28T11:31:25.058878+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' [] [] [2021-07-28T11:31:25.059206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-28T11:31:25.335820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa876b"},"request_uri":"http://127.0.0.1:8000/_wdt/fa876b","method":"GET"} [] [2021-07-29T05:45:13.992209+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-29T05:45:14.144955+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:45:14.377935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.384769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.392379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.395324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.395946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.396282+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' [] [] [2021-07-29T05:45:14.397547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.402514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.403919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.405025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.405602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.405951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.406241+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' [] [] [2021-07-29T05:45:14.406556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.406798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.407730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.408660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.409156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.409558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.409832+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' [] [] [2021-07-29T05:45:14.410134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.432340+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:45:14.441561+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:45:14.447356+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:45:14.472933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.474090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.475013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.475551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.475857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.476114+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' [] [] [2021-07-29T05:45:14.476404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.476629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.477530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.478419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.478869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.479146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.479393+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' [] [] [2021-07-29T05:45:14.479670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.479878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.480761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:14.481643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:14.482109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:14.482447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:14.482764+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' [] [] [2021-07-29T05:45:14.483111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:14.845071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"643495"},"request_uri":"http://127.0.0.1:8000/_wdt/643495","method":"GET"} [] [2021-07-29T05:45:23.483934+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-29T05:45:23.544917+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:45:23.645834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.647970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.652338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.653733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.654129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.654456+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' [] [] [2021-07-29T05:45:23.655023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.657387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.658389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.659366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.659966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.660351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.660767+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' [] [] [2021-07-29T05:45:23.661124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.661405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.662393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.663366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.663883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.664225+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.664538+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' [] [] [2021-07-29T05:45:23.664878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.675751+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:45:23.679971+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:45:23.682787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:45:23.693484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.694636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.695634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.696202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.696552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.696870+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' [] [] [2021-07-29T05:45:23.697220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.697500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.698456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.699425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.699983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.700338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.700678+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' [] [] [2021-07-29T05:45:23.701115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.701429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.702482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:45:23.703478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:45:23.704034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:45:23.704376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:45:23.704707+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' [] [] [2021-07-29T05:45:23.705056+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:45:23.960996+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bfaef"},"request_uri":"http://127.0.0.1:8000/_wdt/5bfaef","method":"GET"} [] [2021-07-29T05:46:44.495740+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-29T05:46:44.548106+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:46:44.677532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.679988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.684276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.685795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.686173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.686500+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' [] [] [2021-07-29T05:46:44.687230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:44.690072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.691120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.692565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.693298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.693666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.693992+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' [] [] [2021-07-29T05:46:44.694346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:44.694627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.695650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.696636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.697164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.697501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.697816+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' [] [] [2021-07-29T05:46:44.698157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:44.710322+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:46:44.715370+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:46:44.718805+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:46:44.735222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.736382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.737386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.737971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.738307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.738633+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' [] [] [2021-07-29T05:46:44.738986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:44.739271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.740269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.741269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.741802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.742253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.742720+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' [] [] [2021-07-29T05:46:44.743126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:44.743400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.744445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:44.745426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:44.745965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:44.746305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:44.746632+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' [] [] [2021-07-29T05:46:44.746975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:45.033040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50a9de"},"request_uri":"http://127.0.0.1:8000/_wdt/50a9de","method":"GET"} [] [2021-07-29T05:46:49.142612+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-29T05:46:49.204918+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:46:49.301167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.303247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.306973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.308889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.309468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.309931+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' [] [] [2021-07-29T05:46:49.312641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.315094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.316170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.317182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.317739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.318081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.318403+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' [] [] [2021-07-29T05:46:49.318752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.319030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.319986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.320954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.321568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.321905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.322217+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' [] [] [2021-07-29T05:46:49.322556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.333521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:46:49.337691+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:46:49.340496+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:46:49.350896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.352085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.353080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.353647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.353996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.354316+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' [] [] [2021-07-29T05:46:49.354669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.354947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.355930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.356927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.357458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.357859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.358305+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' [] [] [2021-07-29T05:46:49.358864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.359247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.360296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:46:49.361300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:46:49.361853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:46:49.362193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:46:49.362520+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' [] [] [2021-07-29T05:46:49.362866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:46:49.609761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db5483"},"request_uri":"http://127.0.0.1:8000/_wdt/db5483","method":"GET"} [] [2021-07-29T05:47:03.855789+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-07-29T05:47:04.005159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.007664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.018234+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:04.019806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:04.020228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:04.020564+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' [] [] [2021-07-29T05:47:04.021198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:04.024024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.025295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.026443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:04.027049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:04.027409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:04.027754+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' [] [] [2021-07-29T05:47:04.028182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:04.028470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.029492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:04.030492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:04.031021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:04.031364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:04.031692+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' [] [] [2021-07-29T05:47:04.032038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:04.319925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba633e"},"request_uri":"http://127.0.0.1:8000/_wdt/ba633e","method":"GET"} [] [2021-07-29T05:47:07.699803+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-07-29T05:47:07.759802+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:47:07.890317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.892913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.897213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.898775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.899174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.899541+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' [] [] [2021-07-29T05:47:07.900229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:07.903105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.904374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.905805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.906544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.906906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.907240+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' [] [] [2021-07-29T05:47:07.907624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:07.907925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.908966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.909966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.910511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.910928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.911221+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' [] [] [2021-07-29T05:47:07.911571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:07.924299+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:47:07.929239+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:47:07.932675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:47:07.945914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.947112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.948178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.948786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.949144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.949440+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' [] [] [2021-07-29T05:47:07.949799+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:07.950097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.951105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.952111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.952646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.952990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.953325+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' [] [] [2021-07-29T05:47:07.953678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:07.953974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.955243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:07.956848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:07.957576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:07.957976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:07.958315+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' [] [] [2021-07-29T05:47:07.958681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:08.238057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"644a83"},"request_uri":"http://127.0.0.1:8000/_wdt/644a83","method":"GET"} [] [2021-07-29T05:47:10.274823+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-07-29T05:47:10.425106+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T05:47:10.518022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.519251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.523349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:10.524758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:10.525074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:10.525360+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' [] [] [2021-07-29T05:47:10.525923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:10.528745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.529899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.531304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:10.531976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:10.532281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:10.532614+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' [] [] [2021-07-29T05:47:10.532888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:10.533150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.534173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:47:10.535100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:47:10.535564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:47:10.535820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:47:10.536074+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' [] [] [2021-07-29T05:47:10.536340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:47:10.802381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac1df0"},"request_uri":"http://127.0.0.1:8000/_wdt/ac1df0","method":"GET"} [] [2021-07-29T05:49:03.054246+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/" (from "http://192.168.0.190:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.190:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-29T05:49:03.113763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.116134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.126068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:03.127606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:03.127982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:03.128302+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' [] [] [2021-07-29T05:49:03.129078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:03.131920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.133038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.134029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:03.134587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:03.134923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:03.135236+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' [] [] [2021-07-29T05:49:03.135581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:03.135853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.136801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:03.137768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:03.138280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:03.138676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:03.138984+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' [] [] [2021-07-29T05:49:03.139330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:03.289211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0e281"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/f0e281","method":"GET"} [] [2021-07-29T05:49:09.890589+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-07-29T05:49:09.948864+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T05:49:10.046275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.048555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.052634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.054019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.054359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.054738+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' [] [] [2021-07-29T05:49:10.055331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.057907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.058888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.059854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.060483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.060812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.061117+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' [] [] [2021-07-29T05:49:10.061446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.061712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.062652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.063607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.064134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.064452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.064758+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' [] [] [2021-07-29T05:49:10.065151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.076876+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T05:49:10.081409+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T05:49:10.084325+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T05:49:10.098700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.099818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.100788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.101333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.101669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.101985+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' [] [] [2021-07-29T05:49:10.102425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.102678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.103661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.104620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.105130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.105456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.105764+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' [] [] [2021-07-29T05:49:10.106143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.106405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.107352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T05:49:10.108309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T05:49:10.108811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T05:49:10.109137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T05:49:10.109438+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' [] [] [2021-07-29T05:49:10.109764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T05:49:10.357152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa0184"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fa0184","method":"GET"} [] [2021-07-29T06:06:58.947173+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-29T06:06:58.994672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:58.997028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:59.006439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:06:59.007925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:06:59.008332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:06:59.008669+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' [] [] [2021-07-29T06:06:59.009274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:06:59.011681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:59.012663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:59.013619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:06:59.014165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:06:59.014512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:06:59.014839+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' [] [] [2021-07-29T06:06:59.015190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:06:59.015473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:59.016408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:06:59.017355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:06:59.017925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:06:59.018273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:06:59.018596+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' [] [] [2021-07-29T06:06:59.018943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:00.383331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"debdd1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/debdd1","method":"GET"} [] [2021-07-29T06:07:09.088417+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-07-29T06:07:09.135367+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:07:09.224146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.226203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.229737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.230887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.231325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.231657+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' [] [] [2021-07-29T06:07:09.232211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:09.234294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.235270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.236232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.236752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.237095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.237420+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' [] [] [2021-07-29T06:07:09.237758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:09.238054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.239012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.239970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.240478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.240822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.241205+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' [] [] [2021-07-29T06:07:09.241552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:09.252370+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:07:09.256751+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:07:09.259579+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:07:09.273185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.274239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.275210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.275777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.276111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.276425+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' [] [] [2021-07-29T06:07:09.276762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:09.277030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.277972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.278929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.279418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.279812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.280116+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' [] [] [2021-07-29T06:07:09.280454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:09.280708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.281643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:09.282603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:09.283089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:09.283417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:09.283720+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' [] [] [2021-07-29T06:07:09.284045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:11.080242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09db54"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/09db54","method":"GET"} [] [2021-07-29T06:07:25.337323+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-07-29T06:07:25.390081+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:07:25.465837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.468116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.472140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.473491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.473882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.474227+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' [] [] [2021-07-29T06:07:25.474828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:25.477355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.478343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.479317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.479844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.480194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.480531+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' [] [] [2021-07-29T06:07:25.480945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:25.481239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.482191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.483153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.483683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.484034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.484367+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' [] [] [2021-07-29T06:07:25.484775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:25.495602+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:07:25.500030+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:07:25.503073+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:07:25.516598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.517668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.518659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.519238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.519608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.519948+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' [] [] [2021-07-29T06:07:25.520316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:25.520617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.521581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.522551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.523057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.523409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.523746+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' [] [] [2021-07-29T06:07:25.524104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:25.524393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.525345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:25.526315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:25.526823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:25.527234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:25.527561+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' [] [] [2021-07-29T06:07:25.527922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:26.496225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e1825"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0e1825","method":"GET"} [] [2021-07-29T06:07:58.375023+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-07-29T06:07:58.420724+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:07:58.488022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.490007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.493619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.494759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.495114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.495418+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' [] [] [2021-07-29T06:07:58.495968+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.498090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.499109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.500056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.500576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.500895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.501194+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' [] [] [2021-07-29T06:07:58.501524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.501812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.502774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.503711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.504194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.504512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.504810+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' [] [] [2021-07-29T06:07:58.505137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.515133+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:07:58.519026+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:07:58.521713+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:07:58.528533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.529548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.530505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.531035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.531361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.531672+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' [] [] [2021-07-29T06:07:58.532007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.532274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.533255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.534198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.534697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.535017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.535316+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' [] [] [2021-07-29T06:07:58.535652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.535911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.536834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:07:58.537768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:07:58.538246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:07:58.538566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:07:58.538863+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' [] [] [2021-07-29T06:07:58.539185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:07:58.968739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1235a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c1235a","method":"GET"} [] [2021-07-29T06:08:01.950447+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-07-29T06:08:02.036884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.038896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.046573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:02.047764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:02.048221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:02.048561+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' [] [] [2021-07-29T06:08:02.049113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:02.051318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.052329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.053296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:02.053843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:02.054201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:02.054536+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' [] [] [2021-07-29T06:08:02.054895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:02.055187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.056123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:02.057080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:02.057582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:02.057996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:02.058326+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' [] [] [2021-07-29T06:08:02.058681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:02.918357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e65b85"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e65b85","method":"GET"} [] [2021-07-29T06:08:07.714683+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-07-29T06:08:07.758873+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:08:07.819048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.820953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.824515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.825686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.826073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.826414+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' [] [] [2021-07-29T06:08:07.826975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:07.829118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.830173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.831142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.831675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.832033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.832367+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' [] [] [2021-07-29T06:08:07.832724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:07.833071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.834031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.834994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.835526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.835875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.836211+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' [] [] [2021-07-29T06:08:07.836567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:07.846186+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:08:07.850030+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:08:07.852672+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:08:07.859291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.860318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.861294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.861863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.862230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.862567+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' [] [] [2021-07-29T06:08:07.862933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:07.863235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.864179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.865222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.865802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.866149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.866466+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' [] [] [2021-07-29T06:08:07.866814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:07.867079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.868056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:07.869010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:07.869512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:07.869833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:07.870142+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' [] [] [2021-07-29T06:08:07.870470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:08.225591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18a3b6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/18a3b6","method":"GET"} [] [2021-07-29T06:08:13.715787+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup","method":"GET"} [] [2021-07-29T06:08:13.776648+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:08:13.901701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.906676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.914439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.917176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.917831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.918400+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' [] [] [2021-07-29T06:08:13.919497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:13.924351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.926201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.927769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.928720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.930055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.930549+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' [] [] [2021-07-29T06:08:13.931073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:13.931482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.933070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.934641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.935568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.936079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.936559+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' [] [] [2021-07-29T06:08:13.937076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:13.955634+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:08:13.960569+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:08:13.972713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:13.974855+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:08:13.986054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.987052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.987977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.988477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.988781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.989049+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' [] [] [2021-07-29T06:08:13.989341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:13.989569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.990515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.991421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.991866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.992149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.992404+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' [] [] [2021-07-29T06:08:13.992687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:13.992900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.993780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:13.994677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:13.995117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:13.995393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:13.995647+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' [] [] [2021-07-29T06:08:13.996001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:14.229315+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08f3b6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/08f3b6","method":"GET"} [] [2021-07-29T06:08:31.604859+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-07-29T06:08:31.722561+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:08:31.752424+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:08:31.752957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:08:31.809259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.810404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.814326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:31.815630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:31.815941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:31.816532+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' [] [] [2021-07-29T06:08:31.817061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:31.819574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.820529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.821452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:31.821998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:31.822283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:31.822537+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' [] [] [2021-07-29T06:08:31.822820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:31.823035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.823933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:31.824845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:31.825278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:31.825551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:31.825803+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' [] [] [2021-07-29T06:08:31.826083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:32.086776+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38f6ba"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/38f6ba","method":"GET"} [] [2021-07-29T06:08:35.890758+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2021-07-29T06:08:35.948812+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:08:36.055753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.062784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.071183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.073328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.073818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.074246+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' [] [] [2021-07-29T06:08:36.075112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.078758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.080094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.081406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.081991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.082336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.082649+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' [] [] [2021-07-29T06:08:36.083076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.083342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.084462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.085613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.086182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.086538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.086819+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' [] [] [2021-07-29T06:08:36.087131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.099295+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-29T06:08:36.103905+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[1]] [] [2021-07-29T06:08:36.116473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:36.117345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:36.117679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:36.118906+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-29T06:08:36.127599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.128593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.129530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.130038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.130325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.130583+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' [] [] [2021-07-29T06:08:36.130872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.131097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.131995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.132973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.133423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.133701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.133957+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' [] [] [2021-07-29T06:08:36.134240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.134452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.135347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:36.136260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:36.136691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:36.136963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:36.137216+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' [] [] [2021-07-29T06:08:36.137494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:36.372008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fbb05"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2fbb05","method":"GET"} [] [2021-07-29T06:08:43.867704+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T06:08:44.016737+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:08:44.040046+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:08:44.040627+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T06:08:44.047029+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:08:44.047514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T06:08:44.048010+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T06:08:44.048406+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T06:08:44.100721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.101828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.105690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:44.107019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:44.107330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:44.107596+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' [] [] [2021-07-29T06:08:44.108119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:44.110645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.111584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.112486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:44.112951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:44.113231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:44.113485+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' [] [] [2021-07-29T06:08:44.113841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:44.114062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.114946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:44.115834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:44.116290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:44.116563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:44.116811+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' [] [] [2021-07-29T06:08:44.117087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:44.442158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a6c47"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2a6c47","method":"GET"} [] [2021-07-29T06:08:49.053784+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-07-29T06:08:49.151333+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:08:49.237254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.240083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.243683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.244866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.245203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.245508+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' [] [] [2021-07-29T06:08:49.246031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.248055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.249005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.249947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.250437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.250805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.251110+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' [] [] [2021-07-29T06:08:49.251437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.251696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.252630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.253565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.254050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.254434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.254735+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' [] [] [2021-07-29T06:08:49.255059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.266795+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-29T06:08:49.271359+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-07-29T06:08:49.289612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:49.291603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:49.291948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:08:49.293210+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-29T06:08:49.294586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.295536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.296447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.296933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.297216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.297477+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' [] [] [2021-07-29T06:08:49.297816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.298038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.298923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.299814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.300276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.300551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.300798+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' [] [] [2021-07-29T06:08:49.301078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.301286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.302161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:08:49.303050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:08:49.303484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:08:49.303753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:08:49.304000+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' [] [] [2021-07-29T06:08:49.304275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:08:49.575982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df9d59"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/df9d59","method":"GET"} [] [2021-07-29T06:09:25.293414+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-07-29T06:09:25.345964+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:09:25.426601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.428883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.432668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.433972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.469391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.469842+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' [] [] [2021-07-29T06:09:25.470600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.473146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.474127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.475071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.475591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.475915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.476214+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' [] [] [2021-07-29T06:09:25.476610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.476869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.477790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.478734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.479210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.479527+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.479822+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' [] [] [2021-07-29T06:09:25.480147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.491053+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:09:25.495288+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:09:25.497972+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:09:25.508375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.509411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.510362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.510910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.511240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.511551+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' [] [] [2021-07-29T06:09:25.511881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.512147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.513069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.514006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.514494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.514807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.515101+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' [] [] [2021-07-29T06:09:25.515442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.515738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.516663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:25.517600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:25.518076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:25.518391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:25.518691+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' [] [] [2021-07-29T06:09:25.519016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:25.832075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1f947"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/b1f947","method":"GET"} [] [2021-07-29T06:09:27.017642+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-07-29T06:09:27.090059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.092014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.101343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:27.102511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:27.102888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:27.103230+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' [] [] [2021-07-29T06:09:27.103781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:27.105782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.106758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.107725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:27.108349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:27.108779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:27.109120+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' [] [] [2021-07-29T06:09:27.109482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:27.109779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.110741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:27.111698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:27.112227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:27.112580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:27.112915+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' [] [] [2021-07-29T06:09:27.113271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:27.315833+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e9f5f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2e9f5f","method":"GET"} [] [2021-07-29T06:09:28.742733+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-07-29T06:09:28.784327+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:09:28.847229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.849246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.852870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.854020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.854398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.854739+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' [] [] [2021-07-29T06:09:28.855301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:28.857355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.858338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.859320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.859852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.860201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.860537+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' [] [] [2021-07-29T06:09:28.861027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:28.861368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.862335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.863306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.863821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.864171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.864508+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' [] [] [2021-07-29T06:09:28.864868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:28.874583+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T06:09:28.878676+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-07-29T06:09:28.881317+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T06:09:28.887853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.888870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.889840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.890373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.890707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.891023+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' [] [] [2021-07-29T06:09:28.891325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:28.891551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.892453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.893364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.893840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.894131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.894388+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' [] [] [2021-07-29T06:09:28.894675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:28.894890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.895795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:28.896703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:28.897165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:28.897520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:28.897777+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' [] [] [2021-07-29T06:09:28.898056+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:29.093437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d79d2e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/d79d2e","method":"GET"} [] [2021-07-29T06:09:31.657825+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/1/show","method":"GET"} [] [2021-07-29T06:09:31.713216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["1"] [] [2021-07-29T06:09:31.791624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.792718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.796467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:31.797718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:31.798029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:31.798305+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' [] [] [2021-07-29T06:09:31.798828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:31.801180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.802119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.803046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:31.803596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:31.803881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:31.804138+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' [] [] [2021-07-29T06:09:31.804423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:31.804640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.805637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:31.806557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:31.807019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:31.807303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:31.807558+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' [] [] [2021-07-29T06:09:31.807840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:32.751610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b989a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5b989a","method":"GET"} [] [2021-07-29T06:09:42.008150+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/location","method":"GET"} [] [2021-07-29T06:09:42.063319+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:09:42.169179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.171332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.175175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.176492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.176807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.177075+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' [] [] [2021-07-29T06:09:42.177619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.180167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.181109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.182016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.182486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.182767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.183148+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' [] [] [2021-07-29T06:09:42.183439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.183663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.184557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.185453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.185898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.186171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.186424+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' [] [] [2021-07-29T06:09:42.186703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.197409+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-07-29T06:09:42.201911+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-07-29T06:09:42.204831+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-07-29T06:09:42.224744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.225814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.226732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.227237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.227530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.227792+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' [] [] [2021-07-29T06:09:42.228081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.228304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.229182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.230119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.230588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.230860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.231109+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' [] [] [2021-07-29T06:09:42.231388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.231599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.232476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:42.233361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:42.233796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:42.234069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:42.234319+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' [] [] [2021-07-29T06:09:42.234599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:42.530647+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"897eba"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/897eba","method":"GET"} [] [2021-07-29T06:09:48.180963+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2021-07-29T06:09:48.232020+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:09:48.313379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.315289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.318795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.319929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.320265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.320571+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' [] [] [2021-07-29T06:09:48.321098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.323252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.324197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.325142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.325637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.325957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.326262+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' [] [] [2021-07-29T06:09:48.326588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.326847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.327867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.328810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.329290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.329610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.329912+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' [] [] [2021-07-29T06:09:48.330237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.340976+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-07-29T06:09:48.344991+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[1]] [] [2021-07-29T06:09:48.357261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:09:48.358094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:09:48.358483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:09:48.359713+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-07-29T06:09:48.368431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.369409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.370319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.370813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.371096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.371355+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' [] [] [2021-07-29T06:09:48.371649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.371878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.372760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.373651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.374138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.374420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.374670+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' [] [] [2021-07-29T06:09:48.374951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.375166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.376044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:48.376939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:48.377398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:48.377669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:48.377919+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' [] [] [2021-07-29T06:09:48.378196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:48.624477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa4758"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/aa4758","method":"GET"} [] [2021-07-29T06:09:54.548914+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-07-29T06:09:54.652745+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:09:54.672473+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:09:54.673012+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:09:54.702551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.703697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.707551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:54.708806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:54.709116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:54.709388+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' [] [] [2021-07-29T06:09:54.709916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:54.712401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.713484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.714418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:54.714893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:54.715259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:54.715521+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' [] [] [2021-07-29T06:09:54.715810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:54.716032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.716926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:09:54.717825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:09:54.718270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:09:54.718545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:09:54.718796+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' [] [] [2021-07-29T06:09:54.719076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:09:54.965016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6f990"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/b6f990","method":"GET"} [] [2021-07-29T06:10:18.977695+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T06:10:19.090495+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:10:19.100454+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:10:19.100991+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T06:10:19.107180+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:10:19.107771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T06:10:19.108237+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T06:10:19.108679+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T06:10:19.139982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.141152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.145022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:19.146373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:19.146757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:19.147103+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' [] [] [2021-07-29T06:10:19.147721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:19.150260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.151314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.152284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:19.152846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:19.153282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:19.153620+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' [] [] [2021-07-29T06:10:19.153982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:19.154275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.155222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:19.156187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:19.156703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:19.157059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:19.157393+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' [] [] [2021-07-29T06:10:19.157750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:19.389407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"407947"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/407947","method":"GET"} [] [2021-07-29T06:10:20.604233+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T06:10:20.752561+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:10:20.774437+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:10:20.774969+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T06:10:20.781272+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:10:20.781758+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T06:10:20.782145+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T06:10:20.782511+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T06:10:20.813546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.814667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.818462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:20.819749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:20.820060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:20.820354+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' [] [] [2021-07-29T06:10:20.820894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:20.823349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.824288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.825205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:20.825684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:20.826041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:20.826328+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' [] [] [2021-07-29T06:10:20.826680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:20.826933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.827860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:20.828760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:20.829228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:20.829531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:20.829806+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' [] [] [2021-07-29T06:10:20.830102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:21.052242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d537f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/8d537f","method":"GET"} [] [2021-07-29T06:10:50.686516+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-07-29T06:10:50.749798+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:10:50.832504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.834854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.838419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.839582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.839953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.840292+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' [] [] [2021-07-29T06:10:50.840848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:50.842932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.843902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.844887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.845415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.845762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.846134+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' [] [] [2021-07-29T06:10:50.846498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:50.846858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.847821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.848800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.849383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.849736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.850068+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' [] [] [2021-07-29T06:10:50.850424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:50.861910+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-29T06:10:50.866438+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-07-29T06:10:50.884554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:50.886604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:50.886987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:50.888306+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-29T06:10:50.889704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.890751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.891751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.892311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.892665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.893012+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' [] [] [2021-07-29T06:10:50.893355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:50.893627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.894580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.895616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.896111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.896433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.896735+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' [] [] [2021-07-29T06:10:50.897063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:50.897319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.898262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:50.899223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:50.899723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:50.900044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:50.900346+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' [] [] [2021-07-29T06:10:50.900671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:51.142916+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dff7b7"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/dff7b7","method":"GET"} [] [2021-07-29T06:10:55.792398+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/3/show","method":"GET"} [] [2021-07-29T06:10:55.915905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-07-29T06:10:55.963265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.965442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.965792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.966443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.966784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.967103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.967405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-07-29T06:10:55.981701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.982778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.986523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:55.987761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:55.988076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:55.988430+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' [] [] [2021-07-29T06:10:55.988954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:55.991548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.992609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.993564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:55.994054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:55.994352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:55.994612+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' [] [] [2021-07-29T06:10:55.994900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:55.995117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.996036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:10:55.996962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:10:55.997400+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:10:55.997677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:10:55.997934+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' [] [] [2021-07-29T06:10:55.998214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:10:56.203050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"006aab"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/006aab","method":"GET"} [] [2021-07-29T06:11:17.416716+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-07-29T06:11:17.477624+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:11:17.553587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.557157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.560732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.561881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.562245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.562582+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' [] [] [2021-07-29T06:11:17.563136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.565221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.566192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.567241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.567871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.568226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.568558+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' [] [] [2021-07-29T06:11:17.568915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.569207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.570154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.571104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.571616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.571968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.572299+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' [] [] [2021-07-29T06:11:17.572652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.584137+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-29T06:11:17.588674+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-07-29T06:11:17.607034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:17.609015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:17.609377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:17.610648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-29T06:11:17.612033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.613008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.614033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.614552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.614842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.615135+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' [] [] [2021-07-29T06:11:17.615437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.615674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.616576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.617477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.617931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.618204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.618480+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' [] [] [2021-07-29T06:11:17.618770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.618992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.619880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:17.620782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:17.621234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:17.621505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:17.621780+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' [] [] [2021-07-29T06:11:17.622069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:17.921485+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f56185"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/f56185","method":"GET"} [] [2021-07-29T06:11:25.598168+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/3/show","method":"GET"} [] [2021-07-29T06:11:25.677925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-07-29T06:11:25.751243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.753465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.753895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.754774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.755453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.755892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.756278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-07-29T06:11:25.771019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.772126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.775996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:25.777437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:25.777803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:25.778118+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' [] [] [2021-07-29T06:11:25.778698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:25.781170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.782146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.783101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:25.783623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:25.783948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:25.784328+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' [] [] [2021-07-29T06:11:25.784660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:25.784922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.785857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:11:25.786804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:11:25.787282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:11:25.787605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:11:25.787905+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' [] [] [2021-07-29T06:11:25.788235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:11:26.541593+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c37731"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c37731","method":"GET"} [] [2021-07-29T06:12:33.101766+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-07-29T06:12:33.165753+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T06:12:33.259809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.264403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.268295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.269680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.270056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.270400+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' [] [] [2021-07-29T06:12:33.271750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.274439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.275460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.276433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.276992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.277410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.277755+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' [] [] [2021-07-29T06:12:33.278122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.278415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.279368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.280324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.280912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.281271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.281606+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' [] [] [2021-07-29T06:12:33.281966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.293751+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-07-29T06:12:33.298284+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-07-29T06:12:33.317017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-07-29T06:12:33.319150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-07-29T06:12:33.319568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-07-29T06:12:33.320936+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-07-29T06:12:33.322421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.323426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.324488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.325079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.325446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.325793+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' [] [] [2021-07-29T06:12:33.326167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.326475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.327422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.328383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.328902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.329253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.329592+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' [] [] [2021-07-29T06:12:33.329953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.330248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.331189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:33.332151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:33.332665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:33.333016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:33.333351+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' [] [] [2021-07-29T06:12:33.333707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:33.643634+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bbd40"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/3bbd40","method":"GET"} [] [2021-07-29T06:12:34.210447+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T06:12:34.346139+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T06:12:34.364148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T06:12:34.364631+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T06:12:34.370424+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T06:12:34.370884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T06:12:34.371262+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T06:12:34.371622+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T06:12:34.403406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.404626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.408506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:34.409816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:34.410157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:34.410472+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' [] [] [2021-07-29T06:12:34.411051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:34.413564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.414537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.415501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:34.416093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:34.416421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:34.416727+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' [] [] [2021-07-29T06:12:34.417058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:34.417325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.418274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T06:12:34.419236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T06:12:34.419767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T06:12:34.420202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T06:12:34.420520+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' [] [] [2021-07-29T06:12:34.420880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T06:12:34.577822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3695b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e3695b","method":"GET"} [] [2021-07-29T07:23:45.503558+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:23:45.655278+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:23:45.674660+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:23:45.675260+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:23:45.681733+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:23:45.682338+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:23:45.682801+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:23:45.683222+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:23:45.719307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.720643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.724828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:23:45.726344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:23:45.726723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:23:45.727046+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' [] [] [2021-07-29T07:23:45.727662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:23:45.730407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.731419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.732410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:23:45.733006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:23:45.733346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:23:45.733672+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' [] [] [2021-07-29T07:23:45.734072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:23:45.734410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.735540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:23:45.736537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:23:45.737072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:23:45.737430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:23:45.737764+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' [] [] [2021-07-29T07:23:45.738123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:23:45.998532+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ebb1c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0ebb1c","method":"GET"} [] [2021-07-29T07:54:52.782753+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:54:52.934045+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:54:52.950810+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:54:52.951630+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:54:52.958081+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:54:52.958727+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:54:52.959274+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:54:52.959756+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:54:52.997630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:52.998926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:53.003136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:54:53.004657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:54:53.005037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:54:53.005369+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' [] [] [2021-07-29T07:54:53.005978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:54:53.008781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:53.009928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:53.010999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:54:53.011599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:54:53.012033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:54:53.012358+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' [] [] [2021-07-29T07:54:53.012706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:54:53.012978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:53.013982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:54:53.014995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:54:53.015497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:54:53.015862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:54:53.016176+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' [] [] [2021-07-29T07:54:53.016524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:54:53.263764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85bb76"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/85bb76","method":"GET"} [] [2021-07-29T07:55:12.654512+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:55:12.783581+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:55:12.800324+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:55:12.800998+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:55:12.807540+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:55:12.808186+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:55:12.808643+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:55:12.809118+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:55:12.841669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.842860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.846765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:12.848112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:12.848458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:12.848775+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' [] [] [2021-07-29T07:55:12.849352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:12.851923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.853130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.854147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:12.854699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:12.855104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:12.855418+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' [] [] [2021-07-29T07:55:12.855757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:12.856027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.856959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:12.857942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:12.858436+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:12.858758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:12.859063+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' [] [] [2021-07-29T07:55:12.859392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:13.117574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8febf"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c8febf","method":"GET"} [] [2021-07-29T07:55:52.007556+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:55:52.152518+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:55:52.168015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:55:52.168852+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:55:52.175733+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:55:52.176409+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:55:52.176907+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:55:52.177396+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:55:52.211095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.212291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.216335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:52.217766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:52.218126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:52.218450+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' [] [] [2021-07-29T07:55:52.219123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:52.221992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.223370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.224410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:52.224974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:52.225392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:52.225710+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' [] [] [2021-07-29T07:55:52.226060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:52.226335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.227292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:55:52.228281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:55:52.228788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:55:52.229118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:55:52.229433+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' [] [] [2021-07-29T07:55:52.229771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:55:52.431189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5a663"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/d5a663","method":"GET"} [] [2021-07-29T07:58:18.686793+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:58:18.840499+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:58:18.855401+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:58:18.855990+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:58:18.862124+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:58:18.862728+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:58:18.863204+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:58:18.863675+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:58:18.898538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.899737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.904447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:58:18.905982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:58:18.906343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:58:18.906671+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' [] [] [2021-07-29T07:58:18.907258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:58:18.909834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.910860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.911827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:58:18.912353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:58:18.912764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:58:18.913082+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' [] [] [2021-07-29T07:58:18.913419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:58:18.913684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.914627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:58:18.915796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:58:18.916541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:58:18.917053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:58:18.917392+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' [] [] [2021-07-29T07:58:18.917817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:58:19.122727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db929b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/db929b","method":"GET"} [] [2021-07-29T07:59:05.550682+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T07:59:05.700614+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T07:59:05.716059+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T07:59:05.716705+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T07:59:05.723495+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T07:59:05.724100+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T07:59:05.724631+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T07:59:05.725107+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T07:59:05.762467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.763691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.767780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:59:05.769195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:59:05.769550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:59:05.769871+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' [] [] [2021-07-29T07:59:05.770464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:59:05.773090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.774121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.775137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:59:05.775688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:59:05.776184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:59:05.776572+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' [] [] [2021-07-29T07:59:05.776978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:59:05.777394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.779034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T07:59:05.780084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T07:59:05.780642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T07:59:05.780991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T07:59:05.781305+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' [] [] [2021-07-29T07:59:05.781654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T07:59:05.982286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf657f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/cf657f","method":"GET"} [] [2021-07-29T09:02:08.417857+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:02:08.582945+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:02:08.599609+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:02:08.600199+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:02:08.606811+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:02:08.607375+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:02:08.607988+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:02:08.608534+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:02:08.643820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.645188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.649327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:08.650857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:08.651240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:08.651575+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' [] [] [2021-07-29T09:02:08.652200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:08.654946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.655973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.657000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:08.657591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:08.658065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:08.658432+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' [] [] [2021-07-29T09:02:08.658855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:08.659210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.660317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:08.661334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:08.661899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:08.662241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:08.662558+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' [] [] [2021-07-29T09:02:08.662905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:08.909387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd7313"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fd7313","method":"GET"} [] [2021-07-29T09:02:17.857677+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:02:17.987200+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:02:18.002071+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:02:18.002591+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:02:18.009028+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:02:18.009715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:02:18.010177+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:02:18.010621+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:02:18.043447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.044612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.048577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:18.049913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:18.050270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:18.050592+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' [] [] [2021-07-29T09:02:18.051179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:18.053787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.054782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.055750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:18.056276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:18.056635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:18.057035+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' [] [] [2021-07-29T09:02:18.057376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:18.057643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.058610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:18.059575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:18.060083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:18.060415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:18.060722+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' [] [] [2021-07-29T09:02:18.061052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:18.268450+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12ea4b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/12ea4b","method":"GET"} [] [2021-07-29T09:02:18.838871+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:02:18.966090+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:02:18.980570+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:02:18.981109+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:02:18.987146+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:02:18.987668+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:02:18.988060+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:02:18.988436+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:02:19.023926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.025045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.029205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:19.030661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:19.030975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:19.031228+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' [] [] [2021-07-29T09:02:19.031755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:19.034329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.035284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.036167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:19.036623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:19.036872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:19.037143+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' [] [] [2021-07-29T09:02:19.037416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:19.037650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.038615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:19.039550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:19.040022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:19.040315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:19.040573+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' [] [] [2021-07-29T09:02:19.040831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:19.233872+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"511ee5"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/511ee5","method":"GET"} [] [2021-07-29T09:02:28.379232+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:02:28.523515+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:02:28.539099+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:02:28.539704+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:02:28.546091+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:02:28.546734+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:02:28.547187+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:02:28.547607+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:02:28.580961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.582132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.586129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:28.587555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:28.587921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:28.588243+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' [] [] [2021-07-29T09:02:28.588841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:28.591436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.592525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.593797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:28.594424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:28.594771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:28.595137+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' [] [] [2021-07-29T09:02:28.595482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:28.595760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.596754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:02:28.597681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:02:28.598183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:02:28.598513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:02:28.598826+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' [] [] [2021-07-29T09:02:28.599159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:02:28.787848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"835ab6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/835ab6","method":"GET"} [] [2021-07-29T09:03:04.404098+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:03:04.566988+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:03:04.604152+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:03:04.604899+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:03:04.612858+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:03:04.613649+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:03:04.614297+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:03:04.616759+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:03:04.652053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.653239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.657256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:04.658718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:04.659090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:04.659419+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' [] [] [2021-07-29T09:03:04.660014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:04.662640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.663642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.664569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:04.665374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:04.665838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:04.666282+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' [] [] [2021-07-29T09:03:04.666688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:04.666975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.668010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:04.668996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:04.669493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:04.669830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:04.670153+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' [] [] [2021-07-29T09:03:04.670494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:04.871946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bd196"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2bd196","method":"GET"} [] [2021-07-29T09:03:45.012590+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:03:45.164016+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:03:45.179517+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:03:45.180131+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:03:45.187262+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:03:45.188049+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:03:45.188587+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:03:45.189016+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:03:45.222827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.224049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.228128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:45.229537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:45.229898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:45.230223+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' [] [] [2021-07-29T09:03:45.230820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:45.233538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.234589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.235599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:45.236311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:45.236734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:45.237103+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' [] [] [2021-07-29T09:03:45.237497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:45.237788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.238841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:03:45.239840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:03:45.240411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:03:45.240734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:03:45.241060+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' [] [] [2021-07-29T09:03:45.241408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:03:45.439086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20dc89"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/20dc89","method":"GET"} [] [2021-07-29T09:04:31.282425+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:04:31.416838+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:04:31.431524+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:04:31.432080+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:04:31.438052+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:04:31.438600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:04:31.439059+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:04:31.439428+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:04:31.474056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.475230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.479430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:04:31.480820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:04:31.481160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:04:31.481448+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' [] [] [2021-07-29T09:04:31.482006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:04:31.484641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.485720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.486735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:04:31.487263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:04:31.487601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:04:31.487918+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' [] [] [2021-07-29T09:04:31.488309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:04:31.488611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.489675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:04:31.490703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:04:31.491255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:04:31.491596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:04:31.491909+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' [] [] [2021-07-29T09:04:31.492287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:04:31.700296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be9c54"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/be9c54","method":"GET"} [] [2021-07-29T09:05:24.503403+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:05:24.646918+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:05:24.661330+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:05:24.661916+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:05:24.667909+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:05:24.668448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:05:24.668926+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:05:24.669334+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:05:24.701944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.703086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.707071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:24.708427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:24.708828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:24.709148+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' [] [] [2021-07-29T09:05:24.709732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:24.712277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.713246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.714194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:24.714730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:24.715049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:24.715349+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' [] [] [2021-07-29T09:05:24.715721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:24.715983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.716908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:24.717856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:24.718334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:24.718649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:24.718947+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' [] [] [2021-07-29T09:05:24.719275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:25.036591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac5647"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/ac5647","method":"GET"} [] [2021-07-29T09:05:27.950520+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:05:28.106751+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:05:28.121186+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:05:28.121796+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:05:28.127729+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:05:28.128266+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:05:28.128789+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:05:28.129282+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:05:28.162833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.163967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.168033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:28.169997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:28.170467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:28.170807+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' [] [] [2021-07-29T09:05:28.171429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:28.174007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.174999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.175986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:28.176561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:28.176912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:28.177223+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' [] [] [2021-07-29T09:05:28.177565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:28.177884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.178873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:05:28.179787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:05:28.180295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:05:28.180619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:05:28.180925+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' [] [] [2021-07-29T09:05:28.181259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:05:28.473586+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52c91e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/52c91e","method":"GET"} [] [2021-07-29T09:06:03.247052+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:06:03.396803+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:06:03.411496+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:06:03.412058+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:06:03.417883+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:06:03.418382+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:06:03.418810+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:06:03.419259+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:06:03.451779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.452903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.456938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:03.458637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:03.458998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:03.459282+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' [] [] [2021-07-29T09:06:03.459833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:03.462376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.463337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.464253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:03.464730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:03.465012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:03.465271+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' [] [] [2021-07-29T09:06:03.465562+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:03.465782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.466716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:03.467625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:03.468064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:03.468343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:03.468594+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' [] [] [2021-07-29T09:06:03.468876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:03.674453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed86ad"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/ed86ad","method":"GET"} [] [2021-07-29T09:06:59.059072+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:06:59.198402+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:06:59.213246+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:06:59.213853+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:06:59.219957+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:06:59.220461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:06:59.220891+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:06:59.221303+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:06:59.254168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.255321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.259194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:59.260794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:59.261220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:59.261547+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' [] [] [2021-07-29T09:06:59.262151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:59.264740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.265722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.266623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:59.267147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:59.267481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:59.267789+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' [] [] [2021-07-29T09:06:59.268120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:59.268385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.269315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:06:59.270306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:06:59.270812+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:06:59.271138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:06:59.271445+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' [] [] [2021-07-29T09:06:59.271798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:06:59.476137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ebdf1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/3ebdf1","method":"GET"} [] [2021-07-29T09:07:37.678628+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:07:37.981260+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:07:38.081490+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:07:38.082030+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:07:38.088629+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:07:38.089163+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:07:38.089576+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:07:38.089944+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:07:38.204420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.205557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.209561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:38.211152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:38.211535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:38.211826+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' [] [] [2021-07-29T09:07:38.212412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:38.215412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.216420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.217378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:38.217879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:38.218173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:38.218436+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' [] [] [2021-07-29T09:07:38.218733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:38.218957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.219878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:38.220857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:38.221313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:38.221596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:38.221859+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' [] [] [2021-07-29T09:07:38.222145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:38.434014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e22412"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e22412","method":"GET"} [] [2021-07-29T09:07:40.665155+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:07:40.812061+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:07:40.827068+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:07:40.827622+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:07:40.833442+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:07:40.833932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:07:40.834494+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:07:40.834966+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:07:40.866744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.868162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.872109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:40.873457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:40.873884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:40.874204+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' [] [] [2021-07-29T09:07:40.874838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:40.877402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.878429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.879410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:40.879951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:40.880279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:40.880587+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' [] [] [2021-07-29T09:07:40.880923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:40.881189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.882133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:07:40.883092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:07:40.883633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:07:40.883958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:07:40.884262+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' [] [] [2021-07-29T09:07:40.884654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:07:41.072973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"608294"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/608294","method":"GET"} [] [2021-07-29T09:08:23.219011+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:08:23.384964+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:08:23.423680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:08:23.424526+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:08:23.433039+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:08:23.433772+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:08:23.434284+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:08:23.434770+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:08:23.469885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.471068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.475165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:08:23.476580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:08:23.476933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:08:23.477251+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' [] [] [2021-07-29T09:08:23.477837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:08:23.481143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.482288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.483281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:08:23.483846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:08:23.484186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:08:23.484498+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' [] [] [2021-07-29T09:08:23.484816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:08:23.485083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.486032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:08:23.487003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:08:23.487582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:08:23.487921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:08:23.488234+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' [] [] [2021-07-29T09:08:23.488573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:08:23.689022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f9cb6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/1f9cb6","method":"GET"} [] [2021-07-29T09:09:40.571069+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:09:40.728976+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:09:40.745102+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:09:40.745699+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:09:40.751713+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:09:40.752263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:09:40.752689+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:09:40.753095+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:09:40.787638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.788799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.793212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:09:40.794983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:09:40.795356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:09:40.795681+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' [] [] [2021-07-29T09:09:40.796277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:09:40.798881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.799913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.800896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:09:40.801447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:09:40.801785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:09:40.802092+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' [] [] [2021-07-29T09:09:40.802428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:09:40.802695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.803640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:09:40.804603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:09:40.805136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:09:40.805459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:09:40.805763+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' [] [] [2021-07-29T09:09:40.806093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:09:41.010435+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93abe3"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/93abe3","method":"GET"} [] [2021-07-29T09:10:09.977895+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:10:10.132548+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:10:10.148211+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:10:10.148800+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:10:10.155353+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:10:10.156109+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:10:10.156545+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:10:10.156951+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:10:10.194297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.195752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.199790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:10:10.201253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:10:10.201609+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:10:10.201926+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' [] [] [2021-07-29T09:10:10.202515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:10:10.205140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.206146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.207074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:10:10.207654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:10:10.208026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:10:10.208512+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' [] [] [2021-07-29T09:10:10.209012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:10:10.209367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.210465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:10:10.211458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:10:10.212056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:10:10.212408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:10:10.212726+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' [] [] [2021-07-29T09:10:10.213069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:10:10.407514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e401f3"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e401f3","method":"GET"} [] [2021-07-29T09:11:14.048919+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:11:14.202017+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:11:14.216760+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:11:14.217352+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:11:14.223304+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:11:14.223800+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:11:14.224230+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:11:14.224640+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:11:14.257691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.258965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.263184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:11:14.264703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:11:14.265075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:11:14.265399+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' [] [] [2021-07-29T09:11:14.265989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:11:14.268591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.269598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.270573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:11:14.271126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:11:14.271486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:11:14.271803+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' [] [] [2021-07-29T09:11:14.272144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:11:14.272420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.273398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:11:14.274373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:11:14.274902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:11:14.275320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:11:14.275685+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' [] [] [2021-07-29T09:11:14.276077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:11:14.555388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a5459"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/8a5459","method":"GET"} [] [2021-07-29T09:14:19.169569+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:14:19.296260+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:14:19.310967+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:14:19.311591+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:14:19.317484+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:14:19.318020+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:14:19.318460+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:14:19.318885+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:14:19.353206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.354744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.358867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:19.360398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:19.360755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:19.361075+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' [] [] [2021-07-29T09:14:19.361674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:19.364312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.365324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.366249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:19.366809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:19.367121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:19.367443+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' [] [] [2021-07-29T09:14:19.367786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:19.368058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.369032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:19.370079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:19.370828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:19.371322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:19.371663+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' [] [] [2021-07-29T09:14:19.372012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:19.546308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c9dc6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5c9dc6","method":"GET"} [] [2021-07-29T09:14:24.038857+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/fixedasset/public/index.php/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/fixedasset/public/index.php/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/fixedasset/public/index.php/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:14:24.140968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.143188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.152777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.154777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.155186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.155537+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' [] [] [2021-07-29T09:14:24.156125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:24.158575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.159569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.160491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.160995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.161291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.161556+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' [] [] [2021-07-29T09:14:24.161850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:24.162055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.162962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.163856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.164286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.164610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.164853+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' [] [] [2021-07-29T09:14:24.165147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:24.166004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.166937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.167836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.168348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.168690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.168982+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' [] [] [2021-07-29T09:14:24.169275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:24.169546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.170658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.171604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.172113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.172401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.172628+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' [] [] [2021-07-29T09:14:24.172917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:24.173138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.174038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:24.174905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:24.175348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:24.175615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:24.175886+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' [] [] [2021-07-29T09:14:24.176165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.058912+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/fixedasset/public/index.php/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/fixedasset/public/index.php/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/fixedasset/public/index.php/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:14:33.143647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.145697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.154556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.155886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.156282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.156600+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' [] [] [2021-07-29T09:14:33.157145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.159338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.160391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.161373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.161913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.162251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.162561+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' [] [] [2021-07-29T09:14:33.162903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.163174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.164128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.165096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.165590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.165961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.166274+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' [] [] [2021-07-29T09:14:33.166666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.167865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.169380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.170377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.170940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.171279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.171591+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' [] [] [2021-07-29T09:14:33.171932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.172223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.173191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.174168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.174714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.175059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.175374+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' [] [] [2021-07-29T09:14:33.175717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.175983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.176972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:14:33.177954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:14:33.178474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:14:33.178800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:14:33.179109+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' [] [] [2021-07-29T09:14:33.179443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:14:33.311660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0aca82"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0aca82","method":"GET"} [] [2021-07-29T09:15:37.759198+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:15:37.896322+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:15:37.911458+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:15:37.912056+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:15:37.917952+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:15:37.918517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:15:37.918958+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:15:37.919369+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:15:37.953796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.955603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.959788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:37.961257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:37.961615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:37.961933+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' [] [] [2021-07-29T09:15:37.962543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:37.965148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.966158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.967206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:37.967760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:37.968100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:37.968473+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' [] [] [2021-07-29T09:15:37.968820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:37.969092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.970148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:37.971279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:37.971880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:37.972230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:37.972549+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' [] [] [2021-07-29T09:15:37.972895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:38.152041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d55c2"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7d55c2","method":"GET"} [] [2021-07-29T09:15:41.111346+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:15:41.211218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.213482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.223398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.224700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.225061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.225384+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' [] [] [2021-07-29T09:15:41.225927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:41.227975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.228960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.229949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.230459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.230790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.231113+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' [] [] [2021-07-29T09:15:41.231489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:41.231806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.232942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.233975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.234585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.234927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.235205+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' [] [] [2021-07-29T09:15:41.235552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:41.236477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.237474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.238458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.238963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.239290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.239598+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' [] [] [2021-07-29T09:15:41.239955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:41.240223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.241192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.242171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.242674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.243001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.243308+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' [] [] [2021-07-29T09:15:41.243644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:15:41.243903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.244863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:15:41.245840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:15:41.246328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:15:41.246650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:15:41.246920+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' [] [] [2021-07-29T09:15:41.247253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:07.330713+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:07.472066+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:07.485977+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:07.486509+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:07.492782+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:07.493351+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:07.493773+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:07.494169+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:07.526436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.527592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.531514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:07.532976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:07.533329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:07.533652+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' [] [] [2021-07-29T09:16:07.534236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:07.536779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.537866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.539015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:07.539573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:07.539959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:07.540271+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' [] [] [2021-07-29T09:16:07.540621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:07.540893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.541864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:07.542846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:07.543337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:07.543663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:07.543975+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' [] [] [2021-07-29T09:16:07.544308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:07.712698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d888ce"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/d888ce","method":"GET"} [] [2021-07-29T09:16:12.278938+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:16:12.390487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.392806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.401988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.403188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.403603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.404435+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' [] [] [2021-07-29T09:16:12.405956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:12.408148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.409188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.410161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.410695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.411025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.411334+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' [] [] [2021-07-29T09:16:12.411673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:12.411986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.412936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.413902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.414401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.414725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.415031+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' [] [] [2021-07-29T09:16:12.415361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:12.416256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.417212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.418197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.418717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.419045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.419348+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' [] [] [2021-07-29T09:16:12.419681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:12.419946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.421153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.422165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.422708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.423038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.423344+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' [] [] [2021-07-29T09:16:12.423679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:12.423944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.424895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:12.425862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:12.426353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:12.426673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:12.426976+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' [] [] [2021-07-29T09:16:12.427308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:49.386934+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:49.529683+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:49.543969+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:49.544535+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:49.550682+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:49.551257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:49.551677+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:49.552081+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:49.586113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.587230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.591047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:49.592387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:49.592732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:49.593046+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' [] [] [2021-07-29T09:16:49.593614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:49.596076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.597135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.598088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:49.598682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:49.599008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:49.599307+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' [] [] [2021-07-29T09:16:49.599635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:49.599898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.600826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:49.601775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:49.602296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:49.602618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:49.602922+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' [] [] [2021-07-29T09:16:49.603253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:49.857260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"075504"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/075504","method":"GET"} [] [2021-07-29T09:16:51.039551+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:51.177287+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:51.191846+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:51.192438+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:51.198178+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:51.198678+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:51.199090+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:51.199488+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:51.231686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.232829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.236794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:51.238206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:51.238561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:51.238870+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' [] [] [2021-07-29T09:16:51.239517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:51.242211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.243286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.244253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:51.244798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:51.245173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:51.245480+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' [] [] [2021-07-29T09:16:51.245814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:51.246082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.247014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:51.247959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:51.248438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:51.248755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:51.249053+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' [] [] [2021-07-29T09:16:51.249345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:51.455834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"257dca"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/257dca","method":"GET"} [] [2021-07-29T09:16:51.876394+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:52.016854+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:52.030798+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:52.031401+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:52.037070+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:52.037562+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:52.037986+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:52.038411+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:52.070436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.071596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.075440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.076868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.077217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.077530+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' [] [] [2021-07-29T09:16:52.078104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:52.080583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.081540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.082496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.083017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.083397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.083708+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' [] [] [2021-07-29T09:16:52.084038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:52.084301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.085228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.086176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.086666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.086989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.087294+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' [] [] [2021-07-29T09:16:52.087624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:52.271215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fb48f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7fb48f","method":"GET"} [] [2021-07-29T09:16:52.641793+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:52.788837+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:52.802891+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:52.803468+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:52.809654+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:52.810238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:52.810652+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:52.811051+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:52.842849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.843974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.847770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.849048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.849360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.849654+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' [] [] [2021-07-29T09:16:52.850216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:52.852655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.853601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.854524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.855004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.855344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.855605+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' [] [] [2021-07-29T09:16:52.855893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:52.856108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.857013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:52.858022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:52.858694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:52.859042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:52.859303+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' [] [] [2021-07-29T09:16:52.859594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:53.039374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c0002"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4c0002","method":"GET"} [] [2021-07-29T09:16:53.420671+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:16:53.564593+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:16:53.578491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:16:53.579222+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:16:53.585069+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:16:53.585573+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:16:53.585983+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:16:53.586387+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:16:53.617955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.619081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.623446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:53.624925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:53.625279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:53.625557+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' [] [] [2021-07-29T09:16:53.626129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:53.628765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.629796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.630766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:53.631287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:53.631671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:53.631983+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' [] [] [2021-07-29T09:16:53.632320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:53.632583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.633535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:16:53.634488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:16:53.634974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:16:53.635291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:16:53.635590+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' [] [] [2021-07-29T09:16:53.635915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:16:53.825776+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb963b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fb963b","method":"GET"} [] [2021-07-29T09:17:41.993698+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:17:42.160013+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:17:42.190999+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:17:42.191679+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:17:42.198527+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:17:42.199076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:17:42.199492+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:17:42.199853+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:17:42.232796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.233949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.237868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:42.239193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:42.239506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:42.239776+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' [] [] [2021-07-29T09:17:42.240317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:42.242996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.244076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.244962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:42.245477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:42.245821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:42.246087+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' [] [] [2021-07-29T09:17:42.246382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:42.246608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.247512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:42.248449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:42.248930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:42.249215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:42.249474+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' [] [] [2021-07-29T09:17:42.249760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:42.424488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d0a0b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2d0a0b","method":"GET"} [] [2021-07-29T09:17:44.076510+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:17:44.214981+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:17:44.229817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:17:44.230375+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:17:44.236872+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:17:44.237454+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:17:44.237872+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:17:44.238269+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:17:44.270573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.271683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.275493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:44.276836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:44.277178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:44.277486+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' [] [] [2021-07-29T09:17:44.278057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:44.280529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.281483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.282585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:44.283110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:44.283485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:44.283792+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' [] [] [2021-07-29T09:17:44.284124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:44.284388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.285322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:44.286256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:44.286743+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:44.287058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:44.287358+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' [] [] [2021-07-29T09:17:44.287682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:44.456769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be09b1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/be09b1","method":"GET"} [] [2021-07-29T09:17:47.276552+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:17:47.365891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.368170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.377720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.379070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.379438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.379766+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' [] [] [2021-07-29T09:17:47.380322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:47.382398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.383450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.384443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.385001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.385336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.385647+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' [] [] [2021-07-29T09:17:47.385989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:47.386259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.387214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.388237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.388734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.389061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.389370+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' [] [] [2021-07-29T09:17:47.389703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:47.390642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.391662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.392671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.393373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.393801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.394175+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' [] [] [2021-07-29T09:17:47.394553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:47.394841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.395900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.396859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.397393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.397731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.398079+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' [] [] [2021-07-29T09:17:47.398407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:17:47.398661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.399622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:17:47.400603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:17:47.401108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:17:47.401442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:17:47.401755+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' [] [] [2021-07-29T09:17:47.402090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:13.712026+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:19:13.860079+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:19:13.874569+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:19:13.875148+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:19:13.881125+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:19:13.881674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:19:13.882099+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:19:13.882507+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:19:13.914686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.915849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.919835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:13.921252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:13.921628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:13.921946+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' [] [] [2021-07-29T09:19:13.922542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:13.925054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.926033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.927011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:13.927534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:13.927912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:13.928222+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' [] [] [2021-07-29T09:19:13.928556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:13.928818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.929759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:13.930711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:13.931197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:13.931524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:13.931832+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' [] [] [2021-07-29T09:19:13.932162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:14.124795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c202a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7c202a","method":"GET"} [] [2021-07-29T09:19:15.653930+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:19:15.796621+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:19:15.811213+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:19:15.811975+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:19:15.818675+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:19:15.819268+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:19:15.819693+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:19:15.820099+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:19:15.854121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.855326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.859285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:15.861280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:15.861934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:15.862313+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' [] [] [2021-07-29T09:19:15.862987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:15.865530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.866542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.867534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:15.868070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:15.868455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:15.868767+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' [] [] [2021-07-29T09:19:15.869107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:15.869373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.870357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:15.871363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:15.871901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:15.872271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:15.872594+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' [] [] [2021-07-29T09:19:15.872945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:16.036018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18af9a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/18af9a","method":"GET"} [] [2021-07-29T09:19:17.717055+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:19:17.804916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.807219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.816562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.818322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.818755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.819090+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' [] [] [2021-07-29T09:19:17.819650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:17.821688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.822712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.823722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.824257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.824591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.824904+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' [] [] [2021-07-29T09:19:17.825297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:17.825566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.826540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.827531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.828027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.828351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.828660+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' [] [] [2021-07-29T09:19:17.828997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:17.829915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.830935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.831929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.832453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.832854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.833229+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' [] [] [2021-07-29T09:19:17.833713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:17.834032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.835243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.836263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.836823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.837163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.837474+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' [] [] [2021-07-29T09:19:17.837816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:19:17.838136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.839154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:19:17.840148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:19:17.840689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:19:17.841021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:19:17.841334+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' [] [] [2021-07-29T09:19:17.841675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:08.166481+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:20:08.324124+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:20:08.339032+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:20:08.339711+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:20:08.346174+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:20:08.346759+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:20:08.347192+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:20:08.347596+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:20:08.381678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.382852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.386879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:08.388302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:08.388715+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:08.389038+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' [] [] [2021-07-29T09:20:08.389646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:08.392354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.393389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.394365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:08.395010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:08.395377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:08.395704+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' [] [] [2021-07-29T09:20:08.396056+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:08.396332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.397322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:08.398315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:08.398884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:08.399227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:08.399538+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' [] [] [2021-07-29T09:20:08.399884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:08.712840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94b0fe"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/94b0fe","method":"GET"} [] [2021-07-29T09:20:10.897319+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:20:10.994995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:10.997331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.007235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.008559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.008925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.009240+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' [] [] [2021-07-29T09:20:11.009781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:11.011842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.012859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.013971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.014938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.015375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.015801+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' [] [] [2021-07-29T09:20:11.016150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:11.016427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.017442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.018405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.018917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.019242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.019547+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' [] [] [2021-07-29T09:20:11.019881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:11.020801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.021754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.022781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.023312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.023644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.023953+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' [] [] [2021-07-29T09:20:11.024293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:11.024567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.025524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.026489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.026988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.027311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.027613+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' [] [] [2021-07-29T09:20:11.027946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:11.028205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.029144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:11.030168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:11.030980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:11.031352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:11.031675+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' [] [] [2021-07-29T09:20:11.032021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.366233+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:20:24.447511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.449532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.457770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.459078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.460230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.461123+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' [] [] [2021-07-29T09:20:24.462297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.465029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.466124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.467068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.467577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.467931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.468196+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' [] [] [2021-07-29T09:20:24.468491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.468717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.469620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.470598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.471086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.471377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.471636+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' [] [] [2021-07-29T09:20:24.471929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.472824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.473789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.474742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.475213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.475617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.475988+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' [] [] [2021-07-29T09:20:24.476726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.477277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.478581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.479682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.480236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.480549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.480823+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' [] [] [2021-07-29T09:20:24.481126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.481377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.482316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:20:24.483234+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:20:24.483726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:20:24.484015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:20:24.484285+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' [] [] [2021-07-29T09:20:24.484580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:20:24.618177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5631f4"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5631f4","method":"GET"} [] [2021-07-29T09:36:03.041108+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:36:03.152440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:36:03.168943+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:36:03.169536+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:36:03.175943+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:36:03.176512+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:36:03.176952+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:36:03.177371+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:36:03.207258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.208538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.212567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:03.214105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:03.214546+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:03.214841+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' [] [] [2021-07-29T09:36:03.215477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:03.218482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.219484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.220404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:03.220939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:03.221282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:03.221596+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' [] [] [2021-07-29T09:36:03.221933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:03.222204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.223157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:03.224129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:03.224639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:03.224971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:03.225336+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' [] [] [2021-07-29T09:36:03.225676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:03.471513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62b65a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/62b65a","method":"GET"} [] [2021-07-29T09:36:07.953008+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T09:36:08.114461+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T09:36:08.129260+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T09:36:08.130061+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T09:36:08.136511+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T09:36:08.137103+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T09:36:08.137532+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T09:36:08.137949+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T09:36:08.171308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.172485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.176464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:08.177895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:08.178253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:08.178625+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' [] [] [2021-07-29T09:36:08.179207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:08.182310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.184330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.185369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:08.185983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:08.186336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:08.186651+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' [] [] [2021-07-29T09:36:08.186992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:08.187263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.188235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:08.189216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:08.189752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:08.190100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:08.190495+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' [] [] [2021-07-29T09:36:08.190842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:08.366171+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94f8e0"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/94f8e0","method":"GET"} [] [2021-07-29T09:36:10.505697+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:36:10.593200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.595523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.604944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.606749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.607184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.607525+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' [] [] [2021-07-29T09:36:10.608120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:10.610222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.611258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.612263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.612860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.613198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.613475+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' [] [] [2021-07-29T09:36:10.613820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:10.614096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.615071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.616066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.616568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.616902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.617212+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' [] [] [2021-07-29T09:36:10.617550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:10.618464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.619444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.620460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.621069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.621426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.621786+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' [] [] [2021-07-29T09:36:10.622168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:10.622501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.623568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.624588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.625147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.625486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.625801+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' [] [] [2021-07-29T09:36:10.626146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:10.626417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.627385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:10.628376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:10.628873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:10.629204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:10.629518+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' [] [] [2021-07-29T09:36:10.629858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.524520+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:36:19.616850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.619337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.628861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.630245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.630655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.630979+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' [] [] [2021-07-29T09:36:19.631629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.633705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.634705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.636417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.637308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.637833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.638221+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' [] [] [2021-07-29T09:36:19.638561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.638842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.639875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.640847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.641393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.641721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.642030+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' [] [] [2021-07-29T09:36:19.642367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.643291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.644308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.645272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.645815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.646190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.646506+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' [] [] [2021-07-29T09:36:19.646851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.647131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.648117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.649032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.649535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.649862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.650170+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' [] [] [2021-07-29T09:36:19.650501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.650763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.651710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:19.653138+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:19.653807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:19.654172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:19.654490+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' [] [] [2021-07-29T09:36:19.654835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:19.786930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42923b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/42923b","method":"GET"} [] [2021-07-29T09:36:54.233091+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/unit/getunitbyassetid\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:36:54.337156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.339656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.349541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.350983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.351393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.351709+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' [] [] [2021-07-29T09:36:54.352303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.355140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.356179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.357160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.357715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.358051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.358358+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' [] [] [2021-07-29T09:36:54.358696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.358978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.359926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.360889+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.361387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.361710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.362071+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' [] [] [2021-07-29T09:36:54.362403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.363426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.364411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.365375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.365874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.366200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.366505+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' [] [] [2021-07-29T09:36:54.366842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.367107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.368050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.369023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.369567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.369938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.370502+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' [] [] [2021-07-29T09:36:54.370990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.371281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.372314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:36:54.373282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:36:54.373822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:36:54.374159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:36:54.374469+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' [] [] [2021-07-29T09:36:54.374818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:36:54.566961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45ab32"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/45ab32","method":"GET"} [] [2021-07-29T09:37:09.510765+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unit/getunitbyassetid/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T09:37:09.598522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.600573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.608618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.609934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.610290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.610601+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' [] [] [2021-07-29T09:37:09.611478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.613529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.614537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.615695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.616269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.616605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.616910+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' [] [] [2021-07-29T09:37:09.617248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.617517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.618476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.619431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.619917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.620297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.620599+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' [] [] [2021-07-29T09:37:09.620927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.621975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.623000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.623966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.624484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.624809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.625112+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' [] [] [2021-07-29T09:37:09.625445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.625709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.626698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.627657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.628151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.628472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.628777+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' [] [] [2021-07-29T09:37:09.629108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.629368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.630308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T09:37:09.631261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T09:37:09.631748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T09:37:09.632075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T09:37:09.632374+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' [] [] [2021-07-29T09:37:09.632667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T09:37:09.779674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"671c7f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/671c7f","method":"GET"} [] [2021-07-29T10:38:56.698849+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T10:38:56.887356+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T10:38:56.962460+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T10:38:56.966912+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T10:38:56.980990+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T10:38:56.984724+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T10:38:56.988404+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T10:38:56.992209+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T10:38:57.051625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.055006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.061412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:38:57.065159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:38:57.066950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:38:57.067354+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' [] [] [2021-07-29T10:38:57.068890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:38:57.075169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.076149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.076993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:38:57.077526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:38:57.077886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:38:57.078159+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' [] [] [2021-07-29T10:38:57.078418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:38:57.078644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.079529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:38:57.080418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:38:57.080874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:38:57.081155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:38:57.081373+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' [] [] [2021-07-29T10:38:57.081658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:38:57.321236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46d1a1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/46d1a1","method":"GET"} [] [2021-07-29T10:39:14.657577+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T10:39:14.804223+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T10:39:14.819115+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T10:39:14.820492+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T10:39:14.827882+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T10:39:14.829243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T10:39:14.830360+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T10:39:14.831464+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T10:39:14.863594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.864793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.868841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:39:14.870283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:39:14.871402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:39:14.871724+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' [] [] [2021-07-29T10:39:14.872317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:39:14.874824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.875831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.877097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:39:14.877815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:39:14.878228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:39:14.878544+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' [] [] [2021-07-29T10:39:14.878888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:39:14.879164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.880158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T10:39:14.881126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T10:39:14.881634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T10:39:14.881966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T10:39:14.882274+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' [] [] [2021-07-29T10:39:14.882609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T10:39:15.074369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0abc56"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0abc56","method":"GET"} [] [2021-07-29T11:28:33.201270+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:28:33.340347+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:28:33.347467+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:28:33.349130+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:28:33.356812+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:28:33.358398+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:28:33.359816+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:28:33.361159+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:28:33.408225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.409619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.413684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:33.415337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:33.416691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:33.417060+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' [] [] [2021-07-29T11:28:33.417738+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:33.420649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.421736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.422725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:33.423285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:33.423630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:33.424001+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' [] [] [2021-07-29T11:28:33.424344+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:33.424615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.425570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:33.426542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:33.427057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:33.427389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:33.427702+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' [] [] [2021-07-29T11:28:33.428039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:33.633390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"799d43"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/799d43","method":"GET"} [] [2021-07-29T11:28:34.903298+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:28:35.032395+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:28:35.038435+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:28:35.039994+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:28:35.047353+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:28:35.048870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:28:35.050235+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:28:35.051528+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:28:35.086571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.087723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.092052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:35.093642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:35.094975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:35.095304+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' [] [] [2021-07-29T11:28:35.095923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:35.098519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.099510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.100511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:35.101069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:35.101405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:35.101763+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' [] [] [2021-07-29T11:28:35.102112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:35.102387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.103356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:28:35.104332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:28:35.104838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:28:35.105176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:28:35.105488+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' [] [] [2021-07-29T11:28:35.105824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:28:35.310319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ea1b6"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/6ea1b6","method":"GET"} [] [2021-07-29T11:29:23.491707+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/" (from "http://192.168.0.190:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.190:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-07-29T11:29:23.551391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.553741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.563962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:23.565471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:23.566851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:23.567198+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' [] [] [2021-07-29T11:29:23.567791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:23.569949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.570998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.572399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:23.573138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:23.573503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:23.573786+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' [] [] [2021-07-29T11:29:23.574096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:23.574360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.575358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:23.576339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:23.576918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:23.577234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:23.577518+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' [] [] [2021-07-29T11:29:23.577851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:23.706080+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18e577"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/18e577","method":"GET"} [] [2021-07-29T11:29:29.510418+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-07-29T11:29:29.565315+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T11:29:29.634930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.638262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.642637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.644051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.645311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.645685+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' [] [] [2021-07-29T11:29:29.646231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.648747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.649737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.650891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.651466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.651854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.652180+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' [] [] [2021-07-29T11:29:29.652658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.652951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.653910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.654861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.655359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.655684+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.655986+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' [] [] [2021-07-29T11:29:29.656371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.667841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T11:29:29.673285+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T11:29:29.676396+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T11:29:29.679089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.680066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.681029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.681529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.681819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.682078+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' [] [] [2021-07-29T11:29:29.682371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.682597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.683487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.684377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.684839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.685124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.685380+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' [] [] [2021-07-29T11:29:29.685629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.685847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.686738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:29.687642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:29.688082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:29.688361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:29.688568+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' [] [] [2021-07-29T11:29:29.688847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:29.928842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f12173"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/f12173","method":"GET"} [] [2021-07-29T11:29:31.337822+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:29:31.458701+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:29:31.464552+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:29:31.466257+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:29:31.473445+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:29:31.474905+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:29:31.476281+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:29:31.477589+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:29:31.513449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.514676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.519203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:31.520736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:31.522066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:31.522400+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' [] [] [2021-07-29T11:29:31.523012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:31.525649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.526699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.527691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:31.528243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:31.528646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:31.528962+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' [] [] [2021-07-29T11:29:31.529302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:31.529577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.530536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:31.531576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:31.532319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:31.532788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:31.533182+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' [] [] [2021-07-29T11:29:31.533587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:31.739278+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f5e5d"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5f5e5d","method":"GET"} [] [2021-07-29T11:29:33.811989+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T11:29:33.887878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.890205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.900381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.901859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.903170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.903493+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' [] [] [2021-07-29T11:29:33.904095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:33.906779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.908188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.909309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.909912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.910254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.910571+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' [] [] [2021-07-29T11:29:33.910975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:33.911256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.912220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.913211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.913721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.914055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.914371+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' [] [] [2021-07-29T11:29:33.914715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:33.920053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.921110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.922107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.922621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.922991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.923317+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' [] [] [2021-07-29T11:29:33.923728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:33.924081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.925336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.926396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.926951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.927295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.927607+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' [] [] [2021-07-29T11:29:33.927952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:33.928226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.929192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:33.930159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:33.930668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:33.931000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:33.931308+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' [] [] [2021-07-29T11:29:33.931657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.259549+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T11:29:47.384610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.387423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.395687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.396950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.398228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.398555+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' [] [] [2021-07-29T11:29:47.399109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.401252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.402395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.403449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.404042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.404389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.404759+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' [] [] [2021-07-29T11:29:47.405110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.405388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.406376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.407298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.407799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.408126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.408433+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' [] [] [2021-07-29T11:29:47.408769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.409687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.410656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.411639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.412174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.412506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.412820+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' [] [] [2021-07-29T11:29:47.413163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.413434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.414432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.415419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.415937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.416270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.416580+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' [] [] [2021-07-29T11:29:47.416921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.417188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.418146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:29:47.419225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:29:47.420002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:29:47.420435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:29:47.420780+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' [] [] [2021-07-29T11:29:47.421193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:29:47.552845+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14e3f1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/14e3f1","method":"GET"} [] [2021-07-29T11:30:29.514910+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D" (from "http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D\" (from \"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T11:30:29.592442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.594550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.603271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.604622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.606056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.606408+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' [] [] [2021-07-29T11:30:29.606981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:30:29.609132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.610131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.611122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.612024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.612464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.612816+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' [] [] [2021-07-29T11:30:29.613193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:30:29.613462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.614501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.615486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.616017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.616356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.616666+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' [] [] [2021-07-29T11:30:29.617004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:30:29.620869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.621994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.623008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.623619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.623959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.624275+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' [] [] [2021-07-29T11:30:29.624616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:30:29.624891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.625853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.626830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.627356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.627711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.628039+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' [] [] [2021-07-29T11:30:29.628444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:30:29.628745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.629919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:30:29.630982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:30:29.631543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:30:29.631928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:30:29.632227+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' [] [] [2021-07-29T11:30:29.632554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.188782+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-07-29T11:31:13.251662+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-07-29T11:31:13.330559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.332951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.337272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.338726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.340002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.340335+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' [] [] [2021-07-29T11:31:13.340997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.344282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.345490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.346501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.347073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.347431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.347758+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' [] [] [2021-07-29T11:31:13.348116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.348403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.349371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.350360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.350874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.351214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.351534+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' [] [] [2021-07-29T11:31:13.351881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.364354+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-07-29T11:31:13.370216+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-07-29T11:31:13.373444+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-07-29T11:31:13.376455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.377648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.378699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.379278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.379644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.379970+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' [] [] [2021-07-29T11:31:13.380327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.380619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.381586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.382579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.383091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.383429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.383756+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' [] [] [2021-07-29T11:31:13.384106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.384380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.385346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:13.386333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:13.386844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:13.387180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:13.387502+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' [] [] [2021-07-29T11:31:13.387850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:13.706668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"872327"},"request_uri":"http://127.0.0.1:8000/_wdt/872327","method":"GET"} [] [2021-07-29T11:31:14.687220+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-29T11:31:14.808058+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:31:14.813948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:31:14.815689+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:31:14.824476+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:31:14.825977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:31:14.827406+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:31:14.828725+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:31:14.869354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.870613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.875021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:14.876547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:14.877827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:14.878164+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' [] [] [2021-07-29T11:31:14.878797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:14.881918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.883521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.884590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:14.885201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:14.885553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:14.885877+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' [] [] [2021-07-29T11:31:14.886284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:14.886578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.887553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:14.888536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:14.889047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:14.889384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:14.889702+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' [] [] [2021-07-29T11:31:14.890053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:15.178787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3047b3"},"request_uri":"http://127.0.0.1:8000/_wdt/3047b3","method":"GET"} [] [2021-07-29T11:31:16.629610+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D" (from "http://127.0.0.1:8000/assetregister/new")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D\" (from \"http://127.0.0.1:8000/assetregister/new\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/%7B%7B%20path('unit_getunitbyassetid')%20%7D%7D/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-07-29T11:31:16.708789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.711237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.721734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.723236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.724558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.724903+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' [] [] [2021-07-29T11:31:16.725514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:16.727812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.728826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.729831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.730380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.730709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.731060+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' [] [] [2021-07-29T11:31:16.731415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:16.731700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.732693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.733682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.734208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.734610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.734934+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' [] [] [2021-07-29T11:31:16.735282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:16.739871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.740996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.742007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.742580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.742927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.743249+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' [] [] [2021-07-29T11:31:16.743609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:16.743899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.744865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.745853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.746372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.746755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.747103+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' [] [] [2021-07-29T11:31:16.747465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:31:16.747741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.748730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:31:16.749723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:31:16.750246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:31:16.750584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:31:16.750903+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' [] [] [2021-07-29T11:31:16.751252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:13.748471+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-29T11:34:13.898516+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:34:13.905468+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:34:13.907025+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:34:13.914551+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:34:13.916083+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:34:13.917418+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:34:13.918744+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:34:13.984358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:13.985590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:13.990129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:13.991796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:13.993165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:13.993533+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' [] [] [2021-07-29T11:34:13.994214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:13.997179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:13.998201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:13.999195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:13.999739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:14.000095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:14.000530+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' [] [] [2021-07-29T11:34:14.000894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:14.001184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:14.002182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:14.003173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:14.003801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:14.004198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:14.004562+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' [] [] [2021-07-29T11:34:14.004948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:14.288615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ceb70"},"request_uri":"http://127.0.0.1:8000/_wdt/8ceb70","method":"GET"} [] [2021-07-29T11:34:24.908028+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-29T11:34:25.058260+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:34:25.065053+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:34:25.066604+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:34:25.074061+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:34:25.075879+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:34:25.077526+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:34:25.078921+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:34:25.117527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.118738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.123025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:25.124573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:25.126993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:25.127426+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' [] [] [2021-07-29T11:34:25.128192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:25.131058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.132081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.133079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:25.133633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:25.133975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:25.134438+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' [] [] [2021-07-29T11:34:25.134793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:25.135076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.136057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:25.137069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:25.137604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:25.137942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:25.138265+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' [] [] [2021-07-29T11:34:25.138628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:25.418045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dde91"},"request_uri":"http://127.0.0.1:8000/_wdt/9dde91","method":"GET"} [] [2021-07-29T11:34:28.585686+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:34:28.673707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:34:28.772013+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:34:28.799402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.800719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.804949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:28.806485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:28.807725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:28.808064+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' [] [] [2021-07-29T11:34:28.808785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:28.811519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.812598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.813594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:28.814173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:28.814517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:28.814836+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' [] [] [2021-07-29T11:34:28.815186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:28.815465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.816462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:28.817432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:28.817989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:28.818390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:28.818712+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' [] [] [2021-07-29T11:34:28.819057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:33.932251+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:34:34.008457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:34:34.013806+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:34:34.023214+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:34:34.061737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.063013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.067176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.068422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.068829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.069216+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' [] [] [2021-07-29T11:34:34.069823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:34.072369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.073595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.074585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.075144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.075483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.075806+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' [] [] [2021-07-29T11:34:34.076159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:34.076438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.077385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.078354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.078863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.079194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.079507+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' [] [] [2021-07-29T11:34:34.079911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:34.084807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.085875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.086859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.087408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.087746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.088074+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' [] [] [2021-07-29T11:34:34.088603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:34.088957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.089988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.090965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.091502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.091847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.092163+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' [] [] [2021-07-29T11:34:34.092509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:34.092781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.093729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:34.094696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:34.095209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:34.095542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:34.095859+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' [] [] [2021-07-29T11:34:34.096223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:42.779211+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:34:42.841691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:34:42.883521+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:34:42.910452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.911616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.915813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:42.917360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:42.917767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:42.918157+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' [] [] [2021-07-29T11:34:42.918864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:42.921700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.922782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.923784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:42.924345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:42.924691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:42.925024+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' [] [] [2021-07-29T11:34:42.925382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:42.925665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.926627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:42.927615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:42.928140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:42.928473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:42.928841+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' [] [] [2021-07-29T11:34:42.929201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.462567+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:34:44.552382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:34:44.568417+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:34:44.584545+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:34:44.623316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.624587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.628564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.629801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.630160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.630488+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' [] [] [2021-07-29T11:34:44.631072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.633328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.634331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.635267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.635870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.636214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.636537+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' [] [] [2021-07-29T11:34:44.636894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.637175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.638142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.639130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.639641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.639977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.640300+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' [] [] [2021-07-29T11:34:44.640619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.645552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.646592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.647590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.648228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.648612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.648954+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' [] [] [2021-07-29T11:34:44.649325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.649631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.650639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.651627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.652175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.652526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.652850+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' [] [] [2021-07-29T11:34:44.653205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:34:44.653480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.654442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:34:44.655429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:34:44.655938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:34:44.656286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:34:44.656631+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' [] [] [2021-07-29T11:34:44.656984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:04.650611+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:35:04.710329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:35:04.738894+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:35:04.764533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.765695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.769749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:04.771184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:04.771538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:04.771864+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' [] [] [2021-07-29T11:35:04.772526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:04.775297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.776519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.777586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:04.778149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:04.778493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:04.778811+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' [] [] [2021-07-29T11:35:04.779167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:04.779446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.780391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:04.781372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:04.781869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:04.782199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:04.782516+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' [] [] [2021-07-29T11:35:04.782857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:12.169445+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:35:12.306515+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:35:12.312300+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:35:12.313597+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:35:12.320783+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:35:12.322207+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:35:12.323467+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:35:12.324712+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:35:12.358258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.359378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.363297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:12.364669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:12.365024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:12.365334+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' [] [] [2021-07-29T11:35:12.365905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:12.368463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.369791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.370774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:12.371368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:12.371699+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:12.372002+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' [] [] [2021-07-29T11:35:12.372337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:12.372603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.373536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:12.374489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:12.374972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:12.375292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:12.375596+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' [] [] [2021-07-29T11:35:12.375923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:12.647557+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67a9cd"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/67a9cd","method":"GET"} [] [2021-07-29T11:35:14.747539+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:35:14.817532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:35:14.845318+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:35:14.868765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.869920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.873914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:14.875330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:14.875691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:14.876014+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' [] [] [2021-07-29T11:35:14.876609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:14.879447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.880668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.881705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:14.882266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:14.882603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:14.883016+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' [] [] [2021-07-29T11:35:14.883362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:14.883638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.884603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:14.885588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:14.886091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:14.886422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:14.886728+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' [] [] [2021-07-29T11:35:14.887061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:23.264098+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:35:23.333956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:35:23.362323+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:35:23.387126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.388310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.392599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:23.394076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:23.394509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:23.394836+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' [] [] [2021-07-29T11:35:23.395437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:23.398007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.399103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.400133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:23.400716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:23.401054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:23.401366+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' [] [] [2021-07-29T11:35:23.401721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:23.401998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.402991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:23.403999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:23.404593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:23.405057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:23.405381+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' [] [] [2021-07-29T11:35:23.405775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.542905+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:35:37.622251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:35:37.628331+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:35:37.636988+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:35:37.672741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.673935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.677607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.678780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.679136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.679452+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' [] [] [2021-07-29T11:35:37.680066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.682269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.683309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.684301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.684842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.685177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.685492+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' [] [] [2021-07-29T11:35:37.685837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.686108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.687066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.688088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.688718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.689071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.689386+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' [] [] [2021-07-29T11:35:37.689729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.694205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.695230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.696231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.696794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.697134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.697446+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' [] [] [2021-07-29T11:35:37.697787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.698061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.699033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.700023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.700526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.700856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.701166+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' [] [] [2021-07-29T11:35:37.701506+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:37.701770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.702732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:37.703709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:37.704208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:37.704599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:37.704930+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' [] [] [2021-07-29T11:35:37.705297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.560648+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:35:42.624182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:35:42.630278+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:35:42.638927+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:35:42.687085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.688428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.692593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.693812+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.694243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.694565+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' [] [] [2021-07-29T11:35:42.695112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.697275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.698328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.699336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.699991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.700527+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.700946+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' [] [] [2021-07-29T11:35:42.701292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.701573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.702580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.703554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.704083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.704508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.704820+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' [] [] [2021-07-29T11:35:42.705215+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.707248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.708278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.709267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.709808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.710145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.710459+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' [] [] [2021-07-29T11:35:42.710801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.711074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.712035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.713055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.713576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.713911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.714224+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' [] [] [2021-07-29T11:35:42.714568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.714837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.715807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:35:42.716781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:35:42.717280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:35:42.717610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:35:42.717922+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' [] [] [2021-07-29T11:35:42.718259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:35:42.882898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fd763"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/1fd763","method":"GET"} [] [2021-07-29T11:36:58.855202+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:36:58.990262+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:36:58.996441+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:36:58.998056+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:36:59.006009+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:36:59.007573+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:36:59.008963+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:36:59.010347+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:36:59.048591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.049998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.054253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:36:59.055717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:36:59.056179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:36:59.056505+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' [] [] [2021-07-29T11:36:59.057138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:36:59.059785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.060800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.061784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:36:59.062316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:36:59.062660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:36:59.063039+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' [] [] [2021-07-29T11:36:59.063382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:36:59.063652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.064857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:36:59.066027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:36:59.066735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:36:59.067098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:36:59.067419+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' [] [] [2021-07-29T11:36:59.067765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:36:59.325591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd8391"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fd8391","method":"GET"} [] [2021-07-29T11:37:01.019816+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:37:01.094843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:37:01.122988+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:37:01.146435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.147585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.151534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:01.153053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:01.153435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:01.153757+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' [] [] [2021-07-29T11:37:01.154433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:01.157454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.158582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.159576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:01.160176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:01.160536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:01.160853+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' [] [] [2021-07-29T11:37:01.161196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:01.161472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.162451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:01.163430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:01.164003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:01.164336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:01.164643+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' [] [] [2021-07-29T11:37:01.164980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.628136+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:37:02.699653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:37:02.704707+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:37:02.713687+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:37:02.749538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.750727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.754444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.755675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.756039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.756443+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' [] [] [2021-07-29T11:37:02.756994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.759096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.760178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.761430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.762037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.762391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.762706+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' [] [] [2021-07-29T11:37:02.763050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.763324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.764298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.765276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.765778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.766110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.766503+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' [] [] [2021-07-29T11:37:02.766841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.771313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.772379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.773368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.773911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.774251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.774562+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' [] [] [2021-07-29T11:37:02.774906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.775182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.776159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.777326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.777911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.778263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.778583+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' [] [] [2021-07-29T11:37:02.778934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:02.779209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.780195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:02.781176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:02.781672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:02.782011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:02.782317+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' [] [] [2021-07-29T11:37:02.782652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.276463+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:37:09.329934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:37:09.335950+00:00] php.CRITICAL: Uncaught Error: Call to a member function getUnit() on null {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:37:09.344683+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUnit() on null" at C:\Apache24\htdocs\fixedasset\src\Controller\UnitController.php line 151 {"exception":"[object] (Error(code: 0): Call to a member function getUnit() on null at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\UnitController.php:151)"} [] [2021-07-29T11:37:09.392191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.393365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.397023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.398263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.398629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.398956+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' [] [] [2021-07-29T11:37:09.400432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.403689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.404833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.405827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.406391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.406735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.407059+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' [] [] [2021-07-29T11:37:09.407411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.407716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.408706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.409697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.410226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.410629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.410950+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' [] [] [2021-07-29T11:37:09.411295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.412909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.413895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.414879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.415399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.415776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.416228+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' [] [] [2021-07-29T11:37:09.417085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.417674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.418855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.419893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.420463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.420808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.421145+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' [] [] [2021-07-29T11:37:09.421497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.421768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.422735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:09.423751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:09.424283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:09.424626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:09.424945+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' [] [] [2021-07-29T11:37:09.425290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:09.562567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4db204"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4db204","method":"GET"} [] [2021-07-29T11:37:39.890214+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:37:40.005312+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:37:40.010473+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:37:40.010999+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:37:40.017085+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:37:40.017640+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:37:40.018065+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:37:40.018476+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:37:40.054925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.056162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.060298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:40.061690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:40.062043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:40.062370+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' [] [] [2021-07-29T11:37:40.062904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:40.065562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.066615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.067614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:40.068194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:40.068601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:40.068922+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' [] [] [2021-07-29T11:37:40.069270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:40.069545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.070603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:40.071703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:40.072353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:40.072693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:40.073008+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' [] [] [2021-07-29T11:37:40.073336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:40.268778+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea0f82"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/ea0f82","method":"GET"} [] [2021-07-29T11:37:42.043879+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:37:42.116696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:37:42.144279+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:37:42.169038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.170214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.174074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:42.175420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:42.175778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:42.176105+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' [] [] [2021-07-29T11:37:42.176849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:42.179637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.180760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.181754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:42.182314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:42.182659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:42.182973+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' [] [] [2021-07-29T11:37:42.183323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:42.183599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.184551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:42.185553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:42.186164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:42.186506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:42.186822+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' [] [] [2021-07-29T11:37:42.187170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:44.073019+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:37:44.138008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:37:44.154660+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [0] [] [2021-07-29T11:37:44.172810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.174003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.177796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:44.179085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:44.179433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:44.179789+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' [] [] [2021-07-29T11:37:44.180315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:44.182448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.183494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.184780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:44.185591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:44.186059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:44.186387+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' [] [] [2021-07-29T11:37:44.186711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:44.186953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.187957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:44.188945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:44.189495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:44.189811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:44.190092+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' [] [] [2021-07-29T11:37:44.190487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:47.989309+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:37:48.054061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:37:48.080778+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:37:48.104562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.105721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.109645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:48.110990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:48.111343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:48.111661+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' [] [] [2021-07-29T11:37:48.112282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:48.115125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.116349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.117412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:48.117985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:48.118394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:48.118678+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' [] [] [2021-07-29T11:37:48.119029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:37:48.119306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.120284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:37:48.121287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:37:48.121816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:37:48.122152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:37:48.122465+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' [] [] [2021-07-29T11:37:48.122812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:15.308715+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:38:15.426408+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:38:15.431615+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:38:15.432186+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:38:15.438260+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:38:15.438782+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:38:15.439254+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:38:15.439682+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:38:15.478204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.479377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.483444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:15.484838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:15.485194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:15.485515+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' [] [] [2021-07-29T11:38:15.486109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:15.488909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.490035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.491247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:15.492008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:15.492458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:15.492857+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' [] [] [2021-07-29T11:38:15.493207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:15.493488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.494508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:15.495485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:15.496041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:15.496393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:15.496732+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' [] [] [2021-07-29T11:38:15.497085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:15.697466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73529a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/73529a","method":"GET"} [] [2021-07-29T11:38:17.262351+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:38:17.338983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:38:17.366346+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:38:17.389152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.390305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.394235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:17.395688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:17.396045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:17.396384+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' [] [] [2021-07-29T11:38:17.397140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:17.399872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.401070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.402101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:17.402669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:17.403012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:17.403326+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' [] [] [2021-07-29T11:38:17.403676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:17.403947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.404908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:17.405879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:17.406445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:17.406781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:17.407091+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' [] [] [2021-07-29T11:38:17.407430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:20.318330+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-07-29T11:38:20.395306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-07-29T11:38:20.411007+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [0] [] [2021-07-29T11:38:20.428801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.429988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.433609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:20.434824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:20.435185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:20.435502+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' [] [] [2021-07-29T11:38:20.436121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:20.438201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.439192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.440237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:20.441028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:20.441435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:20.441756+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' [] [] [2021-07-29T11:38:20.442123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:38:20.442398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.443421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:38:20.444402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:38:20.444917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:38:20.445252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:38:20.445561+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' [] [] [2021-07-29T11:38:20.445902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:07.323655+00:00] php.DEBUG: Warning: filemtime(): stat failed for C:\Apache24\htdocs\fixedasset\config\routes\fos_js_routing.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\config\\Resource\\FileResource.php","line":65,"trace":[{"file":"C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\config\\Resource\\SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2021-07-29T11:39:13.133854+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:39:13.247286+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:39:13.251712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:39:13.252158+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:39:13.258224+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:39:13.258805+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:39:13.259226+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:39:13.259621+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:39:13.292088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.293400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.297402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:13.298779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:13.299135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:13.299518+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' [] [] [2021-07-29T11:39:13.300103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:13.302634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.303865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.305067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:13.305822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:13.306189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:13.306512+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' [] [] [2021-07-29T11:39:13.306855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:13.307127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.308106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:13.309146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:13.309664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:13.309993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:13.310297+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' [] [] [2021-07-29T11:39:13.310702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:13.518092+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e971d"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2e971d","method":"GET"} [] [2021-07-29T11:39:15.327121+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:39:15.402221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:39:15.429994+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:39:15.454902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.456197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.460247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:15.462176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:15.462653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:15.463001+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' [] [] [2021-07-29T11:39:15.463701+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:15.466707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.467840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.468834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:15.469454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:15.469799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:15.470121+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' [] [] [2021-07-29T11:39:15.470467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:39:15.470738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.471692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:39:15.472666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:39:15.473164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:39:15.473505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:39:15.473817+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' [] [] [2021-07-29T11:39:15.474159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:05.871843+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-07-29T11:40:06.000270+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:40:06.005217+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:40:06.005692+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:40:06.011728+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:40:06.012300+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:40:06.012726+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:40:06.013132+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:40:06.047438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.048757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.053319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:06.054763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:06.055129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:06.055413+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' [] [] [2021-07-29T11:40:06.056029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:06.058676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.059704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.060685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:06.061228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:06.061648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:06.061973+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' [] [] [2021-07-29T11:40:06.062319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:06.062589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.063564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:06.064537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:06.065072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:06.065419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:06.065828+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' [] [] [2021-07-29T11:40:06.066260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:06.262681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"456549"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/456549","method":"GET"} [] [2021-07-29T11:40:09.570478+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-07-29T11:40:09.721547+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-07-29T11:40:09.727958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-07-29T11:40:09.729686+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-07-29T11:40:09.736610+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-07-29T11:40:09.738057+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-07-29T11:40:09.739345+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-07-29T11:40:09.740607+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-07-29T11:40:09.778353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.779693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.784349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:09.785853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:09.786210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:09.786493+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' [] [] [2021-07-29T11:40:09.787121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:09.789905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.790889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.791861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:09.792394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:09.792808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:09.793130+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' [] [] [2021-07-29T11:40:09.793473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:09.793745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.794734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:09.795886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:09.796524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:09.796880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:09.797200+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' [] [] [2021-07-29T11:40:09.797553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:10.072914+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eba64e"},"request_uri":"http://127.0.0.1:8000/_wdt/eba64e","method":"GET"} [] [2021-07-29T11:40:12.443075+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-07-29T11:40:12.519559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-07-29T11:40:12.549498+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-07-29T11:40:12.576567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.577737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.582092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:12.583542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:12.583941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:12.584289+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' [] [] [2021-07-29T11:40:12.585019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:12.587872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.588975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.589980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:12.590547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:12.590901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:12.591229+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' [] [] [2021-07-29T11:40:12.591584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-07-29T11:40:12.591901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.592914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-07-29T11:40:12.593906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-07-29T11:40:12.594522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-07-29T11:40:12.594867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-07-29T11:40:12.595162+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' [] [] [2021-07-29T11:40:12.595521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.533594+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-12T07:31:39.651618+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T07:31:39.819520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.823464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.830236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.834766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.836682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.837062+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' [] [] [2021-08-12T07:31:39.838973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.845338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.846390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.847329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.847946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.848387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.848699+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' [] [] [2021-08-12T07:31:39.849017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.849270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.850292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.851222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.851717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.852014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.852285+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' [] [] [2021-08-12T07:31:39.852668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.874983+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-12T07:31:39.886493+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-12T07:31:39.892077+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-12T07:31:39.897722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.898770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.899722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.900243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.900543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.900813+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' [] [] [2021-08-12T07:31:39.901136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.901368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.902285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.903217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.903675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.903997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.904264+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' [] [] [2021-08-12T07:31:39.904558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:39.904779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.905693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:39.906668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:39.907162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:39.907451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:39.907713+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' [] [] [2021-08-12T07:31:39.908009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:40.302659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cc2bd"},"request_uri":"http://127.0.0.1:8000/_wdt/7cc2bd","method":"GET"} [] [2021-08-12T07:31:48.416902+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-12T07:31:48.557118+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-12T07:31:48.563601+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-12T07:31:48.565086+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-12T07:31:48.576801+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-12T07:31:48.578329+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-12T07:31:48.579615+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-12T07:31:48.580990+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-12T07:31:48.625813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.626947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.631223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:48.632728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:48.634131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:48.634389+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' [] [] [2021-08-12T07:31:48.634934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:48.638689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.639796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.640704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:48.641198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:48.641555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:48.641794+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' [] [] [2021-08-12T07:31:48.642057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:48.642252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.643184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:48.644092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:48.644565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:48.644895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:48.645231+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' [] [] [2021-08-12T07:31:48.645520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:48.985131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09636a"},"request_uri":"http://127.0.0.1:8000/_wdt/09636a","method":"GET"} [] [2021-08-12T07:31:54.143413+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-12T07:31:54.225955+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-12T07:31:54.270183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.271360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.275782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:54.277353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:54.278660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:54.278958+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' [] [] [2021-08-12T07:31:54.279551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:54.282305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.283379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.284511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:54.285149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:54.285469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:54.285750+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' [] [] [2021-08-12T07:31:54.286061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:54.286306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.287286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:54.288223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:54.288717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:54.289179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:54.289513+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' [] [] [2021-08-12T07:31:54.289871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:56.614088+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-12T07:31:56.690268+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-12T07:31:56.733596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.734767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.738996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:56.740465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:56.741817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:56.742127+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' [] [] [2021-08-12T07:31:56.742736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:56.745540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.746543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.747724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:56.748248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:56.748573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:56.748861+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' [] [] [2021-08-12T07:31:56.749179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:56.749428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.750402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:56.751348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:56.751867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:56.752168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:56.752442+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' [] [] [2021-08-12T07:31:56.752739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:58.732451+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-08-12T07:31:58.797356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-08-12T07:31:58.828200+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-12T07:31:58.855552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.856674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.860816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:58.862561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:58.864158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:58.864567+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' [] [] [2021-08-12T07:31:58.865243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:58.868036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.869182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.870223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:58.870878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:58.871250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:58.871549+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' [] [] [2021-08-12T07:31:58.871954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:31:58.872203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.873186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:31:58.874121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:31:58.874613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:31:58.874915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:31:58.875190+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' [] [] [2021-08-12T07:31:58.875489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:55.419046+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-12T07:34:55.549478+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-12T07:34:55.556448+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-12T07:34:55.557948+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-12T07:34:55.565520+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-12T07:34:55.566958+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-12T07:34:55.568244+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-12T07:34:55.569870+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-12T07:34:55.610315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.611494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.615654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:55.617139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:55.618982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:55.619959+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' [] [] [2021-08-12T07:34:55.620841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:55.624077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.625152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.626105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:55.626627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:55.626934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:55.627208+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' [] [] [2021-08-12T07:34:55.627515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:55.627744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.628746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:55.629679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:55.630144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:55.630433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:55.630697+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' [] [] [2021-08-12T07:34:55.630990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:55.901181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4c001"},"request_uri":"http://127.0.0.1:8000/_wdt/b4c001","method":"GET"} [] [2021-08-12T07:34:59.060337+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-12T07:34:59.164860+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-12T07:34:59.206134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.207300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.211407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:59.212873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:59.214139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:59.214543+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' [] [] [2021-08-12T07:34:59.215185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:59.217931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.218971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.219933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:59.220451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:59.220757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:59.221035+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' [] [] [2021-08-12T07:34:59.221345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:34:59.221582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.222506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:34:59.223432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:34:59.223900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:34:59.224192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:34:59.224465+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' [] [] [2021-08-12T07:34:59.224844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:00.523631+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-12T07:35:00.612074+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-12T07:35:00.654083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.655259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.659324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:00.660806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:00.662068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:00.662351+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' [] [] [2021-08-12T07:35:00.662924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:00.665603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.666581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.667547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:00.668044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:00.668424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:00.668698+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' [] [] [2021-08-12T07:35:00.668997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:00.669224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.670291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:00.671320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:00.671861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:00.672199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:00.672517+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' [] [] [2021-08-12T07:35:00.672846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:02.186631+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-08-12T07:35:02.274297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-08-12T07:35:02.304346+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-12T07:35:02.332173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.333310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.337403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:02.338950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:02.340415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:02.340754+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' [] [] [2021-08-12T07:35:02.341398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:02.344284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.345342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.346314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:02.346834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:02.347175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:02.347464+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' [] [] [2021-08-12T07:35:02.347780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:02.348016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.348978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:02.349924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:02.350543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:02.350863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:02.351140+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' [] [] [2021-08-12T07:35:02.351441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:12.898768+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-12T07:35:12.968988+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T07:35:13.044239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.047228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.051532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.052861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.054154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.054480+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' [] [] [2021-08-12T07:35:13.055123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.057448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.058453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.059468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.060032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.060372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.060714+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' [] [] [2021-08-12T07:35:13.061067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.061345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.062443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.063881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.064569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.064868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.065110+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' [] [] [2021-08-12T07:35:13.065376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.079820+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-12T07:35:13.089219+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-12T07:35:13.111210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:13.114285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:13.114829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:13.116418+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-12T07:35:13.117861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.118873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.119788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.120276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.120539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.120772+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' [] [] [2021-08-12T07:35:13.121036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.121233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.122116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.123000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.123495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.123798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.124075+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' [] [] [2021-08-12T07:35:13.124380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.124614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.125553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:13.126480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:13.126947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:13.127237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:13.127551+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' [] [] [2021-08-12T07:35:13.127876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:13.441629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68667d"},"request_uri":"http://127.0.0.1:8000/_wdt/68667d","method":"GET"} [] [2021-08-12T07:35:14.702316+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-12T07:35:14.763974+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T07:35:14.835431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.837978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.842124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.843629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.844954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.845255+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' [] [] [2021-08-12T07:35:14.845815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:14.848733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.849841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.850859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.851717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.852125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.852483+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' [] [] [2021-08-12T07:35:14.852849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:14.853135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.854178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.855169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.855708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.856123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.856441+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' [] [] [2021-08-12T07:35:14.856782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:14.870595+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-12T07:35:14.879273+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-12T07:35:14.903054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:14.905301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:14.905706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:14.907123+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-12T07:35:14.908596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.909593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.910484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.910962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.911226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.911483+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' [] [] [2021-08-12T07:35:14.911754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:14.911951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.912856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.913729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.914156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.914411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.914633+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' [] [] [2021-08-12T07:35:14.914885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:14.915117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.916139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:14.917088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:14.917583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:14.917863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:14.918164+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' [] [] [2021-08-12T07:35:14.918484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:15.188105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67a320"},"request_uri":"http://127.0.0.1:8000/_wdt/67a320","method":"GET"} [] [2021-08-12T07:35:16.381590+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T07:35:16.448088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T07:35:16.499415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.502859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.504172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.505404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.506652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.508413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.509845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T07:35:16.528842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.530003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.534139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:16.535683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:16.536980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:16.537312+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' [] [] [2021-08-12T07:35:16.537928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:16.540918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.542157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.543120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:16.543653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:16.543965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:16.544245+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' [] [] [2021-08-12T07:35:16.544550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:16.544789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.545712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T07:35:16.546639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T07:35:16.547119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T07:35:16.547438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T07:35:16.547722+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' [] [] [2021-08-12T07:35:16.548030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T07:35:16.815796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30c1a9"},"request_uri":"http://127.0.0.1:8000/_wdt/30c1a9","method":"GET"} [] [2021-08-12T08:12:33.060234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:33.063376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:33.074215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.076135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.076645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.076968+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' [] [] [2021-08-12T08:12:33.077664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:12:33.080845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:33.081844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:33.082823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.083352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.083658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.083929+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' [] [] [2021-08-12T08:12:33.084235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:12:33.088040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:33.089093+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 = 'fixedasset' AND TABLE_NAME = 'assetname' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.089908+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 = 'assetname' */ WHERE k.table_name = 'assetname' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.091253+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 = 'assetname' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.092052+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 = 'assetname' [] [] [2021-08-12T08:12:33.092322+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 = 'fixedasset' AND TABLE_NAME = 'assetregister' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.093374+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 = 'assetregister' */ WHERE k.table_name = 'assetregister' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.093863+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 = 'assetregister' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.094372+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 = 'assetregister' [] [] [2021-08-12T08:12:33.094626+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 = 'fixedasset' AND TABLE_NAME = 'businessunit' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.095127+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 = 'businessunit' */ WHERE k.table_name = 'businessunit' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.095417+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 = 'businessunit' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.095760+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 = 'businessunit' [] [] [2021-08-12T08:12:33.096012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.096472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.096756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.097019+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' [] [] [2021-08-12T08:12:33.097266+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 = 'fixedasset' AND TABLE_NAME = 'group' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.097765+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 = 'group' */ WHERE k.table_name = 'group' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.098076+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 = 'group' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.098342+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 = 'group' [] [] [2021-08-12T08:12:33.098585+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 = 'fixedasset' AND TABLE_NAME = 'location' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.099075+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 = 'location' */ WHERE k.table_name = 'location' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.099397+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 = 'location' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.099663+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 = 'location' [] [] [2021-08-12T08:12:33.099911+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 = 'fixedasset' AND TABLE_NAME = 'subgroup' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.100389+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 = 'subgroup' */ WHERE k.table_name = 'subgroup' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.100722+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 = 'subgroup' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.101021+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 = 'subgroup' [] [] [2021-08-12T08:12:33.101325+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 = 'fixedasset' AND TABLE_NAME = 'unit' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.101877+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 = 'unit' */ WHERE k.table_name = 'unit' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.102211+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 = 'unit' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.102482+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 = 'unit' [] [] [2021-08-12T08:12:33.102810+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 = 'fixedasset' AND TABLE_NAME = 'vendor' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:33.103336+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 = 'vendor' */ WHERE k.table_name = 'vendor' AND k.table_schema = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:33.103648+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 = 'vendor' AND TABLE_SCHEMA = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:33.103920+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 = 'vendor' [] [] [2021-08-12T08:12:47.253180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:12:47.267024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:12:47.269265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:12:47.270776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:12:47.271148+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' [] [] [2021-08-12T08:12:47.277949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:12:47.278911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:12:47.279208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:12:47.290416+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-12T08:12:47.318150+00:00] doctrine.DEBUG: CREATE TABLE assetdisposal (id INT AUTO_INCREMENT NOT NULL, assetregister_id INT NOT NULL, disposaldate DATE NOT NULL, disposalamount DOUBLE PRECISION NOT NULL, sellamount DOUBLE PRECISION DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, type INT DEFAULT NULL, status INT DEFAULT NULL, INDEX IDX_417F015CECDCD85C (assetregister_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-08-12T08:12:47.354200+00:00] doctrine.DEBUG: ALTER TABLE assetdisposal ADD CONSTRAINT FK_417F015CECDCD85C FOREIGN KEY (assetregister_id) REFERENCES assetregister (id) [] [] [2021-08-12T08:12:47.421694+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2021-08-12T08:12:47+00:00",130] [] [2021-08-12T08:12:47.429091+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-12T08:21:28.075001+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:21:28.141988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:21:28.246279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.247254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.247961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.248486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.248944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.249345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.249705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:28.268000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.269288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.273715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:28.275307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:28.276745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:28.277014+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' [] [] [2021-08-12T08:21:28.277593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:28.280845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.281980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.282972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:28.283481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:28.283788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:28.284065+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' [] [] [2021-08-12T08:21:28.284374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:28.284589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.285590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:28.286617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:28.287077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:28.287429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:28.287662+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' [] [] [2021-08-12T08:21:28.287920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:28.584303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cbd26"},"request_uri":"http://127.0.0.1:8000/_wdt/5cbd26","method":"GET"} [] [2021-08-12T08:21:31.140081+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:21:31.230159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:21:31.283879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.285489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.286848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.288202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.289433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.291094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.292672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:31.311855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.313060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.317267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:31.318756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:31.320105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:31.320370+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' [] [] [2021-08-12T08:21:31.320930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:31.324223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.325642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.326828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:31.327381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:31.327667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:31.327913+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' [] [] [2021-08-12T08:21:31.328192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:31.328408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.329406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:31.330470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:31.330909+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:31.331166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:31.331392+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' [] [] [2021-08-12T08:21:31.331647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:31.581578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ef4f3"},"request_uri":"http://127.0.0.1:8000/_wdt/9ef4f3","method":"GET"} [] [2021-08-12T08:21:42.869393+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:21:42.958763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:21:43.012161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.013773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.015201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.016622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.017036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.018265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.019507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:43.039040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.040283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.044526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:43.046013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:43.046419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:43.046710+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' [] [] [2021-08-12T08:21:43.047432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:43.050596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.051676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.052667+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:43.053172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:43.053482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:43.053834+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' [] [] [2021-08-12T08:21:43.054174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:43.054432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.055466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:43.056485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:43.056952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:43.057251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:43.057521+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' [] [] [2021-08-12T08:21:43.057815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:43.349245+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8520e0"},"request_uri":"http://127.0.0.1:8000/_wdt/8520e0","method":"GET"} [] [2021-08-12T08:21:54.911189+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:21:54.994855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:21:55.048460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.049213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.049591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.049922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.050253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.050601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.050888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:21:55.069066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.070408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.075190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:55.076805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:55.077183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:55.077483+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' [] [] [2021-08-12T08:21:55.078183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:55.081389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.082504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.083544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:55.084155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:55.084467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:55.084745+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' [] [] [2021-08-12T08:21:55.085049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:55.085301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.086402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:21:55.087511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:21:55.088170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:21:55.088550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:21:55.088838+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' [] [] [2021-08-12T08:21:55.089151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:21:55.394726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78a946"},"request_uri":"http://127.0.0.1:8000/_wdt/78a946","method":"GET"} [] [2021-08-12T08:21:59.894251+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:21:59.977221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:22:00.029594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.031102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.032377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.032784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.034082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.035361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.036627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:22:00.055788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.057013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.061264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:22:00.062695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:22:00.063102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:22:00.063460+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' [] [] [2021-08-12T08:22:00.064317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:22:00.067518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.068639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.069751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:22:00.070338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:22:00.070692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:22:00.071020+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' [] [] [2021-08-12T08:22:00.071478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:22:00.071915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.073004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:22:00.074005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:22:00.074514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:22:00.074820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:22:00.075094+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' [] [] [2021-08-12T08:22:00.075403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:22:00.356258+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d51a07"},"request_uri":"http://127.0.0.1:8000/_wdt/d51a07","method":"GET"} [] [2021-08-12T08:23:08.163337+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:08.250191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:23:08.305565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.306201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.307511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.308761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.310067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.311327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.312542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:08.332198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.333577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.338612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:08.340281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:08.340772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:08.341070+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' [] [] [2021-08-12T08:23:08.341761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:08.345006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.346079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.347104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:08.347606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:08.347905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:08.348177+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' [] [] [2021-08-12T08:23:08.348476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:08.348715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.349731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:08.350755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:08.351229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:08.351607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:08.351877+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' [] [] [2021-08-12T08:23:08.352176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:08.631591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9417e9"},"request_uri":"http://127.0.0.1:8000/_wdt/9417e9","method":"GET"} [] [2021-08-12T08:23:15.097467+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:15.178134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:23:15.229468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.230130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.231466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.232747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.233187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.234468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.235726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:15.253906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.255175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.259545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:15.261127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:15.261598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:15.261892+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' [] [] [2021-08-12T08:23:15.262489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:15.265681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.266878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.267957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:15.268526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:15.268874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:15.269195+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' [] [] [2021-08-12T08:23:15.269543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:15.269830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.270882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:15.271946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:15.272536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:15.272876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:15.273193+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' [] [] [2021-08-12T08:23:15.273536+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:15.534330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34c227"},"request_uri":"http://127.0.0.1:8000/_wdt/34c227","method":"GET"} [] [2021-08-12T08:23:20.022210+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:20.112807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:23:20.164070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.164763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.165161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.165514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.165980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.166359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.166662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:20.183813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.185029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.189210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:20.190763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:20.191183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:20.191513+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' [] [] [2021-08-12T08:23:20.192142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:20.195397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.196590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.197655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:20.198212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:20.198555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:20.198876+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' [] [] [2021-08-12T08:23:20.199311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:20.199601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.200634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:20.201684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:20.202184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:20.202520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:20.202833+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' [] [] [2021-08-12T08:23:20.203175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:20.482280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"116fc1"},"request_uri":"http://127.0.0.1:8000/_wdt/116fc1","method":"GET"} [] [2021-08-12T08:23:24.902804+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:24.969486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:23:25.021195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.022912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.024535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.025028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.026620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.027911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.029159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:25.047590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.048817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.053051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:25.054505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:25.054879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:25.055170+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' [] [] [2021-08-12T08:23:25.055769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:25.058821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.059919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.060932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:25.061435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:25.061825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:25.062103+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' [] [] [2021-08-12T08:23:25.062405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:25.062654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.063647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:25.064633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:25.065093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:25.065387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:25.065653+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' [] [] [2021-08-12T08:23:25.065948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:25.324855+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f50bd"},"request_uri":"http://127.0.0.1:8000/_wdt/6f50bd","method":"GET"} [] [2021-08-12T08:23:57.063310+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:57.134389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:23:57.214047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.214700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.216039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.217285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.218745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.220301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.221651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:23:57.241129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.242403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.246720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:57.248244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:57.248619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:57.248951+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' [] [] [2021-08-12T08:23:57.249643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:57.253449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.254759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.255784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:57.256322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:57.256629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:57.256872+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' [] [] [2021-08-12T08:23:57.257177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:57.257431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.258434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:23:57.259440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:23:57.260023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:23:57.260335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:23:57.260609+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' [] [] [2021-08-12T08:23:57.260955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:23:57.549170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da9b64"},"request_uri":"http://127.0.0.1:8000/_wdt/da9b64","method":"GET"} [] [2021-08-12T08:23:59.917618+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:23:59.996980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:24:00.050910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.051530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.053014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.054382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.054755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.055987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.057358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:00.076012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.077350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.082072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:00.083645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:00.084145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:00.084484+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' [] [] [2021-08-12T08:24:00.085180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:00.088337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.089441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.090409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:00.090910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:00.091208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:00.091484+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' [] [] [2021-08-12T08:24:00.091785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:00.092029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.093025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:00.094029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:00.094516+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:00.094946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:00.095508+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' [] [] [2021-08-12T08:24:00.095857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:00.359888+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"587a50"},"request_uri":"http://127.0.0.1:8000/_wdt/587a50","method":"GET"} [] [2021-08-12T08:24:15.494904+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:24:15.567926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:24:15.646043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.646714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.647126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.647643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.649406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.650677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.651839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:15.671288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.672575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.676793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:15.678414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:15.678822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:15.679148+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' [] [] [2021-08-12T08:24:15.679786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:15.683233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.684458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.685571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:15.686145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:15.686493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:15.686811+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' [] [] [2021-08-12T08:24:15.687157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:15.687447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.688489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:15.689543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:15.690045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:15.690463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:15.690779+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' [] [] [2021-08-12T08:24:15.691116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:15.939668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"711f39"},"request_uri":"http://127.0.0.1:8000/_wdt/711f39","method":"GET"} [] [2021-08-12T08:24:30.212323+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T08:24:30.303688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T08:24:30.356161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.356863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.357363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.357728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.359061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.360285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.361582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T08:24:30.380318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.382134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.386551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:30.387999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:30.388337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:30.388634+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' [] [] [2021-08-12T08:24:30.389234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:30.392320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.393386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.394396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:30.394895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:30.395178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:30.395466+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' [] [] [2021-08-12T08:24:30.395867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:30.396086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.397075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T08:24:30.398319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T08:24:30.398907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T08:24:30.399193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T08:24:30.399428+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' [] [] [2021-08-12T08:24:30.399691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T08:24:30.687837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7faec5"},"request_uri":"http://127.0.0.1:8000/_wdt/7faec5","method":"GET"} [] [2021-08-12T09:11:38.062434+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-12T09:11:38.132198+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T09:11:38.213186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.216265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.220641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.222112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.222605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.222900+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' [] [] [2021-08-12T09:11:38.223476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.226655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.227789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.228830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.229333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.229636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.229917+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' [] [] [2021-08-12T09:11:38.230220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.230470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.231562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.232930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.233522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.233955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.234276+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' [] [] [2021-08-12T09:11:38.234629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.249043+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-12T09:11:38.254661+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-12T09:11:38.277677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:38.278665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:38.279022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:38.280430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-12T09:11:38.282073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.283391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.284419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.284941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.285238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.285473+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' [] [] [2021-08-12T09:11:38.285772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.286023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.287008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.287990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.288461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.288758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.289039+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' [] [] [2021-08-12T09:11:38.289329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.289556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.290518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:38.291508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:38.291968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:38.292255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:38.292498+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' [] [] [2021-08-12T09:11:38.292791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:38.582376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8d65d"},"request_uri":"http://127.0.0.1:8000/_wdt/b8d65d","method":"GET"} [] [2021-08-12T09:11:40.962140+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-12T09:11:41.029021+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T09:11:41.117678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.120139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.124457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.126139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.126522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.126855+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' [] [] [2021-08-12T09:11:41.127487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.130662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.131804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.132876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.133441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.133781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.134095+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' [] [] [2021-08-12T09:11:41.134446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.134823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.135851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.136902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.137420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.137753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.138065+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' [] [] [2021-08-12T09:11:41.138409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.151939+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-12T09:11:41.157054+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-12T09:11:41.180043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:41.181307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:41.181718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:41.183146+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-12T09:11:41.184624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.185723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.186746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.187332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.187653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.187937+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' [] [] [2021-08-12T09:11:41.188257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.188518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.189526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.190530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.191024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.191457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.191791+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' [] [] [2021-08-12T09:11:41.192138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.192424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.193493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:41.194594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:41.195125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:41.195503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:41.195822+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' [] [] [2021-08-12T09:11:41.196170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:41.462823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"593c98"},"request_uri":"http://127.0.0.1:8000/_wdt/593c98","method":"GET"} [] [2021-08-12T09:11:42.080887+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:11:42.153306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:11:42.237423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.239059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.240459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.241837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.243239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.244737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.246548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:42.268841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.270293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.274741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:42.276245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:42.276654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:42.276910+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' [] [] [2021-08-12T09:11:42.277450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:42.281641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.282947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.283988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:42.284477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:42.284744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:42.284977+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' [] [] [2021-08-12T09:11:42.285240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:42.285451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.286413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:42.287363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:42.287775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:42.288120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:42.288349+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' [] [] [2021-08-12T09:11:42.288600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:42.543700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73fee2"},"request_uri":"http://127.0.0.1:8000/_wdt/73fee2","method":"GET"} [] [2021-08-12T09:11:50.543543+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:11:50.614081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:11:50.665102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.665707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.666072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.666422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.666805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.667152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.667438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:50.684838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.686064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.690499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:50.692548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:50.692954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:50.693293+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' [] [] [2021-08-12T09:11:50.693937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:50.697012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.698098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.699178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:50.699732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:50.700072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:50.700362+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' [] [] [2021-08-12T09:11:50.700702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:50.700990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.702023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:50.703067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:50.703699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:50.704073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:50.704469+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' [] [] [2021-08-12T09:11:50.704861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:50.962455+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec804d"},"request_uri":"http://127.0.0.1:8000/_wdt/ec804d","method":"GET"} [] [2021-08-12T09:11:54.539991+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:11:54.630496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:11:54.681242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.681799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.682151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.682487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.682844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.683274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.683588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:54.701024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.702267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.706749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:54.708309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:54.708658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:54.708967+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' [] [] [2021-08-12T09:11:54.709600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:54.712672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.713735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.714751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:54.715254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:54.715559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:54.715838+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' [] [] [2021-08-12T09:11:54.716233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:54.716483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.717477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:54.718471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:54.718932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:54.719228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:54.719502+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' [] [] [2021-08-12T09:11:54.719800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:54.967782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"773109"},"request_uri":"http://127.0.0.1:8000/_wdt/773109","method":"GET"} [] [2021-08-12T09:11:57.776639+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/edit","method":"GET"} [] [2021-08-12T09:11:57.845231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:11:57.936944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.937945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.938491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.983177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.983799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.984193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.984553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:11:57.987903+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-12T09:11:57.989841+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-12T09:11:57.990294+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-12T09:11:57.990788+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-12T09:11:57.991238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-12T09:11:57.991653+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-12T09:11:57.992056+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-12T09:11:58.029427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.030644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.034899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:58.036344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:58.036732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:58.036974+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' [] [] [2021-08-12T09:11:58.037504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:58.040498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.041618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.042628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:58.043110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:58.043372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:58.043600+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' [] [] [2021-08-12T09:11:58.043857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:58.044061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.045188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:11:58.046334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:11:58.046861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:11:58.047160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:11:58.047445+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' [] [] [2021-08-12T09:11:58.047752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:11:58.351274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9c0fe"},"request_uri":"http://127.0.0.1:8000/_wdt/e9c0fe","method":"GET"} [] [2021-08-12T09:15:08.911534+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:15:08.995342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:15:09.059474+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 174 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:174)"} [] [2021-08-12T09:15:09.125210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.126460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.130604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.132724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.133259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.133704+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' [] [] [2021-08-12T09:15:09.134407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.137530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.138626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.139674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.140217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.140556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.140870+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' [] [] [2021-08-12T09:15:09.141216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.141499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.142526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.143567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.144072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.144403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.144820+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' [] [] [2021-08-12T09:15:09.145163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.146218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.147288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.148486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.149063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.149378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.149656+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' [] [] [2021-08-12T09:15:09.149963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.150228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.151266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.152265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.152725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.152990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.153253+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' [] [] [2021-08-12T09:15:09.153557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.153799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.154794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:09.155787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:09.156244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:09.156535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:09.156807+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' [] [] [2021-08-12T09:15:09.157103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:09.403466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3239b"},"request_uri":"http://127.0.0.1:8000/_wdt/e3239b","method":"GET"} [] [2021-08-12T09:15:34.724083+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:15:34.789904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:15:34.851042+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 174 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:174)"} [] [2021-08-12T09:15:34.903020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.904273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.908453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.909858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.910180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.910466+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' [] [] [2021-08-12T09:15:34.911034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:34.914043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.915082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.916098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.916578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.916882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.917168+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' [] [] [2021-08-12T09:15:34.917597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:34.917883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.919089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.920112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.920622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.920929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.921203+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' [] [] [2021-08-12T09:15:34.921508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:34.922544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.923540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.924572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.925212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.925595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.925919+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' [] [] [2021-08-12T09:15:34.926272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:34.926570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.927662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.928722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.929244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.929577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.929894+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' [] [] [2021-08-12T09:15:34.930238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:34.930522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.931558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:15:34.932689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:15:34.933399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:15:34.933762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:15:34.934085+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' [] [] [2021-08-12T09:15:34.934551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:15:35.128627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64f770"},"request_uri":"http://127.0.0.1:8000/_wdt/64f770","method":"GET"} [] [2021-08-12T09:16:14.270294+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-12T09:16:14.336037+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-12T09:16:14.430955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.433418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.437648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.439260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.439635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.439963+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' [] [] [2021-08-12T09:16:14.440534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.443235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.444401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.445516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.446099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.446446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.446815+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' [] [] [2021-08-12T09:16:14.447168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.447462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.448520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.449576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.450052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.450389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.450705+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' [] [] [2021-08-12T09:16:14.451017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.464705+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-12T09:16:14.470075+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-12T09:16:14.493238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:14.494267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:14.494628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:14.496050+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-12T09:16:14.497535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.498619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.499695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.500243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.500587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.500912+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' [] [] [2021-08-12T09:16:14.501264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.501530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.502789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.504064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.504660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.505007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.505331+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' [] [] [2021-08-12T09:16:14.505683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.505970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.507016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:14.508112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:14.508629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:14.508968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:14.509331+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' [] [] [2021-08-12T09:16:14.509679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:14.796733+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"828ce4"},"request_uri":"http://127.0.0.1:8000/_wdt/828ce4","method":"GET"} [] [2021-08-12T09:16:15.996523+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:16:16.068070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:16:16.148117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.148691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.149047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.149383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.149729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.150051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.150359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:16:16.168054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.169397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.173764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:16.175671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:16.176115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:16.176427+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' [] [] [2021-08-12T09:16:16.177026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:16.180141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.181270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.182294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:16.182810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:16.183120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:16.183393+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' [] [] [2021-08-12T09:16:16.183698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:16.183947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.184949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:16:16.185945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:16:16.186463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:16:16.186771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:16:16.187050+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' [] [] [2021-08-12T09:16:16.187354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:16:16.466542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0cc11"},"request_uri":"http://127.0.0.1:8000/_wdt/c0cc11","method":"GET"} [] [2021-08-12T09:25:53.105441+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:25:53.179076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:25:53.231898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.232509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.232897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.233277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.233660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.234122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.234475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:25:53.252704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.254119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.258502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:25:53.260114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:25:53.260594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:25:53.260950+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' [] [] [2021-08-12T09:25:53.261648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:25:53.264937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.266033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.267222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:25:53.267814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:25:53.268163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:25:53.268488+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' [] [] [2021-08-12T09:25:53.268849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:25:53.269100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.270096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:25:53.271046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:25:53.271506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:25:53.271794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:25:53.272055+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' [] [] [2021-08-12T09:25:53.272309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:25:53.594601+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c9fd9"},"request_uri":"http://127.0.0.1:8000/_wdt/3c9fd9","method":"GET"} [] [2021-08-12T09:26:00.441503+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-12T09:26:00.510203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-12T09:26:00.560755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.561359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.561802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.562191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.562593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.562976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.563338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-12T09:26:00.580555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.581836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.586480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:26:00.588108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:26:00.588469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:26:00.588768+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' [] [] [2021-08-12T09:26:00.589382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:26:00.592527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.593784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.594877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:26:00.595429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:26:00.595823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:26:00.596146+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' [] [] [2021-08-12T09:26:00.596495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:26:00.596757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.597785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-12T09:26:00.598818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-12T09:26:00.599323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-12T09:26:00.599655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-12T09:26:00.599969+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' [] [] [2021-08-12T09:26:00.600309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-12T09:26:00.865110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0737d"},"request_uri":"http://127.0.0.1:8000/_wdt/c0737d","method":"GET"} [] [2021-08-16T04:00:26.098690+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:00:26.234112+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:00:26.401564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.411079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.417845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.421316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.422094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.422421+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' [] [] [2021-08-16T04:00:26.423332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.428646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.429777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.430861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.431440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.431798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.432095+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' [] [] [2021-08-16T04:00:26.432429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.432687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.433713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.434814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.435330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.435619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.435874+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' [] [] [2021-08-16T04:00:26.436160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.458929+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:00:26.468422+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:00:26.496249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:26.497613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:26.497955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:26.499876+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:00:26.501795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.502862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.503868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.504424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.504730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.504978+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' [] [] [2021-08-16T04:00:26.505249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.505469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.506514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.507469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.507949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.508215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.508452+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' [] [] [2021-08-16T04:00:26.508717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.508922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.509962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:26.510978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:26.511487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:26.511772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:26.512017+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' [] [] [2021-08-16T04:00:26.512300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:26.830420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0a034"},"request_uri":"http://127.0.0.1:8000/_wdt/f0a034","method":"GET"} [] [2021-08-16T04:00:28.629088+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:00:28.696392+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:00:28.790229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.792786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.797221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.798736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.799218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.799549+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' [] [] [2021-08-16T04:00:28.800204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:28.803508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.804661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.805758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.806340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.806720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.806997+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' [] [] [2021-08-16T04:00:28.807318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:28.807573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.808589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.809596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.810070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.810359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.810623+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' [] [] [2021-08-16T04:00:28.810915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:28.823914+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:00:28.829175+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:00:28.851779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:28.852889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:28.853337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:00:28.854836+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:00:28.856423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.857529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.858547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.859069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.859388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.859672+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' [] [] [2021-08-16T04:00:28.859955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:28.860220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.861274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.862357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.863292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.863732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.864056+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' [] [] [2021-08-16T04:00:28.864384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:28.864622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.865691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:28.866691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:28.867206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:28.867503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:28.867743+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' [] [] [2021-08-16T04:00:28.868032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:29.136314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85b862"},"request_uri":"http://127.0.0.1:8000/_wdt/85b862","method":"GET"} [] [2021-08-16T04:00:54.606798+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-16T04:00:54.772131+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T04:00:54.781921+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T04:00:54.782456+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T04:00:54.789933+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T04:00:54.790663+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T04:00:54.791209+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T04:00:54.791635+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T04:00:54.835140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.836448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.840767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:54.842284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:54.842684+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:54.842930+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' [] [] [2021-08-16T04:00:54.843511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:54.846617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.847738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.848815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:54.849349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:54.849655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:54.849889+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' [] [] [2021-08-16T04:00:54.850194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:54.850470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.851667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:00:54.852807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:00:54.853357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:00:54.853665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:00:54.854004+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' [] [] [2021-08-16T04:00:54.854313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:00:55.168523+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b99acb"},"request_uri":"http://127.0.0.1:8000/_wdt/b99acb","method":"GET"} [] [2021-08-16T04:17:20.714419+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:17:20.785544+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:17:20.870753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.873423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.877712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.879307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.879788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.880187+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' [] [] [2021-08-16T04:17:20.881147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:20.884685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.885857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.886857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.887416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.887686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.887920+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' [] [] [2021-08-16T04:17:20.888184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:20.888390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.889341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.890284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.890699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.890947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.891168+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' [] [] [2021-08-16T04:17:20.891417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:20.905329+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:17:20.910954+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:17:20.935741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:20.936759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:20.937125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:20.938564+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:17:20.940335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.941496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.942587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.943173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.943514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.943831+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' [] [] [2021-08-16T04:17:20.944186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:20.944479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.945505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.946580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.947180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.947690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.948096+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' [] [] [2021-08-16T04:17:20.948418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:20.948691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.949825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:20.950825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:20.951334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:20.951639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:20.951914+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' [] [] [2021-08-16T04:17:20.952216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:21.256609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d887c"},"request_uri":"http://127.0.0.1:8000/_wdt/9d887c","method":"GET"} [] [2021-08-16T04:17:25.460076+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:17:25.529132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:17:25.584899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.585555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.585983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.586417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.586908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.587299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.587688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:25.605080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.606442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.610625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:25.612038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:25.612407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:25.612861+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' [] [] [2021-08-16T04:17:25.614622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:25.618016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.619149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.620211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:25.620745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:25.621052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:25.621456+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' [] [] [2021-08-16T04:17:25.621812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:25.622110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.623185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:25.624240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:25.624801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:25.625146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:25.625468+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' [] [] [2021-08-16T04:17:25.625810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:25.892559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42c89b"},"request_uri":"http://127.0.0.1:8000/_wdt/42c89b","method":"GET"} [] [2021-08-16T04:17:30.339337+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:17:30.408082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:17:30.458812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.459507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.459924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.460309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.460700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.461086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.461477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:17:30.478303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.479635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.484165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:30.485640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:30.485991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:30.486275+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' [] [] [2021-08-16T04:17:30.486848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:30.489880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.490923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.491922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:30.492409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:30.492760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:30.493037+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' [] [] [2021-08-16T04:17:30.493337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:30.493615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.494598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:17:30.495582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:17:30.496069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:17:30.496432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:17:30.496757+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' [] [] [2021-08-16T04:17:30.497104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:17:30.748663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7a889"},"request_uri":"http://127.0.0.1:8000/_wdt/a7a889","method":"GET"} [] [2021-08-16T04:39:54.709999+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:39:54.781954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:39:54.833939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.834688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.835110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.835506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.835900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.836258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.836621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:39:54.854289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.855606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.860186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:39:54.861843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:39:54.862233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:39:54.862525+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' [] [] [2021-08-16T04:39:54.863119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:39:54.866260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.867357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.868369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:39:54.868877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:39:54.869178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:39:54.869452+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' [] [] [2021-08-16T04:39:54.869758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:39:54.870008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.871019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:39:54.872008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:39:54.872474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:39:54.872771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:39:54.873040+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' [] [] [2021-08-16T04:39:54.873341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:39:55.139464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95dbcc"},"request_uri":"http://127.0.0.1:8000/_wdt/95dbcc","method":"GET"} [] [2021-08-16T04:40:21.990392+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:40:22.059584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:40:22.114832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.115473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.115888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.116256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.116633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.117002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.117418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:40:22.136345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.137576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.141836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:40:22.143324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:40:22.143782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:40:22.144116+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' [] [] [2021-08-16T04:40:22.144743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:40:22.147866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.148978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.150000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:40:22.150542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:40:22.150958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:40:22.151353+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' [] [] [2021-08-16T04:40:22.151770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:40:22.152089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.153191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:40:22.154244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:40:22.154790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:40:22.155135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:40:22.155508+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' [] [] [2021-08-16T04:40:22.155860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:40:22.459781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"099bda"},"request_uri":"http://127.0.0.1:8000/_wdt/099bda","method":"GET"} [] [2021-08-16T04:41:52.882967+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:41:52.956648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:41:53.011320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.012030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.012463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.012849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.013245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.013591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.013949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:41:53.032030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.033276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.037879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:41:53.039520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:41:53.039881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:41:53.040174+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' [] [] [2021-08-16T04:41:53.040764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:41:53.044325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.045563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:41:53.047500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:41:53.047841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:41:53.048129+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' [] [] [2021-08-16T04:41:53.048440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:41:53.048703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.049822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:41:53.051003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:41:53.051653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:41:53.051969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:41:53.052264+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' [] [] [2021-08-16T04:41:53.052629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:41:53.335241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bdee1"},"request_uri":"http://127.0.0.1:8000/_wdt/0bdee1","method":"GET"} [] [2021-08-16T04:43:40.023017+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:43:40.088629+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:43:40.176041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.178577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.182499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.183781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.184202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.184566+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' [] [] [2021-08-16T04:43:40.185138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.187717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.188833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.190013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.190757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.191116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.191437+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' [] [] [2021-08-16T04:43:40.191796+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.192093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.193168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.194251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.194825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.195174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.195454+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' [] [] [2021-08-16T04:43:40.195827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.209106+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:43:40.214413+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:43:40.236722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:40.237719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:40.238057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:40.239428+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:43:40.241382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.242600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.243676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.244236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.244577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.244891+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' [] [] [2021-08-16T04:43:40.245241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.245537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.246571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.247624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.248130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.248461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.248838+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' [] [] [2021-08-16T04:43:40.249179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.249456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.250487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:40.251542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:40.252051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:40.252382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:40.252665+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' [] [] [2021-08-16T04:43:40.253003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:40.535560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d5c6c"},"request_uri":"http://127.0.0.1:8000/_wdt/7d5c6c","method":"GET"} [] [2021-08-16T04:43:42.159603+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:43:42.226855+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:43:42.312275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.315080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.319453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.320935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.321359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.321684+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' [] [] [2021-08-16T04:43:42.322296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.325381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.326484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.327548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.328086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.328430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.328750+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' [] [] [2021-08-16T04:43:42.329102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.329387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.330628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.331670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.332304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.332698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.332988+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' [] [] [2021-08-16T04:43:42.333299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.346069+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:43:42.351428+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:43:42.374030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:42.375075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:42.375469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:42.376905+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:43:42.378393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.379483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.380601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.381258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.381607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.381928+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' [] [] [2021-08-16T04:43:42.382281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.382584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.383646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.384705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.385270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.385604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.385929+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' [] [] [2021-08-16T04:43:42.386291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.386564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.387630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:42.388640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:42.389170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:42.389476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:42.389752+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' [] [] [2021-08-16T04:43:42.390058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:42.644161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbd107"},"request_uri":"http://127.0.0.1:8000/_wdt/bbd107","method":"GET"} [] [2021-08-16T04:43:44.764853+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/edit","method":"GET"} [] [2021-08-16T04:43:44.837308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:43:44.935939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.937056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.937504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.939909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.941154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.941675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.942073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:44.945410+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T04:43:44.947246+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T04:43:44.947671+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T04:43:44.948119+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T04:43:44.948502+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T04:43:44.948867+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T04:43:44.949224+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T04:43:44.988228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:44.989924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:44.994264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:44.995745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:44.996079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:44.996361+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' [] [] [2021-08-16T04:43:44.996931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:45.000012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:45.001048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:45.002058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:45.002604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:45.002913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:45.003188+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' [] [] [2021-08-16T04:43:45.003489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:45.003729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:45.004725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:45.005746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:45.006415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:45.006811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:45.007129+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' [] [] [2021-08-16T04:43:45.007478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:45.249088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"934a6a"},"request_uri":"http://127.0.0.1:8000/_wdt/934a6a","method":"GET"} [] [2021-08-16T04:43:47.175499+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:43:47.241417+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:43:47.306520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.308960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.312747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.314087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.314849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.315238+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' [] [] [2021-08-16T04:43:47.315884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.318418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.319507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.320497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.321013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.321318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.321607+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' [] [] [2021-08-16T04:43:47.321913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.322214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.323282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.324326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.324848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.325185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.325558+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' [] [] [2021-08-16T04:43:47.325907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.338540+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:43:47.343794+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:43:47.366718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:47.367759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:47.368159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:47.369589+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:43:47.371153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.372286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.373452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.374015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.374364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.374686+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' [] [] [2021-08-16T04:43:47.375035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.375335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.376378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.377447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.378021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.378385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.378692+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' [] [] [2021-08-16T04:43:47.379007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.379278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.380362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:47.381566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:47.382121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:47.382437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:47.382718+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' [] [] [2021-08-16T04:43:47.383030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:47.638598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bb84a"},"request_uri":"http://127.0.0.1:8000/_wdt/1bb84a","method":"GET"} [] [2021-08-16T04:43:49.026106+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T04:43:49.111657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:43:49.162542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.163181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.163585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.164005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.164420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.164850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.165234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:43:49.182059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.183292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.187578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:49.189199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:49.189563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:49.189852+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' [] [] [2021-08-16T04:43:49.190432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:49.193429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.194477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.195536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:49.196106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:49.196413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:49.196688+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' [] [] [2021-08-16T04:43:49.196997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:49.197242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.198238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:43:49.199250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:43:49.199787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:43:49.200053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:43:49.200282+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' [] [] [2021-08-16T04:43:49.200543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:43:49.444051+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acf828"},"request_uri":"http://127.0.0.1:8000/_wdt/acf828","method":"GET"} [] [2021-08-16T04:44:37.901606+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/edit","method":"GET"} [] [2021-08-16T04:44:37.984782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:44:38.074304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.075552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.076053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.076834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.077300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.077729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.078129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:38.081466+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T04:44:38.083197+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T04:44:38.083582+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T04:44:38.084021+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T04:44:38.084411+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T04:44:38.084775+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T04:44:38.085123+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T04:44:38.121955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.123231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.127445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:38.128847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:38.129191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:38.129474+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' [] [] [2021-08-16T04:44:38.130045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:38.133130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.134187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.135228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:38.135747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:38.136107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:38.136493+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' [] [] [2021-08-16T04:44:38.136832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:38.137115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.138262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:38.139288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:38.139900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:38.140242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:38.140529+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' [] [] [2021-08-16T04:44:38.140881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:38.396142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6e86f"},"request_uri":"http://127.0.0.1:8000/_wdt/c6e86f","method":"GET"} [] [2021-08-16T04:44:41.513549+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/edit","method":"POST"} [] [2021-08-16T04:44:41.582389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T04:44:41.675375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.676435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.676874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.677596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.678025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.678388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.678750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:41.692284+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-16T04:44:41.694095+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-08-16T04:44:41.694644+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-16T04:44:41.709946+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-08-16T04:44:41.710721+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-16T04:44:41.711266+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-16T04:44:41.711842+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-08-16T04:44:41.846061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.847273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.851914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:41.853512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:41.853884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:41.854265+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' [] [] [2021-08-16T04:44:41.854892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:41.858101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.859251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.860268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:41.860794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:41.861102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:41.861379+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' [] [] [2021-08-16T04:44:41.861689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:41.861942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.862970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:41.863942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:41.864386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:41.864700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:41.864988+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' [] [] [2021-08-16T04:44:41.865323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.021472+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:44:42.088783+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:44:42.164677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.167397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.171695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.172840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.173136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.173377+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' [] [] [2021-08-16T04:44:42.173868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.176272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.177379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.178659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.179206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.179577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.179857+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' [] [] [2021-08-16T04:44:42.180164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.180421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.181429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.182420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.182900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.183293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.183613+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' [] [] [2021-08-16T04:44:42.184030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.196577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:44:42.201835+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:44:42.223996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:42.224990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:42.225350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:44:42.226756+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:44:42.230923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.232031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.233022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.233588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.233966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.234348+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' [] [] [2021-08-16T04:44:42.234747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.235045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.236111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.237159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.237727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.238065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.238378+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' [] [] [2021-08-16T04:44:42.238720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.238999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.240022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:44:42.241131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:44:42.241670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:44:42.241984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:44:42.242266+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' [] [] [2021-08-16T04:44:42.242573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:44:42.512018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad833e"},"request_uri":"http://127.0.0.1:8000/_wdt/ad833e","method":"GET"} [] [2021-08-16T04:45:23.638152+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-16T04:45:23.764831+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T04:45:23.773683+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T04:45:23.774276+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T04:45:23.781656+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T04:45:23.782263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T04:45:23.782759+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T04:45:23.783202+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T04:45:23.826114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.827669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.832024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:23.833481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:23.833848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:23.834182+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' [] [] [2021-08-16T04:45:23.834830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:23.837996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.839092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.840161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:23.840742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:23.841087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:23.841514+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' [] [] [2021-08-16T04:45:23.842600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:23.843255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.844456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:23.845487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:23.846021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:23.846394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:23.846672+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' [] [] [2021-08-16T04:45:23.846981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:24.124977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7bb75"},"request_uri":"http://127.0.0.1:8000/_wdt/c7bb75","method":"GET"} [] [2021-08-16T04:45:25.400355+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:45:25.468158+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:45:25.543680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.546132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.550800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.552166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.552521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.552795+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' [] [] [2021-08-16T04:45:25.553323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.555857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.557075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.558116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.558611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.558921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.559174+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' [] [] [2021-08-16T04:45:25.559481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.559732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.560729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.561733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.562268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.562622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.562940+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' [] [] [2021-08-16T04:45:25.563289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.577394+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:45:25.583398+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:45:25.606418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:25.607417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:25.607780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:25.609167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:45:25.610662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.611788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.612800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.613325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.613630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.613909+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' [] [] [2021-08-16T04:45:25.614279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.614813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.616517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.618347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.619045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.619374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.619658+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' [] [] [2021-08-16T04:45:25.619943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.620168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.621292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:25.622324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:25.622793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:25.623056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:25.623284+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' [] [] [2021-08-16T04:45:25.623544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:25.910042+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a29b2"},"request_uri":"http://127.0.0.1:8000/_wdt/2a29b2","method":"GET"} [] [2021-08-16T04:45:27.879317+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-16T04:45:28.015065+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T04:45:28.023930+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T04:45:28.024465+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T04:45:28.030900+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T04:45:28.031468+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T04:45:28.031939+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T04:45:28.032375+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T04:45:28.072923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.074209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.078461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:28.079904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:28.080259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:28.080575+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' [] [] [2021-08-16T04:45:28.081186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:28.084290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.085342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.086399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:28.086992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:28.087398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:28.087723+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' [] [] [2021-08-16T04:45:28.088075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:28.088368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.089562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:28.090641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:28.091261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:28.091604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:28.091940+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' [] [] [2021-08-16T04:45:28.092263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:28.355010+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2890ce"},"request_uri":"http://127.0.0.1:8000/_wdt/2890ce","method":"GET"} [] [2021-08-16T04:45:29.407813+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T04:45:29.476008+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T04:45:29.547957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.550434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.554252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.555435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.555818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.556102+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' [] [] [2021-08-16T04:45:29.556625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.559093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.560141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.561364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.562310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.562759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.563141+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' [] [] [2021-08-16T04:45:29.563457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.563722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.564790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.565801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.566292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.566589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.566922+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' [] [] [2021-08-16T04:45:29.567221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.581047+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T04:45:29.586033+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T04:45:29.608529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:29.609795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:29.610278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T04:45:29.612056+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T04:45:29.613659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.614750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.615757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.616272+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.616576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.616854+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' [] [] [2021-08-16T04:45:29.617163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.617419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.618436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.619469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.619977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.620286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.620586+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' [] [] [2021-08-16T04:45:29.620902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.621155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.622186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T04:45:29.623186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T04:45:29.623663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T04:45:29.623961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T04:45:29.624235+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' [] [] [2021-08-16T04:45:29.624538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T04:45:29.880874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e07d96"},"request_uri":"http://127.0.0.1:8000/_wdt/e07d96","method":"GET"} [] [2021-08-16T05:00:04.950388+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-16T05:00:05.016697+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T05:00:05.100880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.103748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.108176+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.109769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.110171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.110459+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' [] [] [2021-08-16T05:00:05.111055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.114344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.115478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.116724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.117266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.117579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.117853+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' [] [] [2021-08-16T05:00:05.118157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.118405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.119438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.120469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.120999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.121289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.121556+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' [] [] [2021-08-16T05:00:05.121851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.134963+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-16T05:00:05.139991+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-16T05:00:05.143080+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-16T05:00:05.150679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.151835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.152882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.153409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.153742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.154078+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' [] [] [2021-08-16T05:00:05.154436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.154736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.155863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.156936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.157458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.157793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.158077+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' [] [] [2021-08-16T05:00:05.158388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.158639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.159662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:05.160661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:05.161142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:05.161444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:05.161719+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' [] [] [2021-08-16T05:00:05.162026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:05.471884+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d4b96"},"request_uri":"http://127.0.0.1:8000/_wdt/6d4b96","method":"GET"} [] [2021-08-16T05:00:20.864980+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T05:00:20.922195+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T05:00:20.986036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:20.989011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:20.992998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:20.994329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:20.994678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:20.994992+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' [] [] [2021-08-16T05:00:20.995531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:20.998060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:20.999149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.000171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:21.000695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:21.001106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:21.001408+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' [] [] [2021-08-16T05:00:21.001731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:21.001991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.003138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.004817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:21.005418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:21.005693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:21.005929+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' [] [] [2021-08-16T05:00:21.006194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:21.018139+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T05:00:21.023515+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T05:00:21.047805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:21.048991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:21.049460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:21.051166+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T05:00:21.053217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.054984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.056226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:21.056828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:21.057176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:21.057474+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' [] [] [2021-08-16T05:00:21.057791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:21.058059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.059156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.060192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:21.060690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:21.060995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:21.061283+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' [] [] [2021-08-16T05:00:21.061586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:21.061831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.062865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:21.063946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:21.064488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:21.064806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:21.065114+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' [] [] [2021-08-16T05:00:21.065427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:21.333339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63498"},"request_uri":"http://127.0.0.1:8000/_wdt/a63498","method":"GET"} [] [2021-08-16T05:00:23.036509+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:00:23.108491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:00:23.164669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.165236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.165598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.165908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.166221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.166511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.166782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:00:23.184556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.185830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.190040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:23.191482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:23.191783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:23.192025+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' [] [] [2021-08-16T05:00:23.192576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:23.196039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.197223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.198258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:23.198771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:23.199056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:23.199296+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' [] [] [2021-08-16T05:00:23.199564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:23.199776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.200870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:00:23.201876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:00:23.202350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:00:23.202628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:00:23.202864+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' [] [] [2021-08-16T05:00:23.203139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:00:23.455796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e80666"},"request_uri":"http://127.0.0.1:8000/_wdt/e80666","method":"GET"} [] [2021-08-16T05:33:34.903450+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:33:34.980656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:33:35.032245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.032821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.033180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.033580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.033929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.034268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.034577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:33:35.052179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.053449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.058218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:33:35.059839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:33:35.060187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:33:35.060487+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' [] [] [2021-08-16T05:33:35.061079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:33:35.064175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.065263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.066264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:33:35.066772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:33:35.067078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:33:35.067407+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' [] [] [2021-08-16T05:33:35.067713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:33:35.067965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.068961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:33:35.069949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:33:35.070452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:33:35.070900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:33:35.071247+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' [] [] [2021-08-16T05:33:35.071593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:33:35.333749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9968c1"},"request_uri":"http://127.0.0.1:8000/_wdt/9968c1","method":"GET"} [] [2021-08-16T05:36:51.713574+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:36:51.799682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:36:51.901321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.901919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.902312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.902670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.903034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.903422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.903767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:51.922558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.924631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.929006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:51.930487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:51.930802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:51.931040+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' [] [] [2021-08-16T05:36:51.931570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:51.934655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.935711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.936661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:51.937193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:51.937460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:51.937686+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' [] [] [2021-08-16T05:36:51.937942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:51.938143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.939319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:51.940801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:51.941421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:51.941714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:51.941954+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' [] [] [2021-08-16T05:36:51.942219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:52.205351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39dee4"},"request_uri":"http://127.0.0.1:8000/_wdt/39dee4","method":"GET"} [] [2021-08-16T05:36:56.656749+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:36:56.746368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:36:56.797669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.798312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.798710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.799104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.799529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.799944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.800326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:36:56.817674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.818876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.823328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:56.824972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:56.825365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:56.825671+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' [] [] [2021-08-16T05:36:56.826396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:56.829508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.830635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.831648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:56.832179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:56.832489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:56.832766+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' [] [] [2021-08-16T05:36:56.833070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:56.833321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.834304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:36:56.835275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:36:56.835730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:36:56.836020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:36:56.836290+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' [] [] [2021-08-16T05:36:56.836585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:36:57.086364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6dd2d"},"request_uri":"http://127.0.0.1:8000/_wdt/b6dd2d","method":"GET"} [] [2021-08-16T05:37:02.288017+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:37:02.381323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:37:02.456503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.457113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.457541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.457930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.458375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.458726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.459087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:02.477098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.478351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.482602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:02.484050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:02.484476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:02.484801+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' [] [] [2021-08-16T05:37:02.485421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:02.488576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.489707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.490763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:02.491349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:02.491698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:02.492023+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' [] [] [2021-08-16T05:37:02.492415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:02.492760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.493868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:02.494924+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:02.495469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:02.495870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:02.496188+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' [] [] [2021-08-16T05:37:02.496528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:02.767623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d523fa"},"request_uri":"http://127.0.0.1:8000/_wdt/d523fa","method":"GET"} [] [2021-08-16T05:37:03.928678+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:37:04.027063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:37:04.078478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.079055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.079426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.079772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.080359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.080802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.081317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:37:04.099533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.100760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.105213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:04.106750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:04.107097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:04.107420+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' [] [] [2021-08-16T05:37:04.108030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:04.111201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.112327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.113423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:04.114716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:04.115168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:04.115563+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' [] [] [2021-08-16T05:37:04.116011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:04.116287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.117369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:37:04.118494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:37:04.119125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:37:04.119467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:37:04.119791+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' [] [] [2021-08-16T05:37:04.120134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:37:04.374160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0d675"},"request_uri":"http://127.0.0.1:8000/_wdt/f0d675","method":"GET"} [] [2021-08-16T05:39:18.251314+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:39:18.325457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:39:18.405013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.405665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.406085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.406437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.406856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.407166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.407485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:18.425826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.427042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.431343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:18.432844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:18.433164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:18.433436+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' [] [] [2021-08-16T05:39:18.434003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:18.438136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.439993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.441047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:18.441573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:18.441871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:18.442200+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' [] [] [2021-08-16T05:39:18.442500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:18.442742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.443725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:18.444734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:18.445169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:18.445443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:18.445692+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' [] [] [2021-08-16T05:39:18.445965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:18.725065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"956350"},"request_uri":"http://127.0.0.1:8000/_wdt/956350","method":"GET"} [] [2021-08-16T05:39:23.111725+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T05:39:23.205357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T05:39:23.257875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.258533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.258927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.259237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.259553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.259836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.260113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T05:39:23.278000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.279249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.283564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:23.285039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:23.285421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:23.285785+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' [] [] [2021-08-16T05:39:23.286759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:23.290140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.291313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.292377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:23.292931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:23.293317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:23.293630+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' [] [] [2021-08-16T05:39:23.293926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:23.294147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.295143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T05:39:23.296091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T05:39:23.296531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T05:39:23.296787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T05:39:23.297012+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' [] [] [2021-08-16T05:39:23.297261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T05:39:23.543064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42ce44"},"request_uri":"http://127.0.0.1:8000/_wdt/42ce44","method":"GET"} [] [2021-08-16T06:11:02.007285+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T06:11:02.046751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T06:11:02.121899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.122610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.122990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.123431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.123883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.124269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.124618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T06:11:02.139272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.140683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.145012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:02.146544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:02.146903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:02.147195+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' [] [] [2021-08-16T06:11:02.147994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:02.151748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.152881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.153955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:02.154511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:02.154852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:02.155175+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' [] [] [2021-08-16T06:11:02.155522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:02.155786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.156835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:02.157843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:02.158337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:02.158640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:02.158916+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' [] [] [2021-08-16T06:11:02.159235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:02.504444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f7477"},"request_uri":"http://127.0.0.1:8000/_wdt/1f7477","method":"GET"} [] [2021-08-16T06:11:04.638735+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:11:04.653347+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Assetdisposal' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Assetdisposal' not found at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:268)"} [] [2021-08-16T06:11:05.630139+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Assetdisposal" from namespace "App\Controller". Did you forget a "use" statement for "App\Entity\Assetdisposal"?" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 268 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Assetdisposal\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"App\\Entity\\Assetdisposal\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:268)"} [] [2021-08-16T06:11:05.710647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.713129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.723417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.724683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.725119+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.725399+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' [] [] [2021-08-16T06:11:05.725890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.728503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.729627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.730660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.731186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.731529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.731769+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' [] [] [2021-08-16T06:11:05.732039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.732254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.733243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.734201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.734627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.734880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.735104+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' [] [] [2021-08-16T06:11:05.735355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.736224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.737209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.738218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.738717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.739075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.739345+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' [] [] [2021-08-16T06:11:05.739633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.739880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.740856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.741829+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.742316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.742596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.742845+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' [] [] [2021-08-16T06:11:05.743148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.743376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.744597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:11:05.745662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:11:05.746154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:11:05.746443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:11:05.746698+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' [] [] [2021-08-16T06:11:05.746969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:11:05.948166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf3f40"},"request_uri":"http://127.0.0.1:8000/_wdt/cf3f40","method":"GET"} [] [2021-08-16T06:12:12.712189+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:12:12.736126+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Controller\LocationType": class does not exist." at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Controller\\LocationType\": class does not exist. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2021-08-16T06:12:12.809213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.811687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.822614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.824230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.824663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.824951+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' [] [] [2021-08-16T06:12:12.825540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:12.828577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.829626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.830618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.831161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.831458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.831728+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' [] [] [2021-08-16T06:12:12.832030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:12.832273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.833254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.834230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.834688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.834977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.835245+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' [] [] [2021-08-16T06:12:12.835541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:12.836455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.837444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.838637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.839354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.839706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.840024+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' [] [] [2021-08-16T06:12:12.840377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:12.840674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.841741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.842791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.843296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.843630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.843942+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' [] [] [2021-08-16T06:12:12.844284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:12.844560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.845587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:12:12.846633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:12:12.847135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:12:12.847469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:12:12.847783+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' [] [] [2021-08-16T06:12:12.848122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:12:13.051542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f29e49"},"request_uri":"http://127.0.0.1:8000/_wdt/f29e49","method":"GET"} [] [2021-08-16T06:13:04.593621+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:13:04.675371+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:13:04.684743+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141" at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:13:04.777049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.779486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.790776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.792383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.792764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.793046+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' [] [] [2021-08-16T06:13:04.793628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:04.796775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.797956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.799127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.799769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.800502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.800894+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' [] [] [2021-08-16T06:13:04.801209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:04.801466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.802529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.803539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.804054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.804419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.804701+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' [] [] [2021-08-16T06:13:04.805004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:04.805980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.806991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.807967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.808434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.808730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.808998+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' [] [] [2021-08-16T06:13:04.809294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:04.809550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.810527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.811520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.812009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.812311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.812589+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' [] [] [2021-08-16T06:13:04.812915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:04.813161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.814189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:13:04.815243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:13:04.815845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:13:04.816237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:13:04.816606+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' [] [] [2021-08-16T06:13:04.816936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:13:05.030817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b4897"},"request_uri":"http://127.0.0.1:8000/_wdt/5b4897","method":"GET"} [] [2021-08-16T06:14:12.002934+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:14:12.065024+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:14:12.074097+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141" at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:14:12.158139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.161110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.172127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.173675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.174078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.174362+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' [] [] [2021-08-16T06:14:12.174943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.178564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.179890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.181009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.181588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.181999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.182322+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' [] [] [2021-08-16T06:14:12.182681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.182979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.184030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.185100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.185613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.185955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.186272+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' [] [] [2021-08-16T06:14:12.186617+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.187629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.188725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.189733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.190232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.190541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.190822+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' [] [] [2021-08-16T06:14:12.191125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.191378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.192373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.193610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.194277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.194607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.194892+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' [] [] [2021-08-16T06:14:12.195224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.195531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.196658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:14:12.197715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:14:12.198248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:14:12.198592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:14:12.198972+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' [] [] [2021-08-16T06:14:12.199321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:14:12.422679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"120126"},"request_uri":"http://127.0.0.1:8000/_wdt/120126","method":"GET"} [] [2021-08-16T06:16:51.035958+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:16:51.090675+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:16:51.099692+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141" at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:16:51.205274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.207804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.218813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.220358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.220868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.221120+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' [] [] [2021-08-16T06:16:51.221657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.224719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.225759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.226725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.227166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.227455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.227728+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' [] [] [2021-08-16T06:16:51.228031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.228274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.229270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.230263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.230720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.231020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.231340+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' [] [] [2021-08-16T06:16:51.231638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.232621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.233963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.235117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.235681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.236027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.236354+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' [] [] [2021-08-16T06:16:51.236707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.237010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.238060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.239122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.239626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.239962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.240279+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' [] [] [2021-08-16T06:16:51.240621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.240902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.241943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:16:51.242999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:16:51.243506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:16:51.243846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:16:51.244162+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' [] [] [2021-08-16T06:16:51.244503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:16:51.441267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62a1d2"},"request_uri":"http://127.0.0.1:8000/_wdt/62a1d2","method":"GET"} [] [2021-08-16T06:17:51.077768+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T06:17:51.391844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T06:17:51.511113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.511796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.512198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.512592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.512990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.513384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.513715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T06:17:51.528536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.529767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.534123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:51.535677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:51.536051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:51.536357+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' [] [] [2021-08-16T06:17:51.536960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:51.540552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.541684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.542690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:51.543214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:51.543589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:51.543866+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' [] [] [2021-08-16T06:17:51.544174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:51.544425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.545408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:51.546394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:51.546852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:51.547146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:51.547416+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' [] [] [2021-08-16T06:17:51.547713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:51.835672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12c8fe"},"request_uri":"http://127.0.0.1:8000/_wdt/12c8fe","method":"GET"} [] [2021-08-16T06:17:53.208054+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:17:53.295034+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:17:53.304520+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\49\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141" at C:\Apache24\htdocs\fixedasset\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\49\\49fad4e28e0f86a4fcb70af55ad519c1c22db9f33e49684db4379293cab8518f.php on line 141 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-08-16T06:17:53.395508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.398062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.408874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.410459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.411085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.411447+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' [] [] [2021-08-16T06:17:53.412130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.415272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.416373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.417459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.418063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.418484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.418847+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' [] [] [2021-08-16T06:17:53.419201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.419506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.420591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.421642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.422198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.422536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.422850+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' [] [] [2021-08-16T06:17:53.423158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.424115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.425148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.426190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.426707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.427308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.427659+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' [] [] [2021-08-16T06:17:53.428020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.428322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.429415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.430481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.431012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.431352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.431666+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' [] [] [2021-08-16T06:17:53.432018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.432267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.433269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:17:53.434259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:17:53.434732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:17:53.435039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:17:53.435313+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' [] [] [2021-08-16T06:17:53.435613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:17:53.668529+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ec0bb"},"request_uri":"http://127.0.0.1:8000/_wdt/7ec0bb","method":"GET"} [] [2021-08-16T06:19:39.465414+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:19:39.650935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.653389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.665012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:39.666550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:39.666984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:39.667312+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' [] [] [2021-08-16T06:19:39.667944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:39.671273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.673001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.674100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:39.674676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:39.675099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:39.675426+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' [] [] [2021-08-16T06:19:39.675776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:39.676071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.677101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:39.678139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:39.678650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:39.678984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:39.679295+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' [] [] [2021-08-16T06:19:39.679633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:39.966101+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f967f"},"request_uri":"http://127.0.0.1:8000/_wdt/9f967f","method":"GET"} [] [2021-08-16T06:19:42.327286+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T06:19:42.440591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.443124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.454281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:42.455869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:42.456289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:42.456541+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' [] [] [2021-08-16T06:19:42.457083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:42.460162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.461259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.462233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:42.462708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:42.462971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:42.463204+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' [] [] [2021-08-16T06:19:42.463466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:42.463751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.465029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:19:42.466155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:19:42.466751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:19:42.467108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:19:42.467398+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' [] [] [2021-08-16T06:19:42.467710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:19:42.683110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22dcb9"},"request_uri":"http://127.0.0.1:8000/_wdt/22dcb9","method":"GET"} [] [2021-08-16T06:31:14.002479+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"POST"} [] [2021-08-16T06:31:14.532192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T06:31:14.557222+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T06:31:14.559389+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-16T00:00:00+00:00","2":4000.0,"3":null,"4":"41125","5":null,"6":null,"7":3} [] [2021-08-16T06:31:14.562362+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T06:31:14.590856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.592117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.596374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.597911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.598543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.598878+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' [] [] [2021-08-16T06:31:14.599528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:14.602714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.603804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.604887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.605484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.605825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.606142+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' [] [] [2021-08-16T06:31:14.606485+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:14.606769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.607804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.608846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.609348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.609784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.610076+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' [] [] [2021-08-16T06:31:14.610426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:14.773209+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T06:31:14.893197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T06:31:14.945858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.946549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.947003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.947414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.947820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.948237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.948626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T06:31:14.965766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.967008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.971304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.972872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.973243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.973564+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' [] [] [2021-08-16T06:31:14.974179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:14.977184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.978257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.979303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.979825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.980161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.980470+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' [] [] [2021-08-16T06:31:14.980812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:14.981081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.982161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T06:31:14.983210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T06:31:14.983806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T06:31:14.984141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T06:31:14.984455+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' [] [] [2021-08-16T06:31:14.984795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T06:31:15.278871+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6824b"},"request_uri":"http://127.0.0.1:8000/_wdt/b6824b","method":"GET"} [] [2021-08-16T07:43:18.172683+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T07:43:18.311146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.313835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.327350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:18.329040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:18.329465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:18.329809+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' [] [] [2021-08-16T07:43:18.330406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:18.333835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.335044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.336100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:18.336655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:18.336996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:18.337312+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' [] [] [2021-08-16T07:43:18.337661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:18.337949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.338966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:18.340019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:18.340533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:18.340867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:18.341180+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' [] [] [2021-08-16T07:43:18.341524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:18.601112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9adf64"},"request_uri":"http://127.0.0.1:8000/_wdt/9adf64","method":"GET"} [] [2021-08-16T07:43:25.709240+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"POST"} [] [2021-08-16T07:43:25.916140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:43:25.940469+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T07:43:25.941816+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-16T00:00:00+00:00","2":4000.0,"3":null,"4":"41125","5":null,"6":null,"7":3} [] [2021-08-16T07:43:25.944197+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T07:43:25.966634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.967888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.972125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:25.973617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:25.974023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:25.974395+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' [] [] [2021-08-16T07:43:25.975091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:25.978399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.979489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.980473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:25.981019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:25.981288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:25.981520+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' [] [] [2021-08-16T07:43:25.981781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:25.981985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.982932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:25.983876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:25.984292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:25.984540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:25.984761+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' [] [] [2021-08-16T07:43:25.985011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:26.138931+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:43:26.238354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:43:26.289658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.290207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.290529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.290830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.291138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.291467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.291773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:43:26.309656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.310930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.315058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:26.316490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:26.316826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:26.317091+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' [] [] [2021-08-16T07:43:26.317748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:26.320767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.321801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.322828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:26.323352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:26.323648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:26.323885+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' [] [] [2021-08-16T07:43:26.324193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:26.324437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.325622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:43:26.326653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:43:26.327163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:43:26.327464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:43:26.327737+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' [] [] [2021-08-16T07:43:26.328040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:43:26.593036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a715d2"},"request_uri":"http://127.0.0.1:8000/_wdt/a715d2","method":"GET"} [] [2021-08-16T07:51:59.840411+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T07:51:59.950788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.953452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.964255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:51:59.965917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:51:59.966322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:51:59.966647+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' [] [] [2021-08-16T07:51:59.967368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:51:59.970637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.971788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.972919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:51:59.973508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:51:59.973861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:51:59.974183+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' [] [] [2021-08-16T07:51:59.974614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:51:59.974906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.975959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:51:59.977028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:51:59.977540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:51:59.977897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:51:59.978244+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' [] [] [2021-08-16T07:51:59.978634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:52:00.235993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa36eb"},"request_uri":"http://127.0.0.1:8000/_wdt/fa36eb","method":"GET"} [] [2021-08-16T07:53:20.193224+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T07:53:20.298494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.301183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.310497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:20.311897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:20.312345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:20.312640+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' [] [] [2021-08-16T07:53:20.313178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:20.315757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.317067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.318465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:20.319021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:20.319302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:20.319539+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' [] [] [2021-08-16T07:53:20.319806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:20.320019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.321007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:20.321960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:20.322375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:20.322623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:20.322963+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' [] [] [2021-08-16T07:53:20.323243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:20.620247+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73445c"},"request_uri":"http://127.0.0.1:8000/_wdt/73445c","method":"GET"} [] [2021-08-16T07:53:24.990698+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T07:53:25.059067+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T07:53:25.208774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.211279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.215630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.217293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.217749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.218084+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' [] [] [2021-08-16T07:53:25.218733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.221942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.223074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.224149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.224809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.225157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.225479+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' [] [] [2021-08-16T07:53:25.225825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.226108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.227158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.228210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.228704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.229004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.229280+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' [] [] [2021-08-16T07:53:25.229588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.243785+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T07:53:25.249408+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T07:53:25.275579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:25.276590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:25.276944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:25.278355+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T07:53:25.279818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.280891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.281906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.282408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.282706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.283131+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' [] [] [2021-08-16T07:53:25.283550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.283862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.285036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.286094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.286661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.287008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.287282+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' [] [] [2021-08-16T07:53:25.287585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.287825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.288807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:25.289796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:25.290251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:25.290542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:25.290806+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' [] [] [2021-08-16T07:53:25.291132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:25.582227+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5eca4f"},"request_uri":"http://127.0.0.1:8000/_wdt/5eca4f","method":"GET"} [] [2021-08-16T07:53:27.773224+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:53:27.887536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:53:27.939983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.940640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.941032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.941442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.941916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.942676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.943475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:53:27.960825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.962073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.966390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:27.967914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:27.968284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:27.968607+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' [] [] [2021-08-16T07:53:27.969217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:27.972249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.973512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.974609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:27.975145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:27.975530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:27.975893+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' [] [] [2021-08-16T07:53:27.976396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:27.976668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.977721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:27.978738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:27.979243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:27.979542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:27.979813+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' [] [] [2021-08-16T07:53:27.980112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:28.257079+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e68f69"},"request_uri":"http://127.0.0.1:8000/_wdt/e68f69","method":"GET"} [] [2021-08-16T07:53:35.911306+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T07:53:36.011371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.013880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.024781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:36.026158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:36.026532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:36.027012+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' [] [] [2021-08-16T07:53:36.027638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:36.030159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.031253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.032307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:36.032842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:36.033182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:36.033498+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' [] [] [2021-08-16T07:53:36.033841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:36.034125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.035171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:53:36.036241+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:53:36.036865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:53:36.037358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:53:36.037761+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' [] [] [2021-08-16T07:53:36.038110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:53:36.273217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ccc20"},"request_uri":"http://127.0.0.1:8000/_wdt/5ccc20","method":"GET"} [] [2021-08-16T07:57:40.400096+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T07:57:40.478725+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T07:57:40.582442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.584957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.589229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.590735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.591139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.591462+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' [] [] [2021-08-16T07:57:40.592100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.595188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.596235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.597504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.598198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.598518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.598798+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' [] [] [2021-08-16T07:57:40.599114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.599401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.600502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.601513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.602002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.602301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.602577+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' [] [] [2021-08-16T07:57:40.602884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.616103+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T07:57:40.621345+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T07:57:40.644163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:40.645141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:40.645497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:40.647160+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T07:57:40.648820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.649899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.650929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.651533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.651838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.652113+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' [] [] [2021-08-16T07:57:40.652420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.652671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.653672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.654679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.655154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.655455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.655740+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' [] [] [2021-08-16T07:57:40.656048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.656297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.657314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:40.658297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:40.658774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:40.659071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:40.659342+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' [] [] [2021-08-16T07:57:40.659638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:40.955466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cfd90"},"request_uri":"http://127.0.0.1:8000/_wdt/3cfd90","method":"GET"} [] [2021-08-16T07:57:42.145658+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:57:42.240519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:57:42.322465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.323149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.323608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.324043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.324462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.324894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.325281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:57:42.325623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T07:57:42.328445+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\\fixedasset\\var\\cache\\dev\\twig\\4f\\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php:334)"} [] [2021-08-16T07:57:42.339965+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\var\cache\dev\twig\4f\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php line 334 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\var\\cache\\dev\\twig\\4f\\4f02d339ee968136be371b54c3d71a9eae4ed94a0bf1358fa4869ee456b3d4bc.php:334)"} [] [2021-08-16T07:57:42.390272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.391525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.395766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.397220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.397588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.397916+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' [] [] [2021-08-16T07:57:42.398535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.401652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.402886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.404267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.405054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.405418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.405742+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' [] [] [2021-08-16T07:57:42.406096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.406392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.407456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.408510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.409001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.409299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.409572+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' [] [] [2021-08-16T07:57:42.409874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.411089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.412168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.413186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.413685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.413985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.414260+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' [] [] [2021-08-16T07:57:42.414560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.414809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.415897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.416950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.417448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.417747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.418021+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' [] [] [2021-08-16T07:57:42.418326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.418574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.419623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:57:42.420989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:57:42.422315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:57:42.422664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:57:42.422951+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' [] [] [2021-08-16T07:57:42.423267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:57:42.673790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f67064"},"request_uri":"http://127.0.0.1:8000/_wdt/f67064","method":"GET"} [] [2021-08-16T07:58:22.391223+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:58:22.510765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:58:22.576902+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "punctuation" of value ":" ("end of print statement" expected)." at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 171 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"punctuation\" of value \":\" (\"end of print statement\" expected). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:171)"} [] [2021-08-16T07:58:22.634079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.635313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.639486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.641155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.641589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.641879+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' [] [] [2021-08-16T07:58:22.642458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.645492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.646551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.647571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.648056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.648365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.648672+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' [] [] [2021-08-16T07:58:22.648992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.649296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.650351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.651400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.651938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.652353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.652670+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' [] [] [2021-08-16T07:58:22.653017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.654112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.655152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.656458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.657161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.657517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.657839+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' [] [] [2021-08-16T07:58:22.658195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.658494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.659578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.660648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.661158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.661489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.661807+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' [] [] [2021-08-16T07:58:22.662153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.662434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.663473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:58:22.664551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:58:22.665062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:58:22.665396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:58:22.665715+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' [] [] [2021-08-16T07:58:22.666060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:58:22.869822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a271f"},"request_uri":"http://127.0.0.1:8000/_wdt/2a271f","method":"GET"} [] [2021-08-16T07:59:03.546412+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:59:03.645101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:59:03.725552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.726323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.726765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.727214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.727720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.728148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.728549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:03.729015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T07:59:03.744570+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "dimension" does not exist." at C:\Apache24\htdocs\fixedasset\templates\assetregister\show.html.twig line 173 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"dimension\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetregister\\show.html.twig:173)"} [] [2021-08-16T07:59:03.798786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.800068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.804278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.805732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.806089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.806398+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' [] [] [2021-08-16T07:59:03.807137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:03.810256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.811647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.812895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.813490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.813814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.814101+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' [] [] [2021-08-16T07:59:03.814398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:03.814665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.815720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.816725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.817208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.817507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.817781+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' [] [] [2021-08-16T07:59:03.818092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:03.819253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.820268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.821271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.821738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.822039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.822349+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' [] [] [2021-08-16T07:59:03.822703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:03.823001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.824083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.825222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.825789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.826134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.826455+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' [] [] [2021-08-16T07:59:03.826803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:03.827092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.828432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:03.829627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:03.830276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:03.830631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:03.830921+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' [] [] [2021-08-16T07:59:03.831230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:04.057721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1feef"},"request_uri":"http://127.0.0.1:8000/_wdt/d1feef","method":"GET"} [] [2021-08-16T07:59:14.220119+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:59:14.332177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:59:14.413083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.413968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.414662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.415153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.415670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.416091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.416471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:14.416882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T07:59:14.435382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.436618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.440785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:14.442250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:14.442577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:14.442858+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' [] [] [2021-08-16T07:59:14.443424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:14.446453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.447869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.449053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:14.449629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:14.450057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:14.450385+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' [] [] [2021-08-16T07:59:14.450733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:14.451026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.452067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:14.453113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:14.453635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:14.453968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:14.454303+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' [] [] [2021-08-16T07:59:14.454652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:14.740458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfa11c"},"request_uri":"http://127.0.0.1:8000/_wdt/bfa11c","method":"GET"} [] [2021-08-16T07:59:39.104530+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T07:59:39.201580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T07:59:39.280446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.281051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.281431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.281775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.282124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.282456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.282770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T07:59:39.283094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T07:59:39.302562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.303758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.307978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:39.309427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:39.309746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:39.310024+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' [] [] [2021-08-16T07:59:39.310610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:39.313705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.314762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.315875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:39.316440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:39.316754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:39.317035+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' [] [] [2021-08-16T07:59:39.317341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:39.317597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.318626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T07:59:39.319619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T07:59:39.320084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T07:59:39.320380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T07:59:39.320673+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' [] [] [2021-08-16T07:59:39.320988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T07:59:39.612626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd9ab1"},"request_uri":"http://127.0.0.1:8000/_wdt/dd9ab1","method":"GET"} [] [2021-08-16T08:04:28.253758+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T08:04:28.379449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T08:04:28.468884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.469505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.469918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.470365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.470777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.471141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.471483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:28.471808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T08:04:28.491492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.492936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.497820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:28.499348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:28.499773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:28.500060+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' [] [] [2021-08-16T08:04:28.500667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:28.503770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.504837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.505853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:28.506348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:28.506628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:28.506906+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' [] [] [2021-08-16T08:04:28.507192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:28.507411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.508467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:28.509593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:28.510683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:28.511189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:28.511461+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' [] [] [2021-08-16T08:04:28.511740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:28.814824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a6598"},"request_uri":"http://127.0.0.1:8000/_wdt/6a6598","method":"GET"} [] [2021-08-16T08:04:38.591615+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T08:04:38.710836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T08:04:38.790297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.790947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.791356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.791755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.792170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.792568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.792947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:04:38.793334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T08:04:38.812981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.814231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.818474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:38.819927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:38.820320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:38.820638+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' [] [] [2021-08-16T08:04:38.821272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:38.824549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.825734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.826789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:38.827342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:38.827680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:38.828005+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' [] [] [2021-08-16T08:04:38.828356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:38.828722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.829759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:04:38.830811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:04:38.831320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:04:38.831650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:04:38.831964+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' [] [] [2021-08-16T08:04:38.832303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:04:39.082375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e15914"},"request_uri":"http://127.0.0.1:8000/_wdt/e15914","method":"GET"} [] [2021-08-16T08:05:10.488246+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T08:05:10.588815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.591380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.601767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:10.603838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:10.604245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:10.604672+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' [] [] [2021-08-16T08:05:10.605262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:10.607767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.608914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.610036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:10.610600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:10.610939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:10.611259+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' [] [] [2021-08-16T08:05:10.611608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:10.611895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.612936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:10.613980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:10.614483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:10.614810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:10.615122+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' [] [] [2021-08-16T08:05:10.615533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:10.850395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ae7f4"},"request_uri":"http://127.0.0.1:8000/_wdt/8ae7f4","method":"GET"} [] [2021-08-16T08:05:19.240413+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:05:19.309771+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:05:19.416887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.419298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.423171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.424439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.424792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.425131+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' [] [] [2021-08-16T08:05:19.425716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.428272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.429347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.430397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.431003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.431340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.431659+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' [] [] [2021-08-16T08:05:19.432021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.432384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.433692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.434811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.435378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.435721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.436040+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' [] [] [2021-08-16T08:05:19.436391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.450551+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:05:19.455939+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T08:05:19.478783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:19.479835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:19.480242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:19.481925+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:05:19.483721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.484810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.485826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.486420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.486720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.486993+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' [] [] [2021-08-16T08:05:19.487296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.487545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.488533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.489553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.490046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.490339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.490603+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' [] [] [2021-08-16T08:05:19.490897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.491129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.492119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:19.493106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:19.493553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:19.493883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:19.494145+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' [] [] [2021-08-16T08:05:19.494482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:19.793106+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37f99e"},"request_uri":"http://127.0.0.1:8000/_wdt/37f99e","method":"GET"} [] [2021-08-16T08:05:22.870880+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-16T08:05:23.013574+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-16T08:05:23.030740+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-16T08:05:23.031289+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-16T08:05:23.037728+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-16T08:05:23.038228+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-16T08:05:23.038648+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-16T08:05:23.039006+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-16T08:05:23.103214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.104436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.108657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:23.110199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:23.110583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:23.110933+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' [] [] [2021-08-16T08:05:23.111691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:23.114899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.116007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.117086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:23.117642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:23.118007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:23.118330+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' [] [] [2021-08-16T08:05:23.118680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:23.118966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.120003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:23.121053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:23.121561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:23.121961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:23.122282+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' [] [] [2021-08-16T08:05:23.122622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:23.411904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f3d52"},"request_uri":"http://127.0.0.1:8000/_wdt/1f3d52","method":"GET"} [] [2021-08-16T08:05:28.450987+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-16T08:05:28.543083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-16T08:05:28.620766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.621969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.626379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:28.627872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:28.628185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:28.628457+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' [] [] [2021-08-16T08:05:28.629098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:28.632559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.633795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.634933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:28.635451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:28.635759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:28.636020+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' [] [] [2021-08-16T08:05:28.636309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:28.636543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.637524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:28.638468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:28.638922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:28.639197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:28.639447+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' [] [] [2021-08-16T08:05:28.639725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:30.916387+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-16T08:05:31.003532+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-16T08:05:31.070787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.072219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.076567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:31.078064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:31.078444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:31.078738+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' [] [] [2021-08-16T08:05:31.079327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:31.082370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.083482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.084499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:31.085014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:31.085319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:31.085595+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' [] [] [2021-08-16T08:05:31.086006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:31.086259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.087265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:31.088586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:31.089471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:31.089884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:31.090212+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' [] [] [2021-08-16T08:05:31.090568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:33.661619+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-08-16T08:05:33.740515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-08-16T08:05:33.783117+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-16T08:05:33.820255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.821453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.825724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:33.827283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:33.827679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:33.827957+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' [] [] [2021-08-16T08:05:33.828507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:33.832078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.833330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.834440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:33.834968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:33.835253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:33.835507+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' [] [] [2021-08-16T08:05:33.835794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:33.836030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.837087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:33.838132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:33.838583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:33.838851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:33.839191+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' [] [] [2021-08-16T08:05:33.839464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:53.455457+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-08-16T08:05:53.623600+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-16T08:05:53.636109+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-08-16T08:05:53.636856+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-16T08:05:53.644059+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-08-16T08:05:53.644787+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-16T08:05:53.645310+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-16T08:05:53.645799+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-08-16T08:05:53.876124+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-08-16T08:05:53.882758+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T08:05:53.883900+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-16T00:00:00+00:00","2":80000.0,"3":"Com/2021/08/00003","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":1217,"20":"2024-12-15T00:00:00+00:00","21":30.0,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1} [] [2021-08-16T08:05:53.887120+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T08:05:53.910272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.911498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.915838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:53.917405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:53.917775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:53.918110+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' [] [] [2021-08-16T08:05:53.918733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:53.921891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.922987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.924051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:53.924582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:53.924918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:53.925306+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' [] [] [2021-08-16T08:05:53.925655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:53.925942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.926975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:53.928023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:53.928522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:53.928863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:53.929202+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' [] [] [2021-08-16T08:05:53.929605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.090828+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:05:54.164131+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:05:54.270601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.273093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.277031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.278257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.278692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.279021+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' [] [] [2021-08-16T08:05:54.279579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.282040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.283159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.284254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.284803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.285135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.285444+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' [] [] [2021-08-16T08:05:54.285803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.286101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.287169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.288218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.288738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.289149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.289463+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' [] [] [2021-08-16T08:05:54.289806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.302614+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:05:54.307738+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3]] [] [2021-08-16T08:05:54.332598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:54.333960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:54.334416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:05:54.335966+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:05:54.338109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.339162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.340169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.340677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.340975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.341251+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' [] [] [2021-08-16T08:05:54.341555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.341802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.342780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.343769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.344222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.344611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.344878+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' [] [] [2021-08-16T08:05:54.345172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.345404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.346380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:05:54.347370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:05:54.347820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:05:54.348104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:05:54.348367+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' [] [] [2021-08-16T08:05:54.348703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:05:54.677350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3db80f"},"request_uri":"http://127.0.0.1:8000/_wdt/3db80f","method":"GET"} [] [2021-08-16T08:06:02.406214+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/show","method":"GET"} [] [2021-08-16T08:06:02.505247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-08-16T08:06:02.557030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.557595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.557942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.558275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.558664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.559035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.559355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:06:02.559689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [4] [] [2021-08-16T08:06:02.577649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.578865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.582984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:06:02.584370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:06:02.584733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:06:02.585035+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' [] [] [2021-08-16T08:06:02.585748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:06:02.588779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.589834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.590853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:06:02.591348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:06:02.591646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:06:02.591915+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' [] [] [2021-08-16T08:06:02.592213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:06:02.592446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.593512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:06:02.594716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:06:02.595317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:06:02.595663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:06:02.595986+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' [] [] [2021-08-16T08:06:02.596339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:06:02.856910+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8355c2"},"request_uri":"http://127.0.0.1:8000/_wdt/8355c2","method":"GET"} [] [2021-08-16T08:07:04.962540+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/disposal","method":"GET"} [] [2021-08-16T08:07:05.080071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.082503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.092988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:05.094306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:05.094664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:05.094999+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' [] [] [2021-08-16T08:07:05.095562+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:05.098041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.099119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.100174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:05.100691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:05.101028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:05.101417+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' [] [] [2021-08-16T08:07:05.101760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:05.102021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.103055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:05.104103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:05.104607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:05.104938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:05.105256+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' [] [] [2021-08-16T08:07:05.105614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:05.395576+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44b383"},"request_uri":"http://127.0.0.1:8000/_wdt/44b383","method":"GET"} [] [2021-08-16T08:07:11.333049+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/disposal","method":"POST"} [] [2021-08-16T08:07:11.507523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-08-16T08:07:11.530467+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T08:07:11.531701+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-16T00:00:00+00:00","2":4000.0,"3":null,"4":"41125","5":null,"6":null,"7":4} [] [2021-08-16T08:07:11.533887+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T08:07:11.555466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.556688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.561004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.562582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.562948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.563261+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' [] [] [2021-08-16T08:07:11.563918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:11.567311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.568417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.569445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.569959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.570260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.570532+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' [] [] [2021-08-16T08:07:11.570916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:11.571160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.572155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.573182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.573719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.574055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.574366+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' [] [] [2021-08-16T08:07:11.574708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:11.727714+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/show","method":"GET"} [] [2021-08-16T08:07:11.844526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-08-16T08:07:11.894720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.895419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.895847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.896316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.896711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.897085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.897447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:07:11.897822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [4] [] [2021-08-16T08:07:11.915964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.917191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.921314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.922755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.923110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.923437+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' [] [] [2021-08-16T08:07:11.924047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:11.927008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.928069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.929133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.929675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.930093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.930408+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' [] [] [2021-08-16T08:07:11.930752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:11.931035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.932061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:07:11.933096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:07:11.933601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:07:11.933930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:07:11.934240+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' [] [] [2021-08-16T08:07:11.934580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:07:12.204626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f39a0"},"request_uri":"http://127.0.0.1:8000/_wdt/8f39a0","method":"GET"} [] [2021-08-16T08:15:26.475865+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:15:26.550370+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:15:26.671658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.674191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.678650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.680109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.680475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.680797+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' [] [] [2021-08-16T08:15:26.681408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:26.684475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.685604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.686732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.687298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.687640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.687958+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' [] [] [2021-08-16T08:15:26.688306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:26.688599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.689703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.690744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.691249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.691582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.691894+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' [] [] [2021-08-16T08:15:26.692230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:26.705146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:15:26.710228+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3]] [] [2021-08-16T08:15:26.732613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:26.733597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:26.734006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:26.735516+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:15:26.737332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.738541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.739605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.740180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.740526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.740846+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' [] [] [2021-08-16T08:15:26.741192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:26.741567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.742600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.743646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.744164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.744500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.744821+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' [] [] [2021-08-16T08:15:26.745162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:26.745442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.746470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:26.747510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:26.748014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:26.748342+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:26.748656+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' [] [] [2021-08-16T08:15:26.748996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:27.047360+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0199ef"},"request_uri":"http://127.0.0.1:8000/_wdt/0199ef","method":"GET"} [] [2021-08-16T08:15:27.906149+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:15:27.982770+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:15:28.094807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.097269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.101410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.102771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.103090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.103372+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' [] [] [2021-08-16T08:15:28.103949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.107059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.108432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.109603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.110181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.110598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.110918+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' [] [] [2021-08-16T08:15:28.111266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.111559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.112606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.113671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.114174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.114504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.114819+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' [] [] [2021-08-16T08:15:28.115159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.137983+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:15:28.143344+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3]] [] [2021-08-16T08:15:28.165555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:28.166578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:28.166983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:28.168549+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:15:28.170043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.171114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.172108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.172603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.173071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.173402+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' [] [] [2021-08-16T08:15:28.173758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.174036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.175160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.176218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.176739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.177049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.177327+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' [] [] [2021-08-16T08:15:28.177634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.177880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.178859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:28.179832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:28.180292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:28.180586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:28.180858+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' [] [] [2021-08-16T08:15:28.181153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:28.450482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"298adb"},"request_uri":"http://127.0.0.1:8000/_wdt/298adb","method":"GET"} [] [2021-08-16T08:15:30.097099+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:15:30.171187+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:15:30.279845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.282676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.287048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.288424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.288749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.289035+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' [] [] [2021-08-16T08:15:30.289646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.292828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.293926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.294986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.295532+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.295872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.296190+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' [] [] [2021-08-16T08:15:30.296533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.296819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.297997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.299149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.299711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.300053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.300372+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' [] [] [2021-08-16T08:15:30.300722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.313849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:15:30.319232+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[4,3]] [] [2021-08-16T08:15:30.342781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:30.343781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:30.344142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:30.345672+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:15:30.347236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.348597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.349798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.350383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.350729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.351053+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' [] [] [2021-08-16T08:15:30.351401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.351704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.352802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.353880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.354435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.354787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.355106+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' [] [] [2021-08-16T08:15:30.355454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.355747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.356784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:30.357819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:30.358319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:30.358650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:30.358961+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' [] [] [2021-08-16T08:15:30.359297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:30.626550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07bc52"},"request_uri":"http://127.0.0.1:8000/_wdt/07bc52","method":"GET"} [] [2021-08-16T08:15:33.212121+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/show","method":"GET"} [] [2021-08-16T08:15:33.319904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-08-16T08:15:33.372315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.372863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.373188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.373569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.373894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.374179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.374449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:33.374855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [4] [] [2021-08-16T08:15:33.395925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.397139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.401208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:33.402663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:33.402957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:33.403199+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' [] [] [2021-08-16T08:15:33.403721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:33.406619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.407670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.408881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:33.410102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:33.410741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:33.411073+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' [] [] [2021-08-16T08:15:33.411382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:33.411647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.412715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:33.413699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:33.414189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:33.414482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:33.414750+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' [] [] [2021-08-16T08:15:33.415046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:33.674446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28a8ff"},"request_uri":"http://127.0.0.1:8000/_wdt/28a8ff","method":"GET"} [] [2021-08-16T08:15:36.797804+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"4"},"request_uri":"http://127.0.0.1:8000/assetregister/4/delete","method":"POST"} [] [2021-08-16T08:15:36.908582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["4"] [] [2021-08-16T08:15:36.950015+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T08:15:36.950269+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [4] [] [2021-08-16T08:15:36.952647+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T08:15:36.979199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.980354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.984429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:36.985800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:36.986124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:36.986371+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' [] [] [2021-08-16T08:15:36.987039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:36.990601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.991787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.992803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:36.993347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:36.993673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:36.994042+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' [] [] [2021-08-16T08:15:36.994351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:36.994606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.995628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:36.996621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:36.997109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:36.997400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:36.997670+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' [] [] [2021-08-16T08:15:36.997969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.146414+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:15:37.220545+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:15:37.322915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.325295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.329127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.330413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.330765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.331089+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' [] [] [2021-08-16T08:15:37.331648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.334267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.335427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.336504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.337043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.337396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.337717+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' [] [] [2021-08-16T08:15:37.338085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.338333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.339388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.340433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.340951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.341363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.341679+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' [] [] [2021-08-16T08:15:37.342024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.354721+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:15:37.359712+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T08:15:37.381730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:37.382753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:37.383156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:37.384625+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:15:37.386827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.387932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.389015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.389585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.389932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.390250+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' [] [] [2021-08-16T08:15:37.390601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.390896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.391931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.392973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.393471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.393778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.394099+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' [] [] [2021-08-16T08:15:37.394443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.394723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.395757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:37.396869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:37.397446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:37.397765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:37.398049+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' [] [] [2021-08-16T08:15:37.398358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:37.705039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c78a63"},"request_uri":"http://127.0.0.1:8000/_wdt/c78a63","method":"GET"} [] [2021-08-16T08:15:38.889030+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:15:38.962441+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:15:39.076749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.079355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.083589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.085012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.085335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.085615+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' [] [] [2021-08-16T08:15:39.086278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.089582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.090736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.091779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.092306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.092610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.092885+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' [] [] [2021-08-16T08:15:39.093272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.093521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.094692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.095805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.096357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.096698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.097016+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' [] [] [2021-08-16T08:15:39.097348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.110267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:15:39.115437+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T08:15:39.137970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:39.139015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:39.139416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:39.140935+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:15:39.142441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.143538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.144761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.145419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.145766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.146055+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' [] [] [2021-08-16T08:15:39.146369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.146627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.147667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.148752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.149285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.149601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.149874+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' [] [] [2021-08-16T08:15:39.150178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.150423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.151436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:39.152431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:39.152887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:39.153177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:39.153433+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' [] [] [2021-08-16T08:15:39.153699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:39.419830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a66309"},"request_uri":"http://127.0.0.1:8000/_wdt/a66309","method":"GET"} [] [2021-08-16T08:15:41.684686+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T08:15:41.796599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T08:15:41.850359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.850940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.851314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.851653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.852055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.852401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.852742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:15:41.853080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T08:15:41.874011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.875512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.879751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:41.881274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:41.881665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:41.881994+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' [] [] [2021-08-16T08:15:41.882620+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:41.885598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.886720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.888422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:41.889349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:41.889726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:41.890051+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' [] [] [2021-08-16T08:15:41.890408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:41.890705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.891798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:41.892849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:41.893362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:41.893775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:41.894090+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' [] [] [2021-08-16T08:15:41.894431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:42.140672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ead57"},"request_uri":"http://127.0.0.1:8000/_wdt/0ead57","method":"GET"} [] [2021-08-16T08:15:43.535047+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-16T08:15:43.634901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.637429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.648372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:43.649788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:43.650154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:43.650445+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' [] [] [2021-08-16T08:15:43.650973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:43.653357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.654409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.655434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:43.656014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:43.656311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:43.656591+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' [] [] [2021-08-16T08:15:43.656891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:43.657135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.658215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:15:43.659269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:15:43.659903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:15:43.660415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:15:43.660962+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' [] [] [2021-08-16T08:15:43.661342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:15:43.904597+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7f483"},"request_uri":"http://127.0.0.1:8000/_wdt/c7f483","method":"GET"} [] [2021-08-16T08:16:03.117586+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"POST"} [] [2021-08-16T08:16:03.291151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T08:16:03.314143+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-16T08:16:03.315313+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-16T00:00:00+00:00","2":20000.0,"3":null,"4":null,"5":null,"6":null,"7":3} [] [2021-08-16T08:16:03.316652+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-16T08:16:03.340093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.341334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.345642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.347198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.347674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.348010+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' [] [] [2021-08-16T08:16:03.348659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:03.351997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.353053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.354042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.354553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.354935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.355210+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' [] [] [2021-08-16T08:16:03.355515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:03.355758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.356735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.357716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.358177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.358469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.358738+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' [] [] [2021-08-16T08:16:03.359033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:03.511166+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-16T08:16:03.628019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-16T08:16:03.679118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.679725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.680115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.680492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.680885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.681253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.681615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-16T08:16:03.681987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-16T08:16:03.700721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.701928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.706036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.707478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.707840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.708160+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' [] [] [2021-08-16T08:16:03.708766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:03.711863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.712935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.713951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.714481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.714781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.715052+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' [] [] [2021-08-16T08:16:03.715352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:03.715596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.716577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:16:03.717566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:16:03.718025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:16:03.718309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:16:03.718575+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' [] [] [2021-08-16T08:16:03.718868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:16:04.010296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2c1d2"},"request_uri":"http://127.0.0.1:8000/_wdt/a2c1d2","method":"GET"} [] [2021-08-16T08:17:51.719127+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-16T08:17:51.793267+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-16T08:17:51.886665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.889212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.893049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.894758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.895345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.895798+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' [] [] [2021-08-16T08:17:51.896499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:51.899087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.900187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.901246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.901795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.902226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.902542+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' [] [] [2021-08-16T08:17:51.902889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:51.903177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.904232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.905300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.905828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.906168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.906487+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' [] [] [2021-08-16T08:17:51.906830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:51.920590+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-16T08:17:51.925774+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-16T08:17:51.949021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-16T08:17:51.950021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-16T08:17:51.950377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-16T08:17:51.951856+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-16T08:17:51.953432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.954513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.955510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.956038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.956344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.956623+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' [] [] [2021-08-16T08:17:51.956930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:51.957183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.958163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.959164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.959714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.960051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.960438+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' [] [] [2021-08-16T08:17:51.960876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:51.961161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.962369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-16T08:17:51.963444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-16T08:17:51.964011+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-16T08:17:51.964441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-16T08:17:51.964761+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' [] [] [2021-08-16T08:17:51.965117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-16T08:17:52.253935+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc9420"},"request_uri":"http://127.0.0.1:8000/_wdt/fc9420","method":"GET"} [] [2021-08-19T09:02:36.588709+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-19T09:02:36.711237+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-19T09:02:36.957838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.962526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.969602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:36.972753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:36.973471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:36.973984+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' [] [] [2021-08-19T09:02:36.975309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:36.981019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.982347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.983416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:36.983937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:36.984254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:36.984488+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' [] [] [2021-08-19T09:02:36.984758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:36.984980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.986084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:36.987151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:36.987693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:36.988041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:36.988326+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' [] [] [2021-08-19T09:02:36.988637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:37.011366+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-19T09:02:37.020394+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-19T09:02:37.026443+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-19T09:02:37.065591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.066818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.067840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:37.068360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:37.068674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:37.068951+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' [] [] [2021-08-19T09:02:37.069253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:37.069505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.070515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.071538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:37.072027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:37.072323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:37.072593+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' [] [] [2021-08-19T09:02:37.072891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:37.073131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.074268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:37.075874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:37.076511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:37.076833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:37.077083+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' [] [] [2021-08-19T09:02:37.077352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:37.456366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b849d7"},"request_uri":"http://127.0.0.1:8000/_wdt/b849d7","method":"GET"} [] [2021-08-19T09:02:40.999341+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-19T09:02:41.063955+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-19T09:02:41.145840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.147970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.151878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.153235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.153676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.153962+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' [] [] [2021-08-19T09:02:41.154545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.157695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.158966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.160005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.160576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.160910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.161187+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' [] [] [2021-08-19T09:02:41.161495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.161751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.162755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.163749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.164324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.164644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.164916+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' [] [] [2021-08-19T09:02:41.165213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.176182+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-19T09:02:41.180479+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-19T09:02:41.183316+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-19T09:02:41.196091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.197342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.198475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.199030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.199352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.199629+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' [] [] [2021-08-19T09:02:41.199943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.200204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.201224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.202210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.202701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.202999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.203271+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' [] [] [2021-08-19T09:02:41.203572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.203813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.204854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:41.206243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:41.206919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:41.207250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:41.207541+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' [] [] [2021-08-19T09:02:41.207874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:41.427480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"969c52"},"request_uri":"http://127.0.0.1:8000/_wdt/969c52","method":"GET"} [] [2021-08-19T09:02:52.362884+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-19T09:02:52.424222+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-19T09:02:52.502124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.504267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.508105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.509290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.509834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.510339+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' [] [] [2021-08-19T09:02:52.511342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.514160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.515300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.516355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.516910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.517338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.517653+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' [] [] [2021-08-19T09:02:52.517999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.518324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.519382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.520431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.520964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.521304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.521620+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' [] [] [2021-08-19T09:02:52.521965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.536219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-19T09:02:52.541209+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-19T09:02:52.568269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:52.569708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:52.570100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:52.571562+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-19T09:02:52.573081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.574164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.575247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.575823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.576163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.576440+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' [] [] [2021-08-19T09:02:52.576818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.577361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.578802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.579958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.580564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.580937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.581258+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' [] [] [2021-08-19T09:02:52.581608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.581900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.582997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:52.584026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:52.584519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:52.584824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:52.585097+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' [] [] [2021-08-19T09:02:52.585395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:52.867020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da7162"},"request_uri":"http://127.0.0.1:8000/_wdt/da7162","method":"GET"} [] [2021-08-19T09:02:54.409098+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-19T09:02:54.535862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-19T09:02:54.590398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.591131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.591532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.591902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.592294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.592698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.593062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-19T09:02:54.593454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-19T09:02:54.612486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.613737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.618145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:54.619667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:54.620093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:54.620418+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' [] [] [2021-08-19T09:02:54.621036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:54.624116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.625266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.626343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:54.626894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:54.627243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:54.627563+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' [] [] [2021-08-19T09:02:54.627911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:54.628274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.629336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:54.630425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:54.630974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:54.631322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:54.631638+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' [] [] [2021-08-19T09:02:54.631987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:54.867193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dfdbb"},"request_uri":"http://127.0.0.1:8000/_wdt/8dfdbb","method":"GET"} [] [2021-08-19T09:02:57.544481+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-19T09:02:57.666184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.668736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.679988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:57.681369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:57.681781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:57.682166+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' [] [] [2021-08-19T09:02:57.682697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:57.685153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.686214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.687301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:57.687850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:57.688197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:57.688512+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' [] [] [2021-08-19T09:02:57.688860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:57.689152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.690182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:02:57.691223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:02:57.691724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:02:57.692061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:02:57.692374+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' [] [] [2021-08-19T09:02:57.692800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:02:57.916437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1495d3"},"request_uri":"http://127.0.0.1:8000/_wdt/1495d3","method":"GET"} [] [2021-08-19T09:03:31.927473+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"POST"} [] [2021-08-19T09:03:32.159784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-19T09:03:32.183860+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-19T09:03:32.185500+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-19T00:00:00+00:00","2":40000.0,"3":null,"4":null,"5":null,"6":null,"7":3} [] [2021-08-19T09:03:32.186966+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-19T09:03:32.213697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.214934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.219157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.220562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.220950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.221247+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' [] [] [2021-08-19T09:03:32.221967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.225235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.226268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.227226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.227686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.227959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.228191+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' [] [] [2021-08-19T09:03:32.228461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.228743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.229821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.230799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.231278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.231547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.231777+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' [] [] [2021-08-19T09:03:32.232041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.381639+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-19T09:03:32.494188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-19T09:03:32.546492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.547185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.547571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.547977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.548364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.548735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.549072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-19T09:03:32.549464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-19T09:03:32.568077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.569259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.573538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.574972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.575433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.575717+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' [] [] [2021-08-19T09:03:32.576281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.579261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.580512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.581614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.582180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.582525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.582841+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' [] [] [2021-08-19T09:03:32.583188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.583482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.584508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:03:32.585546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:03:32.586053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:03:32.586362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:03:32.586641+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' [] [] [2021-08-19T09:03:32.586940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:03:32.860698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8e416"},"request_uri":"http://127.0.0.1:8000/_wdt/b8e416","method":"GET"} [] [2021-08-19T09:04:20.406242+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-19T09:04:20.506080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-19T09:04:20.593237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.594011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.594443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.594867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.595330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.595751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.596133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-19T09:04:20.596546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-19T09:04:20.617242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.618499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.622775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:20.624212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:20.624659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:20.624939+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' [] [] [2021-08-19T09:04:20.625605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:20.629070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.630253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.631291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:20.631828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:20.632145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:20.632422+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' [] [] [2021-08-19T09:04:20.632728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:20.632976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.634054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:20.635046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:20.635518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:20.635818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:20.636098+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' [] [] [2021-08-19T09:04:20.636397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:20.902385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf9df3"},"request_uri":"http://127.0.0.1:8000/_wdt/bf9df3","method":"GET"} [] [2021-08-19T09:04:35.758176+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposal","method":"GET"} [] [2021-08-19T09:04:35.855880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.858332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.869306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:35.870736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:35.871188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:35.871444+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' [] [] [2021-08-19T09:04:35.872044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:35.874486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.875541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.876507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:35.876971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:35.877251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:35.877573+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' [] [] [2021-08-19T09:04:35.877898+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:35.878208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.879460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:04:35.880478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:04:35.880976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:04:35.881259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:04:35.881493+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' [] [] [2021-08-19T09:04:35.881756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:04:36.112784+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61b30c"},"request_uri":"http://127.0.0.1:8000/_wdt/61b30c","method":"GET"} [] [2021-08-19T09:28:10.848114+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-19T09:28:10.928236+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-19T09:28:11.049648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.052401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.056600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.058066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.058533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.058825+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' [] [] [2021-08-19T09:28:11.059404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.062473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.063521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.064526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.065022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.065416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.065675+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' [] [] [2021-08-19T09:28:11.066039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.066381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.067635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.068678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.069203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.069515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.069796+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' [] [] [2021-08-19T09:28:11.070131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.083402+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-19T09:28:11.088752+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-19T09:28:11.111766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:11.112782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:11.113140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:11.114586+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-19T09:28:11.116198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.117387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.118412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.118959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.119285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.119565+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' [] [] [2021-08-19T09:28:11.119873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.120134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.121137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.122132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.122614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.122913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.123187+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' [] [] [2021-08-19T09:28:11.123492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.123736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.124734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:11.125725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:11.126184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:11.126536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:11.126851+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' [] [] [2021-08-19T09:28:11.127193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:11.419071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d18ed8"},"request_uri":"http://127.0.0.1:8000/_wdt/d18ed8","method":"GET"} [] [2021-08-19T09:28:14.969156+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-19T09:28:15.089309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-19T09:28:15.143575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.144228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.144629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.144993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.145377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.145771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.146110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-19T09:28:15.147096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-19T09:28:15.167941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.169186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.173347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:15.174840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:15.175260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:15.175588+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' [] [] [2021-08-19T09:28:15.176210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:15.179249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.181286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.183183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:15.183766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:15.184085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:15.184360+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' [] [] [2021-08-19T09:28:15.184761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:15.185021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.186030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T09:28:15.187024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T09:28:15.187481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T09:28:15.187772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T09:28:15.188040+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' [] [] [2021-08-19T09:28:15.188333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T09:28:15.432524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8464aa"},"request_uri":"http://127.0.0.1:8000/_wdt/8464aa","method":"GET"} [] [2021-08-19T10:43:21.433631+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-19T10:43:21.517445+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T10:43:21.523801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T10:43:21.524600+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T10:43:21.531586+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-19T10:43:21.532344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T10:43:21.532874+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T10:43:21.533541+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-19T10:43:21.569454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.571626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.576230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T10:43:21.579014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T10:43:21.579865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T10:43:21.580337+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' [] [] [2021-08-19T10:43:21.581013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T10:43:21.584555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.585668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.586692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T10:43:21.587303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T10:43:21.587726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T10:43:21.587973+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' [] [] [2021-08-19T10:43:21.588348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T10:43:21.588655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.589678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T10:43:21.590626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T10:43:21.591130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T10:43:21.591506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T10:43:21.591841+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' [] [] [2021-08-19T10:43:21.592186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T10:43:21.939103+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abb0ba"},"request_uri":"http://127.0.0.1:8000/_wdt/abb0ba","method":"GET"} [] [2021-08-19T11:00:05.249413+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000//reports/depreciationschedule"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000//reports/depreciationschedule\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//reports/depreciationschedule/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-08-19T11:00:05.365622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.368178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.378813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.380503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.381174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.381511+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' [] [] [2021-08-19T11:00:05.382152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.385246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.386353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.387440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.388134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.388515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.388842+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' [] [] [2021-08-19T11:00:05.389199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.389494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.390630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.391704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.392232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.392732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.393046+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' [] [] [2021-08-19T11:00:05.393393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.394383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.395432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.396485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.396996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.397358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.397673+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' [] [] [2021-08-19T11:00:05.398014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.398305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.399340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.400386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.400909+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.401246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.401641+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' [] [] [2021-08-19T11:00:05.401986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.402267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.403307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:05.404410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:05.404946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:05.405314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:05.405636+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' [] [] [2021-08-19T11:00:05.405982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:05.643143+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08de1f"},"request_uri":"http://127.0.0.1:8000/_wdt/08de1f","method":"GET"} [] [2021-08-19T11:00:09.502105+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:00:09.614655+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 146 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:146)"} [] [2021-08-19T11:00:09.648481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.650587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.654916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.656343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.656766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.657052+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' [] [] [2021-08-19T11:00:09.657590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.660129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.661197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.662226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.662720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.663028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.663307+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' [] [] [2021-08-19T11:00:09.663610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.663854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.664858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.665856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.666355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.666742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.667016+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' [] [] [2021-08-19T11:00:09.667318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.669616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.670838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.671863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.672408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.672720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.672996+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' [] [] [2021-08-19T11:00:09.673305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.673562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.674558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.675550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.676008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.676308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.676587+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' [] [] [2021-08-19T11:00:09.676895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.677135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.678132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:09.679127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:09.679612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:09.679909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:09.680178+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' [] [] [2021-08-19T11:00:09.680478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:09.838388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"793ff2"},"request_uri":"http://127.0.0.1:8000/_wdt/793ff2","method":"GET"} [] [2021-08-19T11:00:35.255585+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:00:35.372621+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 147 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:147)"} [] [2021-08-19T11:00:35.432067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.434536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.439002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.440732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.441130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.441416+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' [] [] [2021-08-19T11:00:35.442050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.445346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.446537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.447745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.448367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.448726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.449050+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' [] [] [2021-08-19T11:00:35.449399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.449693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.450809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.451884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.452496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.452839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.453154+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' [] [] [2021-08-19T11:00:35.453503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.455243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.456467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.457536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.458054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.458366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.458646+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' [] [] [2021-08-19T11:00:35.458971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.459275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.460334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.461381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.461906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.462250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.462567+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' [] [] [2021-08-19T11:00:35.462912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.463194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.464228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:35.465274+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:35.465821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:35.466127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:35.466413+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' [] [] [2021-08-19T11:00:35.466721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:35.656071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c307cd"},"request_uri":"http://127.0.0.1:8000/_wdt/c307cd","method":"GET"} [] [2021-08-19T11:00:54.834430+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:00:54.929644+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:00:54.935705+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:00:54.936321+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:00:54.942991+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:00:54.943661+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:00:54.976329+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "template.html.twig" (looked into: C:\Apache24\htdocs\fixedasset/templates, C:\Apache24\htdocs\fixedasset\vendor\symfony\twig-bridge/Resources/views/Form) in "reports/index.html.twig" at line 1." at C:\Apache24\htdocs\fixedasset\vendor\twig\twig\src\Loader\FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"template.html.twig\" (looked into: C:\\Apache24\\htdocs\\fixedasset/templates, C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\twig-bridge/Resources/views/Form) in \"reports/index.html.twig\" at line 1. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Loader\\FilesystemLoader.php:227)"} [] [2021-08-19T11:00:55.030026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.031213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.035308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.036691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.037035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.037278+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' [] [] [2021-08-19T11:00:55.037868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.041517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.042685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.043758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.044447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.044796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.045117+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' [] [] [2021-08-19T11:00:55.045471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.045765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.046809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.047869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.048382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.048726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.048994+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' [] [] [2021-08-19T11:00:55.049317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.050512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.051617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.052629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.053141+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.053440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.053752+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' [] [] [2021-08-19T11:00:55.054062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.054320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.055323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.056331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.056796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.057058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.057285+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' [] [] [2021-08-19T11:00:55.057546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.057747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.058695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:00:55.059637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:00:55.060048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:00:55.060421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:00:55.060648+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' [] [] [2021-08-19T11:00:55.060899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:00:55.265547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6aecd"},"request_uri":"http://127.0.0.1:8000/_wdt/f6aecd","method":"GET"} [] [2021-08-19T11:03:22.868037+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:03:23.002840+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:03:23.010259+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:03:23.010965+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:03:23.017695+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:03:23.018399+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:03:23.081538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.082813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.087044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:03:23.088511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:03:23.088968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:03:23.089292+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' [] [] [2021-08-19T11:03:23.089952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:03:23.093455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.094639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.095726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:03:23.096333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:03:23.096911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:03:23.097268+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' [] [] [2021-08-19T11:03:23.097593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:03:23.097876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.098961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:03:23.099965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:03:23.100463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:03:23.100768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:03:23.101086+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' [] [] [2021-08-19T11:03:23.101390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:03:23.383030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f42ab0"},"request_uri":"http://127.0.0.1:8000/_wdt/f42ab0","method":"GET"} [] [2021-08-19T11:06:37.824493+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:06:37.969814+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:06:37.976198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:06:37.976730+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:06:37.983262+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:06:37.983922+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:06:38.024021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.025328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.029549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:06:38.031012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:06:38.031465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:06:38.031833+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' [] [] [2021-08-19T11:06:38.032465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:06:38.035739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.037623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.038665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:06:38.039228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:06:38.039542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:06:38.039820+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' [] [] [2021-08-19T11:06:38.040128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:06:38.040383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.041387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:06:38.042380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:06:38.042844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:06:38.043142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:06:38.043411+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' [] [] [2021-08-19T11:06:38.043753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:06:38.318590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bf0c1"},"request_uri":"http://127.0.0.1:8000/_wdt/0bf0c1","method":"GET"} [] [2021-08-19T11:09:44.094060+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:09:44.225296+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:09:44.231766+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:09:44.232406+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:09:44.239064+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:09:44.239774+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:09:44.277953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.279181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.283255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:44.284901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:44.285371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:44.285662+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' [] [] [2021-08-19T11:09:44.286246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:44.289552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.290809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.291878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:44.292462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:44.292809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:44.293124+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' [] [] [2021-08-19T11:09:44.293468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:44.293756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.294784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:44.295825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:44.296325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:44.296658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:44.296968+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' [] [] [2021-08-19T11:09:44.297311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:44.559783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fb8d7"},"request_uri":"http://127.0.0.1:8000/_wdt/2fb8d7","method":"GET"} [] [2021-08-19T11:09:50.125843+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-19T11:09:50.219631+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-19T11:09:50.261607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.262818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.267020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:50.268534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:50.268958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:50.269289+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' [] [] [2021-08-19T11:09:50.269909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:50.273198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.274399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.275462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:50.276023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:50.276377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:50.276738+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' [] [] [2021-08-19T11:09:50.277089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:50.277374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.278404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:50.279452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:50.279956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:50.280291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:50.280592+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' [] [] [2021-08-19T11:09:50.280927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:52.253755+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-19T11:09:52.352669+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-19T11:09:52.395396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.396795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.401075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:52.402513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:52.402956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:52.403285+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' [] [] [2021-08-19T11:09:52.403897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:52.406904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.407993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.409053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:52.409580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:52.409920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:52.410235+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' [] [] [2021-08-19T11:09:52.410575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:09:52.410857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.412002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:09:52.413236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:09:52.413844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:09:52.414252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:09:52.414531+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' [] [] [2021-08-19T11:09:52.414893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:11:05.372722+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:11:05.490450+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:11:05.496992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:11:05.497658+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:11:05.504279+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:11:05.504927+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:11:05.547720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.549006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.553267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:11:05.554812+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:11:05.555289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:11:05.555627+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' [] [] [2021-08-19T11:11:05.556295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:11:05.559426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.560960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.562126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:11:05.562677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:11:05.562991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:11:05.563268+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' [] [] [2021-08-19T11:11:05.563574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:11:05.563829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.564850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:11:05.565852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:11:05.566334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:11:05.566636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:11:05.566907+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' [] [] [2021-08-19T11:11:05.567207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:11:05.841069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a41d2"},"request_uri":"http://127.0.0.1:8000/_wdt/5a41d2","method":"GET"} [] [2021-08-19T11:12:38.723481+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:12:38.854117+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:12:38.860670+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:12:38.861488+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:12:38.868232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:12:38.868874+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:12:38.911367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.912701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.917216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:12:38.918722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:12:38.919145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:12:38.919470+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' [] [] [2021-08-19T11:12:38.920107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:12:38.923310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.924425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.925480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:12:38.926065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:12:38.926451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:12:38.926821+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' [] [] [2021-08-19T11:12:38.927196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:12:38.927470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.928565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:12:38.929612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:12:38.930170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:12:38.930487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:12:38.930764+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' [] [] [2021-08-19T11:12:38.931068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:12:39.207823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6d7ef"},"request_uri":"http://127.0.0.1:8000/_wdt/c6d7ef","method":"GET"} [] [2021-08-19T11:13:05.235583+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:13:05.371161+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:13:05.377269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:13:05.377812+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:13:05.384940+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:13:05.385732+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:13:05.447813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.449093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.453821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:05.455369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:05.455761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:05.456062+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' [] [] [2021-08-19T11:13:05.456720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:05.459904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.460948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.461912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:05.462372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:05.462684+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:05.462918+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' [] [] [2021-08-19T11:13:05.463175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:05.463376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.464338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:05.465438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:05.465943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:05.466248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:05.466607+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' [] [] [2021-08-19T11:13:05.467127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:05.735699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83fed8"},"request_uri":"http://127.0.0.1:8000/_wdt/83fed8","method":"GET"} [] [2021-08-19T11:13:37.217079+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:13:37.357640+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:13:37.364114+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:13:37.364766+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:13:37.371364+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:13:37.372007+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:13:37.414532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.415756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.420007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:37.421440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:37.421831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:37.422112+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' [] [] [2021-08-19T11:13:37.422674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:37.426129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.427304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.428357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:37.428873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:37.429231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:37.429510+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' [] [] [2021-08-19T11:13:37.429814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:37.430061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.431064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:13:37.432135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:13:37.432637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:13:37.432950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:13:37.433226+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' [] [] [2021-08-19T11:13:37.433516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:13:37.706184+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86f25d"},"request_uri":"http://127.0.0.1:8000/_wdt/86f25d","method":"GET"} [] [2021-08-19T11:19:16.119271+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:19:16.245781+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:19:16.252091+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:19:16.252613+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:19:16.259310+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:19:16.259951+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:19:16.301684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.302944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.307118+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:16.308611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:16.309089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:16.309389+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' [] [] [2021-08-19T11:19:16.310001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:16.313140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.314227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.315257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:16.315762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:16.316062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:16.316332+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' [] [] [2021-08-19T11:19:16.316681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:16.316927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.317921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:16.318932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:16.319384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:16.319676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:16.319942+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' [] [] [2021-08-19T11:19:16.320233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:16.602839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ce160"},"request_uri":"http://127.0.0.1:8000/_wdt/8ce160","method":"GET"} [] [2021-08-19T11:19:38.726168+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-19T11:19:38.823100+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-19T11:19:38.863107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.864368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.868628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:38.870847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:38.872352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:38.872767+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' [] [] [2021-08-19T11:19:38.873501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:38.876537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.877665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.878748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:38.879321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:38.879776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:38.880102+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' [] [] [2021-08-19T11:19:38.880457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:38.880727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.881920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:19:38.883070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:19:38.883680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:19:38.884083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:19:38.884362+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' [] [] [2021-08-19T11:19:38.884684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:19:41.688296+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-19T11:19:41.839439+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-19T11:20:15.449810+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-19T11:20:15.574285+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-19T11:20:15.580986+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-19T11:20:15.581653+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-19T11:20:15.588501+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-19T11:20:15.589125+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-19T11:20:15.628257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.629540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.633801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:20:15.635315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:20:15.635727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:20:15.636543+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' [] [] [2021-08-19T11:20:15.637168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:20:15.640403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.641561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.642640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:20:15.643357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:20:15.643884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:20:15.644234+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' [] [] [2021-08-19T11:20:15.644557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:20:15.644855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.645962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-19T11:20:15.647012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-19T11:20:15.647552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-19T11:20:15.647857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-19T11:20:15.648204+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' [] [] [2021-08-19T11:20:15.648517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-19T11:20:15.918395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ff72a"},"request_uri":"http://127.0.0.1:8000/_wdt/2ff72a","method":"GET"} [] [2021-08-21T08:56:57.445925+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T08:56:57.650587+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T08:56:57.661235+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T08:56:57.661914+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T08:56:57.670489+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T08:56:57.671101+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T08:56:57.732012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.733361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.740140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:56:57.742936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:56:57.743384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:56:57.743660+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' [] [] [2021-08-21T08:56:57.744490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:56:57.749510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.750592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.751615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:56:57.752081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:56:57.752365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:56:57.752606+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' [] [] [2021-08-21T08:56:57.752904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:56:57.753117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.754097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:56:57.755064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:56:57.755492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:56:57.755760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:56:57.755985+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' [] [] [2021-08-21T08:56:57.756287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:56:58.136237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd7331"},"request_uri":"http://127.0.0.1:8000/_wdt/bd7331","method":"GET"} [] [2021-08-21T08:57:08.661937+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T08:57:08.865221+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\\fixedasset\\src\\Controller\\ReportsController.php:161)"} [] [2021-08-21T08:57:09.733822+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\fixedasset\src\Controller\ReportsController.php line 161 {"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\\fixedasset\\src\\Controller\\ReportsController.php:161)"} [] [2021-08-21T08:57:09.806807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.809337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.813393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.814727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.815223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.815551+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' [] [] [2021-08-21T08:57:09.816119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:09.818734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.819835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.820908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.821498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.821843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.822161+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' [] [] [2021-08-21T08:57:09.822508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:09.822784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.823845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.824933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.825449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.825787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.826102+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' [] [] [2021-08-21T08:57:09.826449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:09.828264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.829506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.830589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.831221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.831574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.831894+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' [] [] [2021-08-21T08:57:09.832244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:09.832551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.833609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.834675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.835202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.835539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.835853+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' [] [] [2021-08-21T08:57:09.836194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:09.836472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.837526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:57:09.838589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:57:09.839087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:57:09.839428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:57:09.839744+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' [] [] [2021-08-21T08:57:09.840083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:57:10.030272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69c7c0"},"request_uri":"http://127.0.0.1:8000/_wdt/69c7c0","method":"GET"} [] [2021-08-21T08:58:53.805710+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T08:58:54.005238+00:00] doctrine.DEBUG: usp_depreciation_calculation() [] [] [2021-08-21T08:58:54.016382+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing 'usp_depreciation_calculation()': 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 'usp_depreciation_calculation()' at line 1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 98 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'usp_depreciation_calculation()':\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 'usp_depreciation_calculation()' at line 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:98)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(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 'usp_depreciation_calculation()' at line 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\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 'usp_depreciation_calculation()' at line 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-21T08:58:54.091342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.093854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.098183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.099747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.100221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.100506+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' [] [] [2021-08-21T08:58:54.101107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.104324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.105429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.106447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.106948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.107250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.107527+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' [] [] [2021-08-21T08:58:54.107835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.108087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.109087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.110081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.110600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.110924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.111199+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' [] [] [2021-08-21T08:58:54.111499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.113245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.114277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.115289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.115779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.116079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.116354+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' [] [] [2021-08-21T08:58:54.116658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.116917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.117915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.118911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.119376+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.119676+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.119951+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' [] [] [2021-08-21T08:58:54.120249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.120490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.121529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T08:58:54.122574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T08:58:54.123073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T08:58:54.123375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T08:58:54.123650+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' [] [] [2021-08-21T08:58:54.123957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T08:58:54.356772+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce1c73"},"request_uri":"http://127.0.0.1:8000/_wdt/ce1c73","method":"GET"} [] [2021-08-21T09:01:00.086277+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:01:00.279471+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:14:26.129815+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:14:26.324102+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:14:26.380793+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:14:26.391318+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:14:26.592768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.595341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.600239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.601941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.602386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.602735+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' [] [] [2021-08-21T09:14:26.603345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:14:26.606779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.607965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.609120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.609944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.611100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.611433+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' [] [] [2021-08-21T09:14:26.611736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:14:26.612014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.613421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.614733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.615586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.615969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.616253+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' [] [] [2021-08-21T09:14:26.616558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:14:26.618397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.619572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.620613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.621281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.621626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.621923+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' [] [] [2021-08-21T09:14:26.622269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:14:26.622549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.623693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.624763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.625267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.625540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.625774+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' [] [] [2021-08-21T09:14:26.626099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:14:26.626385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.627858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:14:26.629064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:14:26.629842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:14:26.630513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:14:26.630853+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' [] [] [2021-08-21T09:14:26.631163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:16.215197+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T09:31:16.352088+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:31:16.358666+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T09:31:16.359451+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T09:31:16.366240+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T09:31:16.366897+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T09:31:16.405036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.406326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.410703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:16.412401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:16.412829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:16.413123+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' [] [] [2021-08-21T09:31:16.413786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:16.416931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.417993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.418955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:16.419431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:16.419700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:16.419927+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' [] [] [2021-08-21T09:31:16.420196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:16.420395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.421378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:16.422410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:16.422937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:16.423238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:16.423471+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' [] [] [2021-08-21T09:31:16.423733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:16.696265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ced245"},"request_uri":"http://127.0.0.1:8000/_wdt/ced245","method":"GET"} [] [2021-08-21T09:31:21.917918+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-21T09:31:22.048788+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:31:22.054562+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T09:31:22.055091+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T09:31:22.062404+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T09:31:22.063056+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T09:31:22.063474+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T09:31:22.063909+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-21T09:31:22.104143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.105401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.109759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:22.112554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:22.113139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:22.113467+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' [] [] [2021-08-21T09:31:22.114099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:22.117303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.118451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.119544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:22.120125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:22.120443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:22.120694+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' [] [] [2021-08-21T09:31:22.121010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:22.121263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.122282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:31:22.123308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:31:22.123780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:31:22.124114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:31:22.124392+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' [] [] [2021-08-21T09:31:22.124696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:31:22.388301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24ceec"},"request_uri":"http://127.0.0.1:8000/_wdt/24ceec","method":"GET"} [] [2021-08-21T09:52:07.731010+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:52:07.939872+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:52:07.972847+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endif" tag (expecting closing tag for the "block" tag defined near line 2)." at C:\Apache24\htdocs\fixedasset\templates\reports\depreciationSchedule.html.twig line 45 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endif\" tag (expecting closing tag for the \"block\" tag defined near line 2). at C:\\Apache24\\htdocs\\fixedasset\\templates\\reports\\depreciationSchedule.html.twig:45)"} [] [2021-08-21T09:52:08.027300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.029592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.034148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.035977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.036351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.036646+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' [] [] [2021-08-21T09:52:08.037319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.040532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.041625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.042638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.043153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.043456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.043766+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' [] [] [2021-08-21T09:52:08.044073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.044324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.045332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.046336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.046803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.047106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.047378+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' [] [] [2021-08-21T09:52:08.047745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.049539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.050603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.051678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.052183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.052488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.052762+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' [] [] [2021-08-21T09:52:08.053066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.053317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.054317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.055323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.055780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.056069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.056337+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' [] [] [2021-08-21T09:52:08.056630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.056863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.057857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:52:08.058863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:52:08.059313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:52:08.059604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:52:08.059870+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' [] [] [2021-08-21T09:52:08.060167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:52:08.264978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e5e2c"},"request_uri":"http://127.0.0.1:8000/_wdt/1e5e2c","method":"GET"} [] [2021-08-21T09:53:54.532833+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:53:54.740085+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:53:54.881266+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:53:54.891604+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:53:55.098544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.100813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.104948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.106384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.106713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.106962+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' [] [] [2021-08-21T09:53:55.107492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:53:55.110744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.111869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.113490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.114094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.114437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.114675+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' [] [] [2021-08-21T09:53:55.114941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:53:55.115155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.116165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.117121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.117541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.117795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.118018+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' [] [] [2021-08-21T09:53:55.118268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:53:55.119950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.120942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.121903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.122340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.122598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.122826+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' [] [] [2021-08-21T09:53:55.123081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:53:55.123286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.124332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.125375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.125827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.126085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.126314+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' [] [] [2021-08-21T09:53:55.126569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:53:55.126772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.127728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:53:55.128672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:53:55.129403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:53:55.130218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:53:55.130501+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' [] [] [2021-08-21T09:53:55.130776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:03.983138+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:54:04.187089+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:54:04.285494+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:54:04.296225+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:54:04.493329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.495453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.499387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.500647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.500976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.501257+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' [] [] [2021-08-21T09:54:04.501756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:04.504312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.505359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.506416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.506920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.507227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.507512+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' [] [] [2021-08-21T09:54:04.507815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:04.508062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.509065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.510067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.510537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.510894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.511167+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' [] [] [2021-08-21T09:54:04.511466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:04.513061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.514094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.515102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.515583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.515880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.516151+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' [] [] [2021-08-21T09:54:04.516452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:04.516704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.517699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.518698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.519152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.519449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.519721+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' [] [] [2021-08-21T09:54:04.520017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:04.520256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.521270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:04.522273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:04.522737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:04.523031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:04.523302+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' [] [] [2021-08-21T09:54:04.523600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.008363+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:54:55.219069+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:54:55.314892+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:54:55.328177+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:54:55.542634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.545124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.549401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.551125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.551533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.551857+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' [] [] [2021-08-21T09:54:55.552449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.555533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.556644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.557743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.558274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.558602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.558920+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' [] [] [2021-08-21T09:54:55.559250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.559509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.560539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.561566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.562043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.562337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.562634+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' [] [] [2021-08-21T09:54:55.562945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.564623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.565666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.566848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.567365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.567673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.567976+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' [] [] [2021-08-21T09:54:55.568296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.568555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.569582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.570732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.571218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.571513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.571816+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' [] [] [2021-08-21T09:54:55.572130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:54:55.572374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.573390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:54:55.574400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:54:55.574925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:54:55.575220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:54:55.575489+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' [] [] [2021-08-21T09:54:55.575795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.233127+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:55:12.433785+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:55:12.533358+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:55:12.548819+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:55:12.746168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.748297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.752141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.753397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.753752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.754049+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' [] [] [2021-08-21T09:55:12.754584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.757150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.758214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.759250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.759757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.760062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.760341+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' [] [] [2021-08-21T09:55:12.760693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.760947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.761949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.762948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.763413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.763710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.763984+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' [] [] [2021-08-21T09:55:12.764287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.765863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.766877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.767898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.768379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.768683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.768958+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' [] [] [2021-08-21T09:55:12.769261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.769511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.770514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.771513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.771974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.772269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.772546+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' [] [] [2021-08-21T09:55:12.772847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:55:12.773086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.774079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:55:12.775091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:55:12.775590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:55:12.775894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:55:12.776175+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' [] [] [2021-08-21T09:55:12.776484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:26.408236+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:57:26.625699+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:57:26.776232+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:57:26.787919+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:57:26.990096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:26.992622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:26.996989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:26.998581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:26.998988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:26.999346+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' [] [] [2021-08-21T09:57:26.999978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:27.003364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.004452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.005495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:27.006013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:27.006320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:27.006625+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' [] [] [2021-08-21T09:57:27.006940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:27.007192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.008207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.009237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:27.009701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:27.009990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:27.010289+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' [] [] [2021-08-21T09:57:27.010596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:27.012341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.013403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.014423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:27.014929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:27.015237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:27.015539+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' [] [] [2021-08-21T09:57:27.015853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:27.016113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.017134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.018157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:27.018620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:27.018916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:27.019213+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' [] [] [2021-08-21T09:57:27.019525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:27.019769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.020782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:27.021803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:27.022277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:27.022571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:27.022867+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' [] [] [2021-08-21T09:57:27.023174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.268829+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:57:30.483451+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:57:30.578294+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:57:30.587956+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:57:30.782577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.784676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.788527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.789752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.790121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.790446+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' [] [] [2021-08-21T09:57:30.791001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.793654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.794763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.795849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.796450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.796859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.797157+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' [] [] [2021-08-21T09:57:30.797475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.797732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.798777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.799766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.800251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.800552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.800829+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' [] [] [2021-08-21T09:57:30.801130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.802727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.803751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.805032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.805571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.805886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.806169+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' [] [] [2021-08-21T09:57:30.806475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.806732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.807745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.808894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.809399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.809667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.809899+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' [] [] [2021-08-21T09:57:30.810166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:30.810368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.811316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:30.812273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:30.812764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:30.813064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:30.813349+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' [] [] [2021-08-21T09:57:30.813655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:47.494728+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T09:57:47.595101+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:57:47.601553+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T09:57:47.602207+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T09:57:47.609140+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T09:57:47.609727+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T09:57:47.649085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.650408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.654697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:47.656149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:47.656563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:47.656919+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' [] [] [2021-08-21T09:57:47.657583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:47.660821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.661923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.662973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:47.663486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:47.663798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:47.664142+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' [] [] [2021-08-21T09:57:47.664701+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:47.665157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.666601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:47.667756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:47.668335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:47.668693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:47.669015+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' [] [] [2021-08-21T09:57:47.669375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:47.941612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6feeda"},"request_uri":"http://127.0.0.1:8000/_wdt/6feeda","method":"GET"} [] [2021-08-21T09:57:52.306313+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T09:57:52.522813+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T09:57:52.622889+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T09:57:52.631060+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T09:57:52.861325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.863629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.867792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.869116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.869575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.869841+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' [] [] [2021-08-21T09:57:52.870350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:52.872935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.874069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.875095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.875624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.875916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.876175+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' [] [] [2021-08-21T09:57:52.876456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:52.876678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.877679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.878720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.879186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.879523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.879782+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' [] [] [2021-08-21T09:57:52.880071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:52.881824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.883052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.884116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.884633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.884910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.885163+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' [] [] [2021-08-21T09:57:52.885449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:52.885675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.886710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.887804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.888302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.888575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.888809+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' [] [] [2021-08-21T09:57:52.889072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T09:57:52.889275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.890260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T09:57:52.891223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T09:57:52.891654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T09:57:52.891909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T09:57:52.892131+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' [] [] [2021-08-21T09:57:52.892382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:14.125850+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T10:01:14.258786+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:01:14.265489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T10:01:14.266070+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T10:01:14.272712+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T10:01:14.273267+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T10:01:14.312486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.314514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.319071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:14.320586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:14.320960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:14.321242+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' [] [] [2021-08-21T10:01:14.321839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:14.324937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.326039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.327061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:14.327571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:14.327871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:14.328142+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' [] [] [2021-08-21T10:01:14.328447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:14.328687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.329779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:14.331484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:14.332648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:14.333133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:14.333489+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' [] [] [2021-08-21T10:01:14.333834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:14.608342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb2f32"},"request_uri":"http://127.0.0.1:8000/_wdt/fb2f32","method":"GET"} [] [2021-08-21T10:01:51.728374+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:01:51.942378+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:01:52.060835+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:01:52.072801+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:01:52.289345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.291944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.296319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.297746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.298075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.298318+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' [] [] [2021-08-21T10:01:52.298853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:52.301992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.303045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.304030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.304496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.304825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.305060+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' [] [] [2021-08-21T10:01:52.305320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:52.305525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.306524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.307516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.307998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.308322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.308580+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' [] [] [2021-08-21T10:01:52.308860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:52.310568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.311594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.312584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.313046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.313307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.313593+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' [] [] [2021-08-21T10:01:52.313855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:52.314065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.315036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.315996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.316414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.316665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.316888+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' [] [] [2021-08-21T10:01:52.317138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:52.317331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.318298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:52.319256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:52.319682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:52.319935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:52.320163+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' [] [] [2021-08-21T10:01:52.320412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:55.545687+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:01:55.757857+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:01:55.852263+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:01:55.862369+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:01:56.054386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.056481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.060345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.061639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.061946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.062192+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' [] [] [2021-08-21T10:01:56.062677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:56.065175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.066247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.067266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.067745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.068057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.068341+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' [] [] [2021-08-21T10:01:56.068670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:56.068927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.070023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.071103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.071625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.071991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.072274+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' [] [] [2021-08-21T10:01:56.072581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:56.074241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.075367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.076450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.077006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.077319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.077601+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' [] [] [2021-08-21T10:01:56.077909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:56.078165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.079227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.080280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.080752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.081114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.081391+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' [] [] [2021-08-21T10:01:56.081691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:01:56.081932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.082970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:01:56.084405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:01:56.085397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:01:56.085689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:01:56.085932+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' [] [] [2021-08-21T10:01:56.086201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.239530+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:04:15.433211+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:04:15.554460+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:04:15.568288+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:04:15.776415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.778935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.783513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.784965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.785311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.785567+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' [] [] [2021-08-21T10:04:15.786110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.789394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.790517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.791557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.792153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.792453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.792783+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' [] [] [2021-08-21T10:04:15.793099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.793361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.794480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.795559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.796062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.796350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.796638+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' [] [] [2021-08-21T10:04:15.796942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.798808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.799904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.800977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.801496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.801802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.802072+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' [] [] [2021-08-21T10:04:15.802373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.802616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.803655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.804716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.805181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.805475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.805745+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' [] [] [2021-08-21T10:04:15.806044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:15.806272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.807305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:15.808356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:15.808838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:15.809129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:15.809427+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' [] [] [2021-08-21T10:04:15.809743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.404351+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:04:19.611208+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:04:19.712396+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:04:19.724321+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:04:19.919918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.921983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.926129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.927453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.927821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.928147+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' [] [] [2021-08-21T10:04:19.928714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.931296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.932396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.933467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.933995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.934331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.934645+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' [] [] [2021-08-21T10:04:19.934992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.935331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.936380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.937445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.937948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.938277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.938591+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' [] [] [2021-08-21T10:04:19.938932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.940711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.941828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.942906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.943448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.943794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.944112+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' [] [] [2021-08-21T10:04:19.944461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.944754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.945807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.946871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.947376+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.947711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.948026+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' [] [] [2021-08-21T10:04:19.948366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:19.948647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.949713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:04:19.950825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:04:19.951343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:04:19.951704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:04:19.952039+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' [] [] [2021-08-21T10:04:19.952401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:04:46.590246+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:04:46.755306+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:05:46.862684+00:00] php.CRITICAL: Fatal Error: Maximum execution time of 30 seconds exceeded {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:05:46.871410+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at C:\Apache24\htdocs\fixedasset\vendor\dompdf\dompdf\src\Helpers.php line 536 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:05:46.896615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:05:46.898734+00:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128) {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:05:46.899089+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)\n[previous exception] [object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:05:59.251356+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:05:59.443754+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:06:59.503407+00:00] php.CRITICAL: Fatal Error: Maximum execution time of 30 seconds exceeded {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:06:59.509826+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at C:\Apache24\htdocs\fixedasset\vendor\dompdf\dompdf\src\Helpers.php line 536 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:06:59.529094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:06:59.531036+00:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128) {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:06:59.531455+00:00] php.CRITICAL: Uncaught Exception: An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)\n[previous exception] [object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\fixedasset\\vendor\\dompdf\\dompdf\\src\\Helpers.php:536)"} [] [2021-08-21T10:07:30.101901+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:07:30.314705+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:07:30.433747+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:07:30.445848+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:07:30.656870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.659173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.663343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.664789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.665127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.665419+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' [] [] [2021-08-21T10:07:30.665995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:30.669240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.670308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.671283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.671747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.672017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.672247+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' [] [] [2021-08-21T10:07:30.672509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:30.672713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.673684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.674636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.675059+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.675321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.675544+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' [] [] [2021-08-21T10:07:30.675794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:30.677453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.678465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.679433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.679895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.680150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.680379+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' [] [] [2021-08-21T10:07:30.680634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:30.680839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.681798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.682742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.683152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.683404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.683626+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' [] [] [2021-08-21T10:07:30.683875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:30.684068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.685029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:30.685985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:30.686404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:30.686654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:30.686876+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' [] [] [2021-08-21T10:07:30.687125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:33.701109+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:07:33.893518+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:07:33.992687+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:07:34.009169+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:07:34.199261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.201338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.205206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.206417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.206761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.207050+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' [] [] [2021-08-21T10:07:34.207584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:34.210155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.211242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.212269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.212798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.213110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.213453+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' [] [] [2021-08-21T10:07:34.213749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:34.213970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.214981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.215995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.216506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.216787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.217052+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' [] [] [2021-08-21T10:07:34.217370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:34.218980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.220040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.221039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.221532+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.221825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.222081+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' [] [] [2021-08-21T10:07:34.222380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:34.222622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.223601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.224561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.225021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.225305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.225554+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' [] [] [2021-08-21T10:07:34.225833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:07:34.226059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.227048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:07:34.228035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:07:34.228488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:07:34.228750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:07:34.229004+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' [] [] [2021-08-21T10:07:34.229284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.295129+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:25:48.495617+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:25:48.594866+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:25:48.609104+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:25:48.817071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.819368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.823492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.824858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.825215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.825462+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' [] [] [2021-08-21T10:25:48.825991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.829090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.830119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.831139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.831604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.831874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.832120+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' [] [] [2021-08-21T10:25:48.832402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.832616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.833583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.834547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.834970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.835223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.835451+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' [] [] [2021-08-21T10:25:48.835707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.837359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.838350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.839311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.839744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.840026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.840254+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' [] [] [2021-08-21T10:25:48.840511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.840715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.841672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.842618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.843036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.843282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.843563+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' [] [] [2021-08-21T10:25:48.843820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:48.844015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.844968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:48.845914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:48.846323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:48.846569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:48.846807+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' [] [] [2021-08-21T10:25:48.847079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.203551+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:25:52.377642+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:25:52.472639+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:25:52.485693+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:25:52.679960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.681987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.685801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.687043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.687405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.687697+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' [] [] [2021-08-21T10:25:52.688238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.690791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.691845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.692897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.693398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.693824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.694146+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' [] [] [2021-08-21T10:25:52.694499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.694793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.695873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.696908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.697394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.697694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.697968+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' [] [] [2021-08-21T10:25:52.698274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.699879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.700894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.701892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.702369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.702703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.702980+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' [] [] [2021-08-21T10:25:52.703282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.703534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.704538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.705539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.706007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.706302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.706575+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' [] [] [2021-08-21T10:25:52.706874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:25:52.707114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.708111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:25:52.709106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:25:52.709566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:25:52.709919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:25:52.710189+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' [] [] [2021-08-21T10:25:52.710513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:42.296031+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:26:42.915037+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:26:43.038110+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:26:43.054475+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:26:43.370303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.372613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.376917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.378359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.378690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.378975+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' [] [] [2021-08-21T10:26:43.379782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:43.383326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.384431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.385469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.385977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.386280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.386562+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' [] [] [2021-08-21T10:26:43.386863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:43.387105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.388096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.389100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.389662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.389955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.390220+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' [] [] [2021-08-21T10:26:43.390517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:43.435693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.436924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.437968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.438544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.438864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.439147+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' [] [] [2021-08-21T10:26:43.439456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:43.439716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.440720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.441731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.442206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.442494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.442759+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' [] [] [2021-08-21T10:26:43.443054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:43.443287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.444271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:43.445264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:43.445712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:43.445996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:43.446264+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' [] [] [2021-08-21T10:26:43.446555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:46.494065+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:26:46.718610+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:26:46.807397+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:26:46.821796+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:26:47.021364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.023636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.027865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.029282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.029611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.029894+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' [] [] [2021-08-21T10:26:47.030533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:47.033620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.034668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.035659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.036149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.036446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.036720+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' [] [] [2021-08-21T10:26:47.037018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:47.037262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.038245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.039223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.039689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.039981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.040249+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' [] [] [2021-08-21T10:26:47.040547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:47.047171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.048242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.049245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.049753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.050054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.050325+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' [] [] [2021-08-21T10:26:47.050629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:47.050884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.051870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.052853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.053313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.053605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.053873+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' [] [] [2021-08-21T10:26:47.054168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:47.054408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.055385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:47.056369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:47.056829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:47.057122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:47.057394+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' [] [] [2021-08-21T10:26:47.057762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:48.514169+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:26:48.694253+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:26:48.784315+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:26:48.797305+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:26:48.999366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.001532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.005452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.006704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.007026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.007281+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' [] [] [2021-08-21T10:26:49.007772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:49.010316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.011399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.012433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.012931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.013235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.013571+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' [] [] [2021-08-21T10:26:49.013879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:49.014144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.015197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.016209+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.016699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.016997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.017274+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' [] [] [2021-08-21T10:26:49.017572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:49.022255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.023351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.024329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.024801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.025064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.025387+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' [] [] [2021-08-21T10:26:49.025725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:49.025993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.027033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.028034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.028544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.028848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.029148+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' [] [] [2021-08-21T10:26:49.029451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:49.029695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.030835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:49.031885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:49.032386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:49.032688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:49.032963+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' [] [] [2021-08-21T10:26:49.033269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:54.008501+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T10:26:54.117100+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:26:54.131690+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T10:26:54.132240+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T10:26:54.139725+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T10:26:54.140280+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T10:26:54.264811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.266055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.270561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:54.272328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:54.272733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:54.273065+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' [] [] [2021-08-21T10:26:54.273702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:54.276997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.278165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.279284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:54.279924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:54.280280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:54.280605+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' [] [] [2021-08-21T10:26:54.280958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:54.281254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.282306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:26:54.283373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:26:54.283885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:26:54.284225+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:26:54.284543+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' [] [] [2021-08-21T10:26:54.284891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:26:54.552490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d58a5d"},"request_uri":"http://127.0.0.1:8000/_wdt/d58a5d","method":"GET"} [] [2021-08-21T10:27:05.473068+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T10:27:05.622711+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:05.642203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T10:27:05.642857+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T10:27:05.650259+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T10:27:05.650892+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T10:27:05.697284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.698509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.702893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:05.704353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:05.704686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:05.704968+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' [] [] [2021-08-21T10:27:05.705549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:05.708885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.710088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.711199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:05.711750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:05.712140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:05.712488+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' [] [] [2021-08-21T10:27:05.712812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:05.713071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.714120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:05.715136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:05.715652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:05.715954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:05.716227+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' [] [] [2021-08-21T10:27:05.716542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:06.112049+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"790e0a"},"request_uri":"http://127.0.0.1:8000/_wdt/790e0a","method":"GET"} [] [2021-08-21T10:27:12.744282+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:12.967832+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:13.060194+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:13.069213+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:13.285763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.288098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.292008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.293340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.293670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.293927+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' [] [] [2021-08-21T10:27:13.294432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:13.297144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.298320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.299352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.300010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.300309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.300548+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' [] [] [2021-08-21T10:27:13.300816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:13.301033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.302073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.303053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.303523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.303782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.304015+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' [] [] [2021-08-21T10:27:13.304277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:13.309050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.310204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.311212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.311710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.311988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.312223+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' [] [] [2021-08-21T10:27:13.312491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:13.312737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.313766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.314754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.315226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.315495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.315728+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' [] [] [2021-08-21T10:27:13.315993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:13.316198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.317350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:13.318399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:13.318954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:13.319226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:13.319458+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' [] [] [2021-08-21T10:27:13.319724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:16.890917+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:17.062305+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:17.153538+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:17.164852+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:17.375265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.377563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.383119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.384623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.384974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.385241+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' [] [] [2021-08-21T10:27:17.385817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:17.388480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.389646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.390683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.391278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.391607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.391945+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' [] [] [2021-08-21T10:27:17.392533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:17.392936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.394337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.395549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.396139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.396456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.396749+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' [] [] [2021-08-21T10:27:17.397113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:17.404621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.405888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.406913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.407437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.407718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.407955+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' [] [] [2021-08-21T10:27:17.408228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:17.408453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.409833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.410951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.411485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.411770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.412025+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' [] [] [2021-08-21T10:27:17.412303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:17.412526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.414256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:17.416774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:17.417365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:17.417662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:17.417932+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' [] [] [2021-08-21T10:27:17.418253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.347679+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:20.535719+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:20.620327+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:20.633568+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:20.833067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.835143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.839354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.840678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.841061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.841312+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' [] [] [2021-08-21T10:27:20.841944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.844717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.846002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.847086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.847638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.847920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.848155+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' [] [] [2021-08-21T10:27:20.848418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.848633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.849627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.850798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.851327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.851614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.851929+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' [] [] [2021-08-21T10:27:20.852200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.857220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.858507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.859920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.860469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.860767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.861009+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' [] [] [2021-08-21T10:27:20.861316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.861582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.862748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.863829+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.864343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.864627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.864870+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' [] [] [2021-08-21T10:27:20.865139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:20.865348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.866390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:20.867407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:20.867882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:20.868150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:20.868385+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' [] [] [2021-08-21T10:27:20.868651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:41.807718+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:41.993992+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:42.079503+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:42.090828+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:42.292045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.294234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.298301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.299622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.299947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.300197+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' [] [] [2021-08-21T10:27:42.300698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:42.303327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.304488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.305549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.306083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.306473+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.306779+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' [] [] [2021-08-21T10:27:42.307129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:42.307388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.308455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.309511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.310051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.310358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.310631+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' [] [] [2021-08-21T10:27:42.310933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:42.315842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.317096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.318129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.318642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.318930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.319171+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' [] [] [2021-08-21T10:27:42.319437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:42.319656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.320658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.321649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.322125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.322387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.322617+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' [] [] [2021-08-21T10:27:42.322880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:42.323085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.324101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:42.325099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:42.325564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:42.325831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:42.326064+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' [] [] [2021-08-21T10:27:42.326323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.118895+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:45.306100+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:45.395455+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:45.408615+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:45.608179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.610429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.614652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.616006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.616343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.616601+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' [] [] [2021-08-21T10:27:45.617120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.619789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.620989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.622122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.622745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.623061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.623347+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' [] [] [2021-08-21T10:27:45.623644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.623888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.624966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.626083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.626733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.627042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.627285+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' [] [] [2021-08-21T10:27:45.627553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.632754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.634157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.635407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.635988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.636284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.636529+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' [] [] [2021-08-21T10:27:45.636797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.637023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.638111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.639194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.639986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.640282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.640527+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' [] [] [2021-08-21T10:27:45.640795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:45.641016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.642182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:45.643446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:45.643989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:45.644273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:45.644512+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' [] [] [2021-08-21T10:27:45.644778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.121603+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:47.286534+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:47.375190+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:47.388249+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:47.579157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.581210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.585682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.587300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.587750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.588039+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' [] [] [2021-08-21T10:27:47.588627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.591505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.592763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.593860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.594456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.594784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.595043+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' [] [] [2021-08-21T10:27:47.595325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.595554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.596638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.597739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.598313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.598649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.598935+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' [] [] [2021-08-21T10:27:47.599270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.604492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.605895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.607204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.607888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.608274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.608555+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' [] [] [2021-08-21T10:27:47.608868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.609148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.610359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.611723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.612430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.612808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.613099+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' [] [] [2021-08-21T10:27:47.613420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:47.613689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.614995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:47.616422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:47.617105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:47.617418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:47.617719+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' [] [] [2021-08-21T10:27:47.618006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:48.934757+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:49.115951+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:49.199834+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:49.209601+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:49.397859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.399983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.403951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.405300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.405662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.405977+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' [] [] [2021-08-21T10:27:49.406693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:49.409404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.410553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.411655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.412232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.412581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.412904+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' [] [] [2021-08-21T10:27:49.413327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:49.413624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.414729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.415849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.416423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.416776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.417080+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' [] [] [2021-08-21T10:27:49.417434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:49.422363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.423557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.424637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.425212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.425529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.425810+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' [] [] [2021-08-21T10:27:49.426126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:49.426385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.427432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.428476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.428989+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.429297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.429573+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' [] [] [2021-08-21T10:27:49.429878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:49.430120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.431178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:49.432239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:49.432754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:49.433058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:49.433331+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' [] [] [2021-08-21T10:27:49.433633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:50.644183+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:50.802853+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:50.886900+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:50.901324+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:51.088405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.090465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.094485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.095808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.096194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.096465+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' [] [] [2021-08-21T10:27:51.097065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:51.099681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.100815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.101844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.102398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.102714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.102996+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' [] [] [2021-08-21T10:27:51.103308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:51.103563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.104612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.105675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.106334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.106665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.106956+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' [] [] [2021-08-21T10:27:51.107276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:51.112319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.113544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.114653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.115206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.115532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.115814+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' [] [] [2021-08-21T10:27:51.116127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:51.116397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.117472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.118505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.119017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.119330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.119616+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' [] [] [2021-08-21T10:27:51.119927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:51.120180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.121245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:51.122295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:51.122825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:51.123141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:51.123426+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' [] [] [2021-08-21T10:27:51.123734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.098707+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:27:56.273461+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:27:56.369834+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:27:56.388186+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:27:56.585386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.587559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.591775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.593099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.593415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.593663+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' [] [] [2021-08-21T10:27:56.594166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.597321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.598557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.599640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.600220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.600592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.600841+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' [] [] [2021-08-21T10:27:56.601111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.601327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.602354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.603326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.603815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.604080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.604474+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' [] [] [2021-08-21T10:27:56.604811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.609701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.610910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.611989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.612536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.613064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.613503+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' [] [] [2021-08-21T10:27:56.613816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.614054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.615137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.616137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.616618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.616884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.617118+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' [] [] [2021-08-21T10:27:56.617378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:27:56.617582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.618581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:27:56.619682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:27:56.620235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:27:56.620540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:27:56.620798+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' [] [] [2021-08-21T10:27:56.621112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:22.640793+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:28:22.818392+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:28:22.928794+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:28:22.943885+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:28:23.149262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.151644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.156136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.157778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.158123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.158389+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' [] [] [2021-08-21T10:28:23.158977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:23.162170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.163386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.164414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.164937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.165214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.165449+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' [] [] [2021-08-21T10:28:23.165713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:23.165925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.166932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.167914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.168518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.168830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.169077+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' [] [] [2021-08-21T10:28:23.169414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:23.176904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.178088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.179099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.179611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.179893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.180149+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' [] [] [2021-08-21T10:28:23.180420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:23.180639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.181637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.182590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.183068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.183337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.183566+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' [] [] [2021-08-21T10:28:23.183822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:23.184023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.185056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:23.186135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:23.186710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:23.187007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:23.187262+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' [] [] [2021-08-21T10:28:23.187531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:27.830390+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:28:28.065109+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:28:28.146340+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:28:28.156005+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:28:28.349035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.351172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.355296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.356594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.356921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.357172+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' [] [] [2021-08-21T10:28:28.357676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:28.360334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.361604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.362767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.363308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.363590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.363831+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' [] [] [2021-08-21T10:28:28.364098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:28.364315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.365317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.366287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.366740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.367005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.367238+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' [] [] [2021-08-21T10:28:28.367493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:28.372486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.373640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.374651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.375161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.375439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.375677+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' [] [] [2021-08-21T10:28:28.375947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:28.376168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.377376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.378447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.378965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.379250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.379491+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' [] [] [2021-08-21T10:28:28.379764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:28.379973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.380976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:28.381954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:28.382495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:28.382794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:28.383056+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' [] [] [2021-08-21T10:28:28.383341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.031855+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:28:31.214567+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:28:31.293548+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:28:31.303859+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:28:31.502535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.504658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.508561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.510141+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.510566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.510837+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' [] [] [2021-08-21T10:28:31.511370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.513916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.515363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.516391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.516983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.517295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.517616+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' [] [] [2021-08-21T10:28:31.517891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.518113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.519149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.520126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.520599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.520864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.521096+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' [] [] [2021-08-21T10:28:31.521356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.526161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.527372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.528399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.528918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.529195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.529433+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' [] [] [2021-08-21T10:28:31.529700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.529923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.531391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.533219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.533915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.534221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.534468+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' [] [] [2021-08-21T10:28:31.534739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:28:31.534952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.536015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:28:31.537016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:28:31.537501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:28:31.537772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:28:31.538005+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' [] [] [2021-08-21T10:28:31.538268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.111335+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:29:27.268561+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:29:27.351145+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:29:27.362579+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:29:27.556681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.558827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.562862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.564188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.564678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.565000+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' [] [] [2021-08-21T10:29:27.565984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.568733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.570021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.571265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.571941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.572289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.572554+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' [] [] [2021-08-21T10:29:27.572845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.573079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.574162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.575231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.575767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.576068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.576325+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' [] [] [2021-08-21T10:29:27.576611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.581480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.582720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.583801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.584347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.584667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.584937+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' [] [] [2021-08-21T10:29:27.585228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.585468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.586732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.588080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.588674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.589024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.589341+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' [] [] [2021-08-21T10:29:27.589671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:29:27.589930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.591030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:29:27.592118+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:29:27.592649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:29:27.592990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:29:27.593253+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' [] [] [2021-08-21T10:29:27.593577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.329929+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:31:21.566833+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:31:21.651750+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:31:21.664288+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:31:21.896444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.899822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.904619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.906219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.906598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.906905+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' [] [] [2021-08-21T10:31:21.907693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.910934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.912046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.913080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.913582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.913942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.914188+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' [] [] [2021-08-21T10:31:21.914464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.914682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.915684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.916690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.917150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.917422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.917663+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' [] [] [2021-08-21T10:31:21.917931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.925742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.926898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.927990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.928502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.928788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.929032+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' [] [] [2021-08-21T10:31:21.929299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.929521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.930532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.931539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.932008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.932286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.932533+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' [] [] [2021-08-21T10:31:21.932800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:21.933011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.934012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:21.935013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:21.935462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:21.935737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:21.935979+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' [] [] [2021-08-21T10:31:21.936243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.262617+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:31:25.479023+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:31:25.568052+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:31:25.583029+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:31:25.783767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.786680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.791163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.792401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.792736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.793019+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' [] [] [2021-08-21T10:31:25.793546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.796079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.797176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.798229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.798842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.799187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.799511+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' [] [] [2021-08-21T10:31:25.799862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.800156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.801215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.802281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.802863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.803199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.803518+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' [] [] [2021-08-21T10:31:25.803834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.808551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.809677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.810757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.811298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.811641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.811959+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' [] [] [2021-08-21T10:31:25.812306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.812599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.813646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.814717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.815230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.815563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.815884+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' [] [] [2021-08-21T10:31:25.816228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:31:25.816508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.817555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:31:25.818620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:31:25.819122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:31:25.819455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:31:25.819772+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' [] [] [2021-08-21T10:31:25.820114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.034215+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:32:01.195885+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:32:01.280597+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:32:01.299536+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:32:01.509712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.511834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.515944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.517319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.517659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.517921+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' [] [] [2021-08-21T10:32:01.518565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.522325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.523550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.524866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.525482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.525821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.526122+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' [] [] [2021-08-21T10:32:01.526427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.526662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.527948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.529286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.530250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.530618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.530878+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' [] [] [2021-08-21T10:32:01.531210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.536693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.538817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.540063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.540642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.540929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.541408+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' [] [] [2021-08-21T10:32:01.541799+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.542073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.543155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.544147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.544646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.544918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.545154+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' [] [] [2021-08-21T10:32:01.545419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:01.545635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.546796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:01.547844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:01.548446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:01.548734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:01.549008+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' [] [] [2021-08-21T10:32:01.549340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.216723+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:32:50.397253+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:32:50.504884+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:32:50.515276+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:32:50.764384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.766938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.772571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.774580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.775003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.775305+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' [] [] [2021-08-21T10:32:50.775950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.779299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.780475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.781493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.782067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.782371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.782691+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' [] [] [2021-08-21T10:32:50.782965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.783188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.784266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.785289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.785859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.786165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.786410+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' [] [] [2021-08-21T10:32:50.786684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.795204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.796428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.797613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.798284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.798601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.798871+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' [] [] [2021-08-21T10:32:50.799222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.799490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.800568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.801684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.802590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.802988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.803283+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' [] [] [2021-08-21T10:32:50.803584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:32:50.803830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.805823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:32:50.808619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:32:50.809724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:32:50.810203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:32:50.810584+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' [] [] [2021-08-21T10:32:50.811013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.059839+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:35:29.274935+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:35:29.383518+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:35:29.399244+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:35:29.615669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.618262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.623278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.626068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.626626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.626934+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' [] [] [2021-08-21T10:35:29.627573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.631163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.632375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.633385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.633886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.634157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.634389+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' [] [] [2021-08-21T10:35:29.634657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.634871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.635890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.636936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.637454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.637819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.638103+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' [] [] [2021-08-21T10:35:29.638397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.647248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.648442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.649447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.650017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.650345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.650605+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' [] [] [2021-08-21T10:35:29.650896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.651187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.652406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.653515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.654060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.654337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.654628+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' [] [] [2021-08-21T10:35:29.654986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:29.655346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.656664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:29.658629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:29.660904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:29.661654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:29.662298+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' [] [] [2021-08-21T10:35:29.662655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:38.575198+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:35:38.784976+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:35:38.861774+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:35:38.875389+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:35:39.073145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.075340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.079824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.081393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.081881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.082227+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' [] [] [2021-08-21T10:35:39.082909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:39.085746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.086962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.088137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.088738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.089153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.089439+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' [] [] [2021-08-21T10:35:39.089752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:39.090002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.091094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.092296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.092869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.093157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.093399+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' [] [] [2021-08-21T10:35:39.093756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:39.099341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.100652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.101735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.102292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.102580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.102823+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' [] [] [2021-08-21T10:35:39.103086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:39.103304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.104298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.105263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.105707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.106060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.106400+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' [] [] [2021-08-21T10:35:39.107154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:35:39.107800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.108918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:35:39.109943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:35:39.110719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:35:39.111093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:35:39.111367+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' [] [] [2021-08-21T10:35:39.111650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:10.698306+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:36:10.887809+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:36:10.995284+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:36:11.008521+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:36:11.226533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.228891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.234581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.236253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.236646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.236925+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' [] [] [2021-08-21T10:36:11.237662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:11.241574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.243119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.244561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.245236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.245600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.245881+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' [] [] [2021-08-21T10:36:11.246193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:11.246463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.247681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.248960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.250013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.250470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.250809+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' [] [] [2021-08-21T10:36:11.251115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:11.259013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.260563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.261861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.263457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.264664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.265982+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' [] [] [2021-08-21T10:36:11.266654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:11.267091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.269600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.270985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.271613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.271952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.272214+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' [] [] [2021-08-21T10:36:11.272522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:36:11.272782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.274074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:36:11.275318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:36:11.276233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:36:11.276908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:36:11.277228+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' [] [] [2021-08-21T10:36:11.277577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:39.559643+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:38:39.770307+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:38:39.875767+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:38:39.891676+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:38:40.108364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.110908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.115463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.117050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.117420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.117716+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' [] [] [2021-08-21T10:38:40.118596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:40.123017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.124309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.125654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.126419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.126769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.127044+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' [] [] [2021-08-21T10:38:40.127354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:40.127653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.128864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.130047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.130692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.131033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.131320+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' [] [] [2021-08-21T10:38:40.131634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:40.139168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.140592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.141729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.142318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.142640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.142929+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' [] [] [2021-08-21T10:38:40.143246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:40.143508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.144634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.145995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.146637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.146985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.147347+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' [] [] [2021-08-21T10:38:40.147950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:40.148742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.151351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:40.153082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:40.153928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:40.154286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:40.154591+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' [] [] [2021-08-21T10:38:40.154914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:50.788113+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:38:51.003731+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:38:51.086405+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:38:51.095706+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:38:51.304510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.307061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.312755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.314301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.314763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.315071+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' [] [] [2021-08-21T10:38:51.315699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:51.318575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.319837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.320997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.321542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.321823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.322139+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' [] [] [2021-08-21T10:38:51.322511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:51.322787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.324625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.325734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.326265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.326543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.326797+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' [] [] [2021-08-21T10:38:51.327080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:51.332523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.333741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.334905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.335463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.335757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.336000+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' [] [] [2021-08-21T10:38:51.336274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:51.336499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.337578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.338834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.339420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.339723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.339975+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' [] [] [2021-08-21T10:38:51.340257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:38:51.340476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.341538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:38:51.342543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:38:51.343052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:38:51.343360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:38:51.343639+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' [] [] [2021-08-21T10:38:51.343921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.042859+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:40:28.213596+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:40:28.292070+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:40:28.302965+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:40:28.514476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.516972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.521972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.523770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.524594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.524960+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' [] [] [2021-08-21T10:40:28.525644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.528506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.529706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.530739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.531305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.531603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.531853+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' [] [] [2021-08-21T10:40:28.532131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.532427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.533802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.535150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.535787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.536700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.537176+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' [] [] [2021-08-21T10:40:28.537499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.544718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.545965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.546992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.547546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.547855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.548102+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' [] [] [2021-08-21T10:40:28.548380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.548618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.549746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.550902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.551657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.552004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.552351+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' [] [] [2021-08-21T10:40:28.552719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:40:28.552999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.554093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:40:28.555071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:40:28.555536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:40:28.555799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:40:28.556029+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' [] [] [2021-08-21T10:40:28.556393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:10.935441+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:43:11.162697+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:43:11.266609+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:43:11.282758+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:43:11.503133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.506101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.513255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.515279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.515658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.515926+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' [] [] [2021-08-21T10:43:11.516516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:11.519881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.521190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.522466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.523329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.523689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.523988+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' [] [] [2021-08-21T10:43:11.524352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:11.524708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.526224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.527353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.527940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.528235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.528481+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' [] [] [2021-08-21T10:43:11.528778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:11.537411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.540226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.541859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.542603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.542982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.543271+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' [] [] [2021-08-21T10:43:11.543586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:11.543863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.545014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.546066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.546670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.547001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.547262+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' [] [] [2021-08-21T10:43:11.547540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:11.547766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.548893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:11.549922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:11.550411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:11.550679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:11.550911+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' [] [] [2021-08-21T10:43:11.551171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.268369+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:43:16.494348+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:43:16.570997+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:43:16.583792+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:43:16.783497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.786012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.790976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.792598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.793084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.793550+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' [] [] [2021-08-21T10:43:16.794320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.797438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.798823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.799862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.800371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.800641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.800874+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' [] [] [2021-08-21T10:43:16.801143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.801357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.802425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.804497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.805955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.806656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.806989+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' [] [] [2021-08-21T10:43:16.808253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.814826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.816080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.817116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.817642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.817922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.818165+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' [] [] [2021-08-21T10:43:16.818449+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.818673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.819719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.820819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.821492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.821807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.822159+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' [] [] [2021-08-21T10:43:16.822527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:16.822775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.824021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:16.825042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:16.825560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:16.825908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:16.826170+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' [] [] [2021-08-21T10:43:16.826444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:30.834127+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:43:31.014747+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:43:31.100061+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:43:31.110345+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:43:31.315690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.317913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.323041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.324486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.325054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.325382+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' [] [] [2021-08-21T10:43:31.326118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:31.329013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.330270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.331284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.331836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.332127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.332376+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' [] [] [2021-08-21T10:43:31.332698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:31.332962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.334082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.335352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.336136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.336631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.337048+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' [] [] [2021-08-21T10:43:31.338296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:31.344110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.345420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.346735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.347314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.347601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.347839+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' [] [] [2021-08-21T10:43:31.348105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:31.348329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.349327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.350437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.350943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.351231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.351478+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' [] [] [2021-08-21T10:43:31.351793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:43:31.352135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.353506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:43:31.354763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:43:31.355384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:43:31.355668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:43:31.355904+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' [] [] [2021-08-21T10:43:31.356171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.030158+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:44:28.214110+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:44:28.323047+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:44:28.338736+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:44:28.563448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.567693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.572796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.574619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.575043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.575320+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' [] [] [2021-08-21T10:44:28.575938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.579361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.581445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.582779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.583759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.584302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.584788+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' [] [] [2021-08-21T10:44:28.585557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.585975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.587292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.588463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.589048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.589350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.589596+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' [] [] [2021-08-21T10:44:28.589872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.599085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.600528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.601798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.602456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.602770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.603043+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' [] [] [2021-08-21T10:44:28.603341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.603594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.604814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.605902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.606399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.606670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.606908+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' [] [] [2021-08-21T10:44:28.607190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:44:28.607417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.608495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:44:28.609540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:44:28.610118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:44:28.610498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:44:28.610782+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' [] [] [2021-08-21T10:44:28.611070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.200710+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:45:48.419359+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:45:48.526543+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:45:48.540353+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:45:48.753579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.756118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.761308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.763160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.763632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.763901+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' [] [] [2021-08-21T10:45:48.764539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.767939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.769539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.771411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.772001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.772291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.772531+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' [] [] [2021-08-21T10:45:48.772803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.773221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.774350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.775428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.775975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.776646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.777089+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' [] [] [2021-08-21T10:45:48.777458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.785825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.787023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.788017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.788512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.788782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.789014+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' [] [] [2021-08-21T10:45:48.789279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.789501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.790579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.791593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.792103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.792388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.792631+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' [] [] [2021-08-21T10:45:48.792903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:45:48.793117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.794157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:45:48.795284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:45:48.795955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:45:48.796289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:45:48.796569+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' [] [] [2021-08-21T10:45:48.796870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:10.679671+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T10:46:10.889603+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T10:46:10.994579+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:46:11.011895+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T10:46:11.235467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.238012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.242468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.244148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.244557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.244902+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' [] [] [2021-08-21T10:46:11.245564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:11.249562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.250995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.252507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.253273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.253745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.254081+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' [] [] [2021-08-21T10:46:11.254422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:11.254659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.255697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.256660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.257213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.257606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.257877+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' [] [] [2021-08-21T10:46:11.258207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:11.269776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.271403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.272799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.273362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.273820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.274144+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' [] [] [2021-08-21T10:46:11.274517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:11.274806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.276187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.277381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.278007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.278347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.278661+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' [] [] [2021-08-21T10:46:11.278996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:11.279299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.280432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:11.281505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:11.282061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:11.282355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:11.282638+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' [] [] [2021-08-21T10:46:11.282988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:35.749589+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T10:46:35.889377+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:46:35.902028+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T10:46:35.902642+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T10:46:35.909220+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T10:46:35.909789+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T10:46:35.956290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.957561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.961783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:35.963251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:35.963590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:35.964006+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' [] [] [2021-08-21T10:46:35.964580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:35.968500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.969760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.970848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:35.971416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:35.971738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:35.972024+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' [] [] [2021-08-21T10:46:35.972337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:35.972588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.973649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:35.974705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:35.975189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:35.975565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:35.975850+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' [] [] [2021-08-21T10:46:35.976234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:36.228938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2cb4a"},"request_uri":"http://127.0.0.1:8000/_wdt/b2cb4a","method":"GET"} [] [2021-08-21T10:46:37.765042+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-21T10:46:37.929798+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T10:46:37.947803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T10:46:37.948393+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T10:46:37.954873+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T10:46:37.955433+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T10:46:37.955873+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T10:46:37.956417+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-21T10:46:38.024378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.025836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.030254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:38.031735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:38.032107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:38.032438+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' [] [] [2021-08-21T10:46:38.033125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:38.036299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.037443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.038565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:38.039109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:38.039460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:38.039891+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' [] [] [2021-08-21T10:46:38.040301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:38.040617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.041968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T10:46:38.043151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T10:46:38.043746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T10:46:38.044101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T10:46:38.044427+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' [] [] [2021-08-21T10:46:38.044783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T10:46:38.291275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"733da8"},"request_uri":"http://127.0.0.1:8000/_wdt/733da8","method":"GET"} [] [2021-08-21T11:39:39.256788+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T11:39:39.487728+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T11:39:39.568643+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:39:39.580180+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T11:39:39.808888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.813100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.818460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.820122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.820576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.820867+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' [] [] [2021-08-21T11:39:39.821479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:39:39.824852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.825991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.826981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.827473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.827742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.827974+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' [] [] [2021-08-21T11:39:39.828236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:39:39.828445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.829476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.830482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.830948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.831291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.831528+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' [] [] [2021-08-21T11:39:39.831788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:39:39.839006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.840134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.841175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.841682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.841962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.842207+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' [] [] [2021-08-21T11:39:39.842484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:39:39.842718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.843725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.844719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.845187+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.845461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.845768+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' [] [] [2021-08-21T11:39:39.846066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:39:39.846293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.847328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:39:39.848333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:39:39.848896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:39:39.849194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:39:39.849445+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' [] [] [2021-08-21T11:39:39.849724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:31.745483+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T11:43:31.985291+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T11:43:32.097200+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:43:32.112840+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T11:43:32.356449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.359262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.364523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.366305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.367142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.367478+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' [] [] [2021-08-21T11:43:32.368195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:32.372151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.373480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.374961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.375638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.375932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.376172+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' [] [] [2021-08-21T11:43:32.376441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:32.376658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.377698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.378755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.379334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.379616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.379853+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' [] [] [2021-08-21T11:43:32.380127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:32.388108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.389933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.391989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.392936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.393293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.393561+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' [] [] [2021-08-21T11:43:32.393871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:32.394099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.395289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.396606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.397274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.397593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.397850+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' [] [] [2021-08-21T11:43:32.398168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:32.398440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.399722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:32.401523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:32.402300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:32.402823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:32.403143+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' [] [] [2021-08-21T11:43:32.403459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:42.661980+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T11:43:42.800954+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:43:42.813734+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:43:42.814275+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:43:42.821440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:43:42.822096+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:43:42.867397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.868691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.874117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:42.875687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:42.876035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:42.876404+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' [] [] [2021-08-21T11:43:42.876984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:42.880156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.881301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.882325+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:42.882829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:42.883107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:42.883342+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' [] [] [2021-08-21T11:43:42.883609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:42.883813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.884814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:42.886308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:42.887298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:42.887672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:42.888064+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' [] [] [2021-08-21T11:43:42.888409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:43.174188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccd4d6"},"request_uri":"http://127.0.0.1:8000/_wdt/ccd4d6","method":"GET"} [] [2021-08-21T11:43:45.215091+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-21T11:43:45.365698+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:43:45.383576+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:43:45.384195+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:43:45.390638+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:43:45.391146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:43:45.391524+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:43:45.391917+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-21T11:43:45.433754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.435038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.439277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:45.440731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:45.441070+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:45.441438+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' [] [] [2021-08-21T11:43:45.442010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:45.445553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.446740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.447771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:45.448269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:45.448548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:45.448785+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' [] [] [2021-08-21T11:43:45.449052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:45.449256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.450260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:43:45.451245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:43:45.451706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:43:45.451967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:43:45.452194+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' [] [] [2021-08-21T11:43:45.452528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:43:45.718481+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8486c"},"request_uri":"http://127.0.0.1:8000/_wdt/c8486c","method":"GET"} [] [2021-08-21T11:44:04.911277+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-08-21T11:44:05.059287+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:44:05.085861+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:44:05.086492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:44:05.158479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.159787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.164441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:05.166006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:05.166424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:05.166731+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' [] [] [2021-08-21T11:44:05.167396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:05.170659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.171851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.172898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:05.173417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:05.173786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:05.174051+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' [] [] [2021-08-21T11:44:05.174356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:05.174577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.175658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:05.176673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:05.177131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:05.177401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:05.177654+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' [] [] [2021-08-21T11:44:05.178024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:05.459461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc5f57"},"request_uri":"http://127.0.0.1:8000/_wdt/cc5f57","method":"GET"} [] [2021-08-21T11:44:15.644655+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-08-21T11:44:15.779407+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:44:15.804305+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:44:15.804972+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:44:15.838166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.839630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.843590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:15.844862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:15.845227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:15.845555+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' [] [] [2021-08-21T11:44:15.846124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:15.848985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.850221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.851314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:15.851883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:15.852243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:15.852567+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' [] [] [2021-08-21T11:44:15.852924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:15.853222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.854370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:15.855452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:15.855973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:15.856312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:15.856625+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' [] [] [2021-08-21T11:44:15.856976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:16.071100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c6e37"},"request_uri":"http://127.0.0.1:8000/_wdt/5c6e37","method":"GET"} [] [2021-08-21T11:44:18.297240+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-08-21T11:44:18.427060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.429591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.441009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:18.442828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:18.443149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:18.443397+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' [] [] [2021-08-21T11:44:18.444024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:18.447149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.448320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.449371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:18.449908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:18.450222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:18.450499+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' [] [] [2021-08-21T11:44:18.450809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:18.451054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.452064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:18.453101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:18.453567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:18.453883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:18.454188+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' [] [] [2021-08-21T11:44:18.454496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:18.710609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa1ba1"},"request_uri":"http://127.0.0.1:8000/_wdt/fa1ba1","method":"GET"} [] [2021-08-21T11:44:29.217893+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-21T11:44:29.287128+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:44:29.422879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.425329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.429832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.431406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.431747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.432041+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' [] [] [2021-08-21T11:44:29.432630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.435717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.436794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.437796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.438294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.438677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.438955+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' [] [] [2021-08-21T11:44:29.439258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.439502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.440495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.441539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.442061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.442366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.442641+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' [] [] [2021-08-21T11:44:29.442952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.460310+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-21T11:44:29.468523+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[3]] [] [2021-08-21T11:44:29.491644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-21T11:44:29.492989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-21T11:44:29.493395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-21T11:44:29.495669+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-21T11:44:29.497710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.498873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.499964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.500603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.500955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.501277+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' [] [] [2021-08-21T11:44:29.501636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.501940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.503002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.504080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.504610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.504953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.505272+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' [] [] [2021-08-21T11:44:29.505625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.505907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.506962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:29.508041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:29.508562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:29.508905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:29.509226+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' [] [] [2021-08-21T11:44:29.509573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:29.822859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f27d4a"},"request_uri":"http://127.0.0.1:8000/_wdt/f27d4a","method":"GET"} [] [2021-08-21T11:44:34.425062+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T11:44:34.659194+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T11:44:34.766753+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:44:34.778316+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T11:44:35.006277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.008618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.012965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.014543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.014904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.015202+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' [] [] [2021-08-21T11:44:35.015787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:35.018953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.020041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.021246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.021776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.022052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.022290+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' [] [] [2021-08-21T11:44:35.022644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:35.022857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.023826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.024782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.025225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.025504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.025764+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' [] [] [2021-08-21T11:44:35.026040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:35.033471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.034714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.035792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.036316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.036605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.036891+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' [] [] [2021-08-21T11:44:35.037183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:35.037412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.038487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.039537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.040024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.040298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.040535+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' [] [] [2021-08-21T11:44:35.040844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:44:35.041065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.042070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:44:35.043100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:44:35.043635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:44:35.043942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:44:35.044218+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' [] [] [2021-08-21T11:44:35.044528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:08.973606+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T11:45:09.117212+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:45:09.129857+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:45:09.130429+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:45:09.136974+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:45:09.137531+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:45:09.182914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.184193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.188396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:09.189865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:09.190201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:09.190487+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' [] [] [2021-08-21T11:45:09.191060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:09.194108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.195498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.196673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:09.197234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:09.197638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:09.197930+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' [] [] [2021-08-21T11:45:09.198245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:09.198495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.199522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:09.200550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:09.201018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:09.201310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:09.201575+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' [] [] [2021-08-21T11:45:09.201914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:09.437534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b467a"},"request_uri":"http://127.0.0.1:8000/_wdt/1b467a","method":"GET"} [] [2021-08-21T11:45:12.409990+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T11:45:12.622833+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T11:45:12.714692+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:45:12.723667+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T11:45:12.945527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.948147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.952534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.954021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.954413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.954753+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' [] [] [2021-08-21T11:45:12.955483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:12.958538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.960047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.961188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.961764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.962112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.962422+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' [] [] [2021-08-21T11:45:12.962724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:12.962954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.964034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.965038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.965526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.965799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.966042+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' [] [] [2021-08-21T11:45:12.966310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:12.971709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.974122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.976557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.977338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.977695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.977994+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' [] [] [2021-08-21T11:45:12.978622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:12.978910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.980176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.981374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.982040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.982392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.982679+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' [] [] [2021-08-21T11:45:12.982999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:45:12.983255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.984338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:45:12.985482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:45:12.986180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:45:12.986475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:45:12.986720+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' [] [] [2021-08-21T11:45:12.987060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:02.591830+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T11:48:02.735524+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:48:02.753781+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:48:02.754368+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:48:02.760917+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:48:02.761442+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:48:02.806905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.808221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.812424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:02.813902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:02.814347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:02.814669+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' [] [] [2021-08-21T11:48:02.815295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:02.819491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.820743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.821836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:02.822409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:02.822767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:02.823087+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' [] [] [2021-08-21T11:48:02.823446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:02.823734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.824785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:02.825861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:02.826381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:02.826796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:02.827114+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' [] [] [2021-08-21T11:48:02.827457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:03.074822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ce9d3"},"request_uri":"http://127.0.0.1:8000/_wdt/3ce9d3","method":"GET"} [] [2021-08-21T11:48:07.226150+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-08-21T11:48:07.319525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.322042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.332462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:07.333855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:07.334206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:07.334496+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' [] [] [2021-08-21T11:48:07.335028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:07.337671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.338915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.340057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:07.340650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:07.341091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:07.341411+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' [] [] [2021-08-21T11:48:07.341765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:07.342056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.343125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:07.344185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:07.344697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:07.345030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:07.345348+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' [] [] [2021-08-21T11:48:07.345689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:07.562128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"275685"},"request_uri":"http://127.0.0.1:8000/_wdt/275685","method":"GET"} [] [2021-08-21T11:48:09.895285+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-08-21T11:48:09.949309+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:48:10.078311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.080756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.085018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.086459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.086819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.087150+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' [] [] [2021-08-21T11:48:10.087769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.090965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.092133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.093168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.093696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.094013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.094289+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' [] [] [2021-08-21T11:48:10.094686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.094943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.095951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.096948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.097429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.097729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.098007+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' [] [] [2021-08-21T11:48:10.098315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.110888+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-21T11:48:10.115729+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[1]] [] [2021-08-21T11:48:10.118944+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-21T11:48:10.134824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.136005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.137042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.137592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.137914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.138198+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' [] [] [2021-08-21T11:48:10.138512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.138774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.139793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.140805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.141341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.141757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.142032+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' [] [] [2021-08-21T11:48:10.142332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.142548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.143595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:48:10.144574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:48:10.145045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:48:10.145313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:48:10.145542+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' [] [] [2021-08-21T11:48:10.145800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:48:10.411921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afd12a"},"request_uri":"http://127.0.0.1:8000/_wdt/afd12a","method":"GET"} [] [2021-08-21T11:49:41.709697+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-08-21T11:49:41.805369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.807552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.817757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:41.819618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:41.820144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:41.820498+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' [] [] [2021-08-21T11:49:41.821131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:41.823640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.824756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.825827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:41.826380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:41.826804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:41.827123+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' [] [] [2021-08-21T11:49:41.827481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:41.827798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.828893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:41.829977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:41.830523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:41.830874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:41.831196+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' [] [] [2021-08-21T11:49:41.831547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:42.071840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"060a37"},"request_uri":"http://127.0.0.1:8000/_wdt/060a37","method":"GET"} [] [2021-08-21T11:49:58.017499+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2021-08-21T11:49:58.255110+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-21T11:49:58.260201+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Office Equipment","2":"OE","3":10.0,"4":null} [] [2021-08-21T11:49:58.261238+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-21T11:49:58.298574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.300875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.305306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.306742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.307077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.307448+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' [] [] [2021-08-21T11:49:58.308093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.311229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.312336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.313422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.313967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.314322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.314646+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' [] [] [2021-08-21T11:49:58.315005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.315300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.316364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.317451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.318071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.318418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.318748+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' [] [] [2021-08-21T11:49:58.319103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.469242+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-08-21T11:49:58.530091+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:49:58.610819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.612890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.616686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.617925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.618258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.618626+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' [] [] [2021-08-21T11:49:58.619161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.621604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.622665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.623698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.624186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.624488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.624761+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' [] [] [2021-08-21T11:49:58.625073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.625340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.626590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.627680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.628232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.628549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.628835+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' [] [] [2021-08-21T11:49:58.629258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.641326+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-21T11:49:58.646523+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-21T11:49:58.649628+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-21T11:49:58.660092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.661339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.662436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.663037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.663392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.663716+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' [] [] [2021-08-21T11:49:58.664077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.664373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.665458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.666529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.667057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.667401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.667728+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' [] [] [2021-08-21T11:49:58.668081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.668362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.669414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:49:58.670487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:49:58.671003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:49:58.671343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:49:58.671665+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' [] [] [2021-08-21T11:49:58.672016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:49:58.935827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"708ed0"},"request_uri":"http://127.0.0.1:8000/_wdt/708ed0","method":"GET"} [] [2021-08-21T11:50:09.940675+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-08-21T11:50:10.058054+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:50:10.162640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.163940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.168842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:10.170632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:10.171114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:10.171480+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' [] [] [2021-08-21T11:50:10.172171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:10.176584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.177733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.178827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:10.179459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:10.179830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:10.180164+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' [] [] [2021-08-21T11:50:10.180516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:10.180813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.182309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:10.183724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:10.184420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:10.184787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:10.185111+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' [] [] [2021-08-21T11:50:10.185466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:10.467301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8e9b2"},"request_uri":"http://127.0.0.1:8000/_wdt/e8e9b2","method":"GET"} [] [2021-08-21T11:50:13.041587+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-08-21T11:50:13.104983+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:50:13.239458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.242060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.247058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.248647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.248995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.249375+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' [] [] [2021-08-21T11:50:13.249962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.253085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.254217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.255252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.255777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.256088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.256375+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' [] [] [2021-08-21T11:50:13.256683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.256935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.257975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.259485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.260303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.260862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.261163+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' [] [] [2021-08-21T11:50:13.261568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.274467+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-21T11:50:13.280975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2021-08-21T11:50:13.290911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-21T11:50:13.293591+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-21T11:50:13.311740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.312962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.313994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.314537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.314883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.315201+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' [] [] [2021-08-21T11:50:13.315566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.315841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.316880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.317906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.318426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.318734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.319019+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' [] [] [2021-08-21T11:50:13.319323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.319558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.320551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:13.321562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:13.322040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:13.322333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:13.322601+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' [] [] [2021-08-21T11:50:13.322895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:13.580444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c524b"},"request_uri":"http://127.0.0.1:8000/_wdt/4c524b","method":"GET"} [] [2021-08-21T11:50:17.083221+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-08-21T11:50:17.220113+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:50:17.286963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.288322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.293347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:17.294869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:17.295217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:17.295514+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' [] [] [2021-08-21T11:50:17.296101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:17.299157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.300255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.301288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:17.301841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:17.302187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:17.302472+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' [] [] [2021-08-21T11:50:17.302787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:17.303041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.304078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:50:17.305107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:50:17.305993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:50:17.306432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:50:17.306785+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' [] [] [2021-08-21T11:50:17.307221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:50:17.518998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50f44e"},"request_uri":"http://127.0.0.1:8000/_wdt/50f44e","method":"GET"} [] [2021-08-21T11:51:02.975057+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2021-08-21T11:51:03.090391+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-21T11:51:03.206596+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-21T11:51:03.211964+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Printer","2":null,"3":2} [] [2021-08-21T11:51:03.212928+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-21T11:51:03.251862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.253159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.257450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.258859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.259181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.259516+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' [] [] [2021-08-21T11:51:03.260069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.263471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.264718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.265917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.266469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.266820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.267147+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' [] [] [2021-08-21T11:51:03.267470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.267731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.268840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.269911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.270409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.270716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.271000+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' [] [] [2021-08-21T11:51:03.271396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.425313+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2021-08-21T11:51:03.487822+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:51:03.599233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.601684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.605559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.606975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.607341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.607639+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' [] [] [2021-08-21T11:51:03.608179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.610623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.611747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.612890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.613546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.613998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.614333+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' [] [] [2021-08-21T11:51:03.614690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.614988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.616121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.617245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.617794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.618137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.618460+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' [] [] [2021-08-21T11:51:03.618809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.631295+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-21T11:51:03.636028+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-08-21T11:51:03.645060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-21T11:51:03.646239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-21T11:51:03.647871+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-21T11:51:03.665179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.666447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.667580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.668219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.668597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.668893+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' [] [] [2021-08-21T11:51:03.669219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.669480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.670582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.671655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.672159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.672463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.672741+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' [] [] [2021-08-21T11:51:03.673045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.673284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.674331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:03.675398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:03.675861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:03.676159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:03.676430+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' [] [] [2021-08-21T11:51:03.676727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:03.961121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ef3f8"},"request_uri":"http://127.0.0.1:8000/_wdt/9ef3f8","method":"GET"} [] [2021-08-21T11:51:15.170484+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-08-21T11:51:15.307930+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:51:15.333584+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:51:15.334181+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:51:15.373115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.374389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.378614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:15.380142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:15.380562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:15.380830+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' [] [] [2021-08-21T11:51:15.381385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:15.384515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.385961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.387583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:15.388289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:15.388601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:15.388848+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' [] [] [2021-08-21T11:51:15.389119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:15.389333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.390393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:15.391407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:15.391859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:15.392213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:15.392450+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' [] [] [2021-08-21T11:51:15.392711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:15.651831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04dac9"},"request_uri":"http://127.0.0.1:8000/_wdt/04dac9","method":"GET"} [] [2021-08-21T11:51:36.826058+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-21T11:51:36.895236+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-21T11:51:36.968026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.969337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.973550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:36.975099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:36.975551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:36.975890+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' [] [] [2021-08-21T11:51:36.976538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:36.979745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.980953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.982082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:36.982750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:36.983104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:36.983428+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' [] [] [2021-08-21T11:51:36.983781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:36.984069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.985162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:36.986266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:36.986799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:36.987133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:36.987421+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' [] [] [2021-08-21T11:51:36.987733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:45.573720+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2021-08-21T11:51:45.705847+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-08-21T11:51:45.722235+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-21T11:51:45.723015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-08-21T11:51:45.854386+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-21T11:51:45.859307+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Canon 2520 Printer","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":2,"11":2,"12":1} [] [2021-08-21T11:51:45.861273+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-21T11:51:45.896629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.897870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.902084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:45.903554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:45.903886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:45.904173+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' [] [] [2021-08-21T11:51:45.904756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:45.908007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.909177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.910263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:45.910821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:45.911262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:45.911594+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' [] [] [2021-08-21T11:51:45.911956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:45.912245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.913291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:45.914350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:45.914859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:45.915197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:45.915531+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' [] [] [2021-08-21T11:51:45.915886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.069128+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2021-08-21T11:51:46.134125+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:51:46.287767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.290324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.294833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.296450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.296838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.297170+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' [] [] [2021-08-21T11:51:46.297789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.300859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.301937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.302985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.303534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.303880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.304203+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' [] [] [2021-08-21T11:51:46.304549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.304831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.305852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.306907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.307507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.307852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.308171+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' [] [] [2021-08-21T11:51:46.308519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.321346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-08-21T11:51:46.326427+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-08-21T11:51:46.340452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-21T11:51:46.341413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-21T11:51:46.341804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-21T11:51:46.342178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-21T11:51:46.342507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-21T11:51:46.343895+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-08-21T11:51:46.358871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.360086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.361156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.361733+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.362087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.362407+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' [] [] [2021-08-21T11:51:46.362790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.363092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.364147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.365212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.365739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.366080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.366400+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' [] [] [2021-08-21T11:51:46.366745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.367029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.368072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:46.369219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:46.369735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:46.370071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:46.370392+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' [] [] [2021-08-21T11:51:46.370739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:46.661761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d2dcb"},"request_uri":"http://127.0.0.1:8000/_wdt/6d2dcb","method":"GET"} [] [2021-08-21T11:51:49.120613+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-21T11:51:49.261162+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:51:49.279135+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:51:49.279748+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:51:49.286858+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:51:49.287467+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:51:49.287942+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:51:49.288379+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-21T11:51:49.330959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.332255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.337305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:49.338914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:49.339292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:49.339591+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' [] [] [2021-08-21T11:51:49.340184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:49.343221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.344285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.345290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:49.345784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:49.346083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:49.346378+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' [] [] [2021-08-21T11:51:49.346701+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:49.346929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.348003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:49.349142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:49.349792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:49.350111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:49.350512+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' [] [] [2021-08-21T11:51:49.350907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:49.604464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c06757"},"request_uri":"http://127.0.0.1:8000/_wdt/c06757","method":"GET"} [] [2021-08-21T11:51:53.382798+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-21T11:51:53.467498+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-21T11:51:53.539343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.540608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.544782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:53.546212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:53.546576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:53.546922+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' [] [] [2021-08-21T11:51:53.547666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:53.551050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.552290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.553382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:53.553956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:53.554330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:53.554677+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' [] [] [2021-08-21T11:51:53.555049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:53.555347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.556417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:53.557477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:53.558023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:53.558365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:53.558684+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' [] [] [2021-08-21T11:51:53.559125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:56.103287+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-08-21T11:51:56.191086+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-08-21T11:51:56.256192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.257665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.262361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:56.263956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:56.264308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:56.264597+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' [] [] [2021-08-21T11:51:56.265184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:56.268230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.269360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.270380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:56.270890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:56.271286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:56.271566+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' [] [] [2021-08-21T11:51:56.271878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:56.272129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.273135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:56.274200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:56.275093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:56.275534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:56.275902+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' [] [] [2021-08-21T11:51:56.276263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:59.167045+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=2","method":"GET"} [] [2021-08-21T11:51:59.257076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-08-21T11:51:59.299577+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-21T11:51:59.337501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.338832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.343101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:59.344643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:59.345010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:59.345340+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' [] [] [2021-08-21T11:51:59.345957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:59.349049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.350195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.351496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:59.352254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:59.352639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:59.352981+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' [] [] [2021-08-21T11:51:59.353299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:51:59.353555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.354698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:51:59.355753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:51:59.356258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:51:59.356664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:51:59.356945+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' [] [] [2021-08-21T11:51:59.357251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.099491+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2021-08-21T11:52:36.250174+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-21T11:52:36.263063+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-08-21T11:52:36.263774+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-08-21T11:52:36.274109+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-08-21T11:52:36.274963+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-21T11:52:36.275514+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-21T11:52:36.276073+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-08-21T11:52:36.522197+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-08-21T11:52:36.542874+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-21T11:52:36.544158+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-21T00:00:00+00:00","2":50000.0,"3":"OE/2021/08/00003","4":1.0,"5":null,"6":null,"7":"PO-6120e90483d08.pdf","8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-08-19T00:00:00+00:00","21":10.0,"22":2,"23":2,"24":2,"25":1,"26":1,"27":1,"28":1} [] [2021-08-21T11:52:36.545203+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-21T11:52:36.570535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.572299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.576693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:36.579275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:36.580069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:36.580496+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' [] [] [2021-08-21T11:52:36.582064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.585472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.586580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.587560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:36.588055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:36.588435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:36.588667+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' [] [] [2021-08-21T11:52:36.588929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.589136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.590087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.591024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:36.591437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:36.591686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:36.591910+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' [] [] [2021-08-21T11:52:36.592160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.767758+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-21T11:52:36.851939+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T11:52:36.983192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.985655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.989575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:36.990734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:36.991025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:36.991266+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' [] [] [2021-08-21T11:52:36.991739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.994167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.995328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.996599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:36.997220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:36.997511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:36.997754+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' [] [] [2021-08-21T11:52:36.998023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:36.998237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:36.999229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.000187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:37.000741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:37.001034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:37.001273+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' [] [] [2021-08-21T11:52:37.001533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:37.014203+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-21T11:52:37.020201+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-21T11:52:37.042899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:37.043855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:37.044175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:37.044482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:37.044759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:37.044997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:37.046498+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-21T11:52:37.048665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.049789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.050868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:37.051399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:37.051708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:37.051991+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' [] [] [2021-08-21T11:52:37.052301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:37.052562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.053578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.054601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:37.055067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:37.055359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:37.055629+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' [] [] [2021-08-21T11:52:37.055927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:37.056162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.057163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:37.058218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:37.058694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:37.058987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:37.059348+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' [] [] [2021-08-21T11:52:37.059651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:37.345219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8586c0"},"request_uri":"http://127.0.0.1:8000/_wdt/8586c0","method":"GET"} [] [2021-08-21T11:52:42.854921+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/show","method":"GET"} [] [2021-08-21T11:52:42.956056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-21T11:52:43.042778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:43.043355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:43.043709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-21T11:52:43.044041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:43.044386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:43.044710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:43.045020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-21T11:52:43.045351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [5] [] [2021-08-21T11:52:43.064237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.065429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.070173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:43.071669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:43.071997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:43.072277+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' [] [] [2021-08-21T11:52:43.072847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:43.075880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.076954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.077968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:43.078458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:43.078759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:43.079031+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' [] [] [2021-08-21T11:52:43.079335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:43.079562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.080693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:52:43.081813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:52:43.082910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:52:43.083283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:52:43.083578+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' [] [] [2021-08-21T11:52:43.083889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:52:43.328411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf11f8"},"request_uri":"http://127.0.0.1:8000/_wdt/cf11f8","method":"GET"} [] [2021-08-21T11:53:08.359272+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2021-08-21T11:53:08.504920+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:53:08.522600+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:53:08.523229+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T11:53:08.529995+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:53:08.530594+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T11:53:08.531041+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T11:53:08.531461+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-21T11:53:08.573128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.574532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.579004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:08.580512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:08.580838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:08.581119+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' [] [] [2021-08-21T11:53:08.581693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:08.584771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.585926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.587181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:08.587717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:08.588023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:08.588298+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' [] [] [2021-08-21T11:53:08.588603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:08.588850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.589949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:08.591155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:08.591936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:08.592299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:08.592595+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' [] [] [2021-08-21T11:53:08.592909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:08.800930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dadff"},"request_uri":"http://127.0.0.1:8000/_wdt/0dadff","method":"GET"} [] [2021-08-21T11:53:09.810838+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2021-08-21T11:53:09.948753+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-21T11:53:09.973377+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:53:09.974070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T11:53:10.011219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.012456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.016310+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:10.017502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:10.017820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:10.018100+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' [] [] [2021-08-21T11:53:10.018711+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:10.021186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.022222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.023226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:10.023767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:10.024254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:10.024555+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' [] [] [2021-08-21T11:53:10.024944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:10.025257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.026351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:10.027365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:10.027871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:10.028176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:10.028454+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' [] [] [2021-08-21T11:53:10.028847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:10.195662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d95a1"},"request_uri":"http://127.0.0.1:8000/_wdt/0d95a1","method":"GET"} [] [2021-08-21T11:53:11.058863+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2021-08-21T11:53:11.162979+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:53:11.214136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.215388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.219378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:11.220606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:11.220971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:11.221294+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' [] [] [2021-08-21T11:53:11.221855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:11.224333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.225472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.226553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:11.227089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:11.227520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:11.227868+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' [] [] [2021-08-21T11:53:11.228207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:11.228505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.229774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:11.230862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:11.231412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:11.231756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:11.232075+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' [] [] [2021-08-21T11:53:11.232425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:11.393603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cba43"},"request_uri":"http://127.0.0.1:8000/_wdt/5cba43","method":"GET"} [] [2021-08-21T11:53:13.707335+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2021-08-21T11:53:13.789895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.792303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.801129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:13.802411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:13.802859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:13.803274+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' [] [] [2021-08-21T11:53:13.803897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:13.806533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.807698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.808722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:13.809251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:13.809560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:13.809839+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' [] [] [2021-08-21T11:53:13.810144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:13.810395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.811397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:13.812394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:13.812861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:13.813250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:13.813523+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' [] [] [2021-08-21T11:53:13.813822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:13.965507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18f509"},"request_uri":"http://127.0.0.1:8000/_wdt/18f509","method":"GET"} [] [2021-08-21T11:53:23.516417+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T11:53:23.700337+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T11:53:23.798505+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T11:53:23.808204+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T11:53:24.020719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.023568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.027888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.029600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.030069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.030389+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' [] [] [2021-08-21T11:53:24.031209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:24.035211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.037001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.038277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.039837+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.040204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.040526+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' [] [] [2021-08-21T11:53:24.040834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:24.041086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.042209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.043439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.044004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.044296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.044536+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' [] [] [2021-08-21T11:53:24.044803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:24.050610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.052512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.055252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.055940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.056263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.056591+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' [] [] [2021-08-21T11:53:24.056911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:24.057159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.058399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.060404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.061108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.061408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.061651+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' [] [] [2021-08-21T11:53:24.061923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T11:53:24.062139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.063163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T11:53:24.064148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T11:53:24.064701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T11:53:24.065020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T11:53:24.065316+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' [] [] [2021-08-21T11:53:24.065637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:25.674373+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:01:25.815771+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:01:25.834727+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:01:25.835327+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:01:25.842740+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:01:25.843335+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:01:25.890318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.891662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.895935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:25.897486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:25.897863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:25.898196+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' [] [] [2021-08-21T12:01:25.898818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:25.901931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.903234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.905081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:25.905785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:25.906308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:25.906652+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' [] [] [2021-08-21T12:01:25.907006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:25.907307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.908420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:25.909480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:25.910009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:25.910350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:25.910664+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' [] [] [2021-08-21T12:01:25.911019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:26.164704+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247f1f"},"request_uri":"http://127.0.0.1:8000/_wdt/247f1f","method":"GET"} [] [2021-08-21T12:01:29.630187+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2021-08-21T12:01:29.693080+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-21T12:01:29.784888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.787862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.791823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.793079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.793436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.793755+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' [] [] [2021-08-21T12:01:29.794310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:29.796756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.797839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.798961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.799515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.799857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.800174+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' [] [] [2021-08-21T12:01:29.800595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:29.800967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.802635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.803769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.804395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.804708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.804984+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' [] [] [2021-08-21T12:01:29.805302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:29.816773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-21T12:01:29.822181+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-21T12:01:29.825581+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-21T12:01:29.839268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.840472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.841517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.842047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.842355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.842631+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' [] [] [2021-08-21T12:01:29.842939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:29.843192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.844192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.845201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.845659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.845948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.846284+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' [] [] [2021-08-21T12:01:29.846680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:29.846969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.848037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:29.849106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:29.849630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:29.849972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:29.850387+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' [] [] [2021-08-21T12:01:29.850755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:30.077021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98e527"},"request_uri":"http://127.0.0.1:8000/_wdt/98e527","method":"GET"} [] [2021-08-21T12:01:31.851835+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/group/2/edit","method":"GET"} [] [2021-08-21T12:01:31.906611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["2"] [] [2021-08-21T12:01:32.036076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.037288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.041628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:32.043788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:32.044254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:32.044570+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' [] [] [2021-08-21T12:01:32.045218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:32.048343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.049464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.050441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:32.050923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:32.051290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:32.051524+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' [] [] [2021-08-21T12:01:32.051785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:32.051991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.052942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:32.053884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:32.054371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:32.054678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:32.054915+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' [] [] [2021-08-21T12:01:32.055177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:32.312841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab374e"},"request_uri":"http://127.0.0.1:8000/_wdt/ab374e","method":"GET"} [] [2021-08-21T12:01:36.866963+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:01:37.120526+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:01:37.217882+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:01:37.226603+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:01:37.459190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.462108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.466355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.467725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.468074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.468367+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' [] [] [2021-08-21T12:01:37.468922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:37.471836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.474411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.475922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.476761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.477121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.477493+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' [] [] [2021-08-21T12:01:37.477965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:37.478303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.479604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.480976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.481614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.481980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.482250+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' [] [] [2021-08-21T12:01:37.482605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:37.487790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.488997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.490098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.490653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.490972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.491251+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' [] [] [2021-08-21T12:01:37.491564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:37.491825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.492832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.493856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.494374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.494653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.494886+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' [] [] [2021-08-21T12:01:37.495152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:01:37.495366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.496451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:01:37.497510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:01:37.498091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:01:37.498504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:01:37.498912+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' [] [] [2021-08-21T12:01:37.499290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.206286+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:02:36.378148+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:02:36.473808+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:02:36.483250+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:02:36.697688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.699855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.704001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.705654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.706317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.707143+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' [] [] [2021-08-21T12:02:36.708329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.711662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.713078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.714189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.714787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.715133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.715395+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' [] [] [2021-08-21T12:02:36.715789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.716044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.717257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.718445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.719108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.719448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.719710+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' [] [] [2021-08-21T12:02:36.719989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.726126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.727727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.728839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.729386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.729754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.730049+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' [] [] [2021-08-21T12:02:36.730351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.730589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.731638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.732612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.733090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.733352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.733581+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' [] [] [2021-08-21T12:02:36.733839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:02:36.734042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.735112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:02:36.736131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:02:36.736636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:02:36.736931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:02:36.737196+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' [] [] [2021-08-21T12:02:36.737495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.154776+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:23:31.378830+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:23:31.469504+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:23:31.484946+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:23:31.740987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.743790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.748769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.750886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.751426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.751708+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' [] [] [2021-08-21T12:23:31.752367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.755790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.756940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.758049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.758642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.758941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.759185+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' [] [] [2021-08-21T12:23:31.759457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.759677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.760850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.762805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.763479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.763822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.764298+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' [] [] [2021-08-21T12:23:31.764635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.773684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.774908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.776024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.776556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.776850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.777114+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' [] [] [2021-08-21T12:23:31.777385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.777611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.778672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.779653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.780113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.780378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.780904+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' [] [] [2021-08-21T12:23:31.781219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:23:31.781445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.782557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:23:31.783656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:23:31.784255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:23:31.784557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:23:31.784807+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' [] [] [2021-08-21T12:23:31.785081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:08.988081+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:24:09.152669+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:24:09.236366+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:24:09.247238+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:24:09.456330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.458582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.462847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.464722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.465229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.465541+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' [] [] [2021-08-21T12:24:09.466172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:09.469013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.470267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.472601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.473257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.473658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.473928+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' [] [] [2021-08-21T12:24:09.474226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:09.474453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.475649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.476684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.477197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.477494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.477741+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' [] [] [2021-08-21T12:24:09.478020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:09.482882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.484051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.485030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.485527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.485805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.486057+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' [] [] [2021-08-21T12:24:09.486349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:09.486578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.487619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.488608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.489139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.489426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.489680+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' [] [] [2021-08-21T12:24:09.489984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:24:09.490205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.491274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:24:09.492944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:24:09.493759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:24:09.494195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:24:09.494474+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' [] [] [2021-08-21T12:24:09.494776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:12.746554+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:32:12.984269+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:32:13.074565+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:32:13.086606+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:32:13.327633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.331225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.336127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.338016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.338445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.338715+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' [] [] [2021-08-21T12:32:13.339292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:13.342845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.344202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.345366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.345959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.346271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.346531+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' [] [] [2021-08-21T12:32:13.346809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:13.347031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.348189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.349312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.349960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.350291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.350591+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' [] [] [2021-08-21T12:32:13.350971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:13.358815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.360319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.361573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.362238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.362569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.362840+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' [] [] [2021-08-21T12:32:13.363121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:13.363356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.364432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.365528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.366170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.366486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.366751+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' [] [] [2021-08-21T12:32:13.367036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:13.367265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.368402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:13.369449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:13.370085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:13.370440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:13.370746+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' [] [] [2021-08-21T12:32:13.371061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.123789+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:32:16.361169+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:32:16.448472+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:32:16.462343+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:32:16.667300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.669655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.674561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.676124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.676827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.677233+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' [] [] [2021-08-21T12:32:16.678336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.681225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.682398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.683517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.684046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.684351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.684604+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' [] [] [2021-08-21T12:32:16.684881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.685153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.686474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.687618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.688219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.688518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.688768+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' [] [] [2021-08-21T12:32:16.689111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.695330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.696619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.697875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.698487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.698808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.699061+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' [] [] [2021-08-21T12:32:16.699339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.699569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.700649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.701685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.702289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.702589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.702832+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' [] [] [2021-08-21T12:32:16.703103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:32:16.703316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.705028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:32:16.706273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:32:16.707008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:32:16.707460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:32:16.707815+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' [] [] [2021-08-21T12:32:16.708165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:01.820875+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:43:02.041533+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:43:02.142497+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:43:02.159301+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:43:02.378906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.381432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.386884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.388448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.388943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.389289+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' [] [] [2021-08-21T12:43:02.389970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:02.393288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.394552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.395821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.396719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.397267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.397736+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' [] [] [2021-08-21T12:43:02.398247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:02.398560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.400624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.401861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.402579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.402918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.403209+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' [] [] [2021-08-21T12:43:02.403533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:02.410493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.411752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.412801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.413346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.413637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.413878+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' [] [] [2021-08-21T12:43:02.414155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:02.414417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.415545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.416790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.417428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.417742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.417990+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' [] [] [2021-08-21T12:43:02.418262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:43:02.418470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.419487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:43:02.420442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:43:02.420887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:43:02.421148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:43:02.421397+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' [] [] [2021-08-21T12:43:02.421692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:25.561025+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:44:25.724205+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:44:25.809644+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:44:25.820321+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:44:26.031576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.034329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.038616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.040114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.040617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.040919+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' [] [] [2021-08-21T12:44:26.041524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:26.044299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.046673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.047940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.048518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.048891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.049406+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' [] [] [2021-08-21T12:44:26.049729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:26.049967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.051051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.052066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.052645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.052987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.053250+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' [] [] [2021-08-21T12:44:26.053531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:26.058276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.059532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.060657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.061231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.061542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.061804+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' [] [] [2021-08-21T12:44:26.062082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:26.062309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.063546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.064906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.065610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.066214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.066611+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' [] [] [2021-08-21T12:44:26.066980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:44:26.067282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.068537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:44:26.069732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:44:26.070269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:44:26.070550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:44:26.070788+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' [] [] [2021-08-21T12:44:26.071105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:45:06.177889+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:45:06.321477+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:45:06.340023+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:45:06.340702+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:45:06.347571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:45:06.348194+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:45:06.393241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.394551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.398715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:45:06.400299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:45:06.400688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:45:06.401023+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' [] [] [2021-08-21T12:45:06.401654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:45:06.405220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.406445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.407492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:45:06.408039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:45:06.408320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:45:06.408561+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' [] [] [2021-08-21T12:45:06.408826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:45:06.409033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.409992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:45:06.410930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:45:06.411383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:45:06.411635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:45:06.411858+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' [] [] [2021-08-21T12:45:06.412108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:45:06.651284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0a017"},"request_uri":"http://127.0.0.1:8000/_wdt/e0a017","method":"GET"} [] [2021-08-21T12:46:41.222240+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:46:41.352977+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:46:41.371448+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:46:41.372158+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:46:41.379238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:46:41.379945+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:46:41.454929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.456166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.461058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:46:41.462783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:46:41.463201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:46:41.463507+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' [] [] [2021-08-21T12:46:41.464138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:46:41.467296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.468377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.469410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:46:41.469921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:46:41.470241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:46:41.470564+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' [] [] [2021-08-21T12:46:41.470879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:46:41.471106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.472102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:46:41.473052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:46:41.473502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:46:41.473803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:46:41.474035+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' [] [] [2021-08-21T12:46:41.474298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:46:41.756179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9650c1"},"request_uri":"http://127.0.0.1:8000/_wdt/9650c1","method":"GET"} [] [2021-08-21T12:47:08.110762+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:47:08.268848+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:47:08.287593+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:47:08.288194+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:47:08.294784+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:47:08.295303+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:47:08.369178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.370407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.374642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:08.376176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:08.376605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:08.376944+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' [] [] [2021-08-21T12:47:08.377590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:08.380767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.381860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.383036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:08.383906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:08.384272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:08.384546+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' [] [] [2021-08-21T12:47:08.384873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:08.385129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.386206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:08.387225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:08.387719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:08.388068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:08.388349+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' [] [] [2021-08-21T12:47:08.388652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:08.661100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71b1cf"},"request_uri":"http://127.0.0.1:8000/_wdt/71b1cf","method":"GET"} [] [2021-08-21T12:47:22.814374+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:47:22.960302+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:47:22.979286+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:47:22.979979+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:47:22.986912+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:47:22.987521+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:47:23.059479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.060726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.064955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:23.066478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:23.067010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:23.067437+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' [] [] [2021-08-21T12:47:23.068133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:23.071291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.072361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.073365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:23.073885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:23.074192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:23.074473+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' [] [] [2021-08-21T12:47:23.074781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:23.075029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.076027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:23.077011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:23.077473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:23.077769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:23.078045+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' [] [] [2021-08-21T12:47:23.078392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:23.371709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b64c3e"},"request_uri":"http://127.0.0.1:8000/_wdt/b64c3e","method":"GET"} [] [2021-08-21T12:47:27.111897+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-21T12:47:27.267759+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:47:27.285786+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-21T12:47:27.286416+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-21T12:47:27.292872+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-21T12:47:27.293362+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-21T12:47:27.337486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.338732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.343102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:27.344691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:27.345035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:27.345323+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' [] [] [2021-08-21T12:47:27.345897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:27.349061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.350240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.351267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:27.351780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:27.352086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:27.352368+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' [] [] [2021-08-21T12:47:27.352673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:27.352913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.353904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:47:27.354898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:47:27.355352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:47:27.355642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:47:27.355908+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' [] [] [2021-08-21T12:47:27.356202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:47:27.609869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cac80d"},"request_uri":"http://127.0.0.1:8000/_wdt/cac80d","method":"GET"} [] [2021-08-21T12:55:47.945379+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:55:48.181847+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:55:48.266685+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:55:48.277151+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:55:48.511394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.514396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.518989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.521448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.521914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.522231+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' [] [] [2021-08-21T12:55:48.522846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:55:48.526184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.527386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.528492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.529062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.529390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.529763+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' [] [] [2021-08-21T12:55:48.530160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:55:48.530425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.531502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.532698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.533260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.533627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.533908+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' [] [] [2021-08-21T12:55:48.534205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:55:48.541989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.543212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.544281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.544788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.545073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.545342+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' [] [] [2021-08-21T12:55:48.545621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:55:48.545845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.546958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.548042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.548569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.548849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.549094+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' [] [] [2021-08-21T12:55:48.549365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:55:48.549571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.550542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:55:48.551526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:55:48.551972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:55:48.552235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:55:48.552465+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' [] [] [2021-08-21T12:55:48.552721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:47.548539+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-21T12:56:47.711191+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-21T12:56:47.782295+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-21T12:56:47.796285+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-21T12:56:48.005089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.007206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.011109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.012442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.012817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.013131+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' [] [] [2021-08-21T12:56:48.013693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:48.016660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.017853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.018884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.019615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.019975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.020239+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' [] [] [2021-08-21T12:56:48.020555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:48.020799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.022050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.023208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.023745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.024032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.024291+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' [] [] [2021-08-21T12:56:48.024603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:48.029485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.030785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.032094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.033001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.033555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.033866+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' [] [] [2021-08-21T12:56:48.034179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:48.034454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.035675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.036757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.037278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.037569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.037810+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' [] [] [2021-08-21T12:56:48.038079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-21T12:56:48.038287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.039267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-21T12:56:48.040354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-21T12:56:48.041111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-21T12:56:48.041517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-21T12:56:48.041790+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' [] [] [2021-08-21T12:56:48.042073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:17.902085+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-08-22T05:51:18.030856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.038095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.056329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:18.058976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:18.059565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:18.059897+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' [] [] [2021-08-22T05:51:18.060772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:18.066169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.067429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.068764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:18.069469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:18.069854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:18.070189+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' [] [] [2021-08-22T05:51:18.070544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:18.070838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.071891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:18.072945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:18.073478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:18.073809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:18.074124+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' [] [] [2021-08-22T05:51:18.074471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:18.261962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb4c3d"},"request_uri":"http://127.0.0.1:8000/_wdt/cb4c3d","method":"GET"} [] [2021-08-22T05:51:24.497653+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-22T05:51:24.570043+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T05:51:24.788807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.791516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.795875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.797312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.797644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.797886+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' [] [] [2021-08-22T05:51:24.798417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:24.801522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.802537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.803511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.803993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.804264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.804505+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' [] [] [2021-08-22T05:51:24.804816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:24.805021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.806061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.807212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.807781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.808104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.808380+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' [] [] [2021-08-22T05:51:24.808687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:24.828472+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-22T05:51:24.837521+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-22T05:51:24.842982+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-22T05:51:24.876667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.877845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.878832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.879338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.879667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.879964+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' [] [] [2021-08-22T05:51:24.880292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:24.880613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.881753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.882786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.883298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.883604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.883875+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' [] [] [2021-08-22T05:51:24.884189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:24.884433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.885438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:24.886450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:24.886924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:24.887273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:24.887547+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' [] [] [2021-08-22T05:51:24.887845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:25.204104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52e4eb"},"request_uri":"http://127.0.0.1:8000/_wdt/52e4eb","method":"GET"} [] [2021-08-22T05:51:27.338142+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T05:51:27.492287+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T05:51:27.508507+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T05:51:27.509202+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T05:51:27.519010+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T05:51:27.519642+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T05:51:27.566836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.568715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.573214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:27.574730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:27.575087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:27.575431+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' [] [] [2021-08-22T05:51:27.576005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:27.579129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.580242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.581275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:27.581786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:27.582095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:27.582371+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' [] [] [2021-08-22T05:51:27.582710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:27.582984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.584931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:27.586058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:27.586691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:27.586992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:27.587244+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' [] [] [2021-08-22T05:51:27.587614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:27.863357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"380888"},"request_uri":"http://127.0.0.1:8000/_wdt/380888","method":"GET"} [] [2021-08-22T05:51:31.655518+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T05:51:31.789459+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T05:51:31.807805+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T05:51:31.808448+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T05:51:31.815205+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T05:51:31.815847+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T05:51:31.860728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.861917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.866308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:31.867855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:31.868195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:31.868440+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' [] [] [2021-08-22T05:51:31.869029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:31.872048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.873079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.874078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:31.874554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:31.874822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:31.875053+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' [] [] [2021-08-22T05:51:31.875312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:31.875516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.876475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:51:31.877418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:51:31.877837+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:51:31.878089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:51:31.878310+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' [] [] [2021-08-22T05:51:31.878557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:51:32.118493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ec572"},"request_uri":"http://127.0.0.1:8000/_wdt/6ec572","method":"GET"} [] [2021-08-22T05:56:42.650392+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T05:56:42.807958+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T05:56:42.826356+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T05:56:42.827149+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T05:56:42.834131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T05:56:42.834763+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T05:56:42.905048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.906335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.910522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:56:42.912031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:56:42.912442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:56:42.912770+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' [] [] [2021-08-22T05:56:42.913385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:56:42.916839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.918842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.919972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:56:42.920600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:56:42.920980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:56:42.921298+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' [] [] [2021-08-22T05:56:42.921650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:56:42.921941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.922970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T05:56:42.924012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T05:56:42.924518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T05:56:42.924850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T05:56:42.925165+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' [] [] [2021-08-22T05:56:42.925508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T05:56:43.205716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"576f94"},"request_uri":"http://127.0.0.1:8000/_wdt/576f94","method":"GET"} [] [2021-08-22T09:07:33.347123+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-22T09:07:33.425616+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T09:07:33.540856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.544944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.549720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.552218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.553224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.553632+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' [] [] [2021-08-22T09:07:33.554330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.557736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.558830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.559893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.560523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.560881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.561213+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' [] [] [2021-08-22T09:07:33.561527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.561774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.562796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.563825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.564518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.564943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.565323+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' [] [] [2021-08-22T09:07:33.565712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.578799+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-22T09:07:33.592664+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-22T09:07:33.596201+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-22T09:07:33.618173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.619444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.620521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.621118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.621538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.621863+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' [] [] [2021-08-22T09:07:33.622216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.622511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.623567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.624664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.625209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.625585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.625904+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' [] [] [2021-08-22T09:07:33.626247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.626529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.627568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:33.628622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:33.629173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:33.629526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:33.629814+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' [] [] [2021-08-22T09:07:33.630146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:33.931794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b05861"},"request_uri":"http://127.0.0.1:8000/_wdt/b05861","method":"GET"} [] [2021-08-22T09:07:44.597022+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-22T09:07:44.646425+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T09:07:44.732647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.735107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.739377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.740693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.741219+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.741533+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' [] [] [2021-08-22T09:07:44.742170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:44.744726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.745790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.746818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.747340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.747677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.747960+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' [] [] [2021-08-22T09:07:44.748260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:44.748500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.749574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.750638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.751200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.751569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.751904+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' [] [] [2021-08-22T09:07:44.752295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:44.762924+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-22T09:07:44.767380+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-22T09:07:44.770542+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-22T09:07:44.783112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.784312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.785417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.786053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.786403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.786724+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' [] [] [2021-08-22T09:07:44.787077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:44.787373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.788423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.789467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.789984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.790302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.790578+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' [] [] [2021-08-22T09:07:44.790885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:44.791121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.792115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:07:44.793107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:07:44.793592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:07:44.793925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:07:44.794468+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' [] [] [2021-08-22T09:07:44.794758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:07:45.018165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29b81d"},"request_uri":"http://127.0.0.1:8000/_wdt/29b81d","method":"GET"} [] [2021-08-22T09:14:13.844373+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T09:14:13.988357+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:14:14.007238+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T09:14:14.008298+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T09:14:14.015363+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T09:14:14.016106+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T09:14:14.065907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.067331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.071616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:14:14.073170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:14:14.073739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:14:14.074109+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' [] [] [2021-08-22T09:14:14.074784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:14:14.078001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.079093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.080162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:14:14.080736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:14:14.081138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:14:14.081438+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' [] [] [2021-08-22T09:14:14.081825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:14:14.082097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.083192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:14:14.084257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:14:14.084795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:14:14.085142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:14:14.085460+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' [] [] [2021-08-22T09:14:14.085810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:14:14.391977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52351f"},"request_uri":"http://127.0.0.1:8000/_wdt/52351f","method":"GET"} [] [2021-08-22T09:19:31.355741+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-22T09:19:31.436253+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T09:19:31.542978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.545506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.549789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.551541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.552322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.552762+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' [] [] [2021-08-22T09:19:31.553616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.556767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.557894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.558929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.559496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.559822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.560097+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' [] [] [2021-08-22T09:19:31.560431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.560681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.561666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.562651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.563111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.563469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.563739+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' [] [] [2021-08-22T09:19:31.564036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.579236+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T09:19:31.584949+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-22T09:19:31.609688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:31.611116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:31.611504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:31.611904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:31.612322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:31.612676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:31.614221+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T09:19:31.615893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.617004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.618026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.618712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.619151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.619430+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' [] [] [2021-08-22T09:19:31.619739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.620065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.621121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.622172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.622671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.622966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.623237+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' [] [] [2021-08-22T09:19:31.623540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.623778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.624755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:31.625751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:31.626204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:31.626487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:31.626759+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' [] [] [2021-08-22T09:19:31.627052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:31.908453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6da95f"},"request_uri":"http://127.0.0.1:8000/_wdt/6da95f","method":"GET"} [] [2021-08-22T09:19:34.100403+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/show","method":"GET"} [] [2021-08-22T09:19:34.226994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T09:19:34.284269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:34.284959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:34.285366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:34.285810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:34.286229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:34.286612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:34.287005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:34.287435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [5] [] [2021-08-22T09:19:34.305879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.307108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.311446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:34.313156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:34.313714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:34.314049+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' [] [] [2021-08-22T09:19:34.314676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:34.317797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.318941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.319987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:34.320533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:34.320872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:34.321186+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' [] [] [2021-08-22T09:19:34.321532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:34.321817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.322840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:34.323874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:34.324377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:34.324759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:34.325059+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' [] [] [2021-08-22T09:19:34.325415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:34.585208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0e06c"},"request_uri":"http://127.0.0.1:8000/_wdt/c0e06c","method":"GET"} [] [2021-08-22T09:19:38.870825+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/disposal","method":"GET"} [] [2021-08-22T09:19:39.017441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.019881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.030915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:39.032404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:39.032746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:39.032995+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' [] [] [2021-08-22T09:19:39.033537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:39.036602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.037659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.038632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:39.039162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:39.039431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:39.039661+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' [] [] [2021-08-22T09:19:39.039925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:39.040136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.041077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:39.042006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:39.042421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:39.042669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:39.042892+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' [] [] [2021-08-22T09:19:39.043140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:39.283937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9772fb"},"request_uri":"http://127.0.0.1:8000/_wdt/9772fb","method":"GET"} [] [2021-08-22T09:19:58.507931+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/disposal","method":"POST"} [] [2021-08-22T09:19:58.787836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T09:19:58.812457+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-22T09:19:58.814122+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2025-08-01T00:00:00+00:00","2":50000.0,"3":null,"4":null,"5":null,"6":null,"7":5} [] [2021-08-22T09:19:58.815154+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-22T09:19:58.838725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.839948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.844140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:58.845771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:58.846241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:58.846551+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' [] [] [2021-08-22T09:19:58.847183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:58.850347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.851560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.852599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:58.853123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:58.853480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:58.853760+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' [] [] [2021-08-22T09:19:58.854065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:58.854318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.855297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:58.856268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:58.856727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:58.857014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:58.857280+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' [] [] [2021-08-22T09:19:58.857584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:59.012049+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/show","method":"GET"} [] [2021-08-22T09:19:59.107841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T09:19:59.160026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:59.160718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:59.161134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T09:19:59.161568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:59.162049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:59.162453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:59.162794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T09:19:59.163190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [5] [] [2021-08-22T09:19:59.181040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.182283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.186483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:59.187872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:59.188238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:59.188517+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' [] [] [2021-08-22T09:19:59.189078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:59.192013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.193044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.194081+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:59.194567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:59.194862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:59.195140+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' [] [] [2021-08-22T09:19:59.195512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:59.195779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.196817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:19:59.197819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:19:59.198314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:19:59.198617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:19:59.198891+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' [] [] [2021-08-22T09:19:59.199193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:19:59.476278+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e0097"},"request_uri":"http://127.0.0.1:8000/_wdt/0e0097","method":"GET"} [] [2021-08-22T09:20:13.715458+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T09:20:13.852958+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:20:13.871590+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T09:20:13.872237+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T09:20:13.879078+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T09:20:13.880214+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T09:20:13.931105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.932380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.936664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:13.938136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:13.938572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:13.938817+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' [] [] [2021-08-22T09:20:13.939344+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:13.942443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.943475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.944420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:13.944926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:13.945263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:13.945625+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' [] [] [2021-08-22T09:20:13.946145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:13.946417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.947488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:13.948440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:13.948912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:13.949235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:13.949480+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' [] [] [2021-08-22T09:20:13.949748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:14.207283+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e2ede"},"request_uri":"http://127.0.0.1:8000/_wdt/7e2ede","method":"GET"} [] [2021-08-22T09:20:54.901472+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:20:55.139839+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-22T09:20:55.150451+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'CALL usp_depreciation_calculation()': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ad.disposaldate' in 'where clause'" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation()':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'ad.disposaldate' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ad.disposaldate' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ad.disposaldate' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T09:20:55.237848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.240184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.244087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.245308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.245791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.246138+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' [] [] [2021-08-22T09:20:55.246751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.249426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.250507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.251523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.252049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.252539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.252857+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' [] [] [2021-08-22T09:20:55.253227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.253525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.254601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.255644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.256179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.256523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.256836+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' [] [] [2021-08-22T09:20:55.257182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.262006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.263077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.264126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.264649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.264990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.265306+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' [] [] [2021-08-22T09:20:55.265656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.265951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.266985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.268022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.268520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.268858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.269251+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' [] [] [2021-08-22T09:20:55.269588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.269845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.270876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:20:55.271881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:20:55.272360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:20:55.272653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:20:55.272990+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' [] [] [2021-08-22T09:20:55.273295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:20:55.505942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6ff5b"},"request_uri":"http://127.0.0.1:8000/_wdt/c6ff5b","method":"GET"} [] [2021-08-22T09:22:24.216803+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:22:24.435152+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-22T09:22:24.539495+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:22:24.549885+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T09:22:24.761822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.764221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.768926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.770732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.771221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.771550+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' [] [] [2021-08-22T09:22:24.772856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:22:24.777641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.778877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.779949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.780567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.780948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.781242+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' [] [] [2021-08-22T09:22:24.781568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:22:24.781814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.782980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.784069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.784660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.784953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.785199+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' [] [] [2021-08-22T09:22:24.785469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:22:24.793238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.794511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.795557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.796067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.796340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.796577+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' [] [] [2021-08-22T09:22:24.796843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:22:24.797062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.798025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.798980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.799407+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.799663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.799886+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' [] [] [2021-08-22T09:22:24.800138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:22:24.800333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.801298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:22:24.802479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:22:24.803465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:22:24.803756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:22:24.803995+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' [] [] [2021-08-22T09:22:24.804260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:08.871951+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:23:09.039259+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-22T09:23:09.110253+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:23:09.122356+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T09:23:09.323463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.326511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.330969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.332716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.333121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.333387+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' [] [] [2021-08-22T09:23:09.334048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:09.337686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.339057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.340287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.341180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.341713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.342350+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' [] [] [2021-08-22T09:23:09.342640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:09.342907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.344077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.345251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.345934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.346298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.346604+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' [] [] [2021-08-22T09:23:09.346926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:09.352181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.353565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.354630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.355162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.355487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.355726+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' [] [] [2021-08-22T09:23:09.356000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:09.356223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.357325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.358672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.359192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.359472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.359709+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' [] [] [2021-08-22T09:23:09.359979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:09.360189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.361220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:09.362226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:09.362739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:09.363052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:09.363323+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' [] [] [2021-08-22T09:23:09.363605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:20.129679+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T09:23:20.239179+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:23:20.252150+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T09:23:20.252776+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T09:23:20.259519+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T09:23:20.260091+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T09:23:20.305598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.306889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.311185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:20.313161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:20.313686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:20.313984+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' [] [] [2021-08-22T09:23:20.314604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:20.317798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.318947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.320016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:20.320573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:20.320911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:20.321226+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' [] [] [2021-08-22T09:23:20.321573+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:20.321861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.322891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:23:20.323949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:23:20.324450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:23:20.324844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:23:20.325211+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' [] [] [2021-08-22T09:23:20.325563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:23:20.591493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"306321"},"request_uri":"http://127.0.0.1:8000/_wdt/306321","method":"GET"} [] [2021-08-22T09:44:16.103712+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T09:44:16.259120+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:44:16.280416+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T09:44:16.281941+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T09:44:16.289246+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T09:44:16.290601+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T09:44:16.335839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.337133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.341413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:16.342848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:16.343217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:16.343558+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' [] [] [2021-08-22T09:44:16.344142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:16.347511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.348630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.349654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:16.350153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:16.350467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:16.350743+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' [] [] [2021-08-22T09:44:16.351044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:16.351283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.352318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:16.353371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:16.353888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:16.354215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:16.354609+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' [] [] [2021-08-22T09:44:16.354985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:16.634831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0fa27"},"request_uri":"http://127.0.0.1:8000/_wdt/b0fa27","method":"GET"} [] [2021-08-22T09:44:23.757749+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:44:23.975981+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-22T09:44:23.984576+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CALL usp_depreciation_calculation()': SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 7, got 0" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation()':\n\nSQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 7, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 7, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 7, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T09:44:24.064665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.067082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.071098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.072673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.073224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.073650+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' [] [] [2021-08-22T09:44:24.074307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.076924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.078026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.079086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.079646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.079993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.080313+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' [] [] [2021-08-22T09:44:24.080662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.080949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.081982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.082997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.083478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.083781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.084108+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' [] [] [2021-08-22T09:44:24.084413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.089192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.090370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.091400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.091914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.092224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.092503+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' [] [] [2021-08-22T09:44:24.092813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.093071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.094064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.095057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.095525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.095827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.096100+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' [] [] [2021-08-22T09:44:24.096403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.096649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.097640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:44:24.098631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:44:24.099122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:44:24.099421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:44:24.099693+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' [] [] [2021-08-22T09:44:24.100002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:44:24.302061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ea992"},"request_uri":"http://127.0.0.1:8000/_wdt/1ea992","method":"GET"} [] [2021-08-22T09:51:55.647477+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:51:55.863345+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation() [] [] [2021-08-22T09:51:55.872352+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CALL usp_depreciation_calculation()': SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 0" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation()':\n\nSQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 0 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T09:51:55.955268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.957578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.961787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.963240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.963665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.966295+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' [] [] [2021-08-22T09:51:55.967150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:55.970577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.971794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.972895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.973457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.973827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.974147+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' [] [] [2021-08-22T09:51:55.974499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:55.974852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.975901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.976949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.977452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.977792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.978105+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' [] [] [2021-08-22T09:51:55.978450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:55.985252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.986460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.987596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.988136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.988444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.988721+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' [] [] [2021-08-22T09:51:55.989025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:55.989277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.990270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.991273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.991734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.992022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.992286+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' [] [] [2021-08-22T09:51:55.992582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:55.992810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.993792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:51:55.994831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:51:55.995306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:51:55.995607+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:51:55.995874+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' [] [] [2021-08-22T09:51:55.996187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:51:56.191312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"506f2d"},"request_uri":"http://127.0.0.1:8000/_wdt/506f2d","method":"GET"} [] [2021-08-22T09:52:09.649811+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:52:09.860892+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:52:09.870287+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:52:09.922779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.925230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.929612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.931082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.931534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.931874+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' [] [] [2021-08-22T09:52:09.932531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:09.935694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.936769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.937769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.938274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.938648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.938927+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' [] [] [2021-08-22T09:52:09.939232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:09.939479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.940473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.941466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.941987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.942334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.942654+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' [] [] [2021-08-22T09:52:09.942997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:09.950603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.951761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.952847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.953421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.953775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.954120+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' [] [] [2021-08-22T09:52:09.954479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:09.954771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.955805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.956864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.957382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.957729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.958042+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' [] [] [2021-08-22T09:52:09.958389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:09.958669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.959700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:52:09.960752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:52:09.961249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:52:09.961592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:52:09.961907+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' [] [] [2021-08-22T09:52:09.962252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:52:10.165208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba18fa"},"request_uri":"http://127.0.0.1:8000/_wdt/ba18fa","method":"GET"} [] [2021-08-22T09:55:36.594093+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:55:36.807296+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:55:36.815128+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:55:36.874328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.876799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.881017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.882529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.882951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.883285+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' [] [] [2021-08-22T09:55:36.884010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:36.887355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.888481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.889596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.890238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.890596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.890919+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' [] [] [2021-08-22T09:55:36.891275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:36.891564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.892608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.893655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.894162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.894502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.894814+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' [] [] [2021-08-22T09:55:36.895158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:36.902166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.903341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.904398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.905118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.905665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.906010+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' [] [] [2021-08-22T09:55:36.906370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:36.906671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.907776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.908833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.909363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.909700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.910015+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' [] [] [2021-08-22T09:55:36.910359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:36.910636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.911658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:36.912701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:36.913216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:36.913562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:36.913877+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' [] [] [2021-08-22T09:55:36.914223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:37.073104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce02ab"},"request_uri":"http://127.0.0.1:8000/_wdt/ce02ab","method":"GET"} [] [2021-08-22T09:55:54.225539+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:55:54.399892+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:55:54.406106+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:55:54.441263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.443756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.447982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.449357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.449805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.450066+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' [] [] [2021-08-22T09:55:54.450619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.453140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.454184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.455165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.455623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.455888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.456121+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' [] [] [2021-08-22T09:55:54.456382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.456587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.457578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.458615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.459090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.459351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.459656+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' [] [] [2021-08-22T09:55:54.460016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.464806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.465986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.466968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.467447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.467719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.467951+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' [] [] [2021-08-22T09:55:54.468220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.468430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.469388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.470340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.470760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.471017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.471246+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' [] [] [2021-08-22T09:55:54.471499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.471692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.472687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:54.473742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:54.474239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:54.474545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:54.474828+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' [] [] [2021-08-22T09:55:54.475136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:54.635014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"456c0f"},"request_uri":"http://127.0.0.1:8000/_wdt/456c0f","method":"GET"} [] [2021-08-22T09:55:58.558460+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T09:55:58.672592+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T09:55:58.684977+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T09:55:58.685560+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T09:55:58.692353+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T09:55:58.692955+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T09:55:58.737455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.738694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.742908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:58.744429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:58.744786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:58.745070+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' [] [] [2021-08-22T09:55:58.745646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:58.748735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.749807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.750828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:58.751318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:58.751623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:58.751894+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' [] [] [2021-08-22T09:55:58.752196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:58.752435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.753425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:55:58.754431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:55:58.754886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:55:58.755242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:55:58.755514+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' [] [] [2021-08-22T09:55:58.755814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:55:59.078562+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"482021"},"request_uri":"http://127.0.0.1:8000/_wdt/482021","method":"GET"} [] [2021-08-22T09:56:05.088343+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:56:05.298585+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:56:05.305172+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:56:05.372093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.374593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.378540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.379845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.381650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.382096+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' [] [] [2021-08-22T09:56:05.382764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.385486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.386648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.387730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.388297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.388655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.388979+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' [] [] [2021-08-22T09:56:05.389332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.389620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.390664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.391718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.392224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.392584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.392933+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' [] [] [2021-08-22T09:56:05.393363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.398480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.399637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.400710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.401325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.401681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.401977+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' [] [] [2021-08-22T09:56:05.402293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.402552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.403564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.404568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.405035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.405329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.405600+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' [] [] [2021-08-22T09:56:05.405899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.406130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.407159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:56:05.408370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:56:05.408951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:56:05.409307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:56:05.409629+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' [] [] [2021-08-22T09:56:05.409982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:56:05.572322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e82a83"},"request_uri":"http://127.0.0.1:8000/_wdt/e82a83","method":"GET"} [] [2021-08-22T09:57:09.715369+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:57:09.921761+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:09.929809+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:10.003965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.006478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.010874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.012426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.012897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.013224+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' [] [] [2021-08-22T09:57:10.013851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.017290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.018485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.019500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.020025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.020346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.020626+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' [] [] [2021-08-22T09:57:10.020935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.021187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.022174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.023160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.023618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.023980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.024252+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' [] [] [2021-08-22T09:57:10.024553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.031969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.033147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.034222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.034826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.035209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.035519+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' [] [] [2021-08-22T09:57:10.035835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.036102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.037188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.038200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.038688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.039003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.039286+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' [] [] [2021-08-22T09:57:10.039592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.039834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.040836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:10.041832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:10.042304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:10.042608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:10.042887+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' [] [] [2021-08-22T09:57:10.043189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:10.245373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"185a88"},"request_uri":"http://127.0.0.1:8000/_wdt/185a88","method":"GET"} [] [2021-08-22T09:57:49.808604+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:57:50.021390+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:50.028032+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:50.064824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.066952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.071320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.072637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.073079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.073404+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' [] [] [2021-08-22T09:57:50.073979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.076566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.077655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.078708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.079228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.079578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.079897+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' [] [] [2021-08-22T09:57:50.080245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.080545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.081639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.082704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.083303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.083648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.083965+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' [] [] [2021-08-22T09:57:50.084313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.089580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.090773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.091851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.092418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.092774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.093095+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' [] [] [2021-08-22T09:57:50.093453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.093747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.094786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.095835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.096341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.096682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.097003+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' [] [] [2021-08-22T09:57:50.097347+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.097624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.098657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:50.099709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:50.100211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:50.100551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:50.100864+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' [] [] [2021-08-22T09:57:50.101205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:50.257750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afbebc"},"request_uri":"http://127.0.0.1:8000/_wdt/afbebc","method":"GET"} [] [2021-08-22T09:57:54.237789+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T09:57:54.394833+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\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:54.401585+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T09:57:54.452486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.454680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.458618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.459898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.460304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.460641+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' [] [] [2021-08-22T09:57:54.461215+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.463771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.464935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.466014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.466752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.467150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.467502+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' [] [] [2021-08-22T09:57:54.467988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.468309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.469420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.470485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.471031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.471381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.471703+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' [] [] [2021-08-22T09:57:54.472074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.476866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.477958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.479032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.479589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.479946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.480284+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' [] [] [2021-08-22T09:57:54.480643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.480941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.482001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.483124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.483759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.484163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.484512+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' [] [] [2021-08-22T09:57:54.484897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.485235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.486609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T09:57:54.487822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T09:57:54.488576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T09:57:54.489114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T09:57:54.489412+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' [] [] [2021-08-22T09:57:54.489730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T09:57:54.650080+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e9e4f"},"request_uri":"http://127.0.0.1:8000/_wdt/0e9e4f","method":"GET"} [] [2021-08-22T09:58:00.632340+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:00:49.316319+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:01:03.041869+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:01:03.267008+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-08-01,2021-08-31) [] [] [2021-08-22T10:01:03.276554+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CALL usp_depreciation_calculation(2021-08-01,2021-08-31)': SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2012' for column 'from_date' at row 1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation(2021-08-01,2021-08-31)':\n\nSQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2012' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2012' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2012' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T10:01:03.365185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.367504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.371709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.373179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.373606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.373966+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' [] [] [2021-08-22T10:01:03.374562+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.377742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.379168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.380269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.380843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.381192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.381512+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' [] [] [2021-08-22T10:01:03.381868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.382160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.383206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.384253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.384759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.385094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.385410+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' [] [] [2021-08-22T10:01:03.385819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.393166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.394484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.395551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.396094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.396439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.396759+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' [] [] [2021-08-22T10:01:03.397106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.397400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.398438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.399484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.399982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.400317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.400634+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' [] [] [2021-08-22T10:01:03.400977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.401263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.402293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:03.403339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:03.403838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:03.404174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:03.404491+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' [] [] [2021-08-22T10:01:03.404834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:03.641215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbda10"},"request_uri":"http://127.0.0.1:8000/_wdt/bbda10","method":"GET"} [] [2021-08-22T10:01:34.749060+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:01:34.980631+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-08-01,2021-08-31) [] [] [2021-08-22T10:01:35.083780+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:01:35.092871+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:01:35.299472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.301880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.306691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.308158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.308581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.308929+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' [] [] [2021-08-22T10:01:35.309539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:35.313719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.315097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.316842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.317401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.317758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.318026+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' [] [] [2021-08-22T10:01:35.318303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:35.318561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.319692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.320732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.321243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.321568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.321821+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' [] [] [2021-08-22T10:01:35.322148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:35.326986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.328173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.329228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.329758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.330072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.330377+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' [] [] [2021-08-22T10:01:35.330696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:35.330922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.332004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.333099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.333611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.333890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.334124+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' [] [] [2021-08-22T10:01:35.334394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:01:35.334598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.335584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:01:35.336545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:01:35.336975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:01:35.337226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:01:35.337457+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' [] [] [2021-08-22T10:01:35.337715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:02:30.517615+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:02:30.637044+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:02:30.649702+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:02:30.650356+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:02:30.657570+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:02:30.658167+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:02:30.702539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.704180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.708496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:02:30.709892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:02:30.710200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:02:30.710446+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' [] [] [2021-08-22T10:02:30.711147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:02:30.714306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.715444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.716489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:02:30.716997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:02:30.717304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:02:30.717577+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' [] [] [2021-08-22T10:02:30.717881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:02:30.718122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.719145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:02:30.720530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:02:30.721196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:02:30.721535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:02:30.721804+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' [] [] [2021-08-22T10:02:30.722117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:02:30.986349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86dcf6"},"request_uri":"http://127.0.0.1:8000/_wdt/86dcf6","method":"GET"} [] [2021-08-22T10:02:59.647938+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:02:59.864318+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:02:59.962775+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:02:59.971269+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:03:00.191440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.193715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.197532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.198849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.199552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.199931+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' [] [] [2021-08-22T10:03:00.201724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:03:00.204969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.206168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.207156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.207667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.207952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.208225+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' [] [] [2021-08-22T10:03:00.208528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:03:00.208843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.210405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.211722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.212404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.212828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.213154+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' [] [] [2021-08-22T10:03:00.213490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:03:00.220208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.221534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.222754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.223349+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.223674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.223960+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' [] [] [2021-08-22T10:03:00.224278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:03:00.224533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.225578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.226628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.227173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.227556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.227910+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' [] [] [2021-08-22T10:03:00.228253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:03:00.228489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.229602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:03:00.230615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:03:00.231129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:03:00.231407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:03:00.231648+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' [] [] [2021-08-22T10:03:00.231920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.542691+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:04:34.755143+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: DateTime::$format" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 177 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: DateTime::$format at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:177)"} [] [2021-08-22T10:04:34.822367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.825155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.829538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.831015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.831435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.831763+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' [] [] [2021-08-22T10:04:34.832380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.835556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.836669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.837732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.838265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.838614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.838931+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' [] [] [2021-08-22T10:04:34.839277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.839559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.840598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.841655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.842170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.842571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.842890+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' [] [] [2021-08-22T10:04:34.843236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.850540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.851665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.852730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.853273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.853620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.853937+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' [] [] [2021-08-22T10:04:34.854288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.854579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.855598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.856735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.857353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.857711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.858038+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' [] [] [2021-08-22T10:04:34.858387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:34.858682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.859737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:04:34.860786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:04:34.861300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:04:34.861640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:04:34.861954+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' [] [] [2021-08-22T10:04:34.862296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:04:35.064999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b0725"},"request_uri":"http://127.0.0.1:8000/_wdt/8b0725","method":"GET"} [] [2021-08-22T10:05:06.037867+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:05:06.265238+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:05:06.362182+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:05:06.374533+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:05:06.604638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.606912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.611104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.612535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.612846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.613096+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' [] [] [2021-08-22T10:05:06.613635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:05:06.616808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.618034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.619022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.619521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.619832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.620090+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' [] [] [2021-08-22T10:05:06.620374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:05:06.620605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.621640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.622647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.623136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.623428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.623677+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' [] [] [2021-08-22T10:05:06.623950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:05:06.632573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.633787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.634828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.635338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.635623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.635868+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' [] [] [2021-08-22T10:05:06.636140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:05:06.636360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.637356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.638377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.638942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.639272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.639543+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' [] [] [2021-08-22T10:05:06.639852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:05:06.640080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.641121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:05:06.642253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:05:06.642775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:05:06.643065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:05:06.643319+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' [] [] [2021-08-22T10:05:06.643594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:03.958354+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:06:04.186599+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:06:04.291914+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:06:04.298720+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:06:04.523873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.527166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.533117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.535025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.535577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.535883+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' [] [] [2021-08-22T10:06:04.536539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:04.539689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.540928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.542804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.543505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.543836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.544085+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' [] [] [2021-08-22T10:06:04.544566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:04.545150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.546499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.548189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.555342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.555783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.556078+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' [] [] [2021-08-22T10:06:04.556375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:04.565049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.566485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.568775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.570705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.571181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.571556+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' [] [] [2021-08-22T10:06:04.571981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:04.572297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.573632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.574877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.575445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.575783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.576077+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' [] [] [2021-08-22T10:06:04.576443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:04.576814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.578051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:06:04.579595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:06:04.580226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:06:04.580548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:06:04.580825+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' [] [] [2021-08-22T10:06:04.581129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:06:22.476621+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:09:42.203260+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:09:42.445948+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:09:42.455848+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: depSchedule" at C:\Apache24\htdocs\fixedasset\src\Controller\ReportsController.php line 181 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: depSchedule at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\ReportsController.php:181)"} [] [2021-08-22T10:09:42.505941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.508395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.512781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.514412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.514767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.515059+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' [] [] [2021-08-22T10:09:42.515684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.519168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.520291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.521264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.521753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.522093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.522330+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' [] [] [2021-08-22T10:09:42.522595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.522801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.523749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.524695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.525135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.525405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.525632+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' [] [] [2021-08-22T10:09:42.525892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.533591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.534703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.535683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.536155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.536421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.536715+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' [] [] [2021-08-22T10:09:42.536981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.537195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.538142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.539070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.539488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.539737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.539965+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' [] [] [2021-08-22T10:09:42.540242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.540454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.541402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:09:42.542486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:09:42.542949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:09:42.543210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:09:42.543436+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' [] [] [2021-08-22T10:09:42.543698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:09:42.745765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93f636"},"request_uri":"http://127.0.0.1:8000/_wdt/93f636","method":"GET"} [] [2021-08-22T10:10:07.995328+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:10:08.206835+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:10:25.543845+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:10:25.688440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:10:25.706447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:10:25.707076+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:10:25.713632+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:10:25.714379+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:10:25.759254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.760448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.764651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:10:25.766605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:10:25.767000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:10:25.767381+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' [] [] [2021-08-22T10:10:25.767960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:10:25.771006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.772055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.773056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:10:25.773605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:10:25.773887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:10:25.774126+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' [] [] [2021-08-22T10:10:25.774389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:10:25.774596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.775546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:10:25.776479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:10:25.776895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:10:25.777149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:10:25.777371+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' [] [] [2021-08-22T10:10:25.777691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:10:26.010198+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03e7d6"},"request_uri":"http://127.0.0.1:8000/_wdt/03e7d6","method":"GET"} [] [2021-08-22T10:10:30.145801+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:10:30.384733+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01,2022-06-30) [] [] [2021-08-22T10:15:17.090136+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:15:17.318113+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:16:07.209694+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:16:07.425434+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:17:05.353433+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:17:05.573241+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:17:51.395992+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:17:51.578672+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:17:55.594171+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:17:55.773256+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:20:39.105416+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:20:39.346760+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation(2021-07-01, 2022-06-30) [] [] [2021-08-22T10:20:39.356439+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CALL usp_depreciation_calculation(2021-07-01, 2022-06-30)': SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2013' for column 'from_date' at row 1" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation(2021-07-01, 2022-06-30)':\n\nSQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2013' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2013' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '2013' for column 'from_date' at row 1 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T10:20:39.444519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.446766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.451052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.452570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.452944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.453275+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' [] [] [2021-08-22T10:20:39.453892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.457059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.458159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.459221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.459753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.460164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.460488+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' [] [] [2021-08-22T10:20:39.460839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.461129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.462166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.463219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.463727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.464106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.464437+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' [] [] [2021-08-22T10:20:39.464785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.472148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.473279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.474344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.474887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.475238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.475560+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' [] [] [2021-08-22T10:20:39.475910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.476204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.477241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.478287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.478797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.479139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.479457+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' [] [] [2021-08-22T10:20:39.479801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.480080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.481096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:20:39.482343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:20:39.482917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:20:39.483265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:20:39.483663+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' [] [] [2021-08-22T10:20:39.484027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:20:39.712596+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ee8a7"},"request_uri":"http://127.0.0.1:8000/_wdt/4ee8a7","method":"GET"} [] [2021-08-22T10:21:43.195851+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:21:43.430944+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30') [] [] [2021-08-22T10:22:56.127400+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:22:56.358968+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30') [] [] [2021-08-22T10:22:56.458938+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:22:56.470517+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:22:56.703817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.706069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.710340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.712163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.712550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.712840+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' [] [] [2021-08-22T10:22:56.713730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:22:56.717175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.718351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.719380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.719900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.720188+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.720432+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' [] [] [2021-08-22T10:22:56.720707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:22:56.720985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.721984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.722961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.723451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.723742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.723991+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' [] [] [2021-08-22T10:22:56.724324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:22:56.732432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.733631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.734661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.735165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.735445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.735686+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' [] [] [2021-08-22T10:22:56.735973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:22:56.736221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.737306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.738389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.738965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.739332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.739623+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' [] [] [2021-08-22T10:22:56.739928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:22:56.740173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.741325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:22:56.742322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:22:56.742809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:22:56.743083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:22:56.743322+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' [] [] [2021-08-22T10:22:56.743589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.202438+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:24:12.422338+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30') [] [] [2021-08-22T10:24:12.525172+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:24:12.538305+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:24:12.746130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.748268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.753418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.755250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.755786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.756163+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' [] [] [2021-08-22T10:24:12.756820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.759604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.760979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.762120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.762713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.763016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.763268+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' [] [] [2021-08-22T10:24:12.763544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.763780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.765065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.766158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.767583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.768267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.768626+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' [] [] [2021-08-22T10:24:12.768905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.774044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.775285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.776436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.776981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.777265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.777509+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' [] [] [2021-08-22T10:24:12.777781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.778001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.778998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.779968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.780459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.780738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.780983+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' [] [] [2021-08-22T10:24:12.781256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:12.781467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.782543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:12.783579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:12.784117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:12.784441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:12.784712+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' [] [] [2021-08-22T10:24:12.785014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:27.651917+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:24:27.770108+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:24:27.783541+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:24:27.784185+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:24:27.791402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:24:27.791959+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:24:27.836395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.837622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.842368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:27.844040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:27.844481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:27.844797+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' [] [] [2021-08-22T10:24:27.845392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:27.848498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.849654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.850704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:27.851227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:27.851540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:27.851818+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' [] [] [2021-08-22T10:24:27.852149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:27.852404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.853473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:24:27.854523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:24:27.855106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:24:27.855450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:24:27.855788+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' [] [] [2021-08-22T10:24:27.856132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:24:28.093753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b69240"},"request_uri":"http://127.0.0.1:8000/_wdt/b69240","method":"GET"} [] [2021-08-22T10:25:09.652854+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:25:09.879630+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30') [] [] [2021-08-22T10:25:09.980071+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:25:09.988655+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:25:10.208216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.210506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.214437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.215942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.216447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.216780+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' [] [] [2021-08-22T10:25:10.217362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:25:10.220027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.221197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.222280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.223044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.223647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.224059+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' [] [] [2021-08-22T10:25:10.224394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:25:10.224652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.225766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.226834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.227375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.227677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.227961+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' [] [] [2021-08-22T10:25:10.228280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:25:10.233423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.234810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.235900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.236426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.236712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.236951+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' [] [] [2021-08-22T10:25:10.237225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:25:10.237443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.238497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.239552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.240052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.240321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.240562+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' [] [] [2021-08-22T10:25:10.240832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:25:10.241038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.242015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:25:10.242969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:25:10.243404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:25:10.243660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:25:10.243886+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' [] [] [2021-08-22T10:25:10.244139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:07.931230+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:29:08.165855+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30') [] [] [2021-08-22T10:29:08.250860+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:29:08.266153+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:29:08.521092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.524559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.529289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.530832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.531224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.531477+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' [] [] [2021-08-22T10:29:08.532089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:08.535523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.536882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.538000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.538605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.538947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.539217+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' [] [] [2021-08-22T10:29:08.539499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:08.539735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.540915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.542135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.542822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.543215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.543472+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' [] [] [2021-08-22T10:29:08.543747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:08.554821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.557135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.558459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.559464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.559902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.560200+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' [] [] [2021-08-22T10:29:08.560534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:08.560818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.562215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.563300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.563956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.564451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.564808+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' [] [] [2021-08-22T10:29:08.565168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:08.565425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.566567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:08.567628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:08.568242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:08.568569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:08.568875+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' [] [] [2021-08-22T10:29:08.569169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:22.087126+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:29:22.192019+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:29:22.204110+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:29:22.204656+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:29:22.212009+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:29:22.212571+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:29:22.256239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.257496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.261642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:22.263087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:22.263437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:22.263771+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' [] [] [2021-08-22T10:29:22.264397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:22.267491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.268560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.269620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:22.270154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:22.270506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:22.270828+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' [] [] [2021-08-22T10:29:22.271174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:22.271455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.272618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:22.273878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:22.274459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:22.274818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:22.275134+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' [] [] [2021-08-22T10:29:22.275482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:22.515498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"147240"},"request_uri":"http://127.0.0.1:8000/_wdt/147240","method":"GET"} [] [2021-08-22T10:29:39.444188+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:29:39.652457+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30') [] [] [2021-08-22T10:29:39.754747+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:29:39.763657+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:29:39.990349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:39.992811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:39.999556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.001089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.001483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.001754+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' [] [] [2021-08-22T10:29:40.002300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:40.005124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.006331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.007360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.007933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.008329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.008614+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' [] [] [2021-08-22T10:29:40.008899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:40.009127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.010225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.011388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.012056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.012463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.012751+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' [] [] [2021-08-22T10:29:40.013043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:40.019058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.020481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.021589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.022099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.022385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.022634+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' [] [] [2021-08-22T10:29:40.022909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:40.023153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.024363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.025741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.026459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.026816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.027086+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' [] [] [2021-08-22T10:29:40.027370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:29:40.027588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.028790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:29:40.030651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:29:40.031720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:29:40.032104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:29:40.032797+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' [] [] [2021-08-22T10:29:40.033331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:18.355237+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:30:18.484016+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:30:18.496144+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:30:18.496977+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:30:18.503842+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:30:18.504392+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:30:18.548336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.549561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.553710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:18.555129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:18.555460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:18.555758+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' [] [] [2021-08-22T10:30:18.556382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:18.559430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.560517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.561474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:18.561929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:18.562193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:18.562421+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' [] [] [2021-08-22T10:30:18.562682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:18.562881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.564432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:18.565641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:18.566193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:18.566528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:18.566811+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' [] [] [2021-08-22T10:30:18.567093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:18.805970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d91b8d"},"request_uri":"http://127.0.0.1:8000/_wdt/d91b8d","method":"GET"} [] [2021-08-22T10:30:25.919438+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:30:26.139500+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:30:26.236268+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:30:26.246449+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:30:26.465293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.467861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.475254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.476753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.477196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.477469+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' [] [] [2021-08-22T10:30:26.478004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:26.480854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.482040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.483039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.483549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.483823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.484060+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' [] [] [2021-08-22T10:30:26.484332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:26.484543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.485641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.487833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.488713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.489122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.489402+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' [] [] [2021-08-22T10:30:26.489691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:26.495891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.497205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.498359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.498982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.499279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.499523+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' [] [] [2021-08-22T10:30:26.499795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:26.500014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.501033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.502030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.502579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.502916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.503165+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' [] [] [2021-08-22T10:30:26.503440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:30:26.503680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.504735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:30:26.505732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:30:26.506195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:30:26.506462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:30:26.506936+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' [] [] [2021-08-22T10:30:26.507259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:32:59.907173+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:33:00.146244+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:33:00.237407+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:33:00.251002+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:33:00.462576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.465025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.469796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.471401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.471811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.472088+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' [] [] [2021-08-22T10:33:00.472712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:00.475999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.477240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.478355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.479089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.479461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.479801+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' [] [] [2021-08-22T10:33:00.480212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:00.480579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.481898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.483120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.483669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.483962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.484206+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' [] [] [2021-08-22T10:33:00.484474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:00.491448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.493378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.495733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.496508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.496911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.497166+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' [] [] [2021-08-22T10:33:00.497440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:00.497662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.498746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.499804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.500343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.500659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.500921+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' [] [] [2021-08-22T10:33:00.501234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:00.501481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.502625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:00.503849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:00.504609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:00.504994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:00.505278+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' [] [] [2021-08-22T10:33:00.505578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.414268+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:33:20.577987+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:33:20.666032+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:33:20.676400+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:33:20.876780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.879949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.884582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.885986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.886355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.886618+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' [] [] [2021-08-22T10:33:20.887152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.889775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.890913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.891992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.892523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.892864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.893121+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' [] [] [2021-08-22T10:33:20.893396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.893613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.895473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.896900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.897607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.897976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.898291+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' [] [] [2021-08-22T10:33:20.899164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.904753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.906070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.907208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.907821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.908127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.908375+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' [] [] [2021-08-22T10:33:20.908650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.908873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.909997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.911083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.911749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.912115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.912412+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' [] [] [2021-08-22T10:33:20.913077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:33:20.913747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.914918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:33:20.916044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:33:20.916601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:33:20.916925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:33:20.917187+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' [] [] [2021-08-22T10:33:20.917479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.240640+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:37:35.456257+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:37:35.540952+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:37:35.557018+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:37:35.772169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.774519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.780669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.783735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.784226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.784515+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' [] [] [2021-08-22T10:37:35.785388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.789402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.790652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.791701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.792278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.792585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.792834+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' [] [] [2021-08-22T10:37:35.793168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.793430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.794611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.795797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.796579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.796920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.797174+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' [] [] [2021-08-22T10:37:35.797461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.805746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.807189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.808575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.809365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.809881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.811313+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' [] [] [2021-08-22T10:37:35.813642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.814591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.816208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.817532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.818224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.818567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.818934+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' [] [] [2021-08-22T10:37:35.819261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:35.819681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.820991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:35.822371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:35.823127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:35.823524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:35.823828+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' [] [] [2021-08-22T10:37:35.824197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:39.625306+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:37:39.793546+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:37:39.890567+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:37:39.902612+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:37:40.104889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.107081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.112773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.114420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.114832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.115119+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' [] [] [2021-08-22T10:37:40.115725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:40.118397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.119789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.120892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.121512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.121835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.122174+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' [] [] [2021-08-22T10:37:40.122456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:40.122680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.123852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.124963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.126347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.126681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.126933+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' [] [] [2021-08-22T10:37:40.127205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:40.132705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.133920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.134949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.135468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.135757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.136003+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' [] [] [2021-08-22T10:37:40.136293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:40.136538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.137612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.138633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.139158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.139445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.139725+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' [] [] [2021-08-22T10:37:40.140100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:37:40.140396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.141503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:37:40.142652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:37:40.143734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:37:40.144100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:37:40.144379+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' [] [] [2021-08-22T10:37:40.144781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:38.825933+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:38:39.005485+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:38:39.106289+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:38:39.115443+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:38:39.325593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.328362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.332770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.334236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.334664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.334963+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' [] [] [2021-08-22T10:38:39.335533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:39.338593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.339952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.341027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.341584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.341991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.342264+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' [] [] [2021-08-22T10:38:39.342605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:39.342888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.344706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.345834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.346454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.346945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.347316+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' [] [] [2021-08-22T10:38:39.347762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:39.353000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.354270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.355305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.356071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.356632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.356978+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' [] [] [2021-08-22T10:38:39.357316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:39.357615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.358861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.361483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.362193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.362508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.362811+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' [] [] [2021-08-22T10:38:39.363145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:38:39.363525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.364796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:38:39.366449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:38:39.367200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:38:39.367510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:38:39.367756+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' [] [] [2021-08-22T10:38:39.368027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:10.977599+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:58:11.194702+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:58:11.295082+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:58:11.308218+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:58:11.525322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.527834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.532404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.533992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.534343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.534608+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' [] [] [2021-08-22T10:58:11.535192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:11.538554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.539946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.541165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.541876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.542276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.542591+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' [] [] [2021-08-22T10:58:11.542919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:11.543195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.544614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.545972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.546596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.546927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.547172+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' [] [] [2021-08-22T10:58:11.547445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:11.554944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.557062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.558992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.559597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.559891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.560274+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' [] [] [2021-08-22T10:58:11.560640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:11.560935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.562139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.564004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.565143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.565459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.565714+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' [] [] [2021-08-22T10:58:11.565992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:11.566210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.567280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:11.568284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:11.568895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:11.569209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:11.569462+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' [] [] [2021-08-22T10:58:11.569750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:14.552821+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:58:14.732050+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:58:14.830902+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:58:14.841945+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:58:15.047433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.049667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.055246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.057045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.057522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.057819+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' [] [] [2021-08-22T10:58:15.058414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:15.061461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.062724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.063851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.064453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.064753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.065077+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' [] [] [2021-08-22T10:58:15.065422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:15.065689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.066855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.068047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.068595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.068885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.069129+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' [] [] [2021-08-22T10:58:15.069402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:15.074696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.075907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.076897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.077395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.077675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.077918+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' [] [] [2021-08-22T10:58:15.078193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:15.078423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.079455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.080461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.080974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.081279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.081534+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' [] [] [2021-08-22T10:58:15.081809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:15.082078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.083275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:15.084304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:15.084801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:15.085079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:15.085320+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' [] [] [2021-08-22T10:58:15.085593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.075506+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:58:48.253298+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:58:48.338807+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:58:48.351675+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:58:48.551873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.554213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.558400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.559774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.560121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.560452+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' [] [] [2021-08-22T10:58:48.560957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.563536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.564789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.566390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.567018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.567382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.567712+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' [] [] [2021-08-22T10:58:48.568038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.568288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.569444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.570520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.571054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.571376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.571667+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' [] [] [2021-08-22T10:58:48.571988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.577180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.578480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.579633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.580225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.580598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.580884+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' [] [] [2021-08-22T10:58:48.581217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.581507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.583352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.584543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.585092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.585385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.585760+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' [] [] [2021-08-22T10:58:48.586165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:48.586483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.587762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:48.589021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:48.589692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:48.590036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:48.590331+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' [] [] [2021-08-22T10:58:48.590648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.052079+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T10:58:56.217109+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30') [] [] [2021-08-22T10:58:56.315677+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:58:56.331115+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T10:58:56.533414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.536001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.541039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.542877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.543904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.544267+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' [] [] [2021-08-22T10:58:56.544934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.547966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.549464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.550805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.551476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.551854+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.552109+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' [] [] [2021-08-22T10:58:56.552379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.552597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.553631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.554629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.555280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.555713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.556275+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' [] [] [2021-08-22T10:58:56.556660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.562230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.563616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.564636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.565218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.565526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.565792+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' [] [] [2021-08-22T10:58:56.566087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.566317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.567417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.568552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.569135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.569575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.569859+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' [] [] [2021-08-22T10:58:56.570177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:58:56.570481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.571722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:58:56.572793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:58:56.573343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:58:56.573631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:58:56.573875+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' [] [] [2021-08-22T10:58:56.574231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:59:43.179448+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T10:59:43.307597+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T10:59:43.320135+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T10:59:43.320692+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T10:59:43.328135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T10:59:43.328718+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T10:59:43.373257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.374542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.378795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:59:43.380323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:59:43.380696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:59:43.381026+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' [] [] [2021-08-22T10:59:43.381659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:59:43.384903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.386047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.387186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:59:43.387730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:59:43.388195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:59:43.388701+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' [] [] [2021-08-22T10:59:43.389074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:59:43.389409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.390552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T10:59:43.391634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T10:59:43.392196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T10:59:43.392548+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T10:59:43.392874+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' [] [] [2021-08-22T10:59:43.393229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T10:59:43.634439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b24ba"},"request_uri":"http://127.0.0.1:8000/_wdt/6b24ba","method":"GET"} [] [2021-08-22T11:00:04.035713+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:00:04.276186+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30') [] [] [2021-08-22T11:00:04.362621+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:00:04.371751+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:00:04.581582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.584002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.588148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.590058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.592024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.592452+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' [] [] [2021-08-22T11:00:04.593337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:04.596318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.597516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.598570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.599085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.599360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.599592+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' [] [] [2021-08-22T11:00:04.599894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:04.600177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.601271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.602402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.602973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.603312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.603611+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' [] [] [2021-08-22T11:00:04.603964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:04.610488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.611898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.613173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.613922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.614323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.614659+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' [] [] [2021-08-22T11:00:04.615005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:04.615279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.616511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.617624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.618250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.618577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.618870+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' [] [] [2021-08-22T11:00:04.619184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:04.619435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.620463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:04.621510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:04.622330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:04.622776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:04.623135+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' [] [] [2021-08-22T11:00:04.623452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:13.094201+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:00:13.212966+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:00:13.225992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:00:13.226728+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:00:13.233334+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:00:13.233895+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:00:13.279075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.280335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.284639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:13.286133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:13.286500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:13.286822+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' [] [] [2021-08-22T11:00:13.287440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:13.291157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.292361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.293379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:13.293913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:13.294227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:13.294506+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' [] [] [2021-08-22T11:00:13.294813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:13.295067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.296066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:13.297043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:13.297574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:13.297883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:13.298168+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' [] [] [2021-08-22T11:00:13.298456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:13.534912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b596c"},"request_uri":"http://127.0.0.1:8000/_wdt/2b596c","method":"GET"} [] [2021-08-22T11:00:22.838291+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:00:23.079709+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2019-07-01', '2020-06-30') [] [] [2021-08-22T11:00:23.150628+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:00:23.159944+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:00:23.379106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.381587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.386396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.389396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.389787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.390232+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' [] [] [2021-08-22T11:00:23.390862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:23.393564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.394772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.395959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.396526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.396919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.397209+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' [] [] [2021-08-22T11:00:23.397529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:23.397787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.398830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.399883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.400459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.400789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.401079+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' [] [] [2021-08-22T11:00:23.401399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:23.406886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.408304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.409563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.410214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.410592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.410996+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' [] [] [2021-08-22T11:00:23.411354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:23.411615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.412674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.413643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.414126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.414557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.414882+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' [] [] [2021-08-22T11:00:23.415458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:23.415702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.416847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:23.418181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:23.418950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:23.419379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:23.419700+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' [] [] [2021-08-22T11:00:23.420052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:25.968090+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:00:26.089865+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:00:26.102558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:00:26.103180+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:00:26.109701+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:00:26.110241+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:00:26.153663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.154922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.159087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:26.160522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:26.160895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:26.161216+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' [] [] [2021-08-22T11:00:26.161824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:26.164884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.165961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.167370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:26.168072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:26.168429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:26.168746+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' [] [] [2021-08-22T11:00:26.169097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:26.169389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.170455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:00:26.171496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:00:26.171997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:00:26.172333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:00:26.172649+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' [] [] [2021-08-22T11:00:26.172992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:00:26.380940+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4ae95"},"request_uri":"http://127.0.0.1:8000/_wdt/d4ae95","method":"GET"} [] [2021-08-22T11:02:42.792837+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:02:42.932110+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:02:42.950009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:02:42.950616+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:02:42.957445+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:02:42.958018+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:02:43.001999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.003274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.007525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:43.009043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:43.009427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:43.009757+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' [] [] [2021-08-22T11:02:43.010426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:43.013754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.014998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.016047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:43.016582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:43.016997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:43.017281+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' [] [] [2021-08-22T11:02:43.017594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:43.017854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.018864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:43.019868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:43.020330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:43.020635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:43.020916+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' [] [] [2021-08-22T11:02:43.021219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:43.283643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff0c23"},"request_uri":"http://127.0.0.1:8000/_wdt/ff0c23","method":"GET"} [] [2021-08-22T11:02:56.184804+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:02:56.399904+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-08-22', '2021-08-23') [] [] [2021-08-22T11:02:56.408757+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'CALL usp_depreciation_calculation('2021-08-22', '2021-08-23')': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'group_id' in 'where clause'" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation('2021-08-22', '2021-08-23')':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'group_id' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'group_id' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'group_id' in 'where clause' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T11:02:56.495639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.498118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.502285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.503599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.503935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.504228+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' [] [] [2021-08-22T11:02:56.504763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.507385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.508471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.509700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.510259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.510658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.510938+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' [] [] [2021-08-22T11:02:56.511254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.511504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.512510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.513566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.514071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.514382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.514653+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' [] [] [2021-08-22T11:02:56.514991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.519798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.520862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.521997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.522559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.522908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.523226+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' [] [] [2021-08-22T11:02:56.523578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.523871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.524911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.526092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.526615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.526927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.527207+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' [] [] [2021-08-22T11:02:56.527520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.527770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.528781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:02:56.529954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:02:56.530480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:02:56.530796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:02:56.531154+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' [] [] [2021-08-22T11:02:56.531467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:02:56.727609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b19d92"},"request_uri":"http://127.0.0.1:8000/_wdt/b19d92","method":"GET"} [] [2021-08-22T11:04:39.301386+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:04:39.516869+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-08-22', '2021-08-23', 0, 0, 0, 0, 0) [] [] [2021-08-22T11:04:39.526328+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'CALL usp_depreciation_calculation('2021-08-22', '2021-08-23', 0, 0, 0, 0, 0)': SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 7" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CALL usp_depreciation_calculation('2021-08-22', '2021-08-23', 0, 0, 0, 0, 0)':\n\nSQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 7 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 7 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect number of arguments for PROCEDURE fixedasset.usp_depreciation_calculation; expected 2, got 7 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2021-08-22T11:04:39.616541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.618974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.623439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.625023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.625536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.625876+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' [] [] [2021-08-22T11:04:39.626533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.629727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.630817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.631859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.632490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.632859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.633184+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' [] [] [2021-08-22T11:04:39.633539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.633827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.634903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.635954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.636466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.636802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.637185+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' [] [] [2021-08-22T11:04:39.637532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.645335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.646550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.647635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.648221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.648558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.648860+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' [] [] [2021-08-22T11:04:39.649173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.649428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.650450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.651448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.651925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.652220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.652486+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' [] [] [2021-08-22T11:04:39.652786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.653016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.653995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:04:39.654993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:04:39.655445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:04:39.655736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:04:39.656017+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' [] [] [2021-08-22T11:04:39.656333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:04:39.888236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a44d6"},"request_uri":"http://127.0.0.1:8000/_wdt/7a44d6","method":"GET"} [] [2021-08-22T11:05:04.886358+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:05:05.110401+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-08-22', '2021-08-23', 0, 0, 0, 0, 0) [] [] [2021-08-22T11:05:05.212223+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:05:05.221127+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:05:05.431899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.434525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.439003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.440640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.441221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.441734+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' [] [] [2021-08-22T11:05:05.442662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:05.445561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.447524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.448745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.449398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.449725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.449999+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' [] [] [2021-08-22T11:05:05.450306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:05.450550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.453263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.454459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.455007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.455306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.455567+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' [] [] [2021-08-22T11:05:05.455882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:05.460943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.462098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.463207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.463774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.464081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.464346+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' [] [] [2021-08-22T11:05:05.464635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:05.464865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.465883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.466866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.467346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.467610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.467842+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' [] [] [2021-08-22T11:05:05.468106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:05.468308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.469263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:05.470196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:05.470619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:05.470873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:05.471099+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' [] [] [2021-08-22T11:05:05.471351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:42.888822+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:05:43.023472+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:05:43.036051+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:05:43.036637+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:05:43.043953+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:05:43.044588+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:05:43.088982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.090490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.095113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:43.096594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:43.096932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:43.097291+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' [] [] [2021-08-22T11:05:43.097867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:43.100923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.101976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.103101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:43.103637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:43.103962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:43.104248+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' [] [] [2021-08-22T11:05:43.104563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:43.104812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.105813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:05:43.106818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:05:43.107391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:05:43.107718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:05:43.108054+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' [] [] [2021-08-22T11:05:43.108590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:05:43.400713+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbefd5"},"request_uri":"http://127.0.0.1:8000/_wdt/bbefd5","method":"GET"} [] [2021-08-22T11:06:17.241282+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:06:17.478490+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2021-08-22T11:06:17.584044+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:17.593807+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:06:17.814916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.817310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.821912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.824107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.824746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.825158+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' [] [] [2021-08-22T11:06:17.826298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:17.829414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.830834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.831943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.832550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.832877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.833150+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' [] [] [2021-08-22T11:06:17.833440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:17.833676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.834841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.836114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.836928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.838650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.839465+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' [] [] [2021-08-22T11:06:17.839861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:17.845544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.846755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.847786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.848308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.848596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.848856+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' [] [] [2021-08-22T11:06:17.849138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:17.849365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.850433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.851444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.851933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.852311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.852550+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' [] [] [2021-08-22T11:06:17.852815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:17.853022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.853988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:17.854921+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:17.855341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:17.855591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:17.855814+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' [] [] [2021-08-22T11:06:17.856070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:20.332607+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:06:20.441438+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:20.454075+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:06:20.454715+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:06:20.461426+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:06:20.462005+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:06:20.506988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.508224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.512338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:20.513771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:20.514107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:20.514391+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' [] [] [2021-08-22T11:06:20.514962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:20.518430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.519697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.520806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:20.521361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:20.521681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:20.521962+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' [] [] [2021-08-22T11:06:20.522368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:20.522625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.523623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:20.524607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:20.525071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:20.525370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:20.525647+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' [] [] [2021-08-22T11:06:20.525945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:20.764999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e8319"},"request_uri":"http://127.0.0.1:8000/_wdt/0e8319","method":"GET"} [] [2021-08-22T11:06:24.741835+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T11:06:24.843028+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T11:06:24.918176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.919547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.923816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:24.925166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:24.925539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:24.925785+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' [] [] [2021-08-22T11:06:24.926306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:24.929248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.930322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.931283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:24.931798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:24.932132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:24.932407+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' [] [] [2021-08-22T11:06:24.932736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:24.933018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.934159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:24.935177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:24.935712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:24.936107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:24.936358+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' [] [] [2021-08-22T11:06:24.936629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:26.805095+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:06:26.943674+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-22T11:06:27.035021+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 1, 0, 0, 0, 0) [] [] [2021-08-22T11:06:27.134371+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:27.147265+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:06:27.372623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.374119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.378145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.379628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.380067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.380392+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' [] [] [2021-08-22T11:06:27.380969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:27.383574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.384778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.385880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.386463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.386795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.387086+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' [] [] [2021-08-22T11:06:27.387416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:27.387710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.388850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.390560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.391289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.391640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.391923+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' [] [] [2021-08-22T11:06:27.392268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:27.393532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.394799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.396060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.396631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.396960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.397242+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' [] [] [2021-08-22T11:06:27.397558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:27.397826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.398982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.400158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.400889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.401248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.401537+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' [] [] [2021-08-22T11:06:27.401833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:27.402057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.403154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:27.404441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:27.405891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:27.406418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:27.407008+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' [] [] [2021-08-22T11:06:27.407453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:30.941925+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:06:31.072695+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:31.084729+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:06:31.085364+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:06:31.092717+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:06:31.093294+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:06:31.139336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.140542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.144676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:31.146144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:31.146457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:31.146711+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' [] [] [2021-08-22T11:06:31.147294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:31.150501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.151643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.152724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:31.153563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:31.154144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:31.154503+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' [] [] [2021-08-22T11:06:31.154905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:31.155175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.156273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:31.157291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:31.157798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:31.158129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:31.158446+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' [] [] [2021-08-22T11:06:31.158772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:31.400108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b76ee"},"request_uri":"http://127.0.0.1:8000/_wdt/3b76ee","method":"GET"} [] [2021-08-22T11:06:35.245343+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T11:06:35.347528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T11:06:35.419931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.421189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.425421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:35.426981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:35.427326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:35.427612+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' [] [] [2021-08-22T11:06:35.428204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:35.431250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.432409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.433443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:35.433968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:35.434358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:35.434713+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' [] [] [2021-08-22T11:06:35.435188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:35.435543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.436672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:35.437724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:35.438240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:35.438634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:35.438913+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' [] [] [2021-08-22T11:06:35.439219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.389781+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:06:36.554498+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-22T11:06:36.643995+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 2, 0, 0, 0, 0) [] [] [2021-08-22T11:06:36.729556+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:36.737796+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:06:36.948240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.949543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.954830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.957050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.958044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.958426+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' [] [] [2021-08-22T11:06:36.959164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.961969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.963221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.964509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.965173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.965513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.965831+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' [] [] [2021-08-22T11:06:36.966241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.966531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.967868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.970065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.970737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.971076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.971369+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' [] [] [2021-08-22T11:06:36.971694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.973328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.975466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.976552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.977092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.977382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.977629+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' [] [] [2021-08-22T11:06:36.977907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.978142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.979207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.980250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.980829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.981132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.981373+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' [] [] [2021-08-22T11:06:36.981638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:36.981845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.982853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:36.983800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:36.984252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:36.984511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:36.984742+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' [] [] [2021-08-22T11:06:36.985010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:38.825210+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:06:38.944407+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:38.956754+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:06:38.957343+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:06:38.964295+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:06:38.964944+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:06:39.009523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.010778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.015439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:39.017085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:39.017446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:39.017736+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' [] [] [2021-08-22T11:06:39.018320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:39.021434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.022527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.023545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:39.024223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:39.024583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:39.024914+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' [] [] [2021-08-22T11:06:39.025270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:39.025564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.026629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:39.027694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:39.028200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:39.028554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:39.028871+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' [] [] [2021-08-22T11:06:39.029218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:39.235735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecb720"},"request_uri":"http://127.0.0.1:8000/_wdt/ecb720","method":"GET"} [] [2021-08-22T11:06:46.615004+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T11:06:46.724684+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T11:06:46.798405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.799745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.804023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:46.805497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:46.805867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:46.806283+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' [] [] [2021-08-22T11:06:46.807048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:46.810460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.811622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.812707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:46.813267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:46.813623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:46.813943+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' [] [] [2021-08-22T11:06:46.814295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:46.814580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.815625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:46.816675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:46.817286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:46.817634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:46.817955+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' [] [] [2021-08-22T11:06:46.818308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:49.515879+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T11:06:49.617312+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T11:06:49.689486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.690700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.694863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:49.696404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:49.696766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:49.697029+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' [] [] [2021-08-22T11:06:49.697698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:49.701469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.702669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.703768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:49.704312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:49.704617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:49.704877+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' [] [] [2021-08-22T11:06:49.705164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:49.705393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.706449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:49.707502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:49.707962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:49.708248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:49.708501+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' [] [] [2021-08-22T11:06:49.708862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.324464+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:06:55.494058+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-22T11:06:55.507171+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-08-22T11:06:55.507948+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-22T11:06:55.622933+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 1, 1, 1, 0, 0) [] [] [2021-08-22T11:06:55.712841+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:55.724091+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:06:55.935964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.937369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.941709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.943248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.943639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.943925+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' [] [] [2021-08-22T11:06:55.944528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.947843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.949134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.950400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.951286+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.951980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.952683+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' [] [] [2021-08-22T11:06:55.953436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.953943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.955212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.956303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.956891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.957214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.957481+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' [] [] [2021-08-22T11:06:55.957802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.959218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.960398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.961471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.962042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.962331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.962575+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' [] [] [2021-08-22T11:06:55.962877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.963153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.964370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.965494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.966030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.966317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.966561+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' [] [] [2021-08-22T11:06:55.966861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:55.967093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.968128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:55.969131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:55.969670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:55.969958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:55.970281+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' [] [] [2021-08-22T11:06:55.970656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:59.085140+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:06:59.235030+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:06:59.252747+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:06:59.253337+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:06:59.259811+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:06:59.260338+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:06:59.305395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.306617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.310723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:59.312123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:59.312504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:59.312806+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' [] [] [2021-08-22T11:06:59.313438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:59.317417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.318644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.319763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:59.320323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:59.320730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:59.321011+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' [] [] [2021-08-22T11:06:59.321321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:59.321569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.322572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:06:59.323568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:06:59.324023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:06:59.324314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:06:59.324585+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' [] [] [2021-08-22T11:06:59.324881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:06:59.546793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74e074"},"request_uri":"http://127.0.0.1:8000/_wdt/74e074","method":"GET"} [] [2021-08-22T11:07:18.069065+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T11:07:18.180326+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T11:07:18.253539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.254860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.259186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:07:18.260765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:07:18.261124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:07:18.261414+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' [] [] [2021-08-22T11:07:18.261998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:07:18.265666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.266925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.268006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:07:18.268585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:07:18.268944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:07:18.269263+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' [] [] [2021-08-22T11:07:18.269618+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:07:18.269909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.270975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:07:18.272139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:07:18.272842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:07:18.273215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:07:18.273549+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' [] [] [2021-08-22T11:07:18.273919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:16.573954+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:08:16.743385+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-22T11:08:16.761980+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-22T11:08:16.773264+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:08:16.899304+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 2, 0, 1, 0, 1) [] [] [2021-08-22T11:08:16.972973+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:08:16.985571+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:08:17.211021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.212549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.218371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.220120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.220549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.220869+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' [] [] [2021-08-22T11:08:17.221628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:17.225763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.228121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.229329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.230152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.230985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.231323+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' [] [] [2021-08-22T11:08:17.231663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:17.231919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.232990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.234011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.234502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.234789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.235040+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' [] [] [2021-08-22T11:08:17.235310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:17.236592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.237665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.238651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.239189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.239498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.239741+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' [] [] [2021-08-22T11:08:17.240012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:17.240228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.241231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.242177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.242614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.242869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.243097+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' [] [] [2021-08-22T11:08:17.243350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:17.243544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.244485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:17.245417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:17.245859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:17.246346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:17.246613+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' [] [] [2021-08-22T11:08:17.246907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:20.540038+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:08:20.702722+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:08:20.720852+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:08:20.721484+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:08:20.728427+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:08:20.729041+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:08:20.773754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.775157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.780184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:20.781736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:20.782089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:20.782378+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' [] [] [2021-08-22T11:08:20.783042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:20.786092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.787174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.788210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:20.788713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:20.789022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:20.789294+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' [] [] [2021-08-22T11:08:20.789596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:20.789834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.790824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:20.792040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:20.793382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:20.793868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:20.794117+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' [] [] [2021-08-22T11:08:20.794390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:21.014050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14c894"},"request_uri":"http://127.0.0.1:8000/_wdt/14c894","method":"GET"} [] [2021-08-22T11:08:29.525360+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:08:29.674224+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-22T11:08:29.692681+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-22T11:08:29.703700+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:08:29.798969+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 2, 0, 1, 0, 1) [] [] [2021-08-22T11:08:29.871350+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:08:29.882602+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:08:30.099397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.100769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.108132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.110240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.110793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.111223+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' [] [] [2021-08-22T11:08:30.111937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:30.115176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.116364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.118414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.119678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.120180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.120568+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' [] [] [2021-08-22T11:08:30.121463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:30.122105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.124506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.125783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.126382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.126725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.127022+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' [] [] [2021-08-22T11:08:30.127322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:30.128536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.129604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.130632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.131163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.131460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.131707+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' [] [] [2021-08-22T11:08:30.131985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:30.132209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.133272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.134324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.134941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.135365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.135635+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' [] [] [2021-08-22T11:08:30.135914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:30.136135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.137795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:30.139041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:30.140124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:30.140711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:30.141052+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' [] [] [2021-08-22T11:08:30.141398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:56.973763+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:08:57.122235+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:08:57.140372+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:08:57.141019+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:08:57.147612+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:08:57.148509+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:08:57.194709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.195977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.201016+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:57.202659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:57.203011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:57.203301+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' [] [] [2021-08-22T11:08:57.203888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:57.206964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.208039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.209068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:57.209566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:57.209959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:57.210235+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' [] [] [2021-08-22T11:08:57.210542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:57.210784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.211770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:57.212783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:57.213264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:57.213584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:57.213860+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' [] [] [2021-08-22T11:08:57.214149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:57.456169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"365810"},"request_uri":"http://127.0.0.1:8000/_wdt/365810","method":"GET"} [] [2021-08-22T11:08:59.334016+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2021-08-22T11:08:59.410653+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T11:08:59.534556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.537145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.541456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.542874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.543304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.543649+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' [] [] [2021-08-22T11:08:59.544246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.546794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.547887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.548959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.549497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.549843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.550165+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' [] [] [2021-08-22T11:08:59.550514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.550775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.551860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.553003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.553531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.553879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.554197+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' [] [] [2021-08-22T11:08:59.554546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.568056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T11:08:59.573873+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-22T11:08:59.597469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T11:08:59.598521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T11:08:59.598952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T11:08:59.599358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T11:08:59.599739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T11:08:59.600068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T11:08:59.601574+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T11:08:59.603156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.604262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.605319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.605866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.606362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.606863+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' [] [] [2021-08-22T11:08:59.607303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.607635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.608775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.609844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.610399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.610749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.611071+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' [] [] [2021-08-22T11:08:59.611426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.611706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.612733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:08:59.613776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:08:59.614283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:08:59.614623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:08:59.614940+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' [] [] [2021-08-22T11:08:59.615275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:08:59.894500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"350110"},"request_uri":"http://127.0.0.1:8000/_wdt/350110","method":"GET"} [] [2021-08-22T11:09:02.502675+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/assetregister/5/show","method":"GET"} [] [2021-08-22T11:09:02.616632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T11:09:02.670732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T11:09:02.671364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T11:09:02.671739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T11:09:02.672080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:02.672432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:02.672769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:02.673093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:02.673432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [5] [] [2021-08-22T11:09:02.691950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.693277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.697456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:02.698972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:02.699352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:02.699680+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' [] [] [2021-08-22T11:09:02.700370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:02.703538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.704725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.705750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:02.706269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:02.706582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:02.706856+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' [] [] [2021-08-22T11:09:02.707163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:02.707405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.708383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:02.709374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:02.709913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:02.710212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:02.710483+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' [] [] [2021-08-22T11:09:02.710784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:02.990973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eaa5d"},"request_uri":"http://127.0.0.1:8000/_wdt/7eaa5d","method":"GET"} [] [2021-08-22T11:09:09.459675+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2021-08-22T11:09:09.584912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-22T11:09:09.637799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.638366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.638733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.639207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.639603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.639946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.640351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T11:09:09.640770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-22T11:09:09.659216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.660441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.664715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:09.666229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:09.666606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:09.666933+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' [] [] [2021-08-22T11:09:09.667562+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:09.670602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.671693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.672727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:09.673229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:09.673680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:09.673994+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' [] [] [2021-08-22T11:09:09.674335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:09.674604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.675662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:09.676668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:09.677168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:09.677480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:09.677757+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' [] [] [2021-08-22T11:09:09.678059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:09.948220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9aa85"},"request_uri":"http://127.0.0.1:8000/_wdt/b9aa85","method":"GET"} [] [2021-08-22T11:09:39.751776+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:09:39.891383+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:09:39.910168+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:09:39.911190+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:09:39.918260+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:09:39.918800+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:09:39.964832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.966067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.970300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:39.971757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:39.972087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:39.972377+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' [] [] [2021-08-22T11:09:39.972951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:39.976054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.977185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.978288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:39.978805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:39.979117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:39.979468+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' [] [] [2021-08-22T11:09:39.979786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:39.980038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.981032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:39.982035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:39.982503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:39.982845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:39.983136+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' [] [] [2021-08-22T11:09:39.983453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:40.276616+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"125c3d"},"request_uri":"http://127.0.0.1:8000/_wdt/125c3d","method":"GET"} [] [2021-08-22T11:09:57.425559+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:09:57.588569+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:09:57.682534+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2021-06-30', 0, 0, 0, 0, 1) [] [] [2021-08-22T11:09:57.768281+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:09:57.777574+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:09:57.986790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:57.988786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:57.993222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:57.994636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:57.995001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:57.995263+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' [] [] [2021-08-22T11:09:57.995810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:57.998569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:57.999861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.001699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:58.002663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:58.002985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:58.003251+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' [] [] [2021-08-22T11:09:58.003549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:58.003784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.005067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.006707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:58.007394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:58.007714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:58.007964+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' [] [] [2021-08-22T11:09:58.008236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:58.009409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.010501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.011677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:58.012249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:58.012567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:58.012929+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' [] [] [2021-08-22T11:09:58.013288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:58.013555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.014828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.015953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:58.016619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:58.017123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:58.017924+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' [] [] [2021-08-22T11:09:58.018838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:09:58.019280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.020420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:09:58.022781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:09:58.023795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:09:58.024229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:09:58.024564+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' [] [] [2021-08-22T11:09:58.024925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:06.254175+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:10:06.362860+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:06.375577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:10:06.376181+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:10:06.382977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:10:06.383721+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:10:06.428464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.429655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.434190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:06.435917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:06.436389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:06.436697+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' [] [] [2021-08-22T11:10:06.437309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:06.440373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.441477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.442534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:06.443078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:06.443431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:06.443754+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' [] [] [2021-08-22T11:10:06.444100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:06.444385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.445410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:06.446426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:06.446981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:06.447301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:06.447670+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' [] [] [2021-08-22T11:10:06.447978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:06.731819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9c436"},"request_uri":"http://127.0.0.1:8000/_wdt/a9c436","method":"GET"} [] [2021-08-22T11:10:08.466234+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:10:08.633660+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:10:08.724136+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2021-06-30', 0, 0, 0, 0, 1) [] [] [2021-08-22T11:10:08.810860+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:08.819663+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:10:09.084918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.086362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.091476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.093622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.094087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.094376+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' [] [] [2021-08-22T11:10:09.094994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:09.097748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.099044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.100133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.100710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.101038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.101322+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' [] [] [2021-08-22T11:10:09.101623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:09.101856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.102970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.104160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.104693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.104970+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.105206+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' [] [] [2021-08-22T11:10:09.105471+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:09.106642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.107644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.108668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.109189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.109465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.109699+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' [] [] [2021-08-22T11:10:09.109964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:09.110181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.111175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.112137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.112595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.112858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.113089+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' [] [] [2021-08-22T11:10:09.113350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:09.113548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.114508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:09.115458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:09.115908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:09.116168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:09.116399+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' [] [] [2021-08-22T11:10:09.116658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:14.316290+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:10:14.447151+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:14.459183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:10:14.459773+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:10:14.467026+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:10:14.467565+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:10:14.512359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.513564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.517694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:14.519115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:14.519494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:14.519786+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' [] [] [2021-08-22T11:10:14.520371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:14.523404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.524472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.525469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:14.525977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:14.526400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:14.526714+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' [] [] [2021-08-22T11:10:14.527084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:14.527399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.528708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:14.529834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:14.530402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:14.530759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:14.531078+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' [] [] [2021-08-22T11:10:14.531432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:14.741343+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ada862"},"request_uri":"http://127.0.0.1:8000/_wdt/ada862","method":"GET"} [] [2021-08-22T11:10:33.466524+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:10:33.636036+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:10:33.728086+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 1) [] [] [2021-08-22T11:10:33.825188+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:33.832946+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:10:34.035311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.036593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.040469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.041912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.042295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.042571+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' [] [] [2021-08-22T11:10:34.043389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:34.046412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.047802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.048863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.049401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.049691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.049936+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' [] [] [2021-08-22T11:10:34.050208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:34.050426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.051434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.052414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.052872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.053140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.053372+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' [] [] [2021-08-22T11:10:34.053641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:34.054870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.056117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.058116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.058757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.059056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.059302+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' [] [] [2021-08-22T11:10:34.059575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:34.059844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.061070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.062125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.062642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.062931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.063173+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' [] [] [2021-08-22T11:10:34.063465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:34.063700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.064727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:34.065719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:34.066314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:34.066650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:34.066981+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' [] [] [2021-08-22T11:10:34.067296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:36.037474+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:10:36.144453+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:36.156647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:10:36.157268+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:10:36.163889+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:10:36.164443+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:10:36.208584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.209813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.213913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:36.215364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:36.215858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:36.216193+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' [] [] [2021-08-22T11:10:36.216816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:36.220225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.221457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.222572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:36.223177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:36.223533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:36.223859+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' [] [] [2021-08-22T11:10:36.224211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:36.224505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.225649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:36.226707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:36.227217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:36.227620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:36.227906+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' [] [] [2021-08-22T11:10:36.228217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:36.432035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94a71f"},"request_uri":"http://127.0.0.1:8000/_wdt/94a71f","method":"GET"} [] [2021-08-22T11:10:40.277856+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:10:40.420191+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:10:40.510290+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 1) [] [] [2021-08-22T11:10:40.608609+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:40.617447+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:10:40.832322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.833866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.838202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.839731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.840165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.840492+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' [] [] [2021-08-22T11:10:40.841158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:40.844191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.845641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.848483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.849256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.849683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.850034+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' [] [] [2021-08-22T11:10:40.850438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:40.850674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.851744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.852736+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.853238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.853519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.853757+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' [] [] [2021-08-22T11:10:40.854027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:40.855380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.856536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.857704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.858248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.858529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.858769+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' [] [] [2021-08-22T11:10:40.859034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:40.859254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.860250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.861217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.861705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.862000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.862255+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' [] [] [2021-08-22T11:10:40.862581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:40.862832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.863922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:40.864962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:40.865525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:40.865837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:40.866093+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' [] [] [2021-08-22T11:10:40.866518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:42.484361+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:10:42.614346+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:42.626692+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:10:42.627284+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:10:42.633883+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:10:42.634473+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:10:42.679094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.680294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.684363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:42.685754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:42.686087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:42.686384+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' [] [] [2021-08-22T11:10:42.686982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:42.690524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.691742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.692790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:42.693387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:42.693796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:42.694081+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' [] [] [2021-08-22T11:10:42.694410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:42.694691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.695720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:42.696710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:42.697236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:42.697581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:42.697899+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' [] [] [2021-08-22T11:10:42.698250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:42.889684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f40136"},"request_uri":"http://127.0.0.1:8000/_wdt/f40136","method":"GET"} [] [2021-08-22T11:10:56.535030+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:10:56.678812+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:10:56.770620+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 1) [] [] [2021-08-22T11:10:56.870415+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:10:56.880545+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:10:57.102782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.104111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.108967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.110449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.110818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.111179+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' [] [] [2021-08-22T11:10:57.111702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:57.114499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.115824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.117057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.117687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.118107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.118832+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' [] [] [2021-08-22T11:10:57.119670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:57.120154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.121581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.123719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.124434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.124765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.125168+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' [] [] [2021-08-22T11:10:57.125482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:57.126764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.128002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.129200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.129761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.130050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.130290+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' [] [] [2021-08-22T11:10:57.130560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:57.130782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.131774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.132732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.133207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.133613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.133994+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' [] [] [2021-08-22T11:10:57.135184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:10:57.136291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.137571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:10:57.139106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:10:57.140001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:10:57.140299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:10:57.140539+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' [] [] [2021-08-22T11:10:57.140814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:05.326124+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:11:05.436497+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:11:05.448677+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:11:05.449252+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:11:05.456257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:11:05.456866+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:11:05.501897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.503178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.507373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:05.508862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:05.509208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:05.509492+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' [] [] [2021-08-22T11:11:05.510064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:05.513216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.514295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.515314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:05.515816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:05.516122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:05.516418+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' [] [] [2021-08-22T11:11:05.516851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:05.517167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.518559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:05.519896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:05.520602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:05.520963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:05.521288+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' [] [] [2021-08-22T11:11:05.521641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:05.761856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbd087"},"request_uri":"http://127.0.0.1:8000/_wdt/cbd087","method":"GET"} [] [2021-08-22T11:11:08.722678+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:11:08.887251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:11:08.904686+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:11:09.024482+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:11:09.122367+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:11:09.134947+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:11:09.348496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.349759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.354227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.355798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.356134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.356390+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' [] [] [2021-08-22T11:11:09.356976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:09.362683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.364006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.365082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.365712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.366142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.366415+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' [] [] [2021-08-22T11:11:09.366850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:09.367199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.368587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.369645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.370171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.370460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.370701+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' [] [] [2021-08-22T11:11:09.370976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:09.372222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.373345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.374405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.374970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.375422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.375697+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' [] [] [2021-08-22T11:11:09.375991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:09.376256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.377517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.378690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.379224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.379500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.379819+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' [] [] [2021-08-22T11:11:09.380138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:11:09.380363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.381401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:11:09.382428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:11:09.382949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:11:09.383237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:11:09.383517+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' [] [] [2021-08-22T11:11:09.383829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.589104+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:14:12.764071+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:14:12.782967+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:14:12.861475+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:14:12.905163+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "totalAmount" does not exist." at C:\Apache24\htdocs\fixedasset\templates\reports\depreciationSchedule.html.twig line 101 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"totalAmount\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\reports\\depreciationSchedule.html.twig:101)"} [] [2021-08-22T11:14:12.960995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.962230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.966362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.967789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.968095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.968348+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' [] [] [2021-08-22T11:14:12.968878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.972230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.973396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.974506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.975041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.975356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.975634+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' [] [] [2021-08-22T11:14:12.975944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.976195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.977190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.978178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.978640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.978935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.979207+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' [] [] [2021-08-22T11:14:12.979509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.980693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.981692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.982678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.983224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.983530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.983802+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' [] [] [2021-08-22T11:14:12.984107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.984354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.985345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.986352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.986833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.987130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.987406+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' [] [] [2021-08-22T11:14:12.987709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:12.987953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.988942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:12.989930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:12.990392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:12.990693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:12.990970+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' [] [] [2021-08-22T11:14:12.991272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:13.205373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcb459"},"request_uri":"http://127.0.0.1:8000/_wdt/fcb459","method":"GET"} [] [2021-08-22T11:14:26.997607+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:14:27.171081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:14:27.189093+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:14:27.267323+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:14:27.398247+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:14:27.410318+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:14:27.619656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.620906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.625522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.627271+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.627639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.627936+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' [] [] [2021-08-22T11:14:27.628552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:27.633703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.635045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.636424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.637148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.637647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.638013+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' [] [] [2021-08-22T11:14:27.638335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:27.638577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.639694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.640930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.641488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.641815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.642074+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' [] [] [2021-08-22T11:14:27.642354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:27.643555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.644613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.645886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.646527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.646832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.647083+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' [] [] [2021-08-22T11:14:27.647367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:27.647632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.648816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.650356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.650949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.651267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.651548+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' [] [] [2021-08-22T11:14:27.651838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:14:27.652060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.653461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:14:27.654798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:14:27.655772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:14:27.656139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:14:27.656546+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' [] [] [2021-08-22T11:14:27.656872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.273657+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:25:54.425107+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:25:54.443222+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:25:54.526327+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:25:54.677167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:25:54.689392+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:25:54.910217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.911533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.916722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.919258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.919885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.920225+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' [] [] [2021-08-22T11:25:54.921037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.924584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.925965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.927262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.927905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.928295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.928570+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' [] [] [2021-08-22T11:25:54.928853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.929081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.930252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.932159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.932816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.933164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.933434+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' [] [] [2021-08-22T11:25:54.933713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.935319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.937020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.938044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.938560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.938860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.939111+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' [] [] [2021-08-22T11:25:54.939382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.939603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.940655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.941798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.942323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.942605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.942846+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' [] [] [2021-08-22T11:25:54.943117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:25:54.943327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.944316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:25:54.945298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:25:54.945792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:25:54.946083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:25:54.946322+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' [] [] [2021-08-22T11:25:54.946589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:45.851538+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:26:46.007291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:26:46.024969+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:26:46.099459+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:26:46.250366+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:26:46.266013+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:26:46.479024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.480381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.484808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.486620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.487323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.487742+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' [] [] [2021-08-22T11:26:46.488529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:46.491950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.493533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.494790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.495444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.495866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.496226+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' [] [] [2021-08-22T11:26:46.496564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:46.496832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.498004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.499090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.499642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.499946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.500230+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' [] [] [2021-08-22T11:26:46.500544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:46.501922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.503125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.504254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.504864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.505231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.505543+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' [] [] [2021-08-22T11:26:46.505867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:46.506139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.507380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.508643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.509304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.509700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.510020+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' [] [] [2021-08-22T11:26:46.510343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:46.510595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.511742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:46.512885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:46.513439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:46.513762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:46.514047+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' [] [] [2021-08-22T11:26:46.514359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:50.800304+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:26:50.964003+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:26:50.981988+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:26:51.060256+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:26:51.181677+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:26:51.192614+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:26:51.394243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.395570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.399717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.401252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.401723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.402120+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' [] [] [2021-08-22T11:26:51.402839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:51.405875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.407849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.409029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.410042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.410503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.410905+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' [] [] [2021-08-22T11:26:51.411295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:51.411574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.412756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.413868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.414488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.414829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.415092+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' [] [] [2021-08-22T11:26:51.415375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:51.416817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.417983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.418975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.419502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.419918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.420326+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' [] [] [2021-08-22T11:26:51.421038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:51.421421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.423705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.425842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.426667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.426996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.427262+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' [] [] [2021-08-22T11:26:51.427609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:26:51.427894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.429156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:26:51.430869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:26:51.432039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:26:51.432372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:26:51.432647+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' [] [] [2021-08-22T11:26:51.432938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:26.835364+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:30:26.998869+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:30:27.017484+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:30:27.095117+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:30:27.212941+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:30:27.221735+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:30:27.433270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.434523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.438851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.441356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.441862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.442183+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' [] [] [2021-08-22T11:30:27.442998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:27.446315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.447465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.448455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.448958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.449236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.449578+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' [] [] [2021-08-22T11:30:27.449851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:27.450063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.451059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.452041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.452612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.452910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.453156+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' [] [] [2021-08-22T11:30:27.453425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:27.454676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.455928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.457102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.457730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.458117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.458508+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' [] [] [2021-08-22T11:30:27.458929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:27.459856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.461056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.462091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.462609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.462891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.463131+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' [] [] [2021-08-22T11:30:27.463404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:27.463612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.464604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:27.465590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:27.466070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:27.466344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:27.466581+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' [] [] [2021-08-22T11:30:27.466849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:32.506525+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:30:32.619903+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:30:32.632182+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:30:32.686031+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:30:32.809204+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:30:32.820130+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:30:33.018132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.019367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.023459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.026109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.026639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.027012+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' [] [] [2021-08-22T11:30:33.027719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:33.030898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.032172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.033278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.033890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.034214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.034508+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' [] [] [2021-08-22T11:30:33.034870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:33.035138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.036256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.037301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.037996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.038320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.038576+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' [] [] [2021-08-22T11:30:33.038853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:33.040288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.042353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.043390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.043980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.044341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.044637+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' [] [] [2021-08-22T11:30:33.045057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:33.045379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.046487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.047502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.048042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.048400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.048690+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' [] [] [2021-08-22T11:30:33.048982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:33.049200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.050239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:33.051226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:33.051703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:33.051970+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:33.052202+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' [] [] [2021-08-22T11:30:33.052467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:35.863729+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:30:35.990509+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:30:36.002062+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:30:36.055104+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:30:36.168647+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:30:36.181143+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:30:36.376537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.377893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.382313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.383985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.384446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.384954+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' [] [] [2021-08-22T11:30:36.386113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:36.389175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.390657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.392000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.392633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.392962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.393214+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' [] [] [2021-08-22T11:30:36.393490+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:36.393717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.394845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.395934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.396426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.396707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.396940+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' [] [] [2021-08-22T11:30:36.397209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:36.398399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.399484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.400963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.401654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.401987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.402289+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' [] [] [2021-08-22T11:30:36.402582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:36.402866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.404636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.406192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.407146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.407630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.407933+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' [] [] [2021-08-22T11:30:36.408411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:30:36.408695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.410868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:30:36.412123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:30:36.412666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:30:36.412953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:30:36.413198+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' [] [] [2021-08-22T11:30:36.413470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:26.859423+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:32:27.017642+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:32:27.036813+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:32:27.037450+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:32:27.044096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:32:27.044639+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:32:27.093479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.094748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.099027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:27.101284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:27.101718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:27.102035+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' [] [] [2021-08-22T11:32:27.102644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:27.105768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.106847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.107878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:27.108377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:27.108681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:27.108960+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' [] [] [2021-08-22T11:32:27.109265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:27.109504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.110498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:27.111504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:27.112090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:27.112387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:27.112656+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' [] [] [2021-08-22T11:32:27.112963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:27.354031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c10f7"},"request_uri":"http://127.0.0.1:8000/_wdt/6c10f7","method":"GET"} [] [2021-08-22T11:32:52.750593+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:32:52.923680+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:32:52.942001+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:32:53.020729+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-07-01', '2044-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:32:53.150993+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:32:53.159954+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:32:53.375962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.377268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.381609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.383098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.383560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.383943+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' [] [] [2021-08-22T11:32:53.385737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:53.389787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.391237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.392521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.393156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.393625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.393890+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' [] [] [2021-08-22T11:32:53.394171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:53.394393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.395439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.396396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.396854+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.397115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.397348+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' [] [] [2021-08-22T11:32:53.397608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:53.399057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.400693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.402611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.403725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.404071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.404372+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' [] [] [2021-08-22T11:32:53.404687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:53.405055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.406980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.408452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.409652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.410009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.410300+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' [] [] [2021-08-22T11:32:53.410652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:32:53.410907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.412092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:32:53.413171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:32:53.413747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:32:53.414182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:32:53.414639+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' [] [] [2021-08-22T11:32:53.414975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:37.296235+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:33:37.404442+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:33:37.417691+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:33:37.418287+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:33:37.425468+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:33:37.426048+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:33:37.470760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.472334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.476785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:37.478309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:37.478651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:37.478941+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' [] [] [2021-08-22T11:33:37.479518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:37.482585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.483726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.484718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:37.485197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:37.485470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:37.485705+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' [] [] [2021-08-22T11:33:37.485966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:37.486172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.487108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:37.488167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:37.488727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:37.489084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:37.489390+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' [] [] [2021-08-22T11:33:37.489705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:37.724820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18e69b"},"request_uri":"http://127.0.0.1:8000/_wdt/18e69b","method":"GET"} [] [2021-08-22T11:33:42.702335+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:33:42.845019+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:33:42.863069+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:33:42.941798+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-07-01', '2024-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:33:43.065902+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:33:43.074950+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:33:43.287904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.289372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.295656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.297287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.297688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.297977+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' [] [] [2021-08-22T11:33:43.298628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:43.301658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.302962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.304088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.304646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.304937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.305181+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' [] [] [2021-08-22T11:33:43.305461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:43.305680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.306703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.307983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.308541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.308948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.309196+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' [] [] [2021-08-22T11:33:43.309469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:43.310715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.311884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.312890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.313382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.313653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.313887+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' [] [] [2021-08-22T11:33:43.314153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:43.314370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.315370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.316400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.316916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.317194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.317433+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' [] [] [2021-08-22T11:33:43.317708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:33:43.317935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.319010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:33:43.320050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:33:43.320571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:33:43.320870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:33:43.321196+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' [] [] [2021-08-22T11:33:43.321621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:41.700743+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:37:41.860676+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:37:41.879213+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:37:41.879842+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:37:41.887504+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:37:41.888078+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:37:41.933045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.934381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.938873+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:41.940438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:41.940828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:41.941158+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' [] [] [2021-08-22T11:37:41.941776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:41.944899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.945981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.947034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:41.947554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:41.947897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:41.948214+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' [] [] [2021-08-22T11:37:41.948652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:41.948937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.949968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:41.951046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:41.951869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:41.952287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:41.952599+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' [] [] [2021-08-22T11:37:41.952947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:42.188206+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f0c76"},"request_uri":"http://127.0.0.1:8000/_wdt/4f0c76","method":"GET"} [] [2021-08-22T11:37:53.012177+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:37:53.165799+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T11:37:53.184535+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T11:37:53.262793+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 0, 0, 0, 1, 1) [] [] [2021-08-22T11:37:53.382852+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:37:53.393238+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:37:53.608553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.610169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.614746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.616215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.616606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.616874+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' [] [] [2021-08-22T11:37:53.617567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:53.621886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.623704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.625590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.626347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.626694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.626959+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' [] [] [2021-08-22T11:37:53.627256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:53.627556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.628887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.629977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.630490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.630773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.631010+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' [] [] [2021-08-22T11:37:53.631279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:53.632471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.633589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.635085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.635841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.636197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.636469+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' [] [] [2021-08-22T11:37:53.636755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:53.636985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.638032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.639020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.639518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.639802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.640068+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' [] [] [2021-08-22T11:37:53.640383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:37:53.640614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.641870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:37:53.642900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:37:53.643416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:37:53.643776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:37:53.644118+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' [] [] [2021-08-22T11:37:53.644425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:17.422117+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:39:17.562013+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:39:17.580152+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:39:17.580768+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:39:17.587195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:39:17.587795+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:39:17.635731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.636978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.641216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:17.642712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:17.643253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:17.643614+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' [] [] [2021-08-22T11:39:17.644741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:17.647967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.649085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.650096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:17.650628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:17.650941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:17.651224+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' [] [] [2021-08-22T11:39:17.651543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:17.651820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.652844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:17.653834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:17.654310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:17.654617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:17.654990+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' [] [] [2021-08-22T11:39:17.655300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:17.893307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21211e"},"request_uri":"http://127.0.0.1:8000/_wdt/21211e","method":"GET"} [] [2021-08-22T11:39:20.051921+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:39:20.208931+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:39:20.227602+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:39:20.228187+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:39:20.234644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:39:20.235172+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:39:20.278290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.279544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.283873+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:20.285561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:20.286059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:20.286515+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' [] [] [2021-08-22T11:39:20.287177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:20.290396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.291490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.292490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:20.293016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:20.293334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:20.293612+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' [] [] [2021-08-22T11:39:20.293919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:20.294166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.295153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:20.296135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:20.296598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:20.296900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:20.297173+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' [] [] [2021-08-22T11:39:20.297521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:20.536815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"191749"},"request_uri":"http://127.0.0.1:8000/_wdt/191749","method":"GET"} [] [2021-08-22T11:39:48.503868+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:39:48.734251+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2021-08-22T11:39:48.860131+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:39:48.870994+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:39:49.091848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.094218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.100354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.102671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.103065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.103404+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' [] [] [2021-08-22T11:39:49.106525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:49.109818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.111199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.114008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.114789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.115127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.115401+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' [] [] [2021-08-22T11:39:49.115748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:49.116199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.118330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.119908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.120506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.120857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.121122+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' [] [] [2021-08-22T11:39:49.121420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:49.131614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.133138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.134288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.134827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.135120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.135387+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' [] [] [2021-08-22T11:39:49.135659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:49.135878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.136874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.137911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.138372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.138693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.138926+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' [] [] [2021-08-22T11:39:49.139195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:39:49.139398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.140452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:39:49.141514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:39:49.142026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:39:49.142312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:39:49.142556+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' [] [] [2021-08-22T11:39:49.142829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:32.171828+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:41:32.309107+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:41:32.329686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:41:32.330328+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:41:32.337390+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:41:32.337983+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:41:32.409452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.410763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.414963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:32.416427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:32.416820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:32.417200+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' [] [] [2021-08-22T11:41:32.417950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:32.421280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.422460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.423546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:32.424115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:32.424472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:32.424801+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' [] [] [2021-08-22T11:41:32.425191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:32.425489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.426531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:32.427576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:32.428089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:32.428427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:32.428742+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' [] [] [2021-08-22T11:41:32.429087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:32.699379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"636592"},"request_uri":"http://127.0.0.1:8000/_wdt/636592","method":"GET"} [] [2021-08-22T11:41:35.327493+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2021-08-22T11:41:35.467567+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:41:35.488167+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:41:35.488847+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T11:41:35.495840+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T11:41:35.496423+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T11:41:35.540703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.541963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.546698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:35.548368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:35.548785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:35.549122+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' [] [] [2021-08-22T11:41:35.549764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:35.552946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.554180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.555271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:35.555839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:35.556198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:35.556532+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' [] [] [2021-08-22T11:41:35.556889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:35.557181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.558242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:35.559336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:35.559859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:35.560204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:35.560522+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' [] [] [2021-08-22T11:41:35.560876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:35.820109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43aaa3"},"request_uri":"http://127.0.0.1:8000/_wdt/43aaa3","method":"GET"} [] [2021-08-22T11:41:40.691226+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2021-08-22T11:41:40.926964+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-08-02', '2021-08-22', 0, 0, 0, 0, 0) [] [] [2021-08-22T11:41:41.045629+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:41:41.057305+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T11:41:41.299171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.301805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.306192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.307594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.307972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.308278+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' [] [] [2021-08-22T11:41:41.308918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:41.311987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.313514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.314953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.315590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.315991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.316311+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' [] [] [2021-08-22T11:41:41.316627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:41.316906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.318364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.319737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.320747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.321159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.321451+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' [] [] [2021-08-22T11:41:41.321794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:41.327358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.328601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.329636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.330165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.330496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.330786+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' [] [] [2021-08-22T11:41:41.331088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:41.331323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.332546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.333640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.334373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.334722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.334980+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' [] [] [2021-08-22T11:41:41.335263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:41:41.335482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.336665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:41:41.338466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:41:41.339881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:41:41.340329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:41:41.340761+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' [] [] [2021-08-22T11:41:41.341127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:42.406504+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/" (from "http://127.0.0.1:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" (from \"http://127.0.0.1:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-08-22T11:58:42.452080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.454719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.466168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:42.467800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:42.468165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:42.468443+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' [] [] [2021-08-22T11:58:42.469003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:42.472151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.473297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.474356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:42.474883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:42.475241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:42.475512+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' [] [] [2021-08-22T11:58:42.475815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:42.476139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.477384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:42.478459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:42.479034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:42.479374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:42.479656+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' [] [] [2021-08-22T11:58:42.479961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:42.647250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2b344"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d2b344","method":"GET"} [] [2021-08-22T11:58:49.014693+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-08-22T11:58:49.082670+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T11:58:49.187777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.190117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.194188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.195537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.195894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.196206+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' [] [] [2021-08-22T11:58:49.196789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.199770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.200892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.202134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.202754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.203156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.203482+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' [] [] [2021-08-22T11:58:49.203870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.204157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.205233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.206270+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.206783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.207121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.207429+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' [] [] [2021-08-22T11:58:49.207764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.219662+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-22T11:58:49.224407+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-22T11:58:49.227481+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-22T11:58:49.248532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.249867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.250999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.251507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.251788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.252015+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' [] [] [2021-08-22T11:58:49.252269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.252474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.253439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.254376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.254784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.255033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.255246+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' [] [] [2021-08-22T11:58:49.255484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.255667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.256600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:58:49.257534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:58:49.257933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:58:49.258175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:58:49.258388+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' [] [] [2021-08-22T11:58:49.258631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:58:49.544517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8155d"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d8155d","method":"GET"} [] [2021-08-22T11:59:07.444412+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/new","method":"GET"} [] [2021-08-22T11:59:07.580853+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:59:07.648964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.650193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.654376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:07.655913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:07.656281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:07.656531+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' [] [] [2021-08-22T11:59:07.657054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:07.659852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.660881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.662087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:07.663060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:07.663603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:07.663955+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' [] [] [2021-08-22T11:59:07.664262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:07.664514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.665570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:07.666571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:07.667059+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:07.667347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:07.667605+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' [] [] [2021-08-22T11:59:07.667893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:07.894898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b4fd8"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/5b4fd8","method":"GET"} [] [2021-08-22T11:59:18.524289+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T11:59:18.645078+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T11:59:18.660007+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T11:59:18.660619+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T11:59:18.694751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.695982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.700001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:18.702096+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:18.702555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:18.702893+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' [] [] [2021-08-22T11:59:18.703467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:18.705904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.707032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.708008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:18.708485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:18.708754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:18.708978+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' [] [] [2021-08-22T11:59:18.709288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:18.709489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.710458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T11:59:18.711478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T11:59:18.711974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T11:59:18.712276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T11:59:18.712542+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' [] [] [2021-08-22T11:59:18.712831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T11:59:18.896947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62de03"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/62de03","method":"GET"} [] [2021-08-22T12:03:18.782819+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:03:18.928852+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:03:18.951314+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:03:18.951865+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:03:18.992770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:18.994007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:18.998455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:03:18.999889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:03:19.000243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:03:19.000482+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' [] [] [2021-08-22T12:03:19.000989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:03:19.003762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:19.004819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:19.005790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:03:19.006247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:03:19.006504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:03:19.006723+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' [] [] [2021-08-22T12:03:19.006973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:03:19.007167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:19.008100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:03:19.009024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:03:19.009426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:03:19.009724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:03:19.009938+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' [] [] [2021-08-22T12:03:19.010178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:03:19.220465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d44a6a"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d44a6a","method":"GET"} [] [2021-08-22T12:08:11.089138+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:08:11.223113+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:08:11.245796+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:08:11.246413+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:08:11.315918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.317183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.321583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:11.323277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:11.323702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:11.324006+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' [] [] [2021-08-22T12:08:11.324597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:11.327457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.328562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.329591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:11.330122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:11.330451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:11.330745+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' [] [] [2021-08-22T12:08:11.331060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:11.331308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.332328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:11.333311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:11.333779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:11.334078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:11.334345+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' [] [] [2021-08-22T12:08:11.334639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:11.575115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d18d7"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/8d18d7","method":"GET"} [] [2021-08-22T12:08:17.466652+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:08:17.587950+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:08:17.609276+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:08:17.609930+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:08:17.641612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.642838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.646611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:17.647788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:17.648172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:17.648495+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' [] [] [2021-08-22T12:08:17.649048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:17.651362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.652430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.653480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:17.653997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:17.654381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:17.654693+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' [] [] [2021-08-22T12:08:17.655031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:17.655305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.656328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:17.657368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:17.657866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:17.658184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:17.658499+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' [] [] [2021-08-22T12:08:17.658859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:17.838937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5da065"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/5da065","method":"GET"} [] [2021-08-22T12:08:19.703702+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:08:19.802860+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:08:19.817040+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:08:19.817686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:08:19.848249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.849595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.853538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:19.854726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:19.855085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:19.855400+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' [] [] [2021-08-22T12:08:19.855942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:19.858234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.859291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.860335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:19.860843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:19.861185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:19.861492+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' [] [] [2021-08-22T12:08:19.861827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:19.862087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.863128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:08:19.864170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:08:19.864721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:08:19.865054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:08:19.865371+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' [] [] [2021-08-22T12:08:19.865743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:08:20.024992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ec96a"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/8ec96a","method":"GET"} [] [2021-08-22T12:09:13.192975+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:09:13.308944+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:09:13.331427+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:09:13.332017+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:09:13.378441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.379678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.384278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:09:13.385853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:09:13.386309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:09:13.386696+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' [] [] [2021-08-22T12:09:13.387330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:09:13.390382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.391476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.392535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:09:13.393068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:09:13.393408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:09:13.393724+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' [] [] [2021-08-22T12:09:13.394065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:09:13.394349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.395392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:09:13.396447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:09:13.397041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:09:13.397420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:09:13.397811+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' [] [] [2021-08-22T12:09:13.398164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:09:13.596417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af0a68"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/af0a68","method":"GET"} [] [2021-08-22T12:10:47.360492+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:10:47.489944+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:10:47.511412+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:10:47.512093+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:10:47.544042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.545292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.549034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:47.550386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:47.550846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:47.551165+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' [] [] [2021-08-22T12:10:47.551749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:47.554096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.555169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.556168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:47.556718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:47.557020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:47.557289+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' [] [] [2021-08-22T12:10:47.557589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:47.557829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.558818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:47.559806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:47.560282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:47.560579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:47.560848+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' [] [] [2021-08-22T12:10:47.561142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:47.906920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fc893"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/2fc893","method":"GET"} [] [2021-08-22T12:10:49.769965+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:10:49.893377+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:10:49.916201+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:10:49.916908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:10:49.956035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.957404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.962031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:49.963475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:49.963865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:49.964153+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' [] [] [2021-08-22T12:10:49.964731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:49.967628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.968724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.969790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:49.970371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:49.970686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:49.970951+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' [] [] [2021-08-22T12:10:49.971310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:49.971556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.972561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:49.973543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:49.974063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:49.974464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:49.974920+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' [] [] [2021-08-22T12:10:49.975309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:50.150230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a67f4"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/8a67f4","method":"GET"} [] [2021-08-22T12:10:52.258784+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:10:52.345625+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:10:52.411898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.413093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.417206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:52.418773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:52.419201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:52.419484+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' [] [] [2021-08-22T12:10:52.420049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:52.422835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.423897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.424954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:52.425509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:52.425832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:52.426099+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' [] [] [2021-08-22T12:10:52.426391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:52.426627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.427636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:52.428632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:52.429089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:52.429426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:52.429687+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' [] [] [2021-08-22T12:10:52.429971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:54.437210+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:10:54.512638+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:10:54.577323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.578564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.582619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:54.583931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:54.584296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:54.584571+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' [] [] [2021-08-22T12:10:54.585111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:54.587947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.589020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.590120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:54.590782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:54.591358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:54.591668+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' [] [] [2021-08-22T12:10:54.591976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:10:54.592282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.593448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:10:54.594543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:10:54.595135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:10:54.595484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:10:54.595796+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' [] [] [2021-08-22T12:10:54.596142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.756633+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2021-08-22T12:11:46.825952+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T12:11:46.908959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.911302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.914974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.916143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.916471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.916716+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' [] [] [2021-08-22T12:11:46.917334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.919796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.920862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.921947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.922507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.922797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.923024+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' [] [] [2021-08-22T12:11:46.923281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.923480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.924443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.925367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.925827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.926072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.926283+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' [] [] [2021-08-22T12:11:46.926521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.939191+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-08-22T12:11:46.943898+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-08-22T12:11:46.958063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:11:46.958949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:11:46.959247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:11:46.959548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T12:11:46.959783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T12:11:46.961005+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-08-22T12:11:46.973670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.974841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.975812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.976342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.976615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.976895+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' [] [] [2021-08-22T12:11:46.977207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.977430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.978414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.979345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.979822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.980091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.980312+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' [] [] [2021-08-22T12:11:46.980565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:46.980754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.981702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:46.982623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:46.983030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:46.983270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:46.983478+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' [] [] [2021-08-22T12:11:46.983715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:47.172260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee378"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/fee378","method":"GET"} [] [2021-08-22T12:11:49.711700+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"2"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/2/edit","method":"GET"} [] [2021-08-22T12:11:49.800424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-08-22T12:11:49.886100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:11:49.886683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:11:49.887040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:11:49.889604+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:11:49.891331+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:11:49.891845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [2] [] [2021-08-22T12:11:49.964392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.965593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.969559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:49.970993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:49.971357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:49.971633+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' [] [] [2021-08-22T12:11:49.972175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:49.974935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.975971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.976985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:49.977995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:49.978519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:49.978905+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' [] [] [2021-08-22T12:11:49.979289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:49.979545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.980603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:49.981606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:49.982109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:49.982401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:49.982662+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' [] [] [2021-08-22T12:11:49.982946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:50.181730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cb337"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/6cb337","method":"GET"} [] [2021-08-22T12:11:52.079090+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:11:52.159070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:11:52.225607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.226836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.230822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:52.232167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:52.232566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:52.232896+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' [] [] [2021-08-22T12:11:52.233539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:52.236804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.237985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.239034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:52.239551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:52.239857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:52.240121+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' [] [] [2021-08-22T12:11:52.240418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:52.240686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.241747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:52.242826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:52.243351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:52.243698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:52.244061+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' [] [] [2021-08-22T12:11:52.244410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:53.837095+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:11:53.913773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:11:53.979936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.981504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.985608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:53.987072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:53.987402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:53.987680+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' [] [] [2021-08-22T12:11:53.988222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:53.990928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.992114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.993330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:53.993871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:53.994199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:53.994427+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' [] [] [2021-08-22T12:11:53.994682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:11:53.994904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.995906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:11:53.996849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:11:53.997263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:11:53.997510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:11:53.997722+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' [] [] [2021-08-22T12:11:53.997965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:12:04.982419+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:12:05.058505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:12:05.122447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.123658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.127603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:12:05.129181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:12:05.129706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:12:05.130050+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' [] [] [2021-08-22T12:12:05.130809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:12:05.133611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.134677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.135692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:12:05.136191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:12:05.136490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:12:05.136778+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' [] [] [2021-08-22T12:12:05.137132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:12:05.137362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.138374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:12:05.139337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:12:05.139780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:12:05.140146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:12:05.140369+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' [] [] [2021-08-22T12:12:05.140620+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:43.241302+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:13:43.397986+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:13:43.408827+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:13:43.409431+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:13:43.415863+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:13:43.416600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:13:43.417132+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:13:43.417563+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:13:43.478403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.479826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.484191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:43.485560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:43.485964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:43.486280+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' [] [] [2021-08-22T12:13:43.486876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:43.489746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.490817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.491882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:43.492416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:43.492759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:43.493072+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' [] [] [2021-08-22T12:13:43.493417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:43.493694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.494727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:43.495771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:43.496328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:43.496728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:43.497040+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' [] [] [2021-08-22T12:13:43.497380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:43.745916+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ddd65"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/9ddd65","method":"GET"} [] [2021-08-22T12:13:44.604416+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:13:44.766144+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:13:44.781435+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:13:44.782039+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:13:44.788890+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:13:44.789484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:13:44.789982+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:13:44.790425+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:13:44.828459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.829754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.834694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:44.836250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:44.836669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:44.836952+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' [] [] [2021-08-22T12:13:44.837502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:44.840277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.841426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.842477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:44.842983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:44.843346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:44.843667+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' [] [] [2021-08-22T12:13:44.844007+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:44.844288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.845329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:44.846362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:44.846859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:44.847191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:44.847560+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' [] [] [2021-08-22T12:13:44.847892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:45.047280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"115877"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/115877","method":"GET"} [] [2021-08-22T12:13:47.117670+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:13:47.204278+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:13:47.269582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.270779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.274749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:47.276533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:47.276933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:47.277197+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' [] [] [2021-08-22T12:13:47.277723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:47.280439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.281534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.282662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:47.283343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:47.283696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:47.283984+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' [] [] [2021-08-22T12:13:47.284286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:47.284527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.285562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:47.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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:47.287021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:47.287308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:47.287563+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' [] [] [2021-08-22T12:13:47.287847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:49.580167+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:13:49.679600+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:13:49.743890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.745182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.749213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:49.750660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:49.751236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:49.751617+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' [] [] [2021-08-22T12:13:49.752430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:49.755244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.756306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.757270+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:49.757820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:49.758143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:49.758417+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' [] [] [2021-08-22T12:13:49.758714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:49.758950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.759963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:49.761004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:49.761574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:49.761875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:49.762139+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' [] [] [2021-08-22T12:13:49.762434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.598209+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-22T12:13:53.660580+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T12:13:53.755702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.757984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.761667+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.762851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.763182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.763526+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' [] [] [2021-08-22T12:13:53.764168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.766595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.767671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.768799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.769337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.769688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.770017+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' [] [] [2021-08-22T12:13:53.770363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.770646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.771703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.772749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.773252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.773582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.773889+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' [] [] [2021-08-22T12:13:53.774274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.787214+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T12:13:53.792192+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-22T12:13:53.813037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:53.814195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:53.814748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:53.815165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:53.815514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:53.815802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:53.817293+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T12:13:53.818941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.820033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.821037+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.821541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.821849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.822130+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' [] [] [2021-08-22T12:13:53.822433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.822681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.823674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.824663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.825178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.825510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.825780+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' [] [] [2021-08-22T12:13:53.826081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:53.826311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.827305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:53.828294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:53.828757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:53.829041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:53.829297+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' [] [] [2021-08-22T12:13:53.829584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:54.013898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9b611"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/e9b611","method":"GET"} [] [2021-08-22T12:13:55.243651+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:13:55.349320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:13:55.437856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:55.438765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:55.439157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:55.440203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:55.440656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:55.441053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:55.441356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:55.444456+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:13:55.446089+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:13:55.446464+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:13:55.446901+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:13:55.447224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:13:55.447527+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:13:55.447821+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:13:55.504447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.505687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.509727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:55.511085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:55.511413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:55.511686+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' [] [] [2021-08-22T12:13:55.512270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:55.515196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.516250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.517271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:55.517806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:55.518118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:55.518387+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' [] [] [2021-08-22T12:13:55.518682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:55.518920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.520128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:55.521422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:55.521974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:55.522262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:55.522493+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' [] [] [2021-08-22T12:13:55.522749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:55.710773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7afabe"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/7afabe","method":"GET"} [] [2021-08-22T12:13:58.068572+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:13:58.160874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:13:58.247114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:58.248086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:58.248537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:13:58.249270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:58.249684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:58.250088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:58.250475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:13:58.253248+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:13:58.254948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:13:58.255374+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:13:58.255856+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:13:58.256261+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:13:58.256643+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:13:58.256995+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:13:58.290920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.292117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.296579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:58.299185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:58.299613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:58.299908+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' [] [] [2021-08-22T12:13:58.300473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:58.303473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.304647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.305741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:58.306303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:58.306649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:58.306964+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' [] [] [2021-08-22T12:13:58.307311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:58.307596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.308609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:13:58.309645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:13:58.310140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:13:58.310474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:13:58.310785+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' [] [] [2021-08-22T12:13:58.311119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:13:58.508037+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47339e"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/47339e","method":"GET"} [] [2021-08-22T12:14:00.320279+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?groupId=1","method":"GET"} [] [2021-08-22T12:14:00.434620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:14:00.516875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:00.517757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:00.518141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:00.518886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:00.519269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:00.519637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:00.520052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:00.523548+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:14:00.525383+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:14:00.525825+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:14:00.526317+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:14:00.526739+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:14:00.527182+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:14:00.527545+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:14:00.561765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.562966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.566910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:00.568218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:00.568555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:00.568799+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' [] [] [2021-08-22T12:14:00.569331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:00.572414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.573652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.574826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:00.575398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:00.575720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:00.575974+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' [] [] [2021-08-22T12:14:00.576338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:00.576583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.577595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:00.578535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:00.578972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:00.579229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:00.579444+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' [] [] [2021-08-22T12:14:00.579687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:04.770741+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?groupId=2","method":"GET"} [] [2021-08-22T12:14:04.886167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:14:04.969072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:04.970231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:04.970740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:04.971474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:04.971857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:04.972228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:04.972575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:04.975282+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:14:04.976987+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:14:04.977457+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:14:04.977968+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:14:04.978316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:14:04.978638+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:14:04.978941+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:14:05.012809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.014020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.018006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:05.019836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:05.020355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:05.020746+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' [] [] [2021-08-22T12:14:05.021366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:05.024237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.025312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.026488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:05.027112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:05.027438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:05.027713+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' [] [] [2021-08-22T12:14:05.028013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:05.028250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.029273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:05.030263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:05.030716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:05.030998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:05.031254+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' [] [] [2021-08-22T12:14:05.031541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:30.813254+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:14:30.927678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:14:31.012509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:31.013499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:31.013914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:14:31.014639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:31.015086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:31.015511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:31.015879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:14:31.018706+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:14:31.020433+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:14:31.020916+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:14:31.021494+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:14:31.021928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:14:31.022331+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:14:31.022728+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:14:31.080511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.081720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.085724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:31.087053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:31.087385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:31.087657+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' [] [] [2021-08-22T12:14:31.088299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:31.091593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.093026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.094060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:31.094584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:31.094885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:31.095208+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' [] [] [2021-08-22T12:14:31.095503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:31.095747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.096761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:31.097767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:31.098243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:31.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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:31.098802+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' [] [] [2021-08-22T12:14:31.099089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:31.284174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b99b6"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/4b99b6","method":"GET"} [] [2021-08-22T12:14:33.327667+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:14:33.402459+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:14:33.468272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.469530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.473568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:33.475088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:33.475541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:33.475899+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' [] [] [2021-08-22T12:14:33.476590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:33.479487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.480781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.482001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:33.482784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:33.483182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:33.483490+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' [] [] [2021-08-22T12:14:33.483843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:33.484141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.485269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:33.486362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:33.486933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:33.487367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:33.487689+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' [] [] [2021-08-22T12:14:33.488034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:36.965031+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:14:37.059186+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:14:37.124868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.126087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.130762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:37.132208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:37.132545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:37.132821+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' [] [] [2021-08-22T12:14:37.133358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:37.136254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.137452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.138478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:37.139049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:37.139350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:37.139615+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' [] [] [2021-08-22T12:14:37.139906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:14:37.140139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.141120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:14:37.142105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:14:37.142545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:14:37.142832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:14:37.143084+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' [] [] [2021-08-22T12:14:37.143366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:36.857427+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:17:36.967970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:17:37.056355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:37.057331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:37.057766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:37.058521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:37.058950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:37.059328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:37.059720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:37.062440+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:17:37.064230+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:17:37.064736+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:17:37.065263+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:17:37.065673+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:17:37.066070+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:17:37.066459+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:17:37.124012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.125284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.129384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:37.130822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:37.131124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:37.131355+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' [] [] [2021-08-22T12:17:37.131849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:37.134641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.135836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.136869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:37.137369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:37.137828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:37.138254+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' [] [] [2021-08-22T12:17:37.138579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:37.138841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.139927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:37.140940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:37.141435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:37.141735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:37.141995+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' [] [] [2021-08-22T12:17:37.142284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:37.331003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a8f5a"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/3a8f5a","method":"GET"} [] [2021-08-22T12:17:39.494535+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?subGroupId=1","method":"GET"} [] [2021-08-22T12:17:39.584050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:17:39.667714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:39.668657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:39.669043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:17:39.669712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:39.670179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:39.670538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:39.670903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:17:39.673639+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:17:39.675349+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:17:39.675733+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:17:39.676171+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:17:39.676493+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:17:39.676799+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:17:39.677091+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:17:39.711044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.712292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.716560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:39.718026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:39.718370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:39.718650+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' [] [] [2021-08-22T12:17:39.719238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:39.722107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.723178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.724187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:39.724723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:39.725056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:39.725329+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' [] [] [2021-08-22T12:17:39.725624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:17:39.725854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.726862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:17:39.727901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:17:39.728403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:17:39.728706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:17:39.728973+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' [] [] [2021-08-22T12:17:39.729263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:17.124312+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:18:17.231001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:18:17.313437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:17.314396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:17.314820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:17.315606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:17.316074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:17.316493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:17.316889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:17.319562+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:18:17.321232+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:18:17.321684+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:18:17.322205+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:18:17.322627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:18:17.323024+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:18:17.323477+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:18:17.357391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.358783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.362818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:17.364185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:17.364635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:17.365028+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' [] [] [2021-08-22T12:18:17.365748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:17.368694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.369961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.371055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:17.371608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:17.371955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:17.372266+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' [] [] [2021-08-22T12:18:17.372606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:17.372892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.373920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:17.375005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:17.375529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:17.375849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:17.376120+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' [] [] [2021-08-22T12:18:17.376420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:17.565570+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c7e6c"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/7c7e6c","method":"GET"} [] [2021-08-22T12:18:18.671728+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:18:18.771010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:18:18.855113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:18.856040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:18.856421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:18.857147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:18.857534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:18.857915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:18.858254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:18.860861+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:18:18.862550+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:18:18.863219+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:18:18.864525+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:18:18.865105+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:18:18.865530+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:18:18.865934+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:18:18.899597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.900791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.904742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:18.906033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:18.906352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:18.906681+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' [] [] [2021-08-22T12:18:18.907226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:18.909944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.910961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.911997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:18.912708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:18.913126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:18.913423+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' [] [] [2021-08-22T12:18:18.913731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:18.913975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.915028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:18.916039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:18.916517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:18.916809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:18.917072+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' [] [] [2021-08-22T12:18:18.917362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:19.099195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e77fa"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/4e77fa","method":"GET"} [] [2021-08-22T12:18:27.272953+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?subGroupId=1","method":"GET"} [] [2021-08-22T12:18:27.381646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:18:27.466671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:27.467556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:27.467951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:27.468605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:27.468991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:27.469332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:27.469651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:27.472332+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:18:27.474054+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:18:27.474444+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:18:27.474989+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:18:27.475793+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:18:27.476362+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:18:27.476761+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:18:27.511079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.512319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.516336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:27.517670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:27.517992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:27.518270+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' [] [] [2021-08-22T12:18:27.518838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:27.521692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.522722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.523758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:27.524266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:27.524625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:27.524901+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' [] [] [2021-08-22T12:18:27.525190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:27.525485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.526757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:27.528055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:27.528601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:27.528914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:27.529190+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' [] [] [2021-08-22T12:18:27.529493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:38.411011+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?subGroupId=1","method":"GET"} [] [2021-08-22T12:18:38.509584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:18:38.596121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:38.597201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:38.597599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:18:38.598226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:38.598575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:38.598915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:38.599211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:18:38.602067+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:18:38.603825+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:18:38.604227+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:18:38.604665+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:18:38.604982+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:18:38.605282+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:18:38.605571+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:18:38.639534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.640729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.644629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:38.645927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:38.646445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:38.646888+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' [] [] [2021-08-22T12:18:38.648047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:38.651357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.652478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.653442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:38.653916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:38.654182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:38.654405+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' [] [] [2021-08-22T12:18:38.654676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:38.654895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.655875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:18:38.656820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:18:38.657245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:18:38.657546+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:18:38.657766+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' [] [] [2021-08-22T12:18:38.658009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:18:38.871295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b62551"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/b62551","method":"GET"} [] [2021-08-22T12:19:48.397590+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:19:48.546720+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:19:48.562694+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:19:48.563316+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:19:48.570034+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:19:48.570645+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:19:48.571127+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:19:48.571553+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:19:48.633167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.634865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.639366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:48.640850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:48.641259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:48.641544+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' [] [] [2021-08-22T12:19:48.642093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:48.644972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.646023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.647184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:48.647722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:48.648039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:48.648312+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' [] [] [2021-08-22T12:19:48.648621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:48.648867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.649869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:48.651042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:48.651786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:48.652248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:48.652587+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' [] [] [2021-08-22T12:19:48.652932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:48.844400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9d858"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/c9d858","method":"GET"} [] [2021-08-22T12:19:49.830665+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:19:49.961791+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:19:49.977108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:19:49.977682+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:19:49.983849+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:19:49.984354+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:19:49.984822+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:19:49.985252+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:19:50.023399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.024648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.028675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:50.030046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:50.030455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:50.030777+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' [] [] [2021-08-22T12:19:50.031361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:50.034180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.035240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.036283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:50.036800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:50.037134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:50.037443+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' [] [] [2021-08-22T12:19:50.037771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:50.038024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.039110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:50.040119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:50.040656+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:50.041055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:50.041372+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' [] [] [2021-08-22T12:19:50.041713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:50.221244+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37bf78"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/37bf78","method":"GET"} [] [2021-08-22T12:19:52.245249+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:19:52.320354+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:19:52.385430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.386627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.390681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:52.392363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:52.392797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:52.393102+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' [] [] [2021-08-22T12:19:52.393718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:52.396541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.397835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.398929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:52.399549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:52.399867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:52.400146+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' [] [] [2021-08-22T12:19:52.400455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:52.400704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.401724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:52.402725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:52.403184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:52.403481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:52.403749+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' [] [] [2021-08-22T12:19:52.404042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:54.072349+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:19:54.172612+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:19:54.203094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.204418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.208472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:54.209717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:54.210041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:54.210306+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' [] [] [2021-08-22T12:19:54.210809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:54.213313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.214446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.215551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:54.216060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:54.216369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:54.216643+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' [] [] [2021-08-22T12:19:54.216929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:19:54.217146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.218150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:19:54.219302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:19:54.220005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:19:54.220323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:19:54.220590+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' [] [] [2021-08-22T12:19:54.220877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:04.367569+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:20:04.430705+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:20:04.496163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.497404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.501466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:04.502876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:04.503250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:04.503534+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' [] [] [2021-08-22T12:20:04.504145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:04.507207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.508323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.509345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:04.509845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:04.510155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:04.510441+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' [] [] [2021-08-22T12:20:04.510769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:04.511009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.512021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:04.513014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:04.513471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:04.513762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:04.514020+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' [] [] [2021-08-22T12:20:04.514304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:05.865694+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:20:05.940763+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:20:05.971013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.972217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.975989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:05.977435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:05.977782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:05.978061+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' [] [] [2021-08-22T12:20:05.978567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:05.980817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.981870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.982930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:05.983464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:05.983767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:05.984030+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' [] [] [2021-08-22T12:20:05.984389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:05.984665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.985698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:05.986702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:05.987159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:05.987450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:05.987707+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' [] [] [2021-08-22T12:20:05.987995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:21.931995+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=","method":"GET"} [] [2021-08-22T12:20:22.010632+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:20:22.041219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.042464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.046158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:22.047722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:22.048332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:22.049056+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' [] [] [2021-08-22T12:20:22.049703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:22.052032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.053124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.054192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:22.054760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:22.055123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:22.055388+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' [] [] [2021-08-22T12:20:22.055667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:22.055874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.056895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:22.057843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:22.058280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:22.058529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:22.058807+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' [] [] [2021-08-22T12:20:22.059056+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:23.342369+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:20:23.422721+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:20:23.452619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.454092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.458028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:23.459165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:23.459458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:23.459689+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' [] [] [2021-08-22T12:20:23.460140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:23.462350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.463413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.464426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:23.464910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:23.465265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:23.465526+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' [] [] [2021-08-22T12:20:23.465816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:23.466048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.467022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:23.468004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:23.468515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:23.468925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:23.469271+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' [] [] [2021-08-22T12:20:23.469627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:31.495865+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:20:31.570432+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:20:31.635413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.636635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.640678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:31.642082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:31.642501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:31.642819+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' [] [] [2021-08-22T12:20:31.643408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:31.646364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.647760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.648801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:31.649364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:31.649687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:31.649956+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' [] [] [2021-08-22T12:20:31.650254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:31.650496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.651495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:31.652484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:31.652931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:31.653278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:31.653541+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' [] [] [2021-08-22T12:20:31.653826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:33.684181+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:20:33.757598+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:20:33.786669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.788240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.792170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:33.793321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:33.793643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:33.793922+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' [] [] [2021-08-22T12:20:33.794420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:33.796649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.797671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.798673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:33.799212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:33.799511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:33.799773+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' [] [] [2021-08-22T12:20:33.800061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:33.800291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.801269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:33.802264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:33.802706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:33.802989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:33.803291+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' [] [] [2021-08-22T12:20:33.803658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:51.256702+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:20:51.325656+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:20:51.357828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.359096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.362857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:51.365476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:51.365984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:51.366305+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' [] [] [2021-08-22T12:20:51.366871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:51.369137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.370157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.371108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:51.371564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:51.371823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:51.372039+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' [] [] [2021-08-22T12:20:51.372284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:51.372470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.373397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:20:51.374340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:20:51.374846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:20:51.375103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:20:51.375318+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' [] [] [2021-08-22T12:20:51.375559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:20:59.778378+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:20:59.935001+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:20:59.953695+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:20:59.954294+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:20:59.960886+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:20:59.961425+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:20:59.961854+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:20:59.962260+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:21:00.000312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.001552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.005692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:00.007165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:00.007525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:00.007841+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' [] [] [2021-08-22T12:21:00.008437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:00.011496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.012942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.014261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:00.014974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:00.015374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:00.015709+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' [] [] [2021-08-22T12:21:00.016052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:00.016304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.017341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:00.018329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:00.018804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:00.019157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:00.019428+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' [] [] [2021-08-22T12:21:00.019717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:00.210622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2c5ee"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/f2c5ee","method":"GET"} [] [2021-08-22T12:21:02.162523+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:21:02.237120+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:21:02.302882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.304099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.308263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:02.309885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:02.310374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:02.310747+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' [] [] [2021-08-22T12:21:02.311395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:02.314238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.315330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.316432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:02.317017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:02.317343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:02.317631+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' [] [] [2021-08-22T12:21:02.318010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:02.318323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.319420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:02.320475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:02.321008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:02.321352+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:02.321672+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' [] [] [2021-08-22T12:21:02.322014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:04.526449+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:21:04.601039+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [null] [] [2021-08-22T12:21:04.631857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.633079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.636787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:04.637917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:04.638277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:04.638615+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' [] [] [2021-08-22T12:21:04.639219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:04.641723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.642961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.644036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:04.644590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:04.644934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:04.645253+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' [] [] [2021-08-22T12:21:04.645604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:21:04.645924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.646975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:21:04.648008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:21:04.648534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:21:04.648869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:21:04.649181+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' [] [] [2021-08-22T12:21:04.649525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:13.435137+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:22:13.554543+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:22:13.565897+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:22:13.566533+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:22:13.573052+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:22:13.573662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:22:13.574160+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:22:13.574555+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:22:13.647553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.648791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.652929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:13.654329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:13.654707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:13.654992+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' [] [] [2021-08-22T12:22:13.655563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:13.658514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.660108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.661216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:13.661782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:13.662125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:13.662389+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' [] [] [2021-08-22T12:22:13.662663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:13.662872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.663879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:13.664826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:13.665317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:13.665573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:13.665789+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' [] [] [2021-08-22T12:22:13.666033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:13.857179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"951512"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/951512","method":"GET"} [] [2021-08-22T12:22:15.500760+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:22:15.583102+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:22:15.642199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.643383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.647394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:15.648824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:15.649327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:15.649820+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' [] [] [2021-08-22T12:22:15.650491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:15.653253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.654409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.655488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:15.656031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:15.656382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:15.656695+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' [] [] [2021-08-22T12:22:15.657033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:15.657347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.658398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:15.659440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:15.659941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:15.660276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:15.660588+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' [] [] [2021-08-22T12:22:15.660982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:19.772537+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:22:19.926831+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:22:19.938506+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:22:19.939071+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:22:19.945572+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:22:19.946118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:22:19.946561+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:22:19.946996+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:22:19.984857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:19.986098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:19.990167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:19.991527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:19.991883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:19.992199+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' [] [] [2021-08-22T12:22:19.992849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:19.995684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:19.996778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:19.997915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:19.998445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:19.998785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:19.999097+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' [] [] [2021-08-22T12:22:19.999436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:19.999714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:20.000746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:20.001785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:20.002285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:20.002620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:20.002936+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' [] [] [2021-08-22T12:22:20.003268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:20.173366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b31234"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/b31234","method":"GET"} [] [2021-08-22T12:22:22.182008+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:22:22.256209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:22:22.321691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.323119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.327298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:22.328706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:22.329036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:22.329317+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' [] [] [2021-08-22T12:22:22.329855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:22.332595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.333679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.334769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:22.335318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:22.335658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:22.336030+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' [] [] [2021-08-22T12:22:22.336376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:22.336657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.337690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:22.338871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:22.339541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:22.339901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:22.340219+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' [] [] [2021-08-22T12:22:22.340570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:23.762307+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:22:23.843202+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:22:23.904023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.905178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.909062+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:23.910421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:23.911003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:23.911362+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' [] [] [2021-08-22T12:22:23.912024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:23.915028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.916132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.917126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:23.917664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:23.918006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:23.918343+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' [] [] [2021-08-22T12:22:23.918684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:23.918922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.919983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:23.921011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:23.921520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:23.921882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:23.922179+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' [] [] [2021-08-22T12:22:23.922485+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:27.142230+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:22:27.217764+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:22:27.282053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.283282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.287269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:27.288735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:27.289226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:27.289565+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' [] [] [2021-08-22T12:22:27.290284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:27.293019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.294079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.295201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:27.295787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:27.296105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:27.296371+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' [] [] [2021-08-22T12:22:27.296670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:27.296909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.297900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:27.298892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:27.299335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:27.299620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:27.299877+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' [] [] [2021-08-22T12:22:27.300160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:28.806924+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:22:28.886071+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-08-22T12:22:28.947342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.948568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.952492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:28.953811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:28.954102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:28.954335+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' [] [] [2021-08-22T12:22:28.954855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:28.957531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.958703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.959710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:28.960193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:28.960531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:28.960836+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' [] [] [2021-08-22T12:22:28.961131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:28.961388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.962614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:28.963775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:28.964321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:28.964672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:28.964987+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' [] [] [2021-08-22T12:22:28.965329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:30.488506+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new?assetnameId=2","method":"GET"} [] [2021-08-22T12:22:30.648164+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:22:30.660009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:22:30.660621+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:22:30.667207+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:22:30.667900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:22:30.668368+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:22:30.668742+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:22:30.706806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.707985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.712135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:30.713539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:30.713876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:30.714155+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' [] [] [2021-08-22T12:22:30.714695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:30.718231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.719451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.720463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:30.720985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:30.721292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:30.721564+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' [] [] [2021-08-22T12:22:30.721864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:22:30.722112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.723092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:22:30.724066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:22:30.724588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:22:30.724896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:22:30.725166+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' [] [] [2021-08-22T12:22:30.725458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:04.203655+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:23:04.344674+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:23:04.360614+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:23:04.361226+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:23:04.367987+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:23:04.368534+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:23:04.368919+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:23:04.369277+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:23:04.408309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.409536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.413593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:04.415864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:04.416390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:04.416692+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' [] [] [2021-08-22T12:23:04.417279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:04.420108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.421174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.422204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:04.422741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:04.423056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:04.423329+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' [] [] [2021-08-22T12:23:04.423627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:04.423871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.424877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:04.425855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:04.426309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:04.426665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:04.426955+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' [] [] [2021-08-22T12:23:04.427256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:04.619288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c380ca"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/c380ca","method":"GET"} [] [2021-08-22T12:23:07.062477+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:23:07.136249+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:23:07.201907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.203081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.207072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:07.208806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:07.209130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:07.209371+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' [] [] [2021-08-22T12:23:07.209896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:07.212556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.213583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.214639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:07.215199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:07.215470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:07.215688+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' [] [] [2021-08-22T12:23:07.215936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:07.216129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.217082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:07.218010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:07.218414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:07.218655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:07.218865+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' [] [] [2021-08-22T12:23:07.219102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:08.593232+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:23:08.676381+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:23:08.738296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.739485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.743395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:08.744719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:08.745007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:08.745253+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' [] [] [2021-08-22T12:23:08.745862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:08.748775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.749931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.750942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:08.751423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:08.751688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:08.751908+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' [] [] [2021-08-22T12:23:08.752234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:08.752435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.753392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:08.754337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:08.754751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:08.755006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:08.755220+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' [] [] [2021-08-22T12:23:08.755462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:10.147427+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new?assetnameId=1","method":"GET"} [] [2021-08-22T12:23:10.303001+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:23:10.313837+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:23:10.314378+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:23:10.320953+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:23:10.321491+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:23:10.321897+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:23:10.322266+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:23:10.360895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.362111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.366206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:10.367644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:10.368144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:10.368531+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' [] [] [2021-08-22T12:23:10.369284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:10.372213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.373285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.374367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:10.374898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:10.375204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:10.375470+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' [] [] [2021-08-22T12:23:10.375763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:10.375996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.376984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:10.378042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:10.378540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:10.378827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:10.379081+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' [] [] [2021-08-22T12:23:10.379382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:14.919911+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:23:14.996817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:23:15.063908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.065132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.069927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:15.071447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:15.071823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:15.072146+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' [] [] [2021-08-22T12:23:15.072815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:15.075626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.076700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.077771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:15.078314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:15.078659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:15.078975+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' [] [] [2021-08-22T12:23:15.079316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:15.079597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.080642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:15.081682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:15.082182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:15.082514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:15.082806+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' [] [] [2021-08-22T12:23:15.083113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:16.936257+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:23:17.016949+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-08-22T12:23:17.075290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.076509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.080608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:17.081995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:17.082335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:17.082616+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' [] [] [2021-08-22T12:23:17.083155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:17.085805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.086841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.087850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:17.088314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:17.088608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:17.088934+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' [] [] [2021-08-22T12:23:17.089225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:17.089454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.090454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:17.091605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:17.092214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:17.092528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:17.092794+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' [] [] [2021-08-22T12:23:17.093086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:18.887319+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new?assetnameId=2","method":"GET"} [] [2021-08-22T12:23:19.046086+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:23:19.057131+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:23:19.057709+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:23:19.063930+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:23:19.064709+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:23:19.065346+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:23:19.065869+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:23:19.103887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.105099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.109133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:19.110517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:19.110868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:19.111159+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' [] [] [2021-08-22T12:23:19.111709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:19.114829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.116158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.117292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:19.117871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:19.118224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:19.118541+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' [] [] [2021-08-22T12:23:19.118951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:19.119245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.120328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:19.121412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:19.121957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:19.122302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:19.122612+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' [] [] [2021-08-22T12:23:19.122956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:23.907516+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-22T12:23:23.979080+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T12:23:24.067484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.069995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.073775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.074869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.075224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.075463+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' [] [] [2021-08-22T12:23:24.075914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.078232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.079327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.080331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.080916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.081326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.081690+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' [] [] [2021-08-22T12:23:24.082046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.082344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.083439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.084442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.084980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.085343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.085586+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' [] [] [2021-08-22T12:23:24.085844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.097824+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T12:23:24.102748+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-22T12:23:24.122798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:24.123734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:24.124075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:24.124417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:24.124731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:24.125009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:24.126318+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T12:23:24.127765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.128846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.129833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.130332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.130639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.130930+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' [] [] [2021-08-22T12:23:24.131280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.131530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.132692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.133902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.134431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.134732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.134993+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' [] [] [2021-08-22T12:23:24.135293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.135524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.136514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:24.137505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:24.137948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:24.138230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:24.138484+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' [] [] [2021-08-22T12:23:24.138766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:24.324512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92822b"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/92822b","method":"GET"} [] [2021-08-22T12:23:29.891449+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit","method":"GET"} [] [2021-08-22T12:23:29.987107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:23:30.074349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:30.075275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:30.075669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:30.076377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:30.076766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:30.077105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:30.077437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:30.080372+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:23:30.082212+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:23:30.082694+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:23:30.083224+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:23:30.083638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:23:30.084041+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:23:30.084577+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:23:30.141056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.142394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.146681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:30.148156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:30.148497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:30.148810+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' [] [] [2021-08-22T12:23:30.149403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:30.152605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.153780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.154779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:30.155265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:30.155620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:30.155930+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' [] [] [2021-08-22T12:23:30.156260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:30.156542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.157560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:30.158756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:30.159403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:30.159751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:30.160053+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' [] [] [2021-08-22T12:23:30.160358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:30.351077+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58be8b"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/58be8b","method":"GET"} [] [2021-08-22T12:23:32.124440+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:23:32.198132+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:23:32.263357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.264597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.268700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:32.270304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:32.270810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:32.271095+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' [] [] [2021-08-22T12:23:32.271687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:32.274612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.276221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.277558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:32.278173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:32.278485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:32.278778+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' [] [] [2021-08-22T12:23:32.279090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:32.279348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.280413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:32.281440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:32.281897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:32.282181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:32.282522+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' [] [] [2021-08-22T12:23:32.282781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:33.689345+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:23:33.794038+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:23:33.854663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.855842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.859840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:33.861162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:33.861491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:33.861917+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' [] [] [2021-08-22T12:23:33.862463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:33.865491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.866713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.867732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:33.868252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:33.868622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:33.868889+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' [] [] [2021-08-22T12:23:33.869187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:33.869432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.870443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:33.871483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:33.872008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:33.872320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:33.872575+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' [] [] [2021-08-22T12:23:33.872925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:35.393684+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/edit?assetnameId=1","method":"GET"} [] [2021-08-22T12:23:35.501475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-22T12:23:35.585833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:35.586899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:35.587571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:23:35.588503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:35.588982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:35.589371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:35.589763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:23:35.592510+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:23:35.594230+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:23:35.594657+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:23:35.595143+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:23:35.595516+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:23:35.595869+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:23:35.596212+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:23:35.631475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.632661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.636725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:35.638617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:35.639031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:35.639331+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' [] [] [2021-08-22T12:23:35.639903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:35.642687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.643763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.644797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:35.645309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:35.645606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:35.645867+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' [] [] [2021-08-22T12:23:35.646162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:23:35.646393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.647370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:23:35.648361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:23:35.648802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:23:35.649090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:23:35.649351+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' [] [] [2021-08-22T12:23:35.649633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:50.159568+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-22T12:26:50.276471+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:26:50.299022+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:26:50.299585+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:26:50.338473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.339704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.343594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:50.344868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:50.345169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:50.345405+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' [] [] [2021-08-22T12:26:50.345920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:50.348789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.349883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.350849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:50.351311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:50.351586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:50.351805+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' [] [] [2021-08-22T12:26:50.352054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:50.352248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.353187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:50.354122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:50.354526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:50.354771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:50.354983+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' [] [] [2021-08-22T12:26:50.355221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:50.574696+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"382b48"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/382b48","method":"GET"} [] [2021-08-22T12:26:55.673873+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-22T12:26:55.818899+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:26:55.834799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:26:55.835394+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:26:55.841731+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-22T12:26:55.842262+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:26:55.842704+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:26:55.843122+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-22T12:26:55.902984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.904174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.908112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:55.909500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:55.909866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:55.910157+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' [] [] [2021-08-22T12:26:55.910708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:55.913517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.914667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.915745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:55.916319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:55.916671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:55.917003+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' [] [] [2021-08-22T12:26:55.917319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:55.917565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.918612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:55.919619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:55.920099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:55.920392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:55.920665+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' [] [] [2021-08-22T12:26:55.920952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:56.153273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceb134"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/ceb134","method":"GET"} [] [2021-08-22T12:26:57.883165+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:26:57.956407+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:26:58.021699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.022903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.027319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:58.028749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:58.029109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:58.029371+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' [] [] [2021-08-22T12:26:58.029907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:58.032698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.033760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.034764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:58.035256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:58.035551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:58.035880+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' [] [] [2021-08-22T12:26:58.036174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:58.036403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.037418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:58.038420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:58.038889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:58.039183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:58.039438+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' [] [] [2021-08-22T12:26:58.039752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:59.431912+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:26:59.512512+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:26:59.572191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.573453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.577643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:59.579169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:59.579764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:59.580112+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' [] [] [2021-08-22T12:26:59.580855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:59.583663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.584726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.585692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:59.586168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:59.586435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:59.586657+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' [] [] [2021-08-22T12:26:59.586908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:26:59.587098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.588052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:26:59.589053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:26:59.589562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:26:59.589995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:26:59.590295+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' [] [] [2021-08-22T12:26:59.590646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:00.856243+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-08-22T12:27:00.951004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-08-22T12:27:00.989997+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-22T12:27:01.022934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.024158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.028206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:01.029783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:01.030161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:01.030442+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' [] [] [2021-08-22T12:27:01.031036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:01.033883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.035290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.036395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:01.037018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:01.037368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:01.037684+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' [] [] [2021-08-22T12:27:01.038029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:01.038312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.039339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:01.040386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:01.040905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:01.041234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:01.041543+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' [] [] [2021-08-22T12:27:01.041878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:06.608099+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:27:06.682957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:27:06.747909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.749205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.753245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:06.754969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:06.755319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:06.755564+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' [] [] [2021-08-22T12:27:06.756082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:06.758989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.760063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.761012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:06.761470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:06.761728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:06.761945+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' [] [] [2021-08-22T12:27:06.762198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:06.762390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.763312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:06.764226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:06.764777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:06.765098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:06.765378+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' [] [] [2021-08-22T12:27:06.765674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:08.279714+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:27:08.362089+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-08-22T12:27:08.423129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.424326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.429276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:08.430787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:08.431130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:08.431481+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' [] [] [2021-08-22T12:27:08.432037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:08.434800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.435868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.436980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:08.437478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:08.437752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:08.437979+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' [] [] [2021-08-22T12:27:08.438233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:08.438428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.439407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:08.440348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:08.440765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:08.441014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:08.441226+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' [] [] [2021-08-22T12:27:08.441543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:10.006894+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=2","method":"GET"} [] [2021-08-22T12:27:10.091200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-08-22T12:27:10.130378+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-22T12:27:10.165270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.166627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.170708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:10.172088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:10.172460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:10.172824+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' [] [] [2021-08-22T12:27:10.173432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:10.176219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.177307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.178356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:10.178892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:10.179304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:10.179620+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' [] [] [2021-08-22T12:27:10.179957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:10.180234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.181560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:10.182996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:10.183598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:10.183949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:10.184264+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' [] [] [2021-08-22T12:27:10.184608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:13.644367+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=","method":"GET"} [] [2021-08-22T12:27:13.717004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [""] [] [2021-08-22T12:27:13.733215+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [0] [] [2021-08-22T12:27:13.757877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.759106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.762995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:13.764347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:13.764725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:13.765082+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' [] [] [2021-08-22T12:27:13.765670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:13.767983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.769079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.770130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:13.770660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:13.771006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:13.771322+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' [] [] [2021-08-22T12:27:13.771662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:13.771935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.772959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:13.773997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:13.774551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:13.774850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:13.775111+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' [] [] [2021-08-22T12:27:13.775403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:16.698009+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=2","method":"GET"} [] [2021-08-22T12:27:16.754323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-08-22T12:27:16.796360+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-22T12:27:16.832531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.833763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.838506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:16.840001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:16.840332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:16.840590+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' [] [] [2021-08-22T12:27:16.841231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:16.844075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.845202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.846240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:16.846729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:16.847008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:16.847258+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' [] [] [2021-08-22T12:27:16.847537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:16.847773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.848789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:16.849786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:16.850228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:16.850499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:16.850734+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' [] [] [2021-08-22T12:27:16.850990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:24.036286+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=2","method":"GET"} [] [2021-08-22T12:27:24.120606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2021-08-22T12:27:24.160990+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-22T12:27:24.195807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.197102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.201192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:24.202907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:24.203318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:24.203596+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' [] [] [2021-08-22T12:27:24.204197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:24.207064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.208139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.209091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:24.209560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:24.209892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:24.210116+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' [] [] [2021-08-22T12:27:24.210367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:24.210564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.211486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:24.212570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:24.213114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:24.213393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:24.213622+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' [] [] [2021-08-22T12:27:24.213878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:47.710887+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"POST"} [] [2021-08-22T12:27:47.872369+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-22T12:27:47.888728+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-08-22T12:27:47.889487+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-08-22T12:27:47.896993+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-08-22T12:27:47.897870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-08-22T12:27:47.898444+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-08-22T12:27:47.898976+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-08-22T12:27:47.991048+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2021-08-22T12:27:47.996472+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-22T12:27:47.997686+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-22T00:00:00+00:00","2":1245.0,"3":"OE/2021/08/00004","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3640,"20":"2031-08-10T00:00:00+00:00","21":10.0,"22":2,"23":2,"24":2,"25":1,"26":1,"27":1,"28":1} [] [2021-08-22T12:27:47.999693+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-22T12:27:48.021174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.022371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.026572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.028086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.028463+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.028835+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' [] [] [2021-08-22T12:27:48.029493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.032421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.033553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.034619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.035181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.035525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.035840+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' [] [] [2021-08-22T12:27:48.036185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.036455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.037503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.038560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.039081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.039423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.039736+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' [] [] [2021-08-22T12:27:48.040091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.193755+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-22T12:27:48.260177+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T12:27:48.350576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.352866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.356630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.357865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.358232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.358552+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' [] [] [2021-08-22T12:27:48.359102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.361753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.363114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.364190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.364765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.365192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.365478+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' [] [] [2021-08-22T12:27:48.365784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.366034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.367078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.368065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.368543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.368840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.369108+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' [] [] [2021-08-22T12:27:48.369399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.382407+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T12:27:48.387301+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6,5,3]] [] [2021-08-22T12:27:48.408022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:48.408994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:48.409349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:48.409726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:48.410044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:48.410319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:48.411866+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T12:27:48.414099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.415228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.416286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.416842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.417197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.417512+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' [] [] [2021-08-22T12:27:48.417854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.418143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.419166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.420232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.420737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.421084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.421401+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' [] [] [2021-08-22T12:27:48.421744+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.422095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.423152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:48.424218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:48.424728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:48.425063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:48.425373+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' [] [] [2021-08-22T12:27:48.425707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:48.667848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ec1e2"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/7ec1e2","method":"GET"} [] [2021-08-22T12:27:55.402370+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"6"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/6/show","method":"GET"} [] [2021-08-22T12:27:55.492074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2021-08-22T12:27:55.539557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:55.540111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:55.540595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:55.540982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:55.541340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:55.541652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:55.541961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:55.542284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [6] [] [2021-08-22T12:27:55.560344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.561552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.565693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:55.567119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:55.567459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:55.567742+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' [] [] [2021-08-22T12:27:55.568476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:55.571396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.572640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.574108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:55.574720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:55.575156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:55.575478+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' [] [] [2021-08-22T12:27:55.575792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:55.576036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.577106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:55.578151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:55.578655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:55.578973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:55.579268+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' [] [] [2021-08-22T12:27:55.579576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:55.772927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"604127"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/604127","method":"GET"} [] [2021-08-22T12:27:57.238347+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"6"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/6/delete","method":"POST"} [] [2021-08-22T12:27:57.339677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2021-08-22T12:27:57.377025+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-08-22T12:27:57.377335+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [6] [] [2021-08-22T12:27:57.379990+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-08-22T12:27:57.404817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.406002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.410651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.412179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.412521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.412802+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' [] [] [2021-08-22T12:27:57.413367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.416093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.417141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.418129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.418608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.418909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.419254+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' [] [] [2021-08-22T12:27:57.419552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.419788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.420768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.421737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.422187+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.422478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.422749+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' [] [] [2021-08-22T12:27:57.423042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.564428+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-22T12:27:57.635930+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-22T12:27:57.726130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.728442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.732055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.733312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.733694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.733970+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' [] [] [2021-08-22T12:27:57.734464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.736690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.737695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.738654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.739193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.739513+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.739805+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' [] [] [2021-08-22T12:27:57.740179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.740426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.741472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.742557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.743187+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.743483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.743714+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' [] [] [2021-08-22T12:27:57.743967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.756468+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-22T12:27:57.761286+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-22T12:27:57.781993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:57.782928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:57.783248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-22T12:27:57.783560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:57.783827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:57.784056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-22T12:27:57.785311+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-22T12:27:57.787317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.788356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.789390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.789863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.790125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.790352+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' [] [] [2021-08-22T12:27:57.790687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.790896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.791834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.792843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.793375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.793681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.793922+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' [] [] [2021-08-22T12:27:57.794184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.794386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.795409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:27:57.796393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:27:57.796895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:27:57.797164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:27:57.797387+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' [] [] [2021-08-22T12:27:57.797636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:27:57.983574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aebf9c"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/aebf9c","method":"GET"} [] [2021-08-22T12:28:01.447082+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-22T12:28:01.575190+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:28:01.591959+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:28:01.592560+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:28:01.598524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:28:01.599068+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:28:01.641171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.642422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.646599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:28:01.648028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:28:01.648386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:28:01.648672+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' [] [] [2021-08-22T12:28:01.649262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:28:01.652243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.653850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.656144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:28:01.657129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:28:01.657776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:28:01.658273+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' [] [] [2021-08-22T12:28:01.658850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:28:01.659135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.660493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:28:01.661832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:28:01.662573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:28:01.662940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:28:01.663317+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' [] [] [2021-08-22T12:28:01.663653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:28:01.849853+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef69a3"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/ef69a3","method":"GET"} [] [2021-08-22T12:31:12.685462+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-22T12:31:12.810728+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:31:12.826893+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:31:12.827451+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:31:12.833918+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:31:12.834483+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:31:12.895489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.896726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.900769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:12.902202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:12.902554+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:12.902859+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' [] [] [2021-08-22T12:31:12.903442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:12.906493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.907665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.908663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:12.909293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:12.909651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:12.909937+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' [] [] [2021-08-22T12:31:12.910203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:12.910414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.911397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:12.912334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:12.912759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:12.913009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:12.913222+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' [] [] [2021-08-22T12:31:12.913467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:13.103110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14e2c4"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/14e2c4","method":"GET"} [] [2021-08-22T12:31:16.014235+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-22T12:31:16.137702+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:31:16.153958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:31:16.154548+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:31:16.160945+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:31:16.161485+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:31:16.201149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.202356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.206401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:16.207719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:16.208046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:16.208326+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' [] [] [2021-08-22T12:31:16.208874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:16.211651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.212703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.213721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:16.214194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:16.214591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:16.214881+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' [] [] [2021-08-22T12:31:16.215202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:16.215586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.216634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:16.217596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:16.218045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:16.218301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:16.218519+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' [] [] [2021-08-22T12:31:16.218764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:16.417558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4f6ab"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/e4f6ab","method":"GET"} [] [2021-08-22T12:31:42.965015+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-22T12:31:43.045161+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-22T12:31:43.111688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.112914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.117168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:43.118708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:43.119053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:43.119329+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' [] [] [2021-08-22T12:31:43.119871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:43.122602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.123804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.125085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:43.125675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:43.125995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:43.126266+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' [] [] [2021-08-22T12:31:43.126566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:43.126805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.127824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:43.128812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:43.129424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:43.129772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:43.130083+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' [] [] [2021-08-22T12:31:43.130426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:45.709924+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-22T12:31:45.789365+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-22T12:31:45.849062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.850415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.854462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:45.855861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:45.856205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:45.856483+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' [] [] [2021-08-22T12:31:45.857141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:45.859818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.860895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.861853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:45.862316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:45.862575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:45.862796+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' [] [] [2021-08-22T12:31:45.863047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:45.863240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.864173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:45.865095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:45.865504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:45.865751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:45.865988+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' [] [] [2021-08-22T12:31:45.866283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.001593+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2021-08-22T12:31:50.138700+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-08-22T12:31:50.150843+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-08-22T12:31:50.151573+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-08-22T12:31:50.245089+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 1, 1, 1, 0, 0) [] [] [2021-08-22T12:31:50.343958+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:31:50.355477+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T12:31:50.534762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.536226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.540258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.541661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.542002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.542285+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' [] [] [2021-08-22T12:31:50.542977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.545863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.546936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.547897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.548380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.548706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.548973+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' [] [] [2021-08-22T12:31:50.549247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.549456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.550682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.551803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.552348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.552668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.552951+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' [] [] [2021-08-22T12:31:50.553257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.554479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.555607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.556710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.557241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.557551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.557829+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' [] [] [2021-08-22T12:31:50.558138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.558391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.559407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.560403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.560893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.561196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.561467+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' [] [] [2021-08-22T12:31:50.561767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:31:50.562010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.563060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:31:50.564065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:31:50.564556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:31:50.564868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:31:50.565306+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' [] [] [2021-08-22T12:31:50.565688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:08.864259+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-22T12:32:09.016763+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:32:09.033212+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:32:09.033874+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:32:09.039901+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:32:09.040444+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:32:09.080874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.082127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.086156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:09.087529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:09.087889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:09.088208+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' [] [] [2021-08-22T12:32:09.088806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:09.091710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.092870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.093939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:09.094476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:09.094913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:09.095261+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' [] [] [2021-08-22T12:32:09.095675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:09.095992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.097100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:09.098158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:09.098691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:09.099030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:09.099339+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' [] [] [2021-08-22T12:32:09.099681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:09.282563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"498b49"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/498b49","method":"GET"} [] [2021-08-22T12:32:10.570495+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-22T12:32:10.692788+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:32:10.708269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-22T12:32:10.708867+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-22T12:32:10.714816+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-22T12:32:10.715329+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-22T12:32:10.754714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.755947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.759952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:10.761332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:10.761691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:10.762008+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' [] [] [2021-08-22T12:32:10.762602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:10.765489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.766572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.767576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:10.768083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:10.768394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:10.768673+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' [] [] [2021-08-22T12:32:10.769053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:10.769297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.770283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:10.771265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:10.771723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:10.772018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:10.772291+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' [] [] [2021-08-22T12:32:10.772582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:10.949250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90ddf3"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/90ddf3","method":"GET"} [] [2021-08-22T12:32:26.598661+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2021-08-22T12:32:26.673445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2021-08-22T12:32:26.738896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.740417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.744587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:26.745941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:26.746341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:26.746618+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' [] [] [2021-08-22T12:32:26.747152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:26.749923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.751014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.752026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:26.752512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:26.752812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:26.753071+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' [] [] [2021-08-22T12:32:26.753363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:26.753594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.754572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:26.755860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:26.756408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:26.756765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:26.756996+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' [] [] [2021-08-22T12:32:26.757253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:29.374980+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=2","method":"GET"} [] [2021-08-22T12:32:29.454921+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["2"] [] [2021-08-22T12:32:29.514662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.515948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.520121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:29.521496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:29.521849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:29.522173+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' [] [] [2021-08-22T12:32:29.522786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:29.525592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.526740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.527794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:29.528411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:29.528752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:29.529063+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' [] [] [2021-08-22T12:32:29.529409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:29.529690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.530691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:29.531987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:29.532645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:29.532974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:29.533283+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' [] [] [2021-08-22T12:32:29.533583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.312502+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2021-08-22T12:32:32.445782+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["2"]] [] [2021-08-22T12:32:32.457195+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["2"]] [] [2021-08-22T12:32:32.458339+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["2"]] [] [2021-08-22T12:32:32.549265+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 2, 2, 2, 0, 0) [] [] [2021-08-22T12:32:32.649175+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-22T12:32:32.661293+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-22T12:32:32.855364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.857003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.862286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.863828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.864275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.864563+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' [] [] [2021-08-22T12:32:32.865084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.867968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.869075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.870043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.870526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.870790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.871015+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' [] [] [2021-08-22T12:32:32.871275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.871471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.872408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.873329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.873736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.873982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.874197+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' [] [] [2021-08-22T12:32:32.874441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.875797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.877082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.878125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.878626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.878892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.879114+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' [] [] [2021-08-22T12:32:32.879367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.879571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.880512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.881434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.881833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.882204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.882431+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' [] [] [2021-08-22T12:32:32.882674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-22T12:32:32.882859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.883911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-22T12:32:32.884962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-22T12:32:32.885434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-22T12:32:32.885760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-22T12:32:32.885986+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' [] [] [2021-08-22T12:32:32.886240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:44.857884+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.190:8081/fixedasset/public/index.php/" (from "http://192.168.0.190:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.190:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.190:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-08-26T06:06:44.937280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.946267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.966187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:44.969626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:44.970204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:44.970530+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' [] [] [2021-08-26T06:06:44.971362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:44.977108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.978180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.979161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:44.979689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:44.979987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:44.980242+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' [] [] [2021-08-26T06:06:44.980514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:44.980732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.981718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:44.982697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:44.983257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:44.983568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:44.983820+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' [] [] [2021-08-26T06:06:44.984094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:45.276247+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dd85a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/1dd85a","method":"GET"} [] [2021-08-26T06:06:52.498063+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-08-26T06:06:52.568623+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:06:52.705859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.708029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.711835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.713007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.713874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.714275+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' [] [] [2021-08-26T06:06:52.714831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:52.717180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.718237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.719257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.719803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.720179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.720481+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' [] [] [2021-08-26T06:06:52.720840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:52.721135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.722176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.723163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.723622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.723918+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.724167+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' [] [] [2021-08-26T06:06:52.724525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:52.745851+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:06:52.754810+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-26T06:06:52.759441+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:06:52.788536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.789744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.790750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.791260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.791567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.791830+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' [] [] [2021-08-26T06:06:52.792116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:52.792352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.793313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.794286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.794740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.795023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.795278+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' [] [] [2021-08-26T06:06:52.795553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:52.795769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.796743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:06:52.797728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:06:52.798312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:06:52.798767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:06:52.799020+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' [] [] [2021-08-26T06:06:52.799299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:06:54.065327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4dd79f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4dd79f","method":"GET"} [] [2021-08-26T06:07:03.680789+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:07:03.737036+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:03.818103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.820461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.824363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.825701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.826162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.826501+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' [] [] [2021-08-26T06:07:03.827495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:03.830565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.831607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.832888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.833473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.833871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.834148+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' [] [] [2021-08-26T06:07:03.834440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:03.834675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.835764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.836740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.837199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.837489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.837738+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' [] [] [2021-08-26T06:07:03.838013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:03.849174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:07:03.854514+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:07:03.857490+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:07:03.870783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.871872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.872845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.873353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.873657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.873921+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' [] [] [2021-08-26T06:07:03.874213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:03.874457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.875414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.876366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.876810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.877099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.877358+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' [] [] [2021-08-26T06:07:03.877644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:03.877870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.878850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:03.879960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:03.880421+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:03.880725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:03.881014+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' [] [] [2021-08-26T06:07:03.881300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:04.142474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cb231"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/2cb231","method":"GET"} [] [2021-08-26T06:07:10.609765+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:07:10.653178+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:10.727193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.729353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.733023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.734208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.736339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.736678+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' [] [] [2021-08-26T06:07:10.737241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.739574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.740659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.741720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.742363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.742729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.743058+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' [] [] [2021-08-26T06:07:10.743418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.743715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.744754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.745823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.746340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.746696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.747026+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' [] [] [2021-08-26T06:07:10.747383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.769697+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:07:10.773761+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:07:10.776552+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:07:10.785076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.786193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.787227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.787779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.788118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.788423+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' [] [] [2021-08-26T06:07:10.788762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.789043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.790051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.791078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.791571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.791906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.792206+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' [] [] [2021-08-26T06:07:10.792532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.792801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.793807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:10.794830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:10.795310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:10.795642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:10.795941+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' [] [] [2021-08-26T06:07:10.796268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:10.961338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99814f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/99814f","method":"GET"} [] [2021-08-26T06:07:15.494756+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup","method":"GET"} [] [2021-08-26T06:07:15.540887+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:15.612122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.614209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.617803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.618979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.619388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.619654+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' [] [] [2021-08-26T06:07:15.620131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.622363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.623383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.624376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.624844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.625139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.625390+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' [] [] [2021-08-26T06:07:15.625676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.625898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.626918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.627899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.628348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.628711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.628964+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' [] [] [2021-08-26T06:07:15.629242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.640610+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:07:15.645179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:07:15.658557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:07:15.659705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:07:15.660877+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:07:15.675136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.676215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.677205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.678146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.678444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.678701+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' [] [] [2021-08-26T06:07:15.678986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.679220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.680183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.681196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.681694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.681978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.682229+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' [] [] [2021-08-26T06:07:15.682502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.682721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.683674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:15.684641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:15.685067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:15.685339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:15.685668+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' [] [] [2021-08-26T06:07:15.685948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:15.930274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"729fc5"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/729fc5","method":"GET"} [] [2021-08-26T06:07:23.340864+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-08-26T06:07:23.394445+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:23.538026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.540385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.544300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.545608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.546007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.546279+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' [] [] [2021-08-26T06:07:23.546817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.549651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.550665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.551627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.552200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.552481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.552702+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' [] [] [2021-08-26T06:07:23.552948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.553140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.554077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.554999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.555401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.555650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.555861+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' [] [] [2021-08-26T06:07:23.556094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.567150+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:07:23.571583+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-26T06:07:23.574397+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:07:23.591241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.592367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.593378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.593886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.594184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.594464+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' [] [] [2021-08-26T06:07:23.594763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.595011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.595994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.596982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.597427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.597709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.597983+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' [] [] [2021-08-26T06:07:23.598270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.598503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.599656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:23.600819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:23.601393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:23.601767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:23.602132+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' [] [] [2021-08-26T06:07:23.602482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:23.756420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6bda5"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/f6bda5","method":"GET"} [] [2021-08-26T06:07:28.060935+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/vendor","method":"GET"} [] [2021-08-26T06:07:28.141319+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:28.266154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.268376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.272293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.273595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.274051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.274344+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' [] [] [2021-08-26T06:07:28.274901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.277581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.278625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.279625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.280124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.280421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.280704+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' [] [] [2021-08-26T06:07:28.281002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.281243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.282230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.283224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.283671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.284033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.284314+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' [] [] [2021-08-26T06:07:28.284605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.295423+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:07:28.299979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-08-26T06:07:28.303651+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:07:28.324662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.325786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.326798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.327311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.327610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.327870+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' [] [] [2021-08-26T06:07:28.328167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.328408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.329460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.330447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.330905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.331187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.331438+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' [] [] [2021-08-26T06:07:28.331719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.331943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.332914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:28.333909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:28.334651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:28.334939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:28.335197+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' [] [] [2021-08-26T06:07:28.335478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:28.523582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3be31"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/a3be31","method":"GET"} [] [2021-08-26T06:07:31.002189+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/vendor","method":"GET"} [] [2021-08-26T06:07:31.052384+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:31.119155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.121182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.124715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.125799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.126271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.126536+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' [] [] [2021-08-26T06:07:31.127011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.129179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.130173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.131157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.131621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.131994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.132248+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' [] [] [2021-08-26T06:07:31.132527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.132749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.133748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.134718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.135157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.135438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.135684+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' [] [] [2021-08-26T06:07:31.135959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.145560+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:07:31.151452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-08-26T06:07:31.154259+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:07:31.167802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.168952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.169982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.170497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.170798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.171088+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' [] [] [2021-08-26T06:07:31.171388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.171637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.172629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.173617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.174071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.174350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.174627+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' [] [] [2021-08-26T06:07:31.174918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.175171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.176164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:31.177164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:31.177612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:31.177890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:31.178165+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' [] [] [2021-08-26T06:07:31.178454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:31.358279+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"670ac8"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/670ac8","method":"GET"} [] [2021-08-26T06:07:35.804007+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2021-08-26T06:07:35.859465+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:35.965579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.967837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.971853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:35.973161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:35.973682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:35.973946+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' [] [] [2021-08-26T06:07:35.974484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:35.977227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.978299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.979318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:35.979832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:35.980121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:35.980350+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' [] [] [2021-08-26T06:07:35.980603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:35.980800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.981778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:35.982780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:35.983231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:35.983611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:35.983834+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' [] [] [2021-08-26T06:07:35.984073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:35.996055+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:07:36.000981+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-08-26T06:07:36.004078+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:07:36.026773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.027944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.028943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:36.029466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:36.029775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:36.030051+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' [] [] [2021-08-26T06:07:36.030352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:36.030602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.031580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.032557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:36.033016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:36.033310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:36.033571+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' [] [] [2021-08-26T06:07:36.033861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:36.034091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.035063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:36.036036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:36.036480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:36.036774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:36.037035+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' [] [] [2021-08-26T06:07:36.037325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:36.217038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"671524"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/671524","method":"GET"} [] [2021-08-26T06:07:39.960929+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/location","method":"GET"} [] [2021-08-26T06:07:40.013348+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:07:40.121738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.124086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.128030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.129336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.129724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.129990+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' [] [] [2021-08-26T06:07:40.130515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.133240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.134254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.135236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.135696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.136026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.136367+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' [] [] [2021-08-26T06:07:40.136651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.136877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.137837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.138795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.139226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.139499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.139742+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' [] [] [2021-08-26T06:07:40.140016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.150577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-08-26T06:07:40.156050+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-08-26T06:07:40.159085+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-08-26T06:07:40.181211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.182325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.183361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.183927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.184218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.184472+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' [] [] [2021-08-26T06:07:40.184758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.184992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.185944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.186906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.187334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.187610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.187856+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' [] [] [2021-08-26T06:07:40.188130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.188343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.189289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:07:40.190245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:07:40.190667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:07:40.190942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:07:40.191184+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' [] [] [2021-08-26T06:07:40.191453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:07:40.388373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91599c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/91599c","method":"GET"} [] [2021-08-26T06:08:12.544671+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:08:12.691083+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:08:12.703130+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:08:12.703845+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:08:12.710282+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:08:12.710969+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:08:12.711420+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:08:12.712028+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:08:12.748866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.750035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.753984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:12.755295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:12.756059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:12.756334+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' [] [] [2021-08-26T06:08:12.756880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:12.759654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.760649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.761606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:12.762074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:12.762366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:12.762631+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' [] [] [2021-08-26T06:08:12.762918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:12.763151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.764096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:12.765046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:12.765497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:12.765858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:12.766117+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' [] [] [2021-08-26T06:08:12.766408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:13.036991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88a284"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/88a284","method":"GET"} [] [2021-08-26T06:08:14.288992+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-26T06:08:14.351730+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:08:14.438144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.440402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.443941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.445027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.445562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.445828+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' [] [] [2021-08-26T06:08:14.446306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.448916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.450017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.451011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.451473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.451759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.452011+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' [] [] [2021-08-26T06:08:14.452412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.452676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.453656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.454638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.455080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.455360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.455609+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' [] [] [2021-08-26T06:08:14.455886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.467316+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:08:14.473224+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-26T06:08:14.494529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:14.495458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:14.495815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:14.496165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:14.496492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:14.496779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:14.498103+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:08:14.499687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.500822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.501861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.502381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.502691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.502985+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' [] [] [2021-08-26T06:08:14.503298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.503553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.504557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.505570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.506033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.506333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.506623+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' [] [] [2021-08-26T06:08:14.506923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.507161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.508159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:14.509171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:14.509634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:14.509920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:14.510211+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' [] [] [2021-08-26T06:08:14.510509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:14.668414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc1a33"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/dc1a33","method":"GET"} [] [2021-08-26T06:08:21.972348+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-26T06:08:22.021496+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:08:22.087783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.089918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.093534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.094678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.095059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.095366+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' [] [] [2021-08-26T06:08:22.095891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.098136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.099183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.100208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.100710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.101039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.101341+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' [] [] [2021-08-26T06:08:22.101671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.101962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.103075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.104203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.104856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.105228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.105551+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' [] [] [2021-08-26T06:08:22.105887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.116936+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:08:22.121237+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-26T06:08:22.143643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:22.144809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:22.145247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:22.145630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:22.145985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:22.146303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:22.147645+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:08:22.149132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.150193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.151218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.151746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.152079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.152384+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' [] [] [2021-08-26T06:08:22.152719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.153004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.154006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.155013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.155504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.155826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.156126+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' [] [] [2021-08-26T06:08:22.156451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.156714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.157702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:22.158710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:22.159192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:22.159581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:22.159996+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' [] [] [2021-08-26T06:08:22.160335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:22.345991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e791e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5e791e","method":"GET"} [] [2021-08-26T06:08:33.812553+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-26T06:08:33.936036+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:08:33.951174+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:08:33.951788+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:08:33.957768+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:08:33.958273+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:08:33.997477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:33.998674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:34.002653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:34.003933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:34.004374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:34.004636+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' [] [] [2021-08-26T06:08:34.005234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:34.007974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:34.008981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:34.009954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:34.010417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:34.010713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:34.010963+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' [] [] [2021-08-26T06:08:34.011244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:34.011466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:34.012441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:34.013537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:34.014083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:34.014460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:34.014795+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' [] [] [2021-08-26T06:08:34.015160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:34.206789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c7078"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/8c7078","method":"GET"} [] [2021-08-26T06:08:43.498172+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-26T06:08:43.558312+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:08:43.646230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.648509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.652108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.653265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.653659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.653968+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' [] [] [2021-08-26T06:08:43.654500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.656720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.657760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.658822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.659331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.659739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.660049+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' [] [] [2021-08-26T06:08:43.660454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.660727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.661739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.662769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.663256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.663579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.663878+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' [] [] [2021-08-26T06:08:43.664204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.675727+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:08:43.716555+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-26T06:08:43.737383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:43.738310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:43.738698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:08:43.739072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:43.739424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:43.739740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:08:43.741049+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:08:43.742483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.743610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.744647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.745172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.745505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.745806+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' [] [] [2021-08-26T06:08:43.746139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.746419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.747421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.748440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.748929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.749266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.749569+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' [] [] [2021-08-26T06:08:43.749894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.750157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.751236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:43.752250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:43.752730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:43.753056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:43.753358+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' [] [] [2021-08-26T06:08:43.753684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:43.987085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14809c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/14809c","method":"GET"} [] [2021-08-26T06:08:56.429246+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-26T06:08:56.556912+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:08:56.572098+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:08:56.572887+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:08:56.581608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:08:56.582359+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:08:56.622067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.623260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.627327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:56.628780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:56.629132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:56.629430+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' [] [] [2021-08-26T06:08:56.629958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:56.634660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.635709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.636681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:56.637165+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:56.637453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:56.637707+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' [] [] [2021-08-26T06:08:56.637981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:56.638195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.639168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:08:56.640125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:08:56.640640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:08:56.640952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:08:56.641191+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' [] [] [2021-08-26T06:08:56.641460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:08:56.830732+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40be98"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/40be98","method":"GET"} [] [2021-08-26T06:09:12.110902+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-26T06:09:12.228697+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:09:12.243906+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:09:12.244475+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:09:12.252255+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:09:12.252846+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:09:12.290884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.292104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.296141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:09:12.297482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:09:12.297891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:09:12.298137+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' [] [] [2021-08-26T06:09:12.298684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:09:12.301412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.302476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.303488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:09:12.303961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:09:12.304252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:09:12.304534+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' [] [] [2021-08-26T06:09:12.304829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:09:12.305065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.306061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:09:12.307053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:09:12.307495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:09:12.307851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:09:12.308133+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' [] [] [2021-08-26T06:09:12.308424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:09:12.490760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c6466"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/1c6466","method":"GET"} [] [2021-08-26T06:16:45.663877+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:16:45.719558+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:16:45.806175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.808557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.812494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.813844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.814221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.814535+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' [] [] [2021-08-26T06:16:45.815197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:45.817935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.818986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.820079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.820620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.820955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.821258+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' [] [] [2021-08-26T06:16:45.821587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:45.821859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.822877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.823905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.824393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.824732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.825039+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' [] [] [2021-08-26T06:16:45.825371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:45.836400+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:16:45.840836+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:16:45.843797+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:16:45.858234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.859343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.860345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.860848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.861143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.861397+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' [] [] [2021-08-26T06:16:45.861682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:45.861914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.862882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.863864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.864311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.864589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.864835+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' [] [] [2021-08-26T06:16:45.865109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:45.865325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.866288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:16:45.867443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:16:45.868075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:16:45.871284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:16:45.871779+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' [] [] [2021-08-26T06:16:45.872198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:16:46.985936+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1aa29"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/b1aa29","method":"GET"} [] [2021-08-26T06:18:20.418378+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:18:20.462765+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:18:20.529653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.531776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.535470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.536637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.536989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.537298+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' [] [] [2021-08-26T06:18:20.537831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.540139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.541183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.542220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.542732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.543072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.543377+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' [] [] [2021-08-26T06:18:20.543712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.544060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.545089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.546206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.546703+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.547032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.547334+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' [] [] [2021-08-26T06:18:20.547665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.557570+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:18:20.561376+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:18:20.564118+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:18:20.572991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.574103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.575153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.575779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.576191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.576616+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' [] [] [2021-08-26T06:18:20.577090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.577412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.578642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.580152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.580668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.580999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.581301+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' [] [] [2021-08-26T06:18:20.581635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.581902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.582917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:20.583955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:20.584447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:20.584772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:20.585078+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' [] [] [2021-08-26T06:18:20.585408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:20.876831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e8e9c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/5e8e9c","method":"GET"} [] [2021-08-26T06:18:31.367069+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:18:31.411004+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:18:31.477544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.479620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.483259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.484440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.486588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.486899+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' [] [] [2021-08-26T06:18:31.487438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.489711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.490770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.491804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.492391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.492736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.493043+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' [] [] [2021-08-26T06:18:31.493373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.493643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.494658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.495687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.496167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.496491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.496791+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' [] [] [2021-08-26T06:18:31.497118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.506934+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:18:31.510632+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:18:31.513436+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:18:31.522691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.523994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.525127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.525782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.526193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.526562+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' [] [] [2021-08-26T06:18:31.526952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.527241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.528393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.529589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.530132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.530503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.530830+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' [] [] [2021-08-26T06:18:31.531180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.531492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.532611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:31.533772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:31.534352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:31.534689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:31.535004+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' [] [] [2021-08-26T06:18:31.535375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:31.717520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e80d39"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e80d39","method":"GET"} [] [2021-08-26T06:18:36.617244+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group","method":"GET"} [] [2021-08-26T06:18:36.660117+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:18:36.730364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.732380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.735941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.737136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.737466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.737730+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' [] [] [2021-08-26T06:18:36.738205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.740372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.741366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.742356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.742826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.743109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.743358+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' [] [] [2021-08-26T06:18:36.743636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.743855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.744892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.745935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.746432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.746832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.747134+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' [] [] [2021-08-26T06:18:36.747460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.757137+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:18:36.760835+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:18:36.763519+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:18:36.771872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.772966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.774006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.774536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.774869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.775175+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' [] [] [2021-08-26T06:18:36.775514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.775782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.776854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.777884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.778380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.778707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.779011+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' [] [] [2021-08-26T06:18:36.779334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.779600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.780611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:36.781636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:36.782111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:36.782451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:36.782748+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' [] [] [2021-08-26T06:18:36.783072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:36.976154+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4093e8"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4093e8","method":"GET"} [] [2021-08-26T06:18:38.193078+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-08-26T06:18:38.286579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.288817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.298048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:38.299311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:38.299661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:38.299947+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' [] [] [2021-08-26T06:18:38.300468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:38.303055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.304058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.305033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:38.305495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:38.305777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:38.306023+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' [] [] [2021-08-26T06:18:38.306401+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:38.306627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.307575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:38.308533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:38.308967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:38.309240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:38.309486+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' [] [] [2021-08-26T06:18:38.309756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:38.480299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efdc17"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/efdc17","method":"GET"} [] [2021-08-26T06:18:43.706535+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup","method":"GET"} [] [2021-08-26T06:18:43.763072+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:18:43.848073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.850494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.854540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.856003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.856390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.856730+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' [] [] [2021-08-26T06:18:43.857337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:43.860165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.861243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.862343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.862883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.863251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.863583+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' [] [] [2021-08-26T06:18:43.863943+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:43.864243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.865276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.866328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.866838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.867231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.867563+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' [] [] [2021-08-26T06:18:43.867918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:43.879989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:18:43.884516+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2021-08-26T06:18:43.894024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:18:43.894896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:18:43.896106+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:18:43.910966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.912104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.913156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.913993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.914339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.914655+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' [] [] [2021-08-26T06:18:43.915001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:43.915290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.916315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.917358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.917863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.918203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.918509+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' [] [] [2021-08-26T06:18:43.918844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:43.919117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.920143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:43.921180+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:43.921679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:43.922015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:43.922328+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' [] [] [2021-08-26T06:18:43.922661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:44.176474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4df28c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4df28c","method":"GET"} [] [2021-08-26T06:18:46.709278+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup/new","method":"GET"} [] [2021-08-26T06:18:46.807041+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:18:46.876817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.877990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.882000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:46.883250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:46.883567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:46.883835+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' [] [] [2021-08-26T06:18:46.884357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:46.887026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.888034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.889074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:46.889552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:46.889888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:46.890149+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' [] [] [2021-08-26T06:18:46.890431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:46.890656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.891617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:46.892587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:46.893021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:46.893300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:46.893552+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' [] [] [2021-08-26T06:18:46.893831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:47.128815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b42b9"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7b42b9","method":"GET"} [] [2021-08-26T06:18:54.641624+00:00] request.INFO: Matched route "unit_new". {"route":"unit_new","route_parameters":{"_route":"unit_new","_controller":"App\\Controller\\UnitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/new","method":"GET"} [] [2021-08-26T06:18:54.797019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.799470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.810231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:54.811668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:54.812062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:54.812324+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' [] [] [2021-08-26T06:18:54.812868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:54.816367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.817491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.818534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:54.819023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:54.819326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:54.819598+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' [] [] [2021-08-26T06:18:54.819864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:54.820079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.821101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:18:54.822124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:18:54.822585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:18:54.822900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:18:54.823141+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' [] [] [2021-08-26T06:18:54.823406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:18:55.025797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f8bcb"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/9f8bcb","method":"GET"} [] [2021-08-26T06:19:02.141123+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-08-26T06:19:02.188980+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:19:02.270394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.272483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.276141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.277292+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.277647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.277961+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' [] [] [2021-08-26T06:19:02.278546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.280898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.281947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.282981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.283489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.283825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.284127+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' [] [] [2021-08-26T06:19:02.284456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.284765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.285797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.286824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.287325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.287654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.287955+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' [] [] [2021-08-26T06:19:02.288288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.299344+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:19:02.303859+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-26T06:19:02.306833+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:19:02.323612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.324750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.325793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.326350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.326693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.326995+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' [] [] [2021-08-26T06:19:02.327330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.327613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.328614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.329633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.330129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.330458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.330763+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' [] [] [2021-08-26T06:19:02.331092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.331379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.332402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:02.333433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:02.333921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:02.334252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:02.334550+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' [] [] [2021-08-26T06:19:02.334875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:02.514252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c117e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4c117e","method":"GET"} [] [2021-08-26T06:19:09.890433+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/vendor","method":"GET"} [] [2021-08-26T06:19:09.942545+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:19:10.020922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.023219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.027156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.028438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.028819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.029130+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' [] [] [2021-08-26T06:19:10.029704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.032384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.033416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.034436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.034999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.035334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.035636+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' [] [] [2021-08-26T06:19:10.035963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.036232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.037233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.038250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.038784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.039114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.039411+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' [] [] [2021-08-26T06:19:10.039735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.050550+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:19:10.055149+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[1]] [] [2021-08-26T06:19:10.058048+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:19:10.078930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.080057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.081095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.081676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.082009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.082316+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' [] [] [2021-08-26T06:19:10.082650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.082931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.083932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.084943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.085427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.085753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.086050+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' [] [] [2021-08-26T06:19:10.086375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.086640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.087641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:10.088656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:10.089142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:10.089466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:10.089767+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' [] [] [2021-08-26T06:19:10.090095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:10.259721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78b47e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/78b47e","method":"GET"} [] [2021-08-26T06:19:31.070797+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2021-08-26T06:19:31.114133+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:19:31.176624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.178761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.182495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.183749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.184127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.184463+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' [] [] [2021-08-26T06:19:31.185024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.187350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.188433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.189496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.190081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.190446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.190769+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' [] [] [2021-08-26T06:19:31.191124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.191423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.192475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.193541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.194061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.194415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.194742+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' [] [] [2021-08-26T06:19:31.195098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.205208+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-26T06:19:31.209203+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[1]] [] [2021-08-26T06:19:31.211949+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-26T06:19:31.225955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.227105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.228164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.228709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.229052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.229361+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' [] [] [2021-08-26T06:19:31.229697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.229981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.230994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.232029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.232514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.232841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.233139+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' [] [] [2021-08-26T06:19:31.233468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.233739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.234754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:31.235784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:31.236265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:31.236595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:31.236896+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' [] [] [2021-08-26T06:19:31.237221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:31.413746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b67dc1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/b67dc1","method":"GET"} [] [2021-08-26T06:19:36.560679+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/location","method":"GET"} [] [2021-08-26T06:19:36.605808+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:19:36.666364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.668403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.672164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.673364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.673706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.673988+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' [] [] [2021-08-26T06:19:36.674501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.676787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.677842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.678857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.679361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.679668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.679980+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' [] [] [2021-08-26T06:19:36.680276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.680489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.681467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.682416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.682859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.683166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.683392+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' [] [] [2021-08-26T06:19:36.683638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.693523+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-08-26T06:19:36.697579+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2021-08-26T06:19:36.700187+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-08-26T06:19:36.714202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.715330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.716385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.716930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.717278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.717591+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' [] [] [2021-08-26T06:19:36.717931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.718217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.719239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.720273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.720769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.721105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.721408+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' [] [] [2021-08-26T06:19:36.721744+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.722015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.723038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:36.724074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:36.724566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:36.724902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:36.725209+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' [] [] [2021-08-26T06:19:36.725564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:36.893561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8d6e9"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e8d6e9","method":"GET"} [] [2021-08-26T06:19:52.345605+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2021-08-26T06:19:52.428560+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:19:52.493667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.495805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.499379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.500492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.500810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.501078+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' [] [] [2021-08-26T06:19:52.501572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.503881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.504887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.505853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.506326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.506618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.506932+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' [] [] [2021-08-26T06:19:52.507222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.507460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.508756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.509725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.510172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.510459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.510714+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' [] [] [2021-08-26T06:19:52.510996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.521479+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-08-26T06:19:52.525279+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-08-26T06:19:52.539067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:19:52.540069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:19:52.540451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-26T06:19:52.540847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:19:52.541127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:19:52.542351+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-08-26T06:19:52.554486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.555727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.556704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.557207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.557461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.557674+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' [] [] [2021-08-26T06:19:52.558489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.558685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.559603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.560507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.560899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.561149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.561356+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' [] [] [2021-08-26T06:19:52.561590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.561770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.562675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:52.563577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:52.563961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:52.564194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:52.564395+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' [] [] [2021-08-26T06:19:52.564622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:52.724462+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"107a9b"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/107a9b","method":"GET"} [] [2021-08-26T06:19:56.385188+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-26T06:19:56.521692+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:19:56.535119+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:19:56.535696+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:19:56.565562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.566721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.570362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:56.571521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:56.571898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:56.572233+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' [] [] [2021-08-26T06:19:56.572789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:56.575045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.576102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.577155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:56.577688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:56.578046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:56.578373+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' [] [] [2021-08-26T06:19:56.578733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:56.579081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.580107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:19:56.581146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:19:56.581658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:19:56.582016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:19:56.582340+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' [] [] [2021-08-26T06:19:56.582724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:19:56.756063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eacf3"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7eacf3","method":"GET"} [] [2021-08-26T06:20:01.454646+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-26T06:20:01.518843+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-26T06:20:01.581109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.582335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.586338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:01.587870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:01.588293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:01.588587+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' [] [] [2021-08-26T06:20:01.589191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:01.592091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.593187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.594214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:01.594723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:01.595018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:01.595265+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' [] [] [2021-08-26T06:20:01.595535+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:01.595751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.596760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:01.597728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:01.598179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:01.598451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:01.598745+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' [] [] [2021-08-26T06:20:01.599024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:14.373326+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:20:14.501806+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:20:14.512436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:20:14.512944+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:20:14.519001+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:20:14.519517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:20:14.519931+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:20:14.520362+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:20:14.556459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.557676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.561687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:14.563083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:14.563447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:14.563760+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' [] [] [2021-08-26T06:20:14.564391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:14.567194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.568246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.569272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:14.569793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:14.570136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:14.570437+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' [] [] [2021-08-26T06:20:14.570765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:14.571036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.572043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:14.573060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:14.573540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:14.573872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:14.574177+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' [] [] [2021-08-26T06:20:14.574502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:14.764521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"229261"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/229261","method":"GET"} [] [2021-08-26T06:20:23.743008+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2021-08-26T06:20:23.802109+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:20:23.893533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.896027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.899804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.900982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.901318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.901611+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' [] [] [2021-08-26T06:20:23.902139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:23.904542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.905607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.906641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.907134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.907516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.907805+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' [] [] [2021-08-26T06:20:23.908127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:23.908387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.909417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.910448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.910926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.911236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.911522+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' [] [] [2021-08-26T06:20:23.911835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:23.924307+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-08-26T06:20:23.929070+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-08-26T06:20:23.942850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:20:23.943729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:20:23.944106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-26T06:20:23.944475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:20:23.944792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:20:23.946072+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-08-26T06:20:23.959266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.960446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.961540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.962092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.962435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.962740+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' [] [] [2021-08-26T06:20:23.963078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:23.963368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.964425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.965509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.966009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.966344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.966648+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' [] [] [2021-08-26T06:20:23.966983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:23.967260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.968319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:23.969389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:23.969884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:23.970220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:23.970534+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' [] [] [2021-08-26T06:20:23.970860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:24.184030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e2847"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0e2847","method":"GET"} [] [2021-08-26T06:20:28.279727+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:20:28.405384+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:20:28.420184+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:20:28.420731+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:20:28.428590+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:20:28.429076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:20:28.429744+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:20:28.430117+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:20:28.466117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.467322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.471264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:28.472553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:28.472899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:28.473208+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' [] [] [2021-08-26T06:20:28.473839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:28.476632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.477668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.478688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:28.479253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:28.479583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:28.479887+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' [] [] [2021-08-26T06:20:28.480222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:28.480492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.481487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:28.482501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:28.482988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:28.483313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:28.483617+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' [] [] [2021-08-26T06:20:28.483945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:28.669906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c546e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7c546e","method":"GET"} [] [2021-08-26T06:20:35.537786+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-08-26T06:20:35.606483+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-08-26T06:20:35.668424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.669649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.673880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:35.675317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:35.675680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:35.675991+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' [] [] [2021-08-26T06:20:35.676598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:35.679297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.680366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.681401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:35.681905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:35.682246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:35.682550+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' [] [] [2021-08-26T06:20:35.682929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:35.683201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.684213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:35.685249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:35.685732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:35.686058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:35.686362+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' [] [] [2021-08-26T06:20:35.686691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:38.078816+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-08-26T06:20:38.166957+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-08-26T06:20:38.223323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.224497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.228414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:38.229905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:38.230297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:38.230575+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' [] [] [2021-08-26T06:20:38.231107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:38.233729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.234776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.235795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:38.236270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:38.236558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:38.236812+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' [] [] [2021-08-26T06:20:38.237097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:38.237320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.238287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:38.239263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:38.239708+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:38.239990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:38.240286+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' [] [] [2021-08-26T06:20:38.240565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:40.793506+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-08-26T06:20:40.866166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-08-26T06:20:40.903009+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-08-26T06:20:40.934530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.935698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.939509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:40.940793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:40.941108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:40.941371+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' [] [] [2021-08-26T06:20:40.941895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:40.944572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.945589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.946567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:40.947091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:40.947381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:40.947633+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' [] [] [2021-08-26T06:20:40.947913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:20:40.948136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.949092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:20:40.950054+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:20:40.950483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:20:40.950765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:20:40.951013+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' [] [] [2021-08-26T06:20:40.951287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.351567+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-26T06:21:07.409907+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-26T06:21:07.503700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.506125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.509774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.510936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.511280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.511590+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' [] [] [2021-08-26T06:21:07.512127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.514396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.515439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.516466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.516976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.517304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.517642+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' [] [] [2021-08-26T06:21:07.517982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.518305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.519337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.520371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.520868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.521203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.521504+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' [] [] [2021-08-26T06:21:07.521832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.532961+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-26T06:21:07.537668+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-26T06:21:07.559853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-26T06:21:07.560809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-26T06:21:07.561183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-26T06:21:07.561561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-26T06:21:07.561909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-26T06:21:07.562223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-26T06:21:07.563542+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-26T06:21:07.565089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.566250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.567292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.567828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.568176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.568485+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' [] [] [2021-08-26T06:21:07.568842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.569124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.570121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.571136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.571617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.571942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.572245+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' [] [] [2021-08-26T06:21:07.572572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.572837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.573835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:07.574844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:07.575322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:07.575697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:07.576003+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' [] [] [2021-08-26T06:21:07.576332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:07.750257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ff940"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/4ff940","method":"GET"} [] [2021-08-26T06:21:12.250001+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2021-08-26T06:21:12.360095+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:21:12.375048+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:21:12.375592+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:21:12.381471+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:21:12.381912+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:21:12.419381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.420606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.424599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:12.425980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:12.426348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:12.426747+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' [] [] [2021-08-26T06:21:12.427346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:12.430125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.431187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.432228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:12.432759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:12.433116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:12.433447+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' [] [] [2021-08-26T06:21:12.433760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:12.434010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.435172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:12.436281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:12.436853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:12.437231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:12.437567+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' [] [] [2021-08-26T06:21:12.437979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:12.636161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c6a75"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/1c6a75","method":"GET"} [] [2021-08-26T06:21:43.639153+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2021-08-26T06:21:43.859835+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2021-08-26T06:21:43.983713+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:21:43.992535+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-26T06:21:44.158779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.160955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.164552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.165760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.166137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.166441+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' [] [] [2021-08-26T06:21:44.166984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:44.169298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.170331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.171414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.171925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.172254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.172555+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' [] [] [2021-08-26T06:21:44.172881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:44.173152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.174146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.175157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.175700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.176031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.176332+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' [] [] [2021-08-26T06:21:44.176655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:44.180804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.181838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.182855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.183365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.183694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.183993+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' [] [] [2021-08-26T06:21:44.184320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:44.184597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.185591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.186602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.187124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.187425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.187686+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' [] [] [2021-08-26T06:21:44.187967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:21:44.188187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.189141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:21:44.190104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:21:44.190539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:21:44.190825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:21:44.191074+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' [] [] [2021-08-26T06:21:44.191349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.078214+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2021-08-26T06:23:18.225958+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2021-07-31', 0, 0, 0, 0, 0) [] [] [2021-08-26T06:23:18.348865+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:23:18.356425+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-26T06:23:18.523806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.525862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.529894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.531297+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.531626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.531892+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' [] [] [2021-08-26T06:23:18.532586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.535420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.536506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.537527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.538019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.538307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.538556+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' [] [] [2021-08-26T06:23:18.538877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.539134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.540150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.541177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.541639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.541917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.542171+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' [] [] [2021-08-26T06:23:18.542439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.549640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.550758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.551813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.552329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.552622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.552870+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' [] [] [2021-08-26T06:23:18.553145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.553361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.554361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.555319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.555772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.556053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.556287+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' [] [] [2021-08-26T06:23:18.556559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:18.556777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.557730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:18.558773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:18.559227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:18.559500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:18.559734+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' [] [] [2021-08-26T06:23:18.560010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:47.870732+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2021-08-26T06:23:48.061692+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2021-07-31', 0, 0, 0, 0, 0) [] [] [2021-08-26T06:23:48.152116+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:23:48.159201+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2021-08-26T06:23:48.318148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.320333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.323997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.325172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.325537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.325889+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' [] [] [2021-08-26T06:23:48.326465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:48.328888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.329958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.331005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.331549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.331906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.332290+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' [] [] [2021-08-26T06:23:48.332652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:48.332951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.333976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.335013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.335530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.335895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.336221+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' [] [] [2021-08-26T06:23:48.336577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:48.340776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.341835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.342877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.343449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.343811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.344143+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' [] [] [2021-08-26T06:23:48.344507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:48.344815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.345841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.346877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.347390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.347743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.348074+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' [] [] [2021-08-26T06:23:48.348427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:23:48.348726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.349744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:23:48.350791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:23:48.351298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:23:48.351648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:23:48.351975+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' [] [] [2021-08-26T06:23:48.352333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:24:52.996491+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:24:53.111167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:24:53.121563+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:24:53.122068+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:24:53.128409+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:24:53.129002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:24:53.129431+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:24:53.129835+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:24:53.165387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.166595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.170457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:24:53.171740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:24:53.172057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:24:53.172322+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' [] [] [2021-08-26T06:24:53.172840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:24:53.175719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.176802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.177792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:24:53.178262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:24:53.178559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:24:53.178811+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' [] [] [2021-08-26T06:24:53.179094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:24:53.179317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.180280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:24:53.181260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:24:53.181699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:24:53.181980+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:24:53.182227+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' [] [] [2021-08-26T06:24:53.182504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:24:53.503372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eead40"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/eead40","method":"GET"} [] [2021-08-26T06:25:07.104592+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:25:07.238756+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:25:07.253576+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:25:07.254074+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:25:07.260025+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:25:07.260509+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:25:07.260897+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:25:07.261256+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:25:07.296505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.297736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.301698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:07.303034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:07.303384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:07.303689+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' [] [] [2021-08-26T06:25:07.304261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:07.307057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.308090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.309156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:07.309659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:07.309983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:07.310283+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' [] [] [2021-08-26T06:25:07.310611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:07.310881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.311873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:07.312882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:07.313359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:07.313680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:07.313984+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' [] [] [2021-08-26T06:25:07.314309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:07.891664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba6ec4"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/ba6ec4","method":"GET"} [] [2021-08-26T06:25:17.340953+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-26T06:25:17.483606+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-26T06:25:17.498346+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-26T06:25:17.498886+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-26T06:25:17.505002+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-26T06:25:17.505514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-26T06:25:17.505929+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-26T06:25:17.506326+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-26T06:25:17.541784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.542999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.546999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:17.548364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:17.548751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:17.549086+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' [] [] [2021-08-26T06:25:17.549686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:17.552464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.553532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.554578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:17.555173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:17.555533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:17.555861+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' [] [] [2021-08-26T06:25:17.556217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:17.556512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.557536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-26T06:25:17.558573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-26T06:25:17.559082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-26T06:25:17.559435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-26T06:25:17.559766+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' [] [] [2021-08-26T06:25:17.560121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-26T06:25:18.197149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"294e2f"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/294e2f","method":"GET"} [] [2021-08-29T04:35:43.610513+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/" (from "http://127.0.0.1:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" (from \"http://127.0.0.1:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-08-29T04:35:43.689069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.692705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.710568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:43.713395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:43.714074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:43.714380+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' [] [] [2021-08-29T04:35:43.715213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:43.721289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.722475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.723537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:43.724125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:43.724492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:43.724854+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' [] [] [2021-08-29T04:35:43.725194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:43.725473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.726492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:43.727531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:43.728034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:43.728403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:43.728724+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' [] [] [2021-08-29T04:35:43.729019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:43.878275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84203d"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/84203d","method":"GET"} [] [2021-08-29T04:35:50.722421+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2021-08-29T04:35:50.799672+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-29T04:35:50.937771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.940153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.944349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:50.946073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:50.946688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:50.946981+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' [] [] [2021-08-29T04:35:50.947587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:50.950339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.951407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.952412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:50.952916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:50.953247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:50.953567+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' [] [] [2021-08-29T04:35:50.953907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:50.954188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.955238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:50.956280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:50.956864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:50.957203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:50.957508+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' [] [] [2021-08-29T04:35:50.957843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:50.978535+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-29T04:35:50.987410+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-29T04:35:50.992337+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-29T04:35:51.025200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.026508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.027541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:51.028034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:51.028327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:51.028549+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' [] [] [2021-08-29T04:35:51.028806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:51.029012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.029948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.030870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:51.031275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:51.031516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:51.031726+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' [] [] [2021-08-29T04:35:51.031966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:51.032148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.033093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:51.034049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:51.034473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:51.034719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:51.034930+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' [] [] [2021-08-29T04:35:51.035169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:51.295321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b07ff"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/2b07ff","method":"GET"} [] [2021-08-29T04:35:58.049149+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-08-29T04:35:58.223417+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-29T04:35:58.241892+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-29T04:35:58.243260+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-08-29T04:35:58.253422+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-29T04:35:58.254142+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-08-29T04:35:58.255274+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-08-29T04:35:58.256401+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-08-29T04:35:58.297063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.298283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.303110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:58.304645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:58.305078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:58.305400+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' [] [] [2021-08-29T04:35:58.306014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:58.308942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.309995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.310996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:58.311478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:58.311769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:58.312024+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' [] [] [2021-08-29T04:35:58.312310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:58.312528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.313580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:35:58.314551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:35:58.315000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:35:58.315259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:35:58.315476+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' [] [] [2021-08-29T04:35:58.315725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:35:58.532909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35f041"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/35f041","method":"GET"} [] [2021-08-29T04:39:20.364266+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-08-29T04:39:20.439613+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-29T04:39:20.533011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.535952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.540205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.541622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.542296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.542598+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' [] [] [2021-08-29T04:39:20.543272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.546182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.547267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.548268+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.548780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.549142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.549415+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' [] [] [2021-08-29T04:39:20.549713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.549952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.551130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.552419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.553147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.553476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.553750+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' [] [] [2021-08-29T04:39:20.554051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.567408+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-08-29T04:39:20.573860+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-08-29T04:39:20.596205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:20.597604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:20.597987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:20.598332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:20.598664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:20.598974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:20.600354+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-08-29T04:39:20.602149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.603582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.604697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.605266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.605610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.605924+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' [] [] [2021-08-29T04:39:20.606272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.606535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.607620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.608683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.609193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.609534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.609844+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' [] [] [2021-08-29T04:39:20.610199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.610479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.611515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:20.612623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:20.613129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:20.613469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:20.613776+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' [] [] [2021-08-29T04:39:20.614111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:20.813238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"225de9"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/225de9","method":"GET"} [] [2021-08-29T04:39:22.427676+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"5"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/5/show","method":"GET"} [] [2021-08-29T04:39:22.520755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["5"] [] [2021-08-29T04:39:22.570071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:22.570786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:22.571215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-08-29T04:39:22.571707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:22.572165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:22.572587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:22.573117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:22.573535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [5] [] [2021-08-29T04:39:22.592020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.593276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.597271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:22.598687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:22.599095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:22.599423+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' [] [] [2021-08-29T04:39:22.600031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:22.602985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.604110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.605168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:22.605727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:22.606130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:22.606446+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' [] [] [2021-08-29T04:39:22.606787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:22.607067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.608308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:22.609453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:22.610008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:22.610319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:22.610590+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' [] [] [2021-08-29T04:39:22.610887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:22.803085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acd028"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/acd028","method":"GET"} [] [2021-08-29T04:39:26.977846+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/3/show","method":"GET"} [] [2021-08-29T04:39:27.084501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2021-08-29T04:39:27.132018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.132658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.133023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.133375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.133749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.134090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.134385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2021-08-29T04:39:27.134787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [3] [] [2021-08-29T04:39:27.153384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.154619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.158849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:27.160328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:27.160681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:27.160958+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' [] [] [2021-08-29T04:39:27.161538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:27.164328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.165383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.166357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:27.166834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:27.167129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:27.167396+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' [] [] [2021-08-29T04:39:27.167688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:27.167925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.168913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:39:27.169896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:39:27.170347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:39:27.170635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:39:27.170897+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' [] [] [2021-08-29T04:39:27.171186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:39:27.345962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9828d1"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/9828d1","method":"GET"} [] [2021-08-29T04:41:37.508165+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-08-29T04:41:37.627781+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-08-29T04:41:37.650023+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-08-29T04:41:37.650686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-08-29T04:41:37.694596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.695824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.700128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:41:37.701677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:41:37.702105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:41:37.702345+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' [] [] [2021-08-29T04:41:37.702861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:41:37.705637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.706664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.707607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:41:37.708060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:41:37.708371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:41:37.708591+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' [] [] [2021-08-29T04:41:37.708835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:41:37.709073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.710122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T04:41:37.711124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T04:41:37.711596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T04:41:37.711889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T04:41:37.712152+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' [] [] [2021-08-29T04:41:37.712443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T04:41:37.908925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ac2ea"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/6ac2ea","method":"GET"} [] [2021-08-29T10:49:41.822753+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2021-08-29T10:49:41.889994+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-08-29T10:49:41.990690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:41.996087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.000599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.002153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.002755+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.003047+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' [] [] [2021-08-29T10:49:42.003654+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.007727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.008785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.009834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.010523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.010926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.011250+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' [] [] [2021-08-29T10:49:42.011604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.011896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.013047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.014053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.014572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.014928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.015243+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' [] [] [2021-08-29T10:49:42.015584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.028950+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-08-29T10:49:42.034778+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-08-29T10:49:42.038025+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-08-29T10:49:42.058885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.060164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.061341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.061895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.062227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.062505+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' [] [] [2021-08-29T10:49:42.062811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.063063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.064049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.065036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.065484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.065781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.066053+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' [] [] [2021-08-29T10:49:42.066342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.066574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.067549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-08-29T10:49:42.068560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-08-29T10:49:42.069008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-08-29T10:49:42.069301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-08-29T10:49:42.069625+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' [] [] [2021-08-29T10:49:42.069918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-08-29T10:49:42.379952+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f2289"},"request_uri":"http://127.0.0.1:8000/_wdt/7f2289","method":"GET"} [] [2021-09-01T06:48:58.094951+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8088/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8088/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-09-01T06:48:58.172079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.179356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.201471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:48:58.205495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:48:58.206648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:48:58.207046+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' [] [] [2021-09-01T06:48:58.208026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:48:58.214132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.215288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.216317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:48:58.216870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:48:58.217358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:48:58.217720+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' [] [] [2021-09-01T06:48:58.218115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:48:58.218525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.220068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:48:58.221124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:48:58.221649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:48:58.221962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:48:58.222235+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' [] [] [2021-09-01T06:48:58.222540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:48:58.415131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e6196"},"request_uri":"http://127.0.0.1:8088/_wdt/4e6196","method":"GET"} [] [2021-09-01T06:49:08.844649+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8088/assetname","method":"GET"} [] [2021-09-01T06:49:08.929380+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-09-01T06:49:09.107618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.110311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.114430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.115862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.116271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.116554+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' [] [] [2021-09-01T06:49:09.117134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.120236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.121343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.122408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.123086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.123398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.123670+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' [] [] [2021-09-01T06:49:09.124039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.124287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.125287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.126286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.126740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.127032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.127300+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' [] [] [2021-09-01T06:49:09.127593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.150434+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2021-09-01T06:49:09.164980+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2021-09-01T06:49:09.184610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-09-01T06:49:09.185901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-09-01T06:49:09.186299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2021-09-01T06:49:09.186801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-09-01T06:49:09.187114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-09-01T06:49:09.189111+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2021-09-01T06:49:09.212453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.213643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.214641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.215163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.215458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.215730+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' [] [] [2021-09-01T06:49:09.216036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.216279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.217248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.218213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.218657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.218933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.219176+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' [] [] [2021-09-01T06:49:09.219437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.219641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.220607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:09.221594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:09.222176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:09.222488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:09.222759+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' [] [] [2021-09-01T06:49:09.223058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:09.567625+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54c894"},"request_uri":"http://127.0.0.1:8088/_wdt/54c894","method":"GET"} [] [2021-09-01T06:49:10.626083+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8088/assetname/new","method":"GET"} [] [2021-09-01T06:49:10.761115+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-09-01T06:49:10.786381+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-01T06:49:10.787109+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-01T06:49:10.824672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.825929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.830447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:10.832062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:10.832468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:10.832752+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' [] [] [2021-09-01T06:49:10.833322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:10.836454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.837505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.838505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:10.838992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:10.839292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:10.839565+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' [] [] [2021-09-01T06:49:10.839867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:10.840113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.841098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:10.842083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:10.842615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:10.842915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:10.843187+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' [] [] [2021-09-01T06:49:10.843487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:11.071891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"518f2f"},"request_uri":"http://127.0.0.1:8088/_wdt/518f2f","method":"GET"} [] [2021-09-01T06:49:16.001026+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8088/assetregister/new","method":"GET"} [] [2021-09-01T06:49:16.144556+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-01T06:49:16.156593+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-01T06:49:16.157324+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-01T06:49:16.167091+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-09-01T06:49:16.167934+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-01T06:49:16.169330+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-01T06:49:16.170532+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-09-01T06:49:16.216062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.217370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.221680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:16.223287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:16.223998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:16.224337+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' [] [] [2021-09-01T06:49:16.225049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:16.228306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.229956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.231209+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:16.231804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:16.232161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:16.232482+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' [] [] [2021-09-01T06:49:16.232854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:16.233155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.234277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-01T06:49:16.235321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-01T06:49:16.235845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-01T06:49:16.236256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-01T06:49:16.236583+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' [] [] [2021-09-01T06:49:16.236930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-01T06:49:16.531799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c87850"},"request_uri":"http://127.0.0.1:8088/_wdt/c87850","method":"GET"} [] [2021-09-07T10:57:59.213606+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-09-07T10:57:59.538858+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-07T10:57:59.580122+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-07T10:57:59.582207+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-07T10:57:59.593469+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-09-07T10:57:59.595287+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-07T10:57:59.596704+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-07T10:57:59.598070+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-09-07T10:57:59.663939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.668303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.674421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:57:59.677663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:57:59.678498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:57:59.678863+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' [] [] [2021-09-07T10:57:59.679653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:57:59.686172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.687242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.688302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:57:59.688932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:57:59.689288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:57:59.689568+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' [] [] [2021-09-07T10:57:59.689875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:57:59.690108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.691091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:57:59.692070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:57:59.692548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:57:59.692892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:57:59.693152+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' [] [] [2021-09-07T10:57:59.693437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:58:02.522641+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"447013"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/447013","method":"GET"} [] [2021-09-07T10:58:34.059734+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-09-07T10:58:34.167463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.170005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.182140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:58:34.183740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:58:34.184574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:58:34.184843+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' [] [] [2021-09-07T10:58:34.185437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:58:34.188422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.189501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.190546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:58:34.191534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:58:34.191889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:58:34.192250+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' [] [] [2021-09-07T10:58:34.192561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:58:34.192806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.193892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-07T10:58:34.194902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-07T10:58:34.195447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-07T10:58:34.195762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-07T10:58:34.196034+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' [] [] [2021-09-07T10:58:34.196310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-07T10:58:34.511068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e107b8"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/e107b8","method":"GET"} [] [2021-09-12T08:04:48.451060+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8888/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8888/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-09-12T08:04:48.528071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.534732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.555110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:04:48.558661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:04:48.564032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:04:48.564340+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' [] [] [2021-09-12T08:04:48.565191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:04:48.572015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.573130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.574159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:04:48.574672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:04:48.574978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:04:48.575258+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' [] [] [2021-09-12T08:04:48.575623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:04:48.575873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.576918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:04:48.577934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:04:48.578416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:04:48.578710+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:04:48.578982+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' [] [] [2021-09-12T08:04:48.579240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:04:48.796390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0df138"},"request_uri":"http://127.0.0.1:8888/_wdt/0df138","method":"GET"} [] [2021-09-12T08:05:06.663275+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8888/assetregister","method":"GET"} [] [2021-09-12T08:05:06.778679+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-09-12T08:05:06.949306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.954301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.961220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:06.963154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:06.964885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:06.965285+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' [] [] [2021-09-12T08:05:06.966058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:06.969816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.971094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.972200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:06.972714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:06.973049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:06.973348+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' [] [] [2021-09-12T08:05:06.973678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:06.973938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.975004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:06.976088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:06.976607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:06.976975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:06.977268+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' [] [] [2021-09-12T08:05:06.977591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:07.000258+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-09-12T08:05:07.025193+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-09-12T08:05:07.054039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-09-12T08:05:07.055414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-09-12T08:05:07.055774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-09-12T08:05:07.056124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-09-12T08:05:07.056447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-09-12T08:05:07.056689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-09-12T08:05:07.058592+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-09-12T08:05:07.060536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.061603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.062605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:07.063117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:07.063426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:07.063696+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' [] [] [2021-09-12T08:05:07.063997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:07.064291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.065263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.066242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:07.066872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:07.067178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:07.067444+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' [] [] [2021-09-12T08:05:07.067755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:07.067990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.068969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:07.070009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:07.070481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:07.070769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:07.071034+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' [] [] [2021-09-12T08:05:07.071326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:07.417112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"435882"},"request_uri":"http://127.0.0.1:8888/_wdt/435882","method":"GET"} [] [2021-09-12T08:05:12.580168+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8888/assetregister/new","method":"GET"} [] [2021-09-12T08:05:12.813424+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-12T08:05:12.832879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-12T08:05:12.834647+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-12T08:05:12.842684+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-09-12T08:05:12.847000+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-12T08:05:12.851520+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-12T08:05:12.856034+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-09-12T08:05:12.902373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.903765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.908120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:12.909661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:12.911006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:12.911334+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' [] [] [2021-09-12T08:05:12.911973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:12.915068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.916199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.917261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:12.917790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:12.918132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:12.918447+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' [] [] [2021-09-12T08:05:12.918792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:12.919076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.920117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:12.921120+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:12.921667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:12.922006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:12.922333+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' [] [] [2021-09-12T08:05:12.922682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:13.180200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9709e2"},"request_uri":"http://127.0.0.1:8888/_wdt/9709e2","method":"GET"} [] [2021-09-12T08:05:14.907045+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8888/assetregister/new","method":"GET"} [] [2021-09-12T08:05:15.074617+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-12T08:05:15.093821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-12T08:05:15.095568+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-12T08:05:15.102988+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-09-12T08:05:15.104486+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-12T08:05:15.105864+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-12T08:05:15.107179+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-09-12T08:05:15.150774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.152025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.156275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:15.157746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:15.159036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:15.159371+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' [] [] [2021-09-12T08:05:15.159994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:15.163429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.164620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.165689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:15.166309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:15.166653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:15.166974+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' [] [] [2021-09-12T08:05:15.167327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:15.167612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.168682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:15.169849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:15.170535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:15.170903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:15.171233+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' [] [] [2021-09-12T08:05:15.171588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:15.426202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"358e49"},"request_uri":"http://127.0.0.1:8888/_wdt/358e49","method":"GET"} [] [2021-09-12T08:05:19.866421+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8888/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2021-09-12T08:05:19.948083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2021-09-12T08:05:20.022062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.023281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.027587+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:20.029198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:20.030497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:20.030840+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' [] [] [2021-09-12T08:05:20.031473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:20.034472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.035580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.036668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:20.037242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:20.037586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:20.037906+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' [] [] [2021-09-12T08:05:20.038311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:20.038603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.039650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:20.040701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:20.041216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:20.041549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:20.041868+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' [] [] [2021-09-12T08:05:20.042210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:21.424207+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8888/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-09-12T08:05:21.533670+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-09-12T08:05:21.601522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.602802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.607080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:21.608536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:21.609848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:21.610173+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' [] [] [2021-09-12T08:05:21.610812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:21.614096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.615337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.616573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:21.617439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:21.617882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:21.618239+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' [] [] [2021-09-12T08:05:21.618603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:21.618920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.620060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:21.621119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:21.621678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:21.622017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:21.622390+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' [] [] [2021-09-12T08:05:21.622742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:22.794333+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8888/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2021-09-12T08:05:22.896965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2021-09-12T08:05:22.939097+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2021-09-12T08:05:22.977169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.978397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.982566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:22.983990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:22.985263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:22.985590+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' [] [] [2021-09-12T08:05:22.986202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:22.989466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.990677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.991747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:22.992319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:22.992712+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:22.993030+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' [] [] [2021-09-12T08:05:22.993380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:22.993671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.994702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-12T08:05:22.995787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-12T08:05:22.996325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-12T08:05:22.996661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-12T08:05:22.996939+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' [] [] [2021-09-12T08:05:22.997284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-12T08:05:53.014205+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8888/assetregister/new","method":"POST"} [] [2021-09-12T08:05:53.179258+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["1"]] [] [2021-09-12T08:05:53.193010+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["1"]] [] [2021-09-12T08:05:53.194777+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["1"]] [] [2021-09-12T08:05:53.207655+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2021-09-12T08:05:53.209621+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["1"]] [] [2021-09-12T08:05:53.211266+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2021-09-12T08:05:53.212754+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2021-09-13T10:24:58.540917+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8888/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8888/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2021-09-13T10:24:58.618589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.625616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.645564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:24:58.648246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:24:58.649547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:24:58.649959+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' [] [] [2021-09-13T10:24:58.651218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:24:58.657965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.659035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.660077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:24:58.660593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:24:58.660898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:24:58.661170+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' [] [] [2021-09-13T10:24:58.661468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:24:58.661708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.662665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:24:58.663629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:24:58.664079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:24:58.664360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:24:58.664620+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' [] [] [2021-09-13T10:24:58.664908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:24:58.849271+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0344a6"},"request_uri":"http://127.0.0.1:8888/_wdt/0344a6","method":"GET"} [] [2021-09-13T10:25:07.866257+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8888/unit","method":"GET"} [] [2021-09-13T10:25:07.972872+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-09-13T10:25:08.159759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.162312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.166222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.167392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.168844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.169167+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' [] [] [2021-09-13T10:25:08.169726+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.172150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.173186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.174257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.174880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.175206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.175495+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' [] [] [2021-09-13T10:25:08.175800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.176048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.177064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.178053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.178519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.178805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.179067+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' [] [] [2021-09-13T10:25:08.179362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.199987+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-09-13T10:25:08.211410+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2021-09-13T10:25:08.216618+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-09-13T10:25:08.252727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.253941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.254975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.255512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.255827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.256104+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' [] [] [2021-09-13T10:25:08.256409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.256665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.257655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.258658+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.259121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.259417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.259687+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' [] [] [2021-09-13T10:25:08.259985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.260224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.261211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:08.262213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:08.262669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:08.262961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:08.263230+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' [] [] [2021-09-13T10:25:08.263524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:08.545717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b8803"},"request_uri":"http://127.0.0.1:8888/_wdt/8b8803","method":"GET"} [] [2021-09-13T10:25:19.957657+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8888/reports/depreciationschedule","method":"GET"} [] [2021-09-13T10:25:20.112740+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-13T10:25:20.130619+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-13T10:25:20.133001+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-13T10:25:20.147790+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-13T10:25:20.150499+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-13T10:25:20.200599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.201787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.205933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:20.207360+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:20.208770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:20.209120+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' [] [] [2021-09-13T10:25:20.209895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:20.212983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.214028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.215038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:20.215534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:20.215836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:20.216109+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' [] [] [2021-09-13T10:25:20.216408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:20.216649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.217621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:20.218608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:20.219117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:20.219504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:20.219842+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' [] [] [2021-09-13T10:25:20.220193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:20.490140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da40b1"},"request_uri":"http://127.0.0.1:8888/_wdt/da40b1","method":"GET"} [] [2021-09-13T10:25:42.243183+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8888/reports/depreciationschedule","method":"GET"} [] [2021-09-13T10:25:42.376242+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-09-13T10:25:42.394558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-09-13T10:25:42.396097+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-09-13T10:25:42.403769+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-09-13T10:25:42.405330+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-09-13T10:25:42.449728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.451071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.455595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:42.457109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:42.458412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:42.458787+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' [] [] [2021-09-13T10:25:42.459410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:42.462581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.463737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.464833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:42.465406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:42.465760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:42.466082+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' [] [] [2021-09-13T10:25:42.466436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:42.466735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.468024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:25:42.469488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:25:42.470108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:25:42.470462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:25:42.470784+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' [] [] [2021-09-13T10:25:42.471184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:25:42.754673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8e3f4"},"request_uri":"http://127.0.0.1:8888/_wdt/b8e3f4","method":"GET"} [] [2021-09-13T10:25:59.915019+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8888/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2021-09-13T10:26:00.026827+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2021-09-13T10:26:00.094737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.096057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.100244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:26:00.101678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:26:00.102930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:26:00.103254+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' [] [] [2021-09-13T10:26:00.103861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:26:00.107009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.108129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.109184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:26:00.109732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:26:00.110136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:26:00.110451+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' [] [] [2021-09-13T10:26:00.110834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-09-13T10:26:00.111170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.112374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-09-13T10:26:00.113480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-09-13T10:26:00.114045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-09-13T10:26:00.114384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-09-13T10:26:00.114699+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' [] [] [2021-09-13T10:26:00.115048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:08:04.398137+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-12-05T05:08:04.763154+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-12-05T05:08:04.856907+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-12-05T05:08:04.863072+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-12-05T05:08:04.883203+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-12-05T05:08:04.888210+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-12-05T05:08:04.893221+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-12-05T05:08:04.897829+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-12-05T05:08:04.993062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:04.997066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:05.007427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:08:05.011890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:08:05.014615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:08:05.015061+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' [] [] [2021-12-05T05:08:05.016112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:08:05.023577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:05.024681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:05.025704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:08:05.026250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:08:05.026598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:08:05.026843+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' [] [] [2021-12-05T05:08:05.027121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:08:05.027325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:05.028342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:05.029366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:08:05.029863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:08:05.030203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:08:05.030459+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' [] [] [2021-12-05T05:08:05.030766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:08:07.402208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0aec23"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0aec23","method":"GET"} [] [2021-12-05T05:08:59.772293+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"GET"} [] [2021-12-05T05:08:59.986493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:08:59.995674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:09:00.011723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:09:00.014064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:09:00.016757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:09:00.017198+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' [] [] [2021-12-05T05:09:00.017924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:09:00.021030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:09:00.022264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:09:00.023276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:09:00.023778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:09:00.024071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:09:00.024341+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' [] [] [2021-12-05T05:09:00.024630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:09:00.024861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:09:00.025906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:09:00.026889+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:09:00.027345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:09:00.027672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:09:00.027926+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' [] [] [2021-12-05T05:09:00.028203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:09:00.699657+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"183014"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/183014","method":"GET"} [] [2021-12-05T05:27:49.919366+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"GET"} [] [2021-12-05T05:27:50.018518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.023823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.033633+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:27:50.035066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:27:50.036492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:27:50.036810+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' [] [] [2021-12-05T05:27:50.037404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:27:50.040159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.041197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.042215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:27:50.042766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:27:50.043100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:27:50.043400+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' [] [] [2021-12-05T05:27:50.043731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:27:50.043999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.044993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:27:50.046001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:27:50.046570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:27:50.046899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:27:50.047200+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' [] [] [2021-12-05T05:27:50.047529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:27:50.865309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f784e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/0f784e","method":"GET"} [] [2021-12-05T05:28:15.045684+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"POST"} [] [2021-12-05T05:28:15.277216+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-12-05T05:28:15.286888+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Cross World Limited","2":"CWL","3":null} [] [2021-12-05T05:28:15.290335+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-12-05T05:28:15.346987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.348937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.352659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.353883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.355137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.355404+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' [] [] [2021-12-05T05:28:15.355899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.358174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.359186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.360143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.360604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.360884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.361133+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' [] [] [2021-12-05T05:28:15.361415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.361634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.362615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.363562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.364002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.364271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.364517+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' [] [] [2021-12-05T05:28:15.364791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.574488+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2021-12-05T05:28:15.626539+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-12-05T05:28:15.712491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.715178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.718861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.719992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.721379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.721693+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' [] [] [2021-12-05T05:28:15.722222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.724439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.725463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.726617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.727139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.727464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.727768+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' [] [] [2021-12-05T05:28:15.728099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.728370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.729370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.730381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.730875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.731199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.731540+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' [] [] [2021-12-05T05:28:15.731868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.745384+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-12-05T05:28:15.754583+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[2,1]] [] [2021-12-05T05:28:15.758000+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-12-05T05:28:15.772162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.773409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.774441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.774961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.775288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.775547+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' [] [] [2021-12-05T05:28:15.775884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.776123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.777083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.778047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.778494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.778770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.779021+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' [] [] [2021-12-05T05:28:15.779299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:15.779517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.780466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:15.781427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:15.781855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:15.782127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:15.782376+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' [] [] [2021-12-05T05:28:15.782653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:16.049364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc2ac1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/cc2ac1","method":"GET"} [] [2021-12-05T05:28:27.599981+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"GET"} [] [2021-12-05T05:28:27.673166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.676425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.684384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:27.685615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:27.687011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:27.687337+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' [] [] [2021-12-05T05:28:27.688037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:27.690288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.691340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.692358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:27.692903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:27.693234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:27.693535+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' [] [] [2021-12-05T05:28:27.693863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:27.694129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.695123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:28:27.696143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:28:27.696734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:28:27.697058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:28:27.697355+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' [] [] [2021-12-05T05:28:27.697678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:28:27.868973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6db3dd"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/6db3dd","method":"GET"} [] [2021-12-05T05:28:59.849191+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"POST"} [] [2021-12-05T05:28:59.955116+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-12-05T05:28:59.995592+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Hotel Grand Park Barishal","2":"HGPB","3":null} [] [2021-12-05T05:28:59.998037+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-12-05T05:29:00.031796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.033782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.037469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.038694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.040062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.040429+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' [] [] [2021-12-05T05:29:00.041304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.043947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.045071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.046084+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.046643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.047041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.047369+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' [] [] [2021-12-05T05:29:00.047708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.047984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.048996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.050032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.050531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.050847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.051142+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' [] [] [2021-12-05T05:29:00.051463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.203773+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2021-12-05T05:29:00.246130+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-12-05T05:29:00.304392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.308070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.311895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.313098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.314537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.314873+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' [] [] [2021-12-05T05:29:00.315445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.317715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.318864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.320206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.320799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.321180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.321508+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' [] [] [2021-12-05T05:29:00.321863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.322159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.323198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.324228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.324744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.325087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.325407+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' [] [] [2021-12-05T05:29:00.325759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.352222+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-12-05T05:29:00.357331+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[3,2,1]] [] [2021-12-05T05:29:00.360298+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-12-05T05:29:00.375036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.376597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.377624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.378204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.378514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.378846+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' [] [] [2021-12-05T05:29:00.379148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.379402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.380396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.381484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.381982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.382268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.382554+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' [] [] [2021-12-05T05:29:00.382854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.383157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.384236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:00.385224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:00.385715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:00.386024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:00.386297+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' [] [] [2021-12-05T05:29:00.386601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:00.917772+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c91408"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c91408","method":"GET"} [] [2021-12-05T05:29:08.838183+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"GET"} [] [2021-12-05T05:29:08.927372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.931446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.939230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:08.940379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:08.941726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:08.942040+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' [] [] [2021-12-05T05:29:08.942584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:08.944767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.945846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.946866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:08.947375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:08.947702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:08.948003+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' [] [] [2021-12-05T05:29:08.948334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:08.948605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.949657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:08.950676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:08.951161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:08.951481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:08.951781+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' [] [] [2021-12-05T05:29:08.952106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:09.186624+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"492100"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/492100","method":"GET"} [] [2021-12-05T05:29:39.138658+00:00] request.INFO: Matched route "businessunit_new". {"route":"businessunit_new","route_parameters":{"_route":"businessunit_new","_controller":"App\\Controller\\BusinessunitController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/new","method":"POST"} [] [2021-12-05T05:29:39.250878+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-12-05T05:29:39.257040+00:00] doctrine.DEBUG: INSERT INTO businessunit (name, shortname, remarks) VALUES (?, ?, ?) {"1":"Shakti Engineering Limited","2":"SEL","3":null} [] [2021-12-05T05:29:39.259027+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-12-05T05:29:39.289291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.291309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.294963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.296173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.297421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.297732+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' [] [] [2021-12-05T05:29:39.298274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.300575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.301601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.302608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.303119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.303446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.303789+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' [] [] [2021-12-05T05:29:39.304118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.304387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.305371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.306318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.306810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.307127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.307423+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' [] [] [2021-12-05T05:29:39.307748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.423494+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2021-12-05T05:29:39.465298+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-12-05T05:29:39.535387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.539489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.543157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.544384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.545954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.546270+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' [] [] [2021-12-05T05:29:39.546820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.549077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.550119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.551130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.551638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.551988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.552290+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' [] [] [2021-12-05T05:29:39.552618+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.552888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.553877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.554877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.555359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.555723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.556024+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' [] [] [2021-12-05T05:29:39.556319+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.566142+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-12-05T05:29:39.575963+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[4,3,2,1]] [] [2021-12-05T05:29:39.578749+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-12-05T05:29:39.592754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.593925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.594951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.595509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.595858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.596170+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' [] [] [2021-12-05T05:29:39.596592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.596888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.598185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.599788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.600472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.600803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.601081+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' [] [] [2021-12-05T05:29:39.601379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.601608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.602685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:39.603737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:39.604283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:39.604593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:39.604872+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' [] [] [2021-12-05T05:29:39.605150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:39.787108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ff654"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/7ff654","method":"GET"} [] [2021-12-05T05:29:49.434384+00:00] request.INFO: Matched route "businessunit_show". {"route":"businessunit_show","route_parameters":{"_route":"businessunit_show","_controller":"App\\Controller\\BusinessunitController::show","id":"1"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/businessunit/1/show","method":"GET"} [] [2021-12-05T05:29:49.500477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? ["1"] [] [2021-12-05T05:29:49.589184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.590362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.594274+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:49.595586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:49.596884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:49.597149+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' [] [] [2021-12-05T05:29:49.597678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:49.600318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.601312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.602210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:49.602665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:49.602941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:49.603191+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' [] [] [2021-12-05T05:29:49.603516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:49.603739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.604679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:29:49.605630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:29:49.606056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:29:49.606327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:29:49.606531+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' [] [] [2021-12-05T05:29:49.606804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:29:49.877389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe0c6e"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fe0c6e","method":"GET"} [] [2021-12-05T05:30:35.581352+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-12-05T05:30:35.743574+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-12-05T05:30:35.769741+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-12-05T05:30:35.771738+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-12-05T05:30:35.779526+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-12-05T05:30:35.780915+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-12-05T05:30:35.782189+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-12-05T05:30:35.783547+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-12-05T05:30:35.821169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.822449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.826449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:30:35.827724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:30:35.828931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:30:35.829221+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' [] [] [2021-12-05T05:30:35.829757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:30:35.832573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.833628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.834613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:30:35.835080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:30:35.835363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:30:35.835577+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' [] [] [2021-12-05T05:30:35.835907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:30:35.836134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.837089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:30:35.838058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:30:35.838497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:30:35.838770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:30:35.839024+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' [] [] [2021-12-05T05:30:35.839300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:30:36.063972+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4c9ef"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c4c9ef","method":"GET"} [] [2021-12-05T05:35:16.239895+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2021-12-05T05:35:16.310196+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2021-12-05T05:35:16.419088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.424382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.431021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.432846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.434597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.434971+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' [] [] [2021-12-05T05:35:16.435718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.439071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.440293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.441450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.441953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.442264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.442539+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' [] [] [2021-12-05T05:35:16.442844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.443090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.444128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.445181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.445651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.446006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.446302+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' [] [] [2021-12-05T05:35:16.446569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.459620+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2021-12-05T05:35:16.469721+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2021-12-05T05:35:16.489992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2021-12-05T05:35:16.490900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2021-12-05T05:35:16.491310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2021-12-05T05:35:16.491642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2021-12-05T05:35:16.491944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2021-12-05T05:35:16.492235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2021-12-05T05:35:16.493548+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2021-12-05T05:35:16.494958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.496052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.497030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.497514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.497912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.498171+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' [] [] [2021-12-05T05:35:16.498463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.498696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.499667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.500619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.501073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.501362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.501612+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' [] [] [2021-12-05T05:35:16.501888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.502104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.503043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:16.503996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:16.504436+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:16.504709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:16.504961+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' [] [] [2021-12-05T05:35:16.505236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:16.845512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c99122"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c99122","method":"GET"} [] [2021-12-05T05:35:32.412661+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-12-05T05:35:32.520011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.524199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.537495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:32.539139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:32.540681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:32.541017+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' [] [] [2021-12-05T05:35:32.541676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:32.545003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.546438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.547673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:32.548283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:32.548648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:32.548970+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' [] [] [2021-12-05T05:35:32.549388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:32.549679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.550895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:35:32.552100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:35:32.552624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:35:32.552940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:35:32.553226+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' [] [] [2021-12-05T05:35:32.553538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:35:32.760567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d510c"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/8d510c","method":"GET"} [] [2021-12-05T05:36:31.637048+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetname/new","method":"GET"} [] [2021-12-05T05:36:31.771881+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-12-05T05:36:31.796217+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-12-05T05:36:31.797937+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-12-05T05:36:31.841357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.842679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.847304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:31.848857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:31.850237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:31.850575+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' [] [] [2021-12-05T05:36:31.851194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:31.854175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.855387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.856537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:31.857129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:31.857433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:31.857685+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' [] [] [2021-12-05T05:36:31.857972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:31.858187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.859281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:31.860333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:31.860990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:31.861327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:31.861600+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' [] [] [2021-12-05T05:36:31.861917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:32.045531+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0566a"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/c0566a","method":"GET"} [] [2021-12-05T05:36:49.410331+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2021-12-05T05:36:49.503240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.506929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.515271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:49.516476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:49.516862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:49.517198+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' [] [] [2021-12-05T05:36:49.517797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:49.520101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.521238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.522742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:49.523559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:49.523927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:49.524239+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' [] [] [2021-12-05T05:36:49.524587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:49.524887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.525988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:36:49.527034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:36:49.527555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:36:49.527886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:36:49.528192+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' [] [] [2021-12-05T05:36:49.528525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:36:49.704622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"371408"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/371408","method":"GET"} [] [2021-12-05T05:37:49.060193+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2021-12-05T05:37:49.184995+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2021-12-05T05:37:49.197871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2021-12-05T05:37:49.199533+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2021-12-05T05:37:49.206635+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2021-12-05T05:37:49.208398+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2021-12-05T05:37:49.209825+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2021-12-05T05:37:49.211181+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2021-12-05T05:37:49.250923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.252241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.256286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:37:49.257752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:37:49.258255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:37:49.258788+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' [] [] [2021-12-05T05:37:49.259491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:37:49.262350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.263477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.264520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:37:49.265114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:37:49.265448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:37:49.265757+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' [] [] [2021-12-05T05:37:49.266098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:37:49.266371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.267379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-12-05T05:37:49.268411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-12-05T05:37:49.268940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-12-05T05:37:49.269269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-12-05T05:37:49.269575+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' [] [] [2021-12-05T05:37:49.269909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-12-05T05:37:50.068699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb4edc"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/eb4edc","method":"GET"} [] [2022-06-06T05:34:10.712852+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:10.713298+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:10.713346+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:10.713398+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:10.713447+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:10.713478+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:10.713507+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:10.713555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:10.713588+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\MethodReflection::getDeclaringClass() should either be compatible with ReflectionMethod::getDeclaringClass(): ReflectionClass, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\MethodReflection::getDeclaringClass() should either be compatible with ReflectionMethod::getDeclaringClass(): ReflectionClass, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\MethodReflection.php:72)"} [] [2022-06-06T05:34:10.713617+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\MethodReflection::getPrototype($format = self::PROTOTYPE_AS_ARRAY) should either be compatible with ReflectionMethod::getPrototype(): ReflectionMethod, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\MethodReflection::getPrototype($format = self::PROTOTYPE_AS_ARRAY) should either be compatible with ReflectionMethod::getPrototype(): ReflectionMethod, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\MethodReflection.php:87)"} [] [2022-06-06T05:34:10.713646+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\MethodReflection::getParameters() should either be compatible with ReflectionFunctionAbstract::getParameters(): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\MethodReflection::getParameters() should either be compatible with ReflectionFunctionAbstract::getParameters(): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\MethodReflection.php:143)"} [] [2022-06-06T05:34:10.713674+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\MethodReflection::getStartLine($includeDocComment = false) should either be compatible with ReflectionFunctionAbstract::getStartLine(): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\MethodReflection::getStartLine($includeDocComment = false) should either be compatible with ReflectionFunctionAbstract::getStartLine(): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\MethodReflection.php:56)"} [] [2022-06-06T05:34:10.713704+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getStartLine($includeDocComment = false) should either be compatible with ReflectionClass::getStartLine(): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getStartLine($includeDocComment = false) should either be compatible with ReflectionClass::getStartLine(): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:47)"} [] [2022-06-06T05:34:10.713733+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getMethod($name) should either be compatible with ReflectionClass::getMethod(string $name): ReflectionMethod, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getMethod($name) should either be compatible with ReflectionClass::getMethod(string $name): ReflectionMethod, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:106)"} [] [2022-06-06T05:34:10.713761+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getMethods($filter = -1) should either be compatible with ReflectionClass::getMethods(?int $filter = null): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getMethods($filter = -1) should either be compatible with ReflectionClass::getMethods(?int $filter = null): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:117)"} [] [2022-06-06T05:34:10.713789+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getProperty($name) should either be compatible with ReflectionClass::getProperty(string $name): ReflectionProperty, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getProperty($name) should either be compatible with ReflectionClass::getProperty(string $name): ReflectionProperty, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:172)"} [] [2022-06-06T05:34:10.713817+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getProperties($filter = -1) should either be compatible with ReflectionClass::getProperties(?int $filter = null): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getProperties($filter = -1) should either be compatible with ReflectionClass::getProperties(?int $filter = null): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:187)"} [] [2022-06-06T05:34:10.713846+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getInterfaces() should either be compatible with ReflectionClass::getInterfaces(): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getInterfaces() should either be compatible with ReflectionClass::getInterfaces(): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:86)"} [] [2022-06-06T05:34:10.713890+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getTraits() should either be compatible with ReflectionClass::getTraits(): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getTraits() should either be compatible with ReflectionClass::getTraits(): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:133)"} [] [2022-06-06T05:34:10.713922+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ClassReflection::getParentClass() should either be compatible with ReflectionClass::getParentClass(): ReflectionClass|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ClassReflection::getParentClass() should either be compatible with ReflectionClass::getParentClass(): ReflectionClass|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ClassReflection.php:153)"} [] [2022-06-06T05:34:10.713950+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ParameterReflection::getDeclaringFunction() should either be compatible with ReflectionParameter::getDeclaringFunction(): ReflectionFunctionAbstract, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ParameterReflection::getDeclaringFunction() should either be compatible with ReflectionParameter::getDeclaringFunction(): ReflectionFunctionAbstract, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ParameterReflection.php:53)"} [] [2022-06-06T05:34:10.713979+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ParameterReflection::getDeclaringClass() should either be compatible with ReflectionParameter::getDeclaringClass(): ?ReflectionClass, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ParameterReflection::getDeclaringClass() should either be compatible with ReflectionParameter::getDeclaringClass(): ?ReflectionClass, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ParameterReflection.php:21)"} [] [2022-06-06T05:34:10.714007+00:00] php.INFO: Deprecated: Return type of Laminas\Code\Reflection\ParameterReflection::getClass() should either be compatible with ReflectionParameter::getClass(): ?ReflectionClass, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Laminas\\Code\\Reflection\\ParameterReflection::getClass() should either be compatible with ReflectionParameter::getClass(): ?ReflectionClass, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\laminas\\laminas-code\\src\\Reflection\\ParameterReflection.php:35)"} [] [2022-06-06T05:34:10.718832+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Routing\RouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Routing\\RouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\RouteCollection.php:59)"} [] [2022-06-06T05:34:10.718900+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Routing\RouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Routing\\RouteCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\RouteCollection.php:69)"} [] [2022-06-06T05:34:11.231224+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:11.231307+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:11.231362+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:11.231413+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:11.231464+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:11.231512+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:11.235711+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8087/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8087/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-06-06T05:34:11.254434+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:11.254518+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:11.254576+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:11.254632+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:11.254687+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:11.258879+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:11.258974+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:11.259063+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:11.259120+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:11.259171+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:11.259221+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:11.259271+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:11.260829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.269436+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:11.269614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.287255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:11.289860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:11.297059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:11.297405+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' [] [] [2022-06-06T05:34:11.298177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:11.304776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.305973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.307069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:11.307653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:11.307953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:11.308191+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' [] [] [2022-06-06T05:34:11.308451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:11.308657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.309620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:11.310691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:11.311206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:11.311480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:11.311709+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' [] [] [2022-06-06T05:34:11.311967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:11.342359+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:11.610695+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:11.612020+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:11.612120+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:11.612162+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:11.617546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d71b5b"},"request_uri":"http://127.0.0.1:8087/_wdt/d71b5b","method":"GET"} [] [2022-06-06T05:34:11.630425+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:11.630511+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:11.630567+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:11.631048+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:11.631121+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:11.631180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:11.651015+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:11.651090+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:11.651905+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:11.651970+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:11.688005+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:11.734441+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:11.734522+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:20.929376+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:20.930632+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:20.930712+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:20.930752+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:20.948571+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:20.948644+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:20.948697+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:20.948746+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:20.948835+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:20.948886+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:20.954705+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8087/product"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8087/product\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/product/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-06-06T05:34:21.019105+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:21.019186+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:21.020008+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:21.020076+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:21.053128+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:21.053216+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:21.053274+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:21.053329+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:21.053387+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:21.055685+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:21.055763+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:21.055822+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:21.055877+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:21.055979+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:21.056034+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:21.056087+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:21.057763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.060105+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:21.060267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.070439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.071756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.073065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.073371+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' [] [] [2022-06-06T05:34:21.073986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.076866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.077903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.078895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.079409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.079761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.080064+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' [] [] [2022-06-06T05:34:21.080396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.080668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.081637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.082619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.083097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.083427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.083689+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' [] [] [2022-06-06T05:34:21.084017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.084904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.085892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.086885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.087374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.087711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.088016+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' [] [] [2022-06-06T05:34:21.088343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.088618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.089581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.090627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.091260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.091644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.091959+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' [] [] [2022-06-06T05:34:21.092291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.092569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.093581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:21.094571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:21.095066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:21.095393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:21.095656+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' [] [] [2022-06-06T05:34:21.095989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:21.324009+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:21.325575+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:21.325666+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:21.325708+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:21.330325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c79915"},"request_uri":"http://127.0.0.1:8087/_wdt/c79915","method":"GET"} [] [2022-06-06T05:34:21.342869+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:21.342964+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:21.343019+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:21.343114+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:21.343167+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:21.343215+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:21.351428+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:21.351493+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:21.352187+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:21.352251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:21.375797+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:21.375873+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:21.409194+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:21.414238+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005731105804443359 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005731105804443359 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414310+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414364+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0018210411071777344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0018210411071777344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414412+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414461+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012662410736083984 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012662410736083984 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414507+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414552+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006799697875976562 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006799697875976562 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414595+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414639+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006442070007324219 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006442070007324219 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414684+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414766+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005838871002197266 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005838871002197266 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:21.414841+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010726451873779297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:25.822465+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:25.823801+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:25.823851+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:25.823888+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:25.841609+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:25.841683+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:25.841737+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:25.841834+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:25.841886+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:25.841934+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:25.847847+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8087/item"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8087/item\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/item/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-06-06T05:34:25.896181+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:25.896262+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:25.897094+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:25.897160+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:25.929205+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:25.929292+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:25.929353+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:25.929412+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:25.929467+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:25.953246+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:25.953335+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:25.953394+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:25.953497+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:25.953555+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:25.953607+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:25.953659+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:25.955062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.957485+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:25.957670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.967887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.969304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.970637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.970922+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' [] [] [2022-06-06T05:34:25.971491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:25.974363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.975365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.976298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.976784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.977081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.977350+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' [] [] [2022-06-06T05:34:25.977648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:25.977883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.978807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.979727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.980169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.980458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.980717+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' [] [] [2022-06-06T05:34:25.981000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:25.981831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.982755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.983692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.984140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.984430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.984693+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' [] [] [2022-06-06T05:34:25.984981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:25.985217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.986137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.987058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.987492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.987777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.988039+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' [] [] [2022-06-06T05:34:25.988321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:25.988548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.989464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:25.990410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:25.990897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:25.991258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:25.991588+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' [] [] [2022-06-06T05:34:25.991886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:26.184566+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:26.185566+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:26.185614+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:26.185649+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:26.189488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"605544"},"request_uri":"http://127.0.0.1:8087/_wdt/605544","method":"GET"} [] [2022-06-06T05:34:26.198769+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:26.198840+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:26.198938+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:26.198994+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:26.199043+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:26.199090+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:26.206751+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:26.206848+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:26.207990+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:26.208069+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:26.231495+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:26.231570+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:26.254815+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005401134490966797 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005401134490966797 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.254895+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.254952+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00174713134765625 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00174713134765625 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255004+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255060+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012431144714355469 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012431144714355469 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255111+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255161+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005872249603271484 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005872249603271484 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255209+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255258+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005788803100585938 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005788803100585938 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255306+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255354+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004649162292480469 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004649162292480469 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:26.255401+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010022401809692383 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:43.127182+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:43.128211+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:43.128257+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:43.128293+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:43.132541+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8087/group","method":"GET"} [] [2022-06-06T05:34:43.223514+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-06-06T05:34:43.226665+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:34:43.226729+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:34:43.226825+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:34:43.226878+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:34:43.226924+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:34:43.226969+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:34:43.234183+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-06-06T05:34:43.234257+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-06-06T05:34:43.234311+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-06-06T05:34:43.234901+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-06-06T05:34:43.236347+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-06-06T05:34:43.236407+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-06-06T05:34:43.253453+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:43.290813+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:43.290896+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:43.291734+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:43.291799+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:43.325697+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-06-06T05:34:43.325784+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-06-06T05:34:43.325894+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-06-06T05:34:43.325953+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-06-06T05:34:43.326006+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-06-06T05:34:43.329785+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-06-06T05:34:43.329856+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-06-06T05:34:43.333691+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-06-06T05:34:43.333772+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-06-06T05:34:43.333829+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-06-06T05:34:43.333880+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-06-06T05:34:43.333928+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-06-06T05:34:43.333975+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-06-06T05:34:43.334744+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-06-06T05:34:43.334814+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-06-06T05:34:43.334870+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-06-06T05:34:43.334923+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-06-06T05:34:43.334972+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-06-06T05:34:43.335021+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-06-06T05:34:43.336244+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-06-06T05:34:43.336317+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-06-06T05:34:43.336782+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-06-06T05:34:43.336849+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-06-06T05:34:43.336905+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-06-06T05:34:43.336956+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-06-06T05:34:43.338036+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-06-06T05:34:43.338106+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-06-06T05:34:43.338164+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-06-06T05:34:43.338217+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-06-06T05:34:43.338267+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-06-06T05:34:43.338317+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-06-06T05:34:43.339018+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-06-06T05:34:43.339085+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-06-06T05:34:43.339142+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:43.339193+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:43.339243+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:43.339292+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:43.339339+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:43.339443+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-06-06T05:34:43.339494+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:43.339542+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:43.339591+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:43.339639+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:43.339686+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:43.339734+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-06-06T05:34:43.339784+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-06-06T05:34:43.339834+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-06-06T05:34:43.339882+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-06-06T05:34:43.339929+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-06-06T05:34:43.391496+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:43.391592+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:43.391658+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:43.391717+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:43.391774+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:43.391827+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:43.586473+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:43.586570+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:43.586637+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:43.586698+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:43.586758+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:43.600652+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:43.600749+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:43.600820+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:43.600890+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:43.600953+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:43.601015+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:43.601084+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:43.601413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.603713+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:43.603868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.608015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.609361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.610672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.610949+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' [] [] [2022-06-06T05:34:43.611545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:43.614491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.615508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.616522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.617042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.617355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.617628+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' [] [] [2022-06-06T05:34:43.617923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:43.618156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.619098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.620042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.620480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.620766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.621033+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' [] [] [2022-06-06T05:34:43.621309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:43.638767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-06-06T05:34:43.648552+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-06-06T05:34:43.648635+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-06-06T05:34:43.648690+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-06-06T05:34:43.648749+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-06-06T05:34:43.648800+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-06-06T05:34:43.648850+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-06-06T05:34:43.648966+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-06-06T05:34:43.649024+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-06-06T05:34:43.649073+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-06-06T05:34:43.651733+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2022-06-06T05:34:43.655158+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:34:43.655244+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:34:43.655305+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:34:43.655365+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:34:43.655416+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:34:43.655478+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:34:43.657084+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-06-06T05:34:43.780353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.781488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.782457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.782992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.783317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.783630+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' [] [] [2022-06-06T05:34:43.784020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:43.784459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.785523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.786508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.787001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.787299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.787563+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' [] [] [2022-06-06T05:34:43.787858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:43.788089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.789013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:43.789956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:43.790395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:43.790689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:43.790947+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' [] [] [2022-06-06T05:34:43.791230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:44.329689+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:44.330937+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:44.330981+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:44.331017+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:44.336309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4d414"},"request_uri":"http://127.0.0.1:8087/_wdt/e4d414","method":"GET"} [] [2022-06-06T05:34:44.348754+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:44.348827+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:44.348884+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:44.348934+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:44.348982+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:44.349028+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:44.358062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:44.358130+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:44.358963+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:44.359024+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:44.413350+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:44.413424+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:44.434178+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:44.455528+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005605936050415039 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005605936050415039 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455607+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455661+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00555109977722168 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00555109977722168 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455707+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455752+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0017468929290771484 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0017468929290771484 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455796+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455839+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012149810791015625 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012149810791015625 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455881+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455927+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006279945373535156 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006279945373535156 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.455969+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456011+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006060600280761719 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006060600280761719 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456052+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456095+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005061626434326172 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005061626434326172 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456135+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456177+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005021095275878906 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005021095275878906 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456218+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456260+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00028204917907714844 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00028204917907714844 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:44.456301+00:00] php.INFO: Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.016643285751342773 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:47.125992+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:47.127291+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:47.127339+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:47.127375+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:47.132747+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8087/group/new","method":"GET"} [] [2022-06-06T05:34:47.143604+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:34:47.143670+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:34:47.143767+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:34:47.143818+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:34:47.143864+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:34:47.143906+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:34:47.169716+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-06-06T05:34:47.169797+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-06-06T05:34:47.169853+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-06-06T05:34:47.169902+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-06-06T05:34:47.169947+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-06-06T05:34:47.172489+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-06-06T05:34:47.172552+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-06-06T05:34:47.175584+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-06-06T05:34:47.175649+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-06-06T05:34:47.175698+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-06-06T05:34:47.175743+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-06-06T05:34:47.175786+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-06-06T05:34:47.175828+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-06-06T05:34:47.176279+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-06-06T05:34:47.176340+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-06-06T05:34:47.176390+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-06-06T05:34:47.176436+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-06-06T05:34:47.176480+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-06-06T05:34:47.176523+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-06-06T05:34:47.177248+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-06-06T05:34:47.177311+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-06-06T05:34:47.177610+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-06-06T05:34:47.177670+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-06-06T05:34:47.177719+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-06-06T05:34:47.177765+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-06-06T05:34:47.179069+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-06-06T05:34:47.182079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-06-06T05:34:47.182150+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-06-06T05:34:47.182201+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-06-06T05:34:47.182247+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-06-06T05:34:47.182317+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-06-06T05:34:47.182382+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-06-06T05:34:47.182817+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-06-06T05:34:47.182878+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-06-06T05:34:47.182928+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:47.182974+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:47.183018+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:47.183118+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:47.183165+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:47.183210+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-06-06T05:34:47.183255+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:47.183297+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:47.183338+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:47.183379+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:47.183421+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:47.183464+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-06-06T05:34:47.183505+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-06-06T05:34:47.183546+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-06-06T05:34:47.183587+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-06-06T05:34:47.183630+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-06-06T05:34:47.185226+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:47.185295+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:47.186112+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:47.186175+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:47.204506+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:47.229120+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:47.229210+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:47.229270+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:47.229325+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:47.229379+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:47.229431+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:47.264135+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:47.264223+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:47.264282+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:47.264334+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:47.264386+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:47.277823+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:47.277913+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:47.277971+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:47.278023+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:47.278076+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:47.278129+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:47.278181+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:47.280001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.282414+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:47.282597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.293003+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:47.294415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:47.295972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:47.296369+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' [] [] [2022-06-06T05:34:47.297046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:47.300040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.301116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.302116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:47.302646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:47.302984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:47.303288+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' [] [] [2022-06-06T05:34:47.303618+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:47.303894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.304871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:47.305855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:47.306309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:47.306631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:47.306948+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' [] [] [2022-06-06T05:34:47.307239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:47.638254+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:47.639496+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:47.639541+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:47.639577+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:47.644378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b564a"},"request_uri":"http://127.0.0.1:8087/_wdt/5b564a","method":"GET"} [] [2022-06-06T05:34:47.656581+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:47.656711+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:47.656772+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:47.656824+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:47.656871+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:47.656918+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:47.664970+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:47.665095+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:47.665906+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:47.665968+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:47.690027+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:47.690110+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:53.079668+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:53.080723+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:53.080770+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:53.080806+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:53.085186+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8087/assetregister/new","method":"GET"} [] [2022-06-06T05:34:53.112996+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:34:53.113069+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:34:53.113119+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:34:53.113217+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:34:53.113265+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:34:53.113308+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:34:53.136320+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-06-06T05:34:53.136406+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-06-06T05:34:53.136467+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-06-06T05:34:53.136522+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-06-06T05:34:53.136574+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-06-06T05:34:53.139405+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-06-06T05:34:53.139472+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-06-06T05:34:53.173667+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-06-06T05:34:53.198417+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-06-06T05:34:53.207564+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-06-06T05:34:53.215080+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-06-06T05:34:53.220435+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\VendorRepository.php:25)"} [] [2022-06-06T05:34:53.223883+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\BusinessunitRepository.php:25)"} [] [2022-06-06T05:34:53.226819+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\LocationRepository.php:25)"} [] [2022-06-06T05:34:53.230057+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-06-06T05:34:53.230126+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-06-06T05:34:53.230180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-06-06T05:34:53.230228+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-06-06T05:34:53.230272+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-06-06T05:34:53.230314+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-06-06T05:34:53.230722+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-06-06T05:34:53.230781+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-06-06T05:34:53.230833+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-06-06T05:34:53.230880+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-06-06T05:34:53.230925+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-06-06T05:34:53.230968+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-06-06T05:34:53.231726+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-06-06T05:34:53.231788+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-06-06T05:34:53.232116+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-06-06T05:34:53.232221+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-06-06T05:34:53.232296+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-06-06T05:34:53.232354+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-06-06T05:34:53.233470+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-06-06T05:34:53.236954+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-06-06T05:34:53.237038+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-06-06T05:34:53.237090+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-06-06T05:34:53.237136+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-06-06T05:34:53.237180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-06-06T05:34:53.237223+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-06-06T05:34:53.237658+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-06-06T05:34:53.237721+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-06-06T05:34:53.237773+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:53.237819+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:53.237862+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:53.237905+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:53.237947+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:53.238047+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-06-06T05:34:53.238093+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-06-06T05:34:53.238136+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-06-06T05:34:53.238177+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-06-06T05:34:53.238219+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-06-06T05:34:53.238260+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-06-06T05:34:53.238303+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-06-06T05:34:53.238346+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-06-06T05:34:53.238389+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-06-06T05:34:53.238432+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-06-06T05:34:53.238474+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-06-06T05:34:53.239992+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:34:53.240069+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:34:53.240127+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:34:53.240182+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:34:53.240235+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:34:53.242335+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:34:53.242419+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:34:53.242480+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:34:53.242535+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:34:53.242588+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:34:53.242639+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:34:53.242693+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:34:53.242973+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-06-06T05:34:53.245150+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:34:53.247586+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:34:53.247655+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:34:53.247712+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:34:53.247768+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:34:53.247819+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:34:53.247870+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:34:53.262020+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-06-06T05:34:53.265456+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-06-06T05:34:53.276887+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-06-06T05:34:53.279911+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-06-06T05:34:53.282979+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-06-06T05:34:53.286618+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-06-06T05:34:53.291252+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:53.291331+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:53.292164+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:53.292229+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:53.314147+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-06-06T05:34:53.341465+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:53.341549+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:53.341606+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:53.341655+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:53.341701+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:53.341750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:53.355927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.357046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.361033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:53.362325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:53.363567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:53.363805+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' [] [] [2022-06-06T05:34:53.364317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:53.367708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.368818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.369767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:53.370271+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:53.370568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:53.370833+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' [] [] [2022-06-06T05:34:53.371122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:53.371358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.372275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:34:53.373195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:34:53.373636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:34:53.373922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:34:53.374180+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' [] [] [2022-06-06T05:34:53.374427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:34:53.768187+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:34:53.769487+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:34:53.769535+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:34:53.769571+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:34:53.774431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"653df2"},"request_uri":"http://127.0.0.1:8087/_wdt/653df2","method":"GET"} [] [2022-06-06T05:34:53.786914+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:34:53.787000+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:34:53.787059+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:34:53.787115+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:34:53.787170+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:34:53.787223+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:34:53.795486+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:34:53.795556+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:34:53.796377+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:34:53.796438+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:34:53.826366+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-06-06T05:34:53.826444+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-06-06T05:34:53.850197+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0033500194549560547 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0033500194549560547 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850279+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850334+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0032520294189453125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0032520294189453125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850383+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850430+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0031280517578125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0031280517578125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850474+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850518+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00273895263671875 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00273895263671875 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850561+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850605+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0026140213012695312 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0026140213012695312 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850648+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850696+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0025069713592529297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0025069713592529297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850739+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850783+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013000965118408203 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013000965118408203 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:34:53.850825+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0188901424407959 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-06-06T05:35:37.815726+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:35:37.816973+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:35:37.817034+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:35:37.817118+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:35:37.821969+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8087/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2022-06-06T05:35:37.876824+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-06-06T05:35:37.878897+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:35:37.878962+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:35:37.879017+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:35:37.879070+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:35:37.879179+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:35:37.879231+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:35:37.899594+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:35:37.899674+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:35:37.899728+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:35:37.899777+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:35:37.899829+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:35:37.902514+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:35:37.902601+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:35:37.902659+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:35:37.902713+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:35:37.902764+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:35:37.902812+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:35:37.902861+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:35:37.903200+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2022-06-06T05:35:37.906753+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:35:37.922865+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:35:37.922947+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:35:37.923001+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:35:37.923051+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:35:37.923097+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:35:37.923145+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:35:37.944480+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:35:37.944557+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:35:37.944611+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:35:37.944660+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:35:37.944708+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:35:37.944757+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:35:37.951325+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:35:37.951417+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:35:37.952442+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:35:37.952518+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:35:37.976982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.978179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.982468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:37.983913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:37.985363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:37.985705+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' [] [] [2022-06-06T05:35:37.986363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:37.989291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.990314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.991319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:37.991830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:37.992161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:37.992464+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' [] [] [2022-06-06T05:35:37.992794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:37.993069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.994083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:37.995071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:37.995543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:37.995835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:37.996092+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' [] [] [2022-06-06T05:35:37.996378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:40.085079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:35:40.086391+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:35:40.086438+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:35:40.086473+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:35:40.091189+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8087/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2022-06-06T05:35:40.148030+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-06-06T05:35:40.150098+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:35:40.150164+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:35:40.150219+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:35:40.150270+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:35:40.150320+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:35:40.150426+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:35:40.172769+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:35:40.172849+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:35:40.172904+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:35:40.172953+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:35:40.173009+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:35:40.175426+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:35:40.175513+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:35:40.175569+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:35:40.175685+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:35:40.175740+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:35:40.175790+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:35:40.175838+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:35:40.176221+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2022-06-06T05:35:40.181308+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:35:40.209613+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:35:40.209708+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:35:40.209767+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:35:40.209820+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:35:40.209872+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:35:40.209959+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:35:40.217529+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:35:40.217597+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:35:40.217650+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:35:40.217698+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:35:40.217744+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:35:40.217792+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:35:40.223688+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:35:40.223755+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:35:40.224567+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:35:40.224631+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:35:40.246639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.247824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.251951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:40.253340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:40.254646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:40.254964+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' [] [] [2022-06-06T05:35:40.255556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:40.258456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.259730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.261121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:40.261667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:40.261974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:40.262239+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' [] [] [2022-06-06T05:35:40.262531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:40.262777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.263722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:40.264649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:40.265097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:40.265384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:40.265684+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' [] [] [2022-06-06T05:35:40.266029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:44.061956+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:35:44.063272+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:35:44.063319+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:35:44.063358+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:35:44.068014+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8087/unit/getunitbyassetid?assetnameId=1","method":"GET"} [] [2022-06-06T05:35:44.126850+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-06-06T05:35:44.144253+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:35:44.144336+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:35:44.144390+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:35:44.144439+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:35:44.144543+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:35:44.146901+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:35:44.146975+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:35:44.147028+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:35:44.147078+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:35:44.147127+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:35:44.147173+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:35:44.147219+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:35:44.147548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["1"] [] [2022-06-06T05:35:44.150456+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:35:44.178347+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:35:44.178429+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:35:44.178483+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:35:44.178531+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:35:44.178578+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:35:44.178623+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:35:44.179288+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:35:44.179353+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:35:44.179406+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:35:44.179453+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:35:44.179499+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:35:44.179546+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:35:44.181034+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-06-06T05:35:44.193360+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-06-06T05:35:44.202909+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:35:44.202986+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:35:44.203040+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:35:44.203088+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:35:44.203138+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:35:44.203189+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:35:44.209343+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:35:44.209426+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:35:44.210338+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:35:44.210409+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:35:44.232484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.233652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.237745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:44.239695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:44.241252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:44.241581+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' [] [] [2022-06-06T05:35:44.242283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:44.245184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.246177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.247116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:44.247596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:44.247892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:44.248155+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' [] [] [2022-06-06T05:35:44.248486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:44.248719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.249618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:44.250652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:44.251168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:44.251507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:44.251814+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' [] [] [2022-06-06T05:35:44.252147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:47.659876+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:35:47.661132+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:35:47.661177+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:35:47.661260+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:35:47.665822+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8087/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2022-06-06T05:35:47.723221+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-06-06T05:35:47.725190+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:35:47.725258+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:35:47.725312+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:35:47.725365+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:35:47.725474+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:35:47.725527+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:35:47.742550+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:35:47.742631+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:35:47.742686+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:35:47.742743+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:35:47.742794+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:35:47.766548+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:35:47.766638+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:35:47.766704+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:35:47.766813+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:35:47.766868+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:35:47.766917+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:35:47.766966+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:35:47.767350+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2022-06-06T05:35:47.770729+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:35:47.787123+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:35:47.787206+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:35:47.787264+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:35:47.787318+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:35:47.787370+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:35:47.787426+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:35:47.808661+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:35:47.808738+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:35:47.808791+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:35:47.808840+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:35:47.808890+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:35:47.808938+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:35:47.814911+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:35:47.814981+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:35:47.815799+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:35:47.815862+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:35:47.840627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.841825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.845964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:47.847550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:47.848843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:47.849088+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' [] [] [2022-06-06T05:35:47.849656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:47.852820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.853977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.854988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:47.855535+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:47.855874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:47.856182+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' [] [] [2022-06-06T05:35:47.856522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:35:47.856802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.857762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:35:47.858789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:35:47.859298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:35:47.859632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:35:47.859935+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' [] [] [2022-06-06T05:35:47.860267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:07.698173+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:36:07.699484+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:36:07.699532+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:36:07.699608+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:36:07.704464+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8087/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2022-06-06T05:36:07.759456+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-06-06T05:36:07.761388+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:36:07.761473+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:36:07.761525+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:36:07.761572+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:36:07.761665+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:36:07.761713+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:36:07.780233+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:36:07.780316+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:36:07.780371+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:36:07.780426+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:36:07.780476+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:36:07.793006+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:36:07.793096+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:36:07.793152+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:36:07.793210+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:36:07.793261+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:36:07.793335+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:36:07.793402+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:36:07.793775+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2022-06-06T05:36:07.796764+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:36:07.813160+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:36:07.813241+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:36:07.813295+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:36:07.813343+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:36:07.813390+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:36:07.813438+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:36:07.835160+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:36:07.835246+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:36:07.835305+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:36:07.835360+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:36:07.835417+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:36:07.835471+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:36:07.841648+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:36:07.841721+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:36:07.842555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:36:07.842618+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:36:07.866926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.868338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.873198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:07.874731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:07.876089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:07.876376+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' [] [] [2022-06-06T05:36:07.876946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:07.879826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.880797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.881755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:07.882246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:07.882544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:07.882807+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' [] [] [2022-06-06T05:36:07.883106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:07.883368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.884331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:07.885436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:07.886046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:07.886417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:07.886740+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' [] [] [2022-06-06T05:36:07.887124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:10.981613+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:36:10.982876+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:36:10.982921+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:36:10.982956+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:36:10.987604+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8087/assetname/getassetbysubgroupid?subGroupId=1","method":"GET"} [] [2022-06-06T05:36:11.042690+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-06-06T05:36:11.044736+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:36:11.044803+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:36:11.044858+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:36:11.044908+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:36:11.045014+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:36:11.045067+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:36:11.068252+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:36:11.068334+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:36:11.068393+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:36:11.068447+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:36:11.068508+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:36:11.070819+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:36:11.070891+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:36:11.070944+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:36:11.071045+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:36:11.071099+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:36:11.071146+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:36:11.071193+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:36:11.071515+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["1"] [] [2022-06-06T05:36:11.074506+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:36:11.102870+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:36:11.102950+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:36:11.103003+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:36:11.103052+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:36:11.103098+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:36:11.103148+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:36:11.110664+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:36:11.110732+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:36:11.110786+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:36:11.110836+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:36:11.110886+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:36:11.110934+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:36:11.117227+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:36:11.117304+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:36:11.118117+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:36:11.118180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:36:11.139356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.140478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.144460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:11.145746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:11.147657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:11.148076+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' [] [] [2022-06-06T05:36:11.148743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:11.151605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.152636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.153614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:11.154129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:11.154436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:11.154701+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' [] [] [2022-06-06T05:36:11.154991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:11.155234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.156171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:11.157098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:11.157539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:11.157825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:11.158085+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' [] [] [2022-06-06T05:36:11.158370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:20.778537+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-06-06T05:36:20.780016+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-06-06T05:36:20.780091+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-06-06T05:36:20.780131+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-06-06T05:36:20.785437+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8087/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2022-06-06T05:36:20.841174+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-06-06T05:36:20.843112+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-06-06T05:36:20.843176+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-06-06T05:36:20.843227+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-06-06T05:36:20.843272+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-06-06T05:36:20.843368+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-06-06T05:36:20.843417+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-06-06T05:36:20.861367+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-06-06T05:36:20.861447+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-06-06T05:36:20.861500+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-06-06T05:36:20.861550+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-06-06T05:36:20.861604+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-06-06T05:36:20.864287+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-06-06T05:36:20.864375+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-06-06T05:36:20.864431+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-06-06T05:36:20.864485+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-06-06T05:36:20.864536+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-06-06T05:36:20.864584+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-06-06T05:36:20.864632+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-06-06T05:36:20.864972+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2022-06-06T05:36:20.868367+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-06-06T05:36:20.884811+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-06-06T05:36:20.884893+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-06-06T05:36:20.884947+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-06-06T05:36:20.884995+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-06-06T05:36:20.885040+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-06-06T05:36:20.885089+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-06-06T05:36:20.906560+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-06-06T05:36:20.906643+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-06-06T05:36:20.906701+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-06-06T05:36:20.906756+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-06-06T05:36:20.906810+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-06-06T05:36:20.906866+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-06-06T05:36:20.913114+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-06-06T05:36:20.913199+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-06-06T05:36:20.914103+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-06-06T05:36:20.914170+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-06-06T05:36:20.938421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.939644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.943901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:20.945321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:20.947137+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:20.947525+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' [] [] [2022-06-06T05:36:20.948170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:20.951075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.952057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.952965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:20.953538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:20.953861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:20.954138+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' [] [] [2022-06-06T05:36:20.954499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-06-06T05:36:20.954755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.955748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-06-06T05:36:20.956738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-06-06T05:36:20.957204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-06-06T05:36:20.957496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-06-06T05:36:20.957757+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' [] [] [2022-06-06T05:36:20.958041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:30:38.877475+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:30:38.880873+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:30:38.880923+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:30:38.880955+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:30:38.904419+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-08-06T06:30:39.075894+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:30:39.075976+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:30:39.076029+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:30:39.076071+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:30:39.076108+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:30:39.076178+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:30:39.214927+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:30:39.215014+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:30:39.215062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:30:39.215105+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:30:39.215149+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:30:39.224664+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:30:39.224748+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:30:39.375422+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-06T06:30:39.457139+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-06T06:30:39.481629+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-06T06:30:39.506498+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-06T06:30:39.529799+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\VendorRepository.php:25)"} [] [2022-08-06T06:30:39.544563+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\BusinessunitRepository.php:25)"} [] [2022-08-06T06:30:39.555586+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\LocationRepository.php:25)"} [] [2022-08-06T06:30:39.565809+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:30:39.565898+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:30:39.565946+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:30:39.565986+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:30:39.566025+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:30:39.566066+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:30:39.567336+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:30:39.567422+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:30:39.567469+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:30:39.567511+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:30:39.567550+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:30:39.567613+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:30:39.570675+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:30:39.570760+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:30:39.571857+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:30:39.571940+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:30:39.571987+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:30:39.572033+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:30:39.574266+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-06T06:30:39.583888+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:30:39.583973+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:30:39.584020+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:30:39.584062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:30:39.584133+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:30:39.584178+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:30:39.586138+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:30:39.586223+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:30:39.586272+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:30:39.586315+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:30:39.586360+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:30:39.586400+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:30:39.586444+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:30:39.586484+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:30:39.586522+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:30:39.586558+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:30:39.586597+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:30:39.586635+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:30:39.586672+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:30:39.586709+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:30:39.586746+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:30:39.586793+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:30:39.586832+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:30:39.586871+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:30:39.593360+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:30:39.593468+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:30:39.593524+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:30:39.593577+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:30:39.593696+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:30:39.598657+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:30:39.598753+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:30:39.598810+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:30:39.598872+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:30:39.598924+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:30:39.599001+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:30:39.599055+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:30:39.599849+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-06T06:30:39.629915+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:30:39.638521+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:30:39.638613+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:30:39.638667+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:30:39.638727+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:30:39.638773+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:30:39.638826+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:30:39.704376+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-08-06T06:30:39.713523+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-08-06T06:30:39.740223+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-06T06:30:39.749127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-08-06T06:30:39.758630+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-08-06T06:30:39.765025+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-08-06T06:30:39.780297+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:30:39.780388+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:30:39.783180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:30:39.783328+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:30:39.839031+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:30:39.839122+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:30:39.839174+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:30:39.839221+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:30:39.839263+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:30:39.839310+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:30:39.888883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.892738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.902063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:30:39.909149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:30:39.913125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:30:39.913591+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' [] [] [2022-08-06T06:30:39.914683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:30:39.925842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.927054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.928044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:30:39.928961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:30:39.929549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:30:39.929916+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' [] [] [2022-08-06T06:30:39.930255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:30:39.930531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.931531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:30:39.932470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:30:39.933376+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:30:39.933879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:30:39.934235+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' [] [] [2022-08-06T06:30:39.934562+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:30:41.763868+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:30:41.765001+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:30:41.765075+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:30:41.765109+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:30:41.770352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbf186"},"request_uri":"http://192.168.0.190:8081/fixedasset/public/index.php/_wdt/fbf186","method":"GET"} [] [2022-08-06T06:30:41.784815+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:30:41.784890+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:30:41.784941+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:30:41.785025+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:30:41.785072+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:30:41.785118+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:30:41.794509+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:30:41.794582+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:30:41.795324+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:30:41.795426+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:30:41.829922+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:30:41.829995+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:30:41.863508+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02507185935974121 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02507185935974121 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863583+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863634+00:00] php.INFO: Deprecated: Implicit conversion from float 0.009177923202514648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.009177923202514648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863678+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863721+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008797883987426758 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008797883987426758 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863761+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863803+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008652925491333008 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008652925491333008 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863842+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863881+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008569002151489258 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008569002151489258 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863919+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863957+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0063779354095458984 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0063779354095458984 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.863996+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.864034+00:00] php.INFO: Deprecated: Implicit conversion from float 0.006042957305908203 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.006042957305908203 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:30:41.864071+00:00] php.INFO: Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.07269048690795898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:04.805400+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:04.806650+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:04.806694+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:04.806726+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:04.829289+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:04.829364+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:04.829414+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:04.829503+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:04.829551+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:04.829593+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:04.836515+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/" (from "http://127.0.0.1:8081/fixedasset/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/\" (from \"http://127.0.0.1:8081/fixedasset/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-06T06:43:04.839652+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:04.839727+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:04.840488+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:04.840549+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:04.870694+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:04.870877+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:04.870959+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:04.871062+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:04.871123+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:04.893433+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:04.893517+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:04.893573+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:04.893661+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:04.893713+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:04.893760+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:04.893808+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:04.895101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.898886+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:04.899101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.908946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:04.910467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:04.911877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:04.912192+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' [] [] [2022-08-06T06:43:04.912794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:04.915500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.916510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.917487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:04.918008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:04.918775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:04.919102+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' [] [] [2022-08-06T06:43:04.919444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:04.919727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.920743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:04.921796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:04.922443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:04.922788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:04.923061+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' [] [] [2022-08-06T06:43:04.923394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:23.694811+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:23.695750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:23.695792+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:23.695850+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:23.708523+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:23.708601+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:23.708651+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:23.708696+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:23.708738+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:23.708818+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:23.713397+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-06T06:43:23.715085+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:23.715155+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:23.715750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:23.715809+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:23.740001+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:23.740092+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:23.740148+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:23.740198+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:23.740246+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:23.766575+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:23.766663+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:23.766718+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:23.766767+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:23.766814+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:23.766899+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:23.766950+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:23.767876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.770073+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:23.770235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.778059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:23.779200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:23.781871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:23.782305+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' [] [] [2022-08-06T06:43:23.782996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:23.785237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.786262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.787240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:23.787794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:23.788129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:23.788442+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' [] [] [2022-08-06T06:43:23.788771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:23.789043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.789998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:23.790958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:23.791464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:23.791795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:23.792095+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' [] [] [2022-08-06T06:43:23.792417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:23.940047+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:23.941178+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:23.941219+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:23.941251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:23.945700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26bc4c"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/26bc4c","method":"GET"} [] [2022-08-06T06:43:23.957134+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:23.957246+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:23.957301+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:23.957348+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:23.957392+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:23.957434+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:23.965420+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:23.965518+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:23.966266+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:23.966323+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:23.985381+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:43:23.985456+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:43:25.986930+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:25.987887+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:25.987930+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:25.987962+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:26.002586+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:26.002661+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:26.002710+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:26.002803+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:26.002851+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:26.002893+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:26.007463+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-06T06:43:26.009588+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:26.009688+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:26.010970+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:26.011251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:26.041655+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:26.041735+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:26.041788+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:26.041882+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:26.041935+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:26.045465+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:26.045551+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:26.045609+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:26.045661+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:26.045707+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:26.045753+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:26.045799+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:26.047139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.049385+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:26.049543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.059358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:26.061534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:26.065611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:26.066073+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' [] [] [2022-08-06T06:43:26.066868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:26.069585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.070612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.071623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:26.072160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:26.072501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:26.072809+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' [] [] [2022-08-06T06:43:26.073136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:26.073405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.074345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:26.075308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:26.075825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:26.076226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:26.076685+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' [] [] [2022-08-06T06:43:26.077147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:26.197612+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:26.198604+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:26.198647+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:26.198721+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:26.202335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb41f9"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/bb41f9","method":"GET"} [] [2022-08-06T06:43:26.212754+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:26.212907+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:26.212960+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:26.213007+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:26.213100+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:26.213151+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:26.220171+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:26.220236+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:26.220834+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:26.220891+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:26.239642+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:43:26.239720+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:43:37.764510+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:37.765505+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:37.765576+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:37.765620+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:37.778855+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:37.778930+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:37.778985+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:37.779036+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:37.779085+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:37.779133+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:37.784065+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/category"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/category\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/category/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-08-06T06:43:37.851599+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:37.851678+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:37.852301+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:37.852362+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:37.876811+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:37.876895+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:37.876951+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:37.877002+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:37.877051+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:37.879127+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:37.879204+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:37.879259+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:37.879308+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:37.879357+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:37.879406+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:37.879455+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:37.880381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.882272+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:37.882444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.890458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.891671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.893574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.893861+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' [] [] [2022-08-06T06:43:37.894347+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:37.896442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.897414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.898307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.898748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.899023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.899325+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' [] [] [2022-08-06T06:43:37.899633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:37.899860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.900835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.901725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.902172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.902435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.902654+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' [] [] [2022-08-06T06:43:37.902896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:37.903699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.904592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.905535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.905958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.906214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.906438+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' [] [] [2022-08-06T06:43:37.906678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:37.906875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.907784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.908645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.909063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.909316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.909527+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' [] [] [2022-08-06T06:43:37.909818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:37.910021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.910896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:37.911774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:37.912203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:37.912461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:37.912697+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' [] [] [2022-08-06T06:43:37.912949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:38.042923+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:38.043852+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:38.043893+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:38.043963+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:38.047349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4886d"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d4886d","method":"GET"} [] [2022-08-06T06:43:38.056921+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:38.056998+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:38.057049+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:38.057096+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:38.057140+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:38.057232+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:38.063088+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:38.063149+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:38.063738+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:38.063795+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:38.083944+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:43:38.084018+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:43:38.102331+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005451679229736328 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005451679229736328 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102405+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102456+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0022764205932617188 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0022764205932617188 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102500+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102543+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012409687042236328 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012409687042236328 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102584+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102627+00:00] php.INFO: Deprecated: Implicit conversion from float 0.000576019287109375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.000576019287109375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102666+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102756+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005209445953369141 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005209445953369141 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102800+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102841+00:00] php.INFO: Deprecated: Implicit conversion from float 0.000385284423828125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.000385284423828125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:38.102879+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010451316833496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:48.118114+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:48.119482+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:48.119530+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:48.119565+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:48.132161+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:48.132232+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:48.132281+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:48.132327+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:48.132369+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:48.132410+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:48.136997+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-06T06:43:48.138688+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:48.138752+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:48.139330+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:48.139389+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:48.162636+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:48.162717+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:48.162771+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:48.162819+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:48.162867+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:48.176034+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:48.176121+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:48.176175+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:48.176227+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:48.176274+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:48.176325+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:48.176372+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:48.177294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.179265+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:48.179414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.187301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:48.188529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:48.189861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:48.190182+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' [] [] [2022-08-06T06:43:48.190746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:48.192903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.193917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.194893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:48.195424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:48.195756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:48.196059+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' [] [] [2022-08-06T06:43:48.196385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:48.196652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.197601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:48.198592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:48.199079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:48.199410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:48.199712+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' [] [] [2022-08-06T06:43:48.200036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:48.318740+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:48.319751+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:48.319795+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:48.319830+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:48.323436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688fd4"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/688fd4","method":"GET"} [] [2022-08-06T06:43:48.332698+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:48.332813+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:48.332874+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:48.332927+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:48.332979+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:48.333029+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:48.339422+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:48.339533+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:48.340183+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:48.340243+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:48.355689+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:43:48.355762+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:43:54.284216+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:54.285162+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:54.285205+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:54.285236+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:54.297798+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:54.297874+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:54.297925+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:54.298022+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:54.298071+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:54.298127+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:54.302623+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/asset"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/asset\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-08-06T06:43:54.343368+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:54.343444+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:54.344050+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:54.344112+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:54.366916+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:43:54.366998+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:43:54.367053+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:43:54.367108+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:43:54.367159+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:43:54.386205+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:43:54.386292+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:43:54.386347+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:43:54.386446+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:43:54.386501+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:43:54.386549+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:43:54.386598+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:43:54.387542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.389621+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:43:54.389786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.397620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.398760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.400096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.400409+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' [] [] [2022-08-06T06:43:54.400940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.403073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.404078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.405047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.405606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.405953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.406262+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' [] [] [2022-08-06T06:43:54.406592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.406864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.407836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.408781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.409277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.409604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.409909+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' [] [] [2022-08-06T06:43:54.410229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.411092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.412048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.413013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.413498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.413824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.414123+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' [] [] [2022-08-06T06:43:54.414446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.414718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.415667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.416630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.417133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.417454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.417770+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' [] [] [2022-08-06T06:43:54.418092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.418365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.419316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:43:54.420277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:43:54.420758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:43:54.421078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:43:54.421381+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' [] [] [2022-08-06T06:43:54.421661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:43:54.558620+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:43:54.559625+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:43:54.559672+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:43:54.559707+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:43:54.563146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b60209"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/b60209","method":"GET"} [] [2022-08-06T06:43:54.571790+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:43:54.571855+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:43:54.571951+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:43:54.572002+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:43:54.572046+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:43:54.572089+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:43:54.577861+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:43:54.577924+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:43:54.578555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:43:54.578612+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:43:54.598334+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:43:54.598406+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:43:54.615938+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0056912899017333984 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0056912899017333984 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616007+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616056+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001844167709350586 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001844167709350586 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616103+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616145+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013611316680908203 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013611316680908203 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616185+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616224+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0007040500640869141 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0007040500640869141 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616262+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616299+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006709098815917969 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006709098815917969 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616337+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616375+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005881786346435547 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005881786346435547 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:43:54.616412+00:00] php.INFO: Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.01085972785949707 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:44:06.324642+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:44:06.325588+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:44:06.325631+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:44:06.325663+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:44:06.338063+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:44:06.338138+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:44:06.338186+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:44:06.338282+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:44:06.338328+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:44:06.338371+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:44:06.342844+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-06T06:44:06.344532+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:44:06.344594+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:44:06.345179+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:44:06.345238+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:44:06.368080+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:44:06.368167+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:44:06.368221+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:44:06.368272+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:44:06.368321+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:44:06.395636+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:44:06.395720+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:44:06.395773+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:44:06.395911+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:44:06.395963+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:44:06.396012+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:44:06.396059+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:44:06.397041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.399113+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:44:06.399274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.407087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:44:06.408247+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:44:06.409556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:44:06.409871+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' [] [] [2022-08-06T06:44:06.410423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:44:06.412544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.414594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.415581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:44:06.416133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:44:06.416489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:44:06.416798+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' [] [] [2022-08-06T06:44:06.417161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:44:06.417462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.418478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:44:06.419451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:44:06.419965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:44:06.420295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:44:06.420595+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' [] [] [2022-08-06T06:44:06.420919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:44:06.540275+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:44:06.541211+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:44:06.541253+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:44:06.541330+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:44:06.544796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99f4f3"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/99f4f3","method":"GET"} [] [2022-08-06T06:44:06.553876+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:44:06.553945+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:44:06.554000+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:44:06.554051+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:44:06.554146+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:44:06.554200+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:44:06.560254+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:44:06.560317+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:44:06.560936+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:44:06.560994+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:44:06.576049+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:44:06.576119+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:45:19.432558+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:19.433769+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:19.433815+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:19.433851+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:19.438524+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-08-06T06:45:19.499810+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetregisterRepository.php:25)"} [] [2022-08-06T06:45:19.501932+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:45:19.501999+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:45:19.502046+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:45:19.502089+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:45:19.502130+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:45:19.502218+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:45:19.512372+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-08-06T06:45:19.512456+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-08-06T06:45:19.512504+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-08-06T06:45:19.513898+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-08-06T06:45:19.517493+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-08-06T06:45:19.517582+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-08-06T06:45:19.562771+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-08-06T06:45:19.596815+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:19.596910+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:19.598380+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:19.598461+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:19.632067+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:45:19.632158+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:45:19.632217+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:45:19.632273+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:45:19.632326+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:45:19.634968+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:45:19.635037+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:45:19.637949+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:45:19.638020+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:45:19.638079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:45:19.638132+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:45:19.638186+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:45:19.638238+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:45:19.638686+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:45:19.638750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:45:19.638806+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:45:19.638860+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:45:19.638914+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:45:19.638967+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:45:19.639699+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:45:19.639764+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:45:19.640062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:45:19.640127+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:45:19.640186+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:45:19.640241+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:45:19.640958+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:45:19.641024+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:45:19.641085+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:45:19.641139+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:45:19.641231+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:45:19.641287+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:45:19.641704+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:45:19.641769+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:45:19.641824+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:19.641873+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:19.641961+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:19.642011+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:19.642059+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:19.642106+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:45:19.642149+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:19.642193+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:19.642239+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:19.642283+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:19.642327+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:19.642370+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:45:19.642413+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:45:19.642457+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:45:19.642502+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:45:19.642546+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:45:19.655520+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:19.655601+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:19.655657+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:19.655712+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:19.655769+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:19.655823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:19.689686+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:45:19.689772+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:45:19.689833+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:45:19.689888+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:45:19.689948+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:45:19.692131+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:45:19.692213+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:45:19.692271+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:45:19.692329+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:45:19.692383+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:45:19.692434+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:45:19.692485+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:45:19.692784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.694955+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:45:19.695166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.699662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.701047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.702331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.702582+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' [] [] [2022-08-06T06:45:19.703107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:19.705771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.706718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.707599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.708063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.708375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.708649+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' [] [] [2022-08-06T06:45:19.708927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:19.709136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.710130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.711044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.711570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.711893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.712148+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' [] [] [2022-08-06T06:45:19.712402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:19.729606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-08-06T06:45:19.743208+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-08-06T06:45:19.743285+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-08-06T06:45:19.743340+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-08-06T06:45:19.743390+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-08-06T06:45:19.743437+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-08-06T06:45:19.743482+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-08-06T06:45:19.743526+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-08-06T06:45:19.743570+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-08-06T06:45:19.743614+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-08-06T06:45:19.746043+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-08-06T06:45:19.767202+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:45:19.767283+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:45:19.767341+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:45:19.767397+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:45:19.767445+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:45:19.767497+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:45:19.769176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:19.770467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:19.770803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:19.771203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:19.771535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:19.771824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:19.773743+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-08-06T06:45:19.775513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.776556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.777505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.778218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.778653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.778938+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' [] [] [2022-08-06T06:45:19.779237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:19.779474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.780422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.781333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.781793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.782085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.782330+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' [] [] [2022-08-06T06:45:19.782600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:19.782809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.783690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:19.784584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:19.785004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:19.785284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:19.785527+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' [] [] [2022-08-06T06:45:19.785794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:20.047537+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:20.048777+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:20.048823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:20.048859+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:20.053858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a14e9"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/0a14e9","method":"GET"} [] [2022-08-06T06:45:20.066183+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:20.066268+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:20.066323+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:20.066409+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:20.066552+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:20.066606+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:20.075749+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:20.075828+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:20.076637+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:20.076703+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:20.150891+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:45:20.150966+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:45:20.173221+00:00] php.INFO: Deprecated: Implicit conversion from float 0.009277105331420898 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.009277105331420898 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173296+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173347+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005606651306152344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005606651306152344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173391+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173438+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0017380714416503906 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0017380714416503906 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173480+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173521+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0016541481018066406 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0016541481018066406 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173560+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173598+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001310110092163086 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001310110092163086 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173636+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173675+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005271434783935547 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005271434783935547 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173713+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173752+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00051116943359375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00051116943359375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173791+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173829+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004980564117431641 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004980564117431641 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173869+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173910+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00041604042053222656 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00041604042053222656 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173949+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.173988+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0003821849822998047 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0003821849822998047 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.174025+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.174065+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0003800392150878906 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0003800392150878906 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.174104+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.174144+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00036025047302246094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00036025047302246094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:20.174183+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02266097068786621 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:27.306360+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:27.307321+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:27.307366+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:27.307398+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:27.310950+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-08-06T06:45:27.371487+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetregisterRepository.php:25)"} [] [2022-08-06T06:45:27.373566+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:45:27.373640+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:45:27.373745+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:45:27.373798+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:45:27.373846+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:45:27.373892+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:45:27.378863+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-08-06T06:45:27.378941+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-08-06T06:45:27.378991+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-08-06T06:45:27.379387+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-08-06T06:45:27.380281+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-08-06T06:45:27.380340+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-08-06T06:45:27.388408+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:27.388637+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:27.389612+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:27.389714+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:27.415135+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:45:27.415221+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:45:27.415282+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:45:27.415341+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:45:27.415396+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:45:27.418011+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:45:27.418077+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:45:27.420806+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:45:27.420871+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:45:27.420929+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:45:27.420979+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:45:27.421025+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:45:27.421112+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:45:27.421613+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:45:27.421681+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:45:27.421740+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:45:27.421796+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:45:27.421849+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:45:27.421904+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:45:27.422644+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:45:27.422714+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:45:27.423016+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:45:27.423081+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:45:27.423137+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:45:27.423192+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:45:27.423916+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:45:27.423984+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:45:27.424044+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:45:27.424098+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:45:27.424151+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:45:27.424203+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:45:27.424623+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:45:27.424738+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:45:27.424795+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:27.424846+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:27.424892+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:27.424937+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:27.424982+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:27.425027+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:45:27.425073+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:27.425117+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:27.425160+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:27.425202+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:27.425245+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:27.425288+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:45:27.425333+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:45:27.425378+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:45:27.425422+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:45:27.425465+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:45:27.433958+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:27.434035+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:27.434094+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:27.434147+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:27.434197+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:27.434245+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:27.466001+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:45:27.466090+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:45:27.466152+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:45:27.466206+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:45:27.466260+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:45:27.486805+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:45:27.486897+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:45:27.486957+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:45:27.487013+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:45:27.487066+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:45:27.487116+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:45:27.487169+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:45:27.487467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.490079+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:45:27.490248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.494236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.495619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.498067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.498448+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' [] [] [2022-08-06T06:45:27.499095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.501824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.502857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.503777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.504305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.504667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.504957+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' [] [] [2022-08-06T06:45:27.505311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.505592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.506589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.507507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.508025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.508363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.508667+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' [] [] [2022-08-06T06:45:27.508998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.521030+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-08-06T06:45:27.529287+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-08-06T06:45:27.529368+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-08-06T06:45:27.529422+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-08-06T06:45:27.529470+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-08-06T06:45:27.529515+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-08-06T06:45:27.529564+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-08-06T06:45:27.529611+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-08-06T06:45:27.529655+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-08-06T06:45:27.529699+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-08-06T06:45:27.530948+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-08-06T06:45:27.551348+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:45:27.551431+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:45:27.551487+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:45:27.551537+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:45:27.551583+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:45:27.551632+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:45:27.552734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:27.553676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:27.554052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-06T06:45:27.554435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:27.554805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:27.555099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-08-06T06:45:27.556537+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-08-06T06:45:27.558004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.559100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.560103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.561100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.561592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.561988+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' [] [] [2022-08-06T06:45:27.562329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.562615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.563653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.564607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.565129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.565465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.565768+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' [] [] [2022-08-06T06:45:27.566093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.566376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.567388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:27.568377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:27.568885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:27.569221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:27.569527+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' [] [] [2022-08-06T06:45:27.569854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:27.754312+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:27.755517+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:27.755564+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:27.755599+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:27.760675+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9e10f"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/a9e10f","method":"GET"} [] [2022-08-06T06:45:27.772823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:27.772919+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:27.772976+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:27.773029+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:27.773081+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:27.773131+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:27.781798+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:27.781873+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:27.782621+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:27.782680+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:28.940131+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:28.941266+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:28.941370+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:28.941406+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:28.946093+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9e10f"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/a9e10f","method":"GET"} [] [2022-08-06T06:45:28.957418+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:28.957492+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:28.957543+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:28.957642+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:28.957689+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:28.957732+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:28.965725+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:28.965792+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:28.966516+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:28.966575+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:29.016273+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:45:29.016346+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:45:29.037318+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005932807922363281 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005932807922363281 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037388+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037437+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005464076995849609 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005464076995849609 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037481+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037522+00:00] php.INFO: Deprecated: Implicit conversion from float 0.002966165542602539 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.002966165542602539 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037564+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037603+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013828277587890625 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013828277587890625 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037641+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037679+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0007259845733642578 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0007259845733642578 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037716+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037754+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0007224082946777344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0007224082946777344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037796+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037834+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006649494171142578 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006649494171142578 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037870+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037908+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005910396575927734 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005910396575927734 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.037944+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038032+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005850791931152344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005850791931152344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038072+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038111+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00043892860412597656 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00043892860412597656 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038148+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038185+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004169940948486328 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004169940948486328 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038222+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038260+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00039505958557128906 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00039505958557128906 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:29.038296+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02028632164001465 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.107806+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:33.108832+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:33.108877+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:33.108912+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:33.112582+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-08-06T06:45:33.141647+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:45:33.141739+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:45:33.141791+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:45:33.141895+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:45:33.141946+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:45:33.141991+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:45:33.161758+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:45:33.161838+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:45:33.161895+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:45:33.161944+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:45:33.161992+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:45:33.166904+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:45:33.166999+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:45:33.195722+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-06T06:45:33.214444+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-06T06:45:33.220977+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-06T06:45:33.226556+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-06T06:45:33.231011+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\VendorRepository.php:25)"} [] [2022-08-06T06:45:33.233972+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\BusinessunitRepository.php:25)"} [] [2022-08-06T06:45:33.236516+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\LocationRepository.php:25)"} [] [2022-08-06T06:45:33.239199+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:45:33.239268+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:45:33.239315+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:45:33.239360+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:45:33.239402+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:45:33.239440+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:45:33.239819+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:45:33.239875+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:45:33.239920+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:45:33.239964+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:45:33.240006+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:45:33.240045+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:45:33.240726+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:45:33.240785+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:45:33.241080+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:45:33.241138+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:45:33.241185+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:45:33.241226+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:45:33.241815+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-06T06:45:33.244474+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:45:33.244586+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:45:33.244638+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:45:33.244682+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:45:33.244723+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:45:33.244762+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:45:33.245158+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:45:33.245217+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:45:33.245266+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:33.245308+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:33.245348+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:33.245386+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:33.245424+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:33.245462+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:45:33.245502+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:45:33.245541+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:45:33.245578+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:45:33.245615+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:45:33.245652+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:45:33.245691+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:45:33.245731+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:45:33.245770+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:45:33.245808+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:45:33.245846+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:45:33.247044+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:45:33.247111+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:45:33.247167+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:45:33.247219+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:45:33.247268+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:45:33.274254+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:45:33.274374+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:45:33.274442+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:45:33.274501+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:45:33.274560+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:45:33.274619+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:45:33.274679+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:45:33.275093+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-06T06:45:33.277676+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:45:33.279938+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:45:33.280011+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:45:33.280064+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:45:33.280118+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:45:33.280167+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:45:33.280213+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:45:33.291068+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-08-06T06:45:33.292830+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-08-06T06:45:33.299873+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-06T06:45:33.301370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-08-06T06:45:33.302777+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-08-06T06:45:33.304313+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-08-06T06:45:33.307184+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:33.307255+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:33.308201+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:33.308269+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:33.329039+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:33.329116+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:33.329171+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:33.329220+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:33.329263+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:33.329305+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:33.342042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.344308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.348291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:33.350158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:33.351598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:33.351948+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' [] [] [2022-08-06T06:45:33.352604+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:33.355370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.356432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.357426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:33.358452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:33.358921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:33.359242+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' [] [] [2022-08-06T06:45:33.359574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:33.359851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.360862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:45:33.361820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:45:33.362321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:45:33.362645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:45:33.362947+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' [] [] [2022-08-06T06:45:33.363267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:45:33.498986+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:45:33.499901+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:45:33.499944+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:45:33.499976+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:45:33.503671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e89b00"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/e89b00","method":"GET"} [] [2022-08-06T06:45:33.513945+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:45:33.514091+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:45:33.514152+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:45:33.514201+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:45:33.514246+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:45:33.514290+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:45:33.520512+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:45:33.520643+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:45:33.521425+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:45:33.521508+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:45:33.555570+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:45:33.555644+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:45:33.580075+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0014319419860839844 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0014319419860839844 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580160+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580216+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0014278888702392578 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0014278888702392578 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580262+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580306+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012669563293457031 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012669563293457031 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580346+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580387+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012450218200683594 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012450218200683594 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580432+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580473+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011708736419677734 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011708736419677734 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580511+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580555+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011560916900634766 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011560916900634766 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580595+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580636+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011119842529296875 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011119842529296875 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:45:33.580675+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008810758590698242 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:55.095848+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:49:55.097053+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:49:55.097097+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:49:55.097129+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:49:55.101700+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2022-08-06T06:49:55.159344+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-06T06:49:55.161430+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:49:55.161544+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:49:55.161618+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:49:55.161692+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:49:55.161734+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:49:55.161833+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:49:55.166440+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-08-06T06:49:55.166510+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-08-06T06:49:55.166556+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-08-06T06:49:55.166994+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-08-06T06:49:55.167854+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-08-06T06:49:55.167914+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-08-06T06:49:55.183449+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-08-06T06:49:55.203078+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:49:55.203158+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:49:55.203938+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:49:55.204002+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:49:55.231724+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:49:55.231810+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:49:55.231865+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:49:55.231915+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:49:55.231962+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:49:55.234378+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:49:55.234500+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:49:55.237318+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:49:55.237390+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:49:55.237442+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:49:55.237491+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:49:55.237535+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:49:55.237583+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:49:55.238018+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:49:55.238080+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:49:55.238132+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:49:55.238180+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:49:55.238227+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:49:55.238275+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:49:55.238997+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:49:55.239062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:49:55.239362+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:49:55.239427+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:49:55.239485+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:49:55.239542+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:49:55.240247+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:49:55.240311+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:49:55.240363+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:49:55.240411+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:49:55.240504+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:49:55.240555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:49:55.240959+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:49:55.241022+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:49:55.241073+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:49:55.241122+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:49:55.241168+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:49:55.241215+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:49:55.241263+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:49:55.241308+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:49:55.241352+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:49:55.241396+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:49:55.241439+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:49:55.241485+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:49:55.241529+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:49:55.241573+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:49:55.241618+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:49:55.241662+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:49:55.241706+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:49:55.241752+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:49:55.254067+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:49:55.254149+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:49:55.254206+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:49:55.254256+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:49:55.254305+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:49:55.254357+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:49:55.285109+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:49:55.285198+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:49:55.285257+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:49:55.285313+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:49:55.285372+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:49:55.312417+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:49:55.312799+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:49:55.312875+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:49:55.312943+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:49:55.313018+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:49:55.313088+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:49:55.313154+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:49:55.313620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.316265+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:49:55.316444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.320479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.321859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.324723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.325178+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' [] [] [2022-08-06T06:49:55.325928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.328993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.330693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.331751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.332343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.333293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.333683+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' [] [] [2022-08-06T06:49:55.334019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.334299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.335289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.336264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.336765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.337091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.337417+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' [] [] [2022-08-06T06:49:55.337743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.350942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-08-06T06:49:55.357521+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-08-06T06:49:55.357600+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-08-06T06:49:55.357653+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-08-06T06:49:55.357704+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-08-06T06:49:55.357752+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-08-06T06:49:55.357797+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-08-06T06:49:55.357841+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-08-06T06:49:55.357884+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-08-06T06:49:55.357930+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-08-06T06:49:55.359181+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2022-08-06T06:49:55.373613+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:49:55.373695+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:49:55.373751+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:49:55.373800+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:49:55.373851+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:49:55.373899+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:49:55.374948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-06T06:49:55.375887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-06T06:49:55.376259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-08-06T06:49:55.378677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-08-06T06:49:55.379681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-08-06T06:49:55.381719+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-08-06T06:49:55.393833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.394952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.396499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.397296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.397780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.398103+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' [] [] [2022-08-06T06:49:55.398439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.398721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.399781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.400742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.401201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.401589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.401948+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' [] [] [2022-08-06T06:49:55.402281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.402550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.403498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:55.404490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:55.405867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:55.406390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:55.406753+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' [] [] [2022-08-06T06:49:55.407085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:55.583925+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:49:55.585096+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:49:55.585140+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:49:55.585177+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:49:55.589911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d5875"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/0d5875","method":"GET"} [] [2022-08-06T06:49:55.601833+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:49:55.601919+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:49:55.601977+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:49:55.602030+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:49:55.602080+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:49:55.602130+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:49:55.610337+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:49:55.610407+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:49:55.611185+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:49:55.611244+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:49:56.744230+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:49:56.745366+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:49:56.745453+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:49:56.745491+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:49:56.750167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d5875"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/0d5875","method":"GET"} [] [2022-08-06T06:49:56.762290+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:49:56.762368+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:49:56.762424+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:49:56.762477+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:49:56.762587+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:49:56.762641+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:49:56.770981+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:49:56.771054+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:49:56.771838+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:49:56.771899+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:49:56.823881+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:49:56.823960+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:49:56.845919+00:00] php.INFO: Deprecated: Implicit conversion from float 0.006758689880371094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.006758689880371094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.845995+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846047+00:00] php.INFO: Deprecated: Implicit conversion from float 0.003947734832763672 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.003947734832763672 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846091+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846133+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0038089752197265625 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0038089752197265625 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846173+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846217+00:00] php.INFO: Deprecated: Implicit conversion from float 0.002022981643676758 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.002022981643676758 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846257+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846297+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001421213150024414 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001421213150024414 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846336+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846374+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013670921325683594 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013670921325683594 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846412+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846451+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0009081363677978516 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0009081363677978516 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846489+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846529+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0008749961853027344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0008749961853027344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846567+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846605+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006887912750244141 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006887912750244141 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846699+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846743+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006499290466308594 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006499290466308594 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846782+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846821+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005779266357421875 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005779266357421875 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846861+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846900+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004749298095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004749298095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:56.846938+00:00] php.INFO: Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.02350139617919922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:57.930347+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:49:57.931253+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:49:57.931341+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:49:57.931377+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:49:57.934722+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"2"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetname/2/edit","method":"GET"} [] [2022-08-06T06:49:57.985979+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-06T06:49:57.999749+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:49:57.999831+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:49:57.999889+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:49:58.000004+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:49:58.000064+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:49:58.019734+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:49:58.019823+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:49:58.019880+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:49:58.019931+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:49:58.019979+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:49:58.020026+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:49:58.020073+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:49:58.020439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["2"] [] [2022-08-06T06:49:58.023544+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:49:58.046478+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:49:58.046562+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:49:58.046619+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:49:58.046673+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:49:58.046729+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:49:58.046783+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:49:58.047403+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:49:58.047467+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:49:58.047523+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:49:58.047578+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:49:58.047632+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:49:58.047684+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:49:58.075684+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:49:58.075784+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:49:58.075838+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:49:58.075887+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:49:58.075931+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:49:58.078401+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:49:58.078465+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:49:58.084676+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-06T06:49:58.099488+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-06T06:49:58.101357+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:49:58.101427+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:49:58.101474+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:49:58.101515+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:49:58.101555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:49:58.101593+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:49:58.101971+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:49:58.102031+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:49:58.102079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:49:58.102122+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:49:58.102163+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:49:58.102201+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:49:58.106420+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-06T06:49:58.109508+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:49:58.109581+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:49:58.109873+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:49:58.109929+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:49:58.109975+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:49:58.110016+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:49:58.110608+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-06T06:49:58.111261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-08-06T06:49:58.112763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-06T06:49:58.114049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-06T06:49:58.117161+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:49:58.117229+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:49:58.117277+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:49:58.117320+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:49:58.117365+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:49:58.117405+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:49:58.117811+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:49:58.117869+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:49:58.117917+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:49:58.117959+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:49:58.118002+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:49:58.118041+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:49:58.118080+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:49:58.118119+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:49:58.118158+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:49:58.118195+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:49:58.118234+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:49:58.118271+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:49:58.118310+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:49:58.118348+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:49:58.118387+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:49:58.118425+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:49:58.118465+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:49:58.118502+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:49:58.119056+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-06T06:49:58.120770+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-06T06:49:58.121402+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [2] [] [2022-08-06T06:49:58.125373+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:49:58.125455+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:49:58.126213+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:49:58.126339+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:49:58.144917+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-08-06T06:49:58.175221+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:49:58.175302+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:49:58.175357+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:49:58.175407+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:49:58.175482+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:49:58.175531+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:49:58.195425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.196650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.200557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:58.202380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:58.203801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:58.204138+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' [] [] [2022-08-06T06:49:58.204885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:58.207803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.208850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.209822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:58.210386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:58.210722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:58.211917+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' [] [] [2022-08-06T06:49:58.212519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:58.212912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.213946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:49:58.214915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:49:58.215432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:49:58.215790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:49:58.216129+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' [] [] [2022-08-06T06:49:58.216526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:49:58.364935+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:49:58.366007+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:49:58.366055+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:49:58.366091+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:49:58.369870+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d430cc"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d430cc","method":"GET"} [] [2022-08-06T06:49:58.380098+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:49:58.380212+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:49:58.380270+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:49:58.380381+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:49:58.380434+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:49:58.380479+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:49:58.387504+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:49:58.387607+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:49:58.388765+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:49:58.389267+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:49:58.420719+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:49:58.420795+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:49:58.447993+00:00] php.INFO: Deprecated: Implicit conversion from float 0.002254009246826172 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.002254009246826172 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448071+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448124+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00197601318359375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00197601318359375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448169+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448272+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001277923583984375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001277923583984375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448319+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448362+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011091232299804688 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011091232299804688 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448403+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448443+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011029243469238281 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011029243469238281 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448482+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448523+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00029206275939941406 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00029206275939941406 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448562+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448602+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0002808570861816406 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0002808570861816406 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:49:58.448642+00:00] php.INFO: Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.008292913436889648 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:19.852878+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:50:19.853901+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:50:19.853946+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:50:19.853982+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:50:19.857633+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-08-06T06:50:19.917548+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetregisterRepository.php:25)"} [] [2022-08-06T06:50:19.919574+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:50:19.919638+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:50:19.919746+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:50:19.919799+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:50:19.919847+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:50:19.919893+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:50:19.924551+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-08-06T06:50:19.924620+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-08-06T06:50:19.924673+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-08-06T06:50:19.925098+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-08-06T06:50:19.926011+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-08-06T06:50:19.926072+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-08-06T06:50:19.935380+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:50:19.935517+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:50:19.936171+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:50:19.936237+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:50:19.969582+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:50:19.969672+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:50:19.969786+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:50:19.969848+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:50:19.969903+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:50:19.972772+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:50:19.972850+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:50:19.975812+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:50:19.975968+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:50:19.976051+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:50:19.976134+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:50:19.976192+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:50:19.976245+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:50:19.976724+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:50:19.976791+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:50:19.976848+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:50:19.976902+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:50:19.976955+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:50:19.977006+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:50:19.977689+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:50:19.977756+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:50:19.978056+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:50:19.978145+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:50:19.978236+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:50:19.978409+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:50:19.980133+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:50:19.980261+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:50:19.980330+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:50:19.980405+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:50:19.980481+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:50:19.980538+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:50:19.981090+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:50:19.981162+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:50:19.981221+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:50:19.981277+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:50:19.981330+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:50:19.981383+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:50:19.981434+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:50:19.981487+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:50:19.981539+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:50:19.981589+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:50:19.981638+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:50:19.981686+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:50:19.981736+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:50:19.981785+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:50:19.981837+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:50:19.981888+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:50:19.981938+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:50:19.981987+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:50:19.992014+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:50:19.992100+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:50:19.992163+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:50:19.992220+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:50:19.992277+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:50:19.992333+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:50:20.032463+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:50:20.032557+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:50:20.032619+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:50:20.032675+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:50:20.032729+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:50:20.034897+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:50:20.034982+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:50:20.035043+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:50:20.035099+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:50:20.035154+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:50:20.035206+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:50:20.035265+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:50:20.035608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.037748+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:50:20.037906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.041788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.043031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.044427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.044713+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' [] [] [2022-08-06T06:50:20.045736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.049192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.050257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.051167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.051717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.052038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.052290+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' [] [] [2022-08-06T06:50:20.052551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.052755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.053704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.054598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.055041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.055298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.055531+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' [] [] [2022-08-06T06:50:20.055782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.069372+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-08-06T06:50:20.077525+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-08-06T06:50:20.077609+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-08-06T06:50:20.077663+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-08-06T06:50:20.077711+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-08-06T06:50:20.077757+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-08-06T06:50:20.077806+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-08-06T06:50:20.077853+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-08-06T06:50:20.077897+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-08-06T06:50:20.077941+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-08-06T06:50:20.080258+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-08-06T06:50:20.102262+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:50:20.102347+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:50:20.102405+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:50:20.102456+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:50:20.102504+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:50:20.102553+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:50:20.103667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-08-06T06:50:20.104619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-06T06:50:20.104938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-06T06:50:20.105283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-08-06T06:50:20.105575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-08-06T06:50:20.105819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-08-06T06:50:20.107091+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-08-06T06:50:20.108634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.109642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.110530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.111094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.111363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.111575+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' [] [] [2022-08-06T06:50:20.111817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.112059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.113417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.114492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.114983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.115295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.115583+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' [] [] [2022-08-06T06:50:20.115891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.116097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.117005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:20.117900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:20.118410+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:20.118748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:20.119052+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' [] [] [2022-08-06T06:50:20.119376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:20.286816+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:50:20.287962+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:50:20.288005+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:50:20.288039+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:50:20.292643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3dc5f"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d3dc5f","method":"GET"} [] [2022-08-06T06:50:20.304207+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:50:20.304285+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:50:20.304337+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:50:20.304384+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:50:20.304429+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:50:20.304472+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:50:20.311808+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:50:20.311880+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:50:20.312629+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:50:20.312690+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:50:21.436995+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:50:21.438165+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:50:21.438210+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:50:21.438243+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:50:21.442594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3dc5f"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/d3dc5f","method":"GET"} [] [2022-08-06T06:50:21.454020+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:50:21.454094+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:50:21.454145+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:50:21.454252+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:50:21.454303+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:50:21.454347+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:50:21.462241+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:50:21.462308+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:50:21.463032+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:50:21.463093+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:50:21.514542+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:50:21.514615+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:50:21.537037+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005407571792602539 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005407571792602539 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537116+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537168+00:00] php.INFO: Deprecated: Implicit conversion from float 0.005351066589355469 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.005351066589355469 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537213+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537256+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0018019676208496094 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0018019676208496094 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537304+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537347+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012252330780029297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012252330780029297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537388+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537428+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0007638931274414062 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0007638931274414062 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537467+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537507+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006761550903320312 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006761550903320312 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537547+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537592+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005409717559814453 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005409717559814453 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537631+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537671+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004971027374267578 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004971027374267578 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537769+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537816+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0004901885986328125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0004901885986328125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537856+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537898+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00039315223693847656 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00039315223693847656 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537937+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.537976+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00029087066650390625 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00029087066650390625 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.538017+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.538056+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0002899169921875 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0002899169921875 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:21.538095+00:00] php.INFO: Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.017728090286254883 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.426126+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:50:22.427138+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:50:22.427185+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:50:22.427218+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:50:22.430687+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-08-06T06:50:22.459274+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-06T06:50:22.459350+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-06T06:50:22.459401+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-06T06:50:22.459508+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-06T06:50:22.459558+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-06T06:50:22.459603+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-06T06:50:22.478929+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-06T06:50:22.479008+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-06T06:50:22.479066+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-06T06:50:22.479118+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-06T06:50:22.479168+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-06T06:50:22.481746+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-06T06:50:22.481808+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-06T06:50:22.509548+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-06T06:50:22.528358+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-06T06:50:22.534677+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-06T06:50:22.540316+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-06T06:50:22.544045+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\VendorRepository.php:25)"} [] [2022-08-06T06:50:22.546902+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\BusinessunitRepository.php:25)"} [] [2022-08-06T06:50:22.549427+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\LocationRepository.php:25)"} [] [2022-08-06T06:50:22.552079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-06T06:50:22.552144+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-06T06:50:22.552195+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-06T06:50:22.552239+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-06T06:50:22.552280+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-06T06:50:22.552318+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-06T06:50:22.552694+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-06T06:50:22.552750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-06T06:50:22.552799+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-06T06:50:22.552843+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-06T06:50:22.552885+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-06T06:50:22.552925+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-06T06:50:22.553601+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-06T06:50:22.553701+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-06T06:50:22.554303+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-06T06:50:22.554566+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-06T06:50:22.554639+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-06T06:50:22.554696+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-06T06:50:22.555615+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-06T06:50:22.558557+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-06T06:50:22.558685+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-06T06:50:22.558738+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-06T06:50:22.558783+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-06T06:50:22.558823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-06T06:50:22.558862+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-06T06:50:22.559269+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-06T06:50:22.559328+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-06T06:50:22.559377+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:50:22.559420+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:50:22.559460+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:50:22.559500+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:50:22.559538+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:50:22.559578+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-06T06:50:22.559617+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-06T06:50:22.559655+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-06T06:50:22.559693+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-06T06:50:22.559729+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-06T06:50:22.559766+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-06T06:50:22.559805+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-06T06:50:22.559844+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-06T06:50:22.559884+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-06T06:50:22.559923+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-06T06:50:22.559961+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-06T06:50:22.561138+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-06T06:50:22.561204+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-06T06:50:22.561260+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-06T06:50:22.561311+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-06T06:50:22.561359+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-06T06:50:22.563600+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-06T06:50:22.563678+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-06T06:50:22.563738+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-06T06:50:22.563790+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-06T06:50:22.563841+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-06T06:50:22.563888+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-06T06:50:22.563939+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-06T06:50:22.564241+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-06T06:50:22.566630+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-06T06:50:22.568818+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-06T06:50:22.568883+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-06T06:50:22.568937+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-06T06:50:22.568991+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-06T06:50:22.569039+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-06T06:50:22.569086+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-06T06:50:22.579979+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-08-06T06:50:22.581566+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-08-06T06:50:22.589078+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-06T06:50:22.590617+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-08-06T06:50:22.592021+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-08-06T06:50:22.593397+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-08-06T06:50:22.596241+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:50:22.596315+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:50:22.597067+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:50:22.597128+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:50:22.619110+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:50:22.619189+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:50:22.619250+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:50:22.619305+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:50:22.619355+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:50:22.619403+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:50:22.632595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.633721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.637783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:22.639507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:22.640907+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:22.641295+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' [] [] [2022-08-06T06:50:22.641965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:22.644610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.645657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.646636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:22.647967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:22.649111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:22.649599+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' [] [] [2022-08-06T06:50:22.650032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:22.650371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.651414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-06T06:50:22.652431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-06T06:50:22.653004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-06T06:50:22.653341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-06T06:50:22.653644+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' [] [] [2022-08-06T06:50:22.653979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-06T06:50:22.796661+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-06T06:50:22.797639+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-06T06:50:22.797683+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-06T06:50:22.797719+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-06T06:50:22.801458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77ffa7"},"request_uri":"http://127.0.0.1:8081/fixedasset/public/index.php/_wdt/77ffa7","method":"GET"} [] [2022-08-06T06:50:22.810999+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-06T06:50:22.811164+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-06T06:50:22.811222+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-06T06:50:22.811270+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-06T06:50:22.811314+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-06T06:50:22.811356+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-06T06:50:22.818620+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-06T06:50:22.818779+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-06T06:50:22.820087+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-06T06:50:22.820183+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-06T06:50:22.851369+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-06T06:50:22.851446+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-06T06:50:22.876904+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001325845718383789 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001325845718383789 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877041+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877098+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013039112091064453 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013039112091064453 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877145+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877188+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012729167938232422 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012729167938232422 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877229+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877270+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001191854476928711 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001191854476928711 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877309+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877348+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011279582977294922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011279582977294922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877389+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877428+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001127004623413086 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001127004623413086 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877468+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877508+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0010809898376464844 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0010809898376464844 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-06T06:50:22.877546+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00843048095703125 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:07.745388+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:07.748306+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:07.748363+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:07.748403+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:07.785018+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:07.785650+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:07.785860+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:07.786032+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:07.786194+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:07.786347+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:07.805344+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-08-20T11:59:07.811322+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:07.811408+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:07.813490+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:07.813568+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:07.873959+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:07.874043+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:07.874112+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:07.874163+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:07.874212+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:07.900133+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:07.900413+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:07.900571+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:07.900715+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:07.900840+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:07.900963+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:07.901223+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:07.906635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.916874+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:07.917169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.940234+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:07.947250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:07.953789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:07.954300+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' [] [] [2022-08-20T11:59:07.955502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:07.964641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.966828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.968533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:07.969208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:07.969587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:07.969921+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' [] [] [2022-08-20T11:59:07.970276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:07.970564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.971676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:07.972788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:07.973315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:07.973647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:07.973922+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' [] [] [2022-08-20T11:59:07.974225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:08.158719+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:08.159836+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:08.159888+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:08.159924+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:08.164433+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1158d"},"request_uri":"http://127.0.0.1:8000/_wdt/d1158d","method":"GET"} [] [2022-08-20T11:59:08.182979+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:08.183131+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:08.183343+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:08.183463+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:08.183531+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:08.183600+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:08.201737+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:08.201842+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:08.202536+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:08.202603+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:08.230280+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-20T11:59:08.230364+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-20T11:59:21.008915+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:21.010940+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:21.011028+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:21.011067+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:21.024566+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:21.024640+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:21.024695+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:21.024745+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:21.024837+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:21.024889+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:21.031228+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/category"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/category\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/category/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-08-20T11:59:21.095124+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:21.095208+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:21.095858+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:21.095925+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:21.121000+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:21.121086+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:21.121144+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:21.121195+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:21.121293+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:21.123566+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:21.123644+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:21.123700+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:21.123754+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:21.123809+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:21.123860+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:21.123911+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:21.124902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.127154+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:21.127332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.135509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.136697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.138033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.138344+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' [] [] [2022-08-20T11:59:21.139504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.141943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.143083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.144188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.144766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.145107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.145414+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' [] [] [2022-08-20T11:59:21.145743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.146017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.146964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.147909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.148396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.148719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.149022+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' [] [] [2022-08-20T11:59:21.149341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.150206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.151133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.152069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.152544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.152862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.153159+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' [] [] [2022-08-20T11:59:21.153547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.153828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.154822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.155827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.156383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.156721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.157023+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' [] [] [2022-08-20T11:59:21.157348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.157612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.158541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:21.159654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:21.160435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:21.160891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:21.161207+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' [] [] [2022-08-20T11:59:21.161540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:21.359064+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:21.360127+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:21.360260+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:21.360309+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:21.364475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ce54c"},"request_uri":"http://127.0.0.1:8000/_wdt/6ce54c","method":"GET"} [] [2022-08-20T11:59:21.373651+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:21.373723+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:21.373777+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:21.373873+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:21.373926+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:21.373974+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:21.380635+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:21.380710+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:21.381342+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:21.381406+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:21.403163+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-20T11:59:21.403241+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-20T11:59:21.424686+00:00] php.INFO: Deprecated: Implicit conversion from float 0.006009817123413086 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.006009817123413086 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.424770+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.424832+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0018310546875 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0018310546875 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.424880+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.424928+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013799667358398438 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013799667358398438 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425018+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425072+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011622905731201172 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011622905731201172 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425117+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425161+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0007021427154541016 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0007021427154541016 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425203+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425247+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0006737709045410156 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0006737709045410156 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:21.425289+00:00] php.INFO: Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.011759042739868164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:30.959786+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:30.960988+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:30.961083+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:30.961127+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:30.965266+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-08-20T11:59:31.052462+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\AssetnameRepository.php:25)"} [] [2022-08-20T11:59:31.057290+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-20T11:59:31.057379+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-20T11:59:31.057432+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-20T11:59:31.057517+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-20T11:59:31.057568+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-20T11:59:31.057613+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-20T11:59:31.072267+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:488)"} [] [2022-08-20T11:59:31.072355+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:496)"} [] [2022-08-20T11:59:31.072406+00:00] php.INFO: Deprecated: Return type of Pagerfanta\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Pagerfanta\\Pagerfanta::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:514)"} [] [2022-08-20T11:59:31.073924+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-08-20T11:59:31.076503+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:120)"} [] [2022-08-20T11:59:31.076614+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Tools\Pagination\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Tools\\Pagination\\Paginator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\Paginator.php:138)"} [] [2022-08-20T11:59:31.088687+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:31.088774+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:31.089468+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:31.089534+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:31.145514+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-20T11:59:31.145601+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-20T11:59:31.145659+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-20T11:59:31.145710+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-20T11:59:31.145763+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-20T11:59:31.155215+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-20T11:59:31.155392+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-20T11:59:31.164620+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-20T11:59:31.164749+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-20T11:59:31.164842+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-20T11:59:31.164931+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-20T11:59:31.165015+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-20T11:59:31.165093+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-20T11:59:31.166216+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-20T11:59:31.166324+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-20T11:59:31.166413+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-20T11:59:31.166501+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-20T11:59:31.166584+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-20T11:59:31.166664+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-20T11:59:31.168630+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-20T11:59:31.168726+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-20T11:59:31.169356+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-20T11:59:31.169503+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-20T11:59:31.169586+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-20T11:59:31.169659+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-20T11:59:31.171463+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-20T11:59:31.171557+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-20T11:59:31.171635+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-20T11:59:31.171712+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-20T11:59:31.171783+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-20T11:59:31.171852+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-20T11:59:31.172972+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-20T11:59:31.173051+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-20T11:59:31.173118+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:31.173183+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:31.173245+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:31.173304+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:31.173363+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:31.173422+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-20T11:59:31.173480+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:31.173539+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:31.173598+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:31.173655+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:31.173717+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:31.173776+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-20T11:59:31.173833+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-20T11:59:31.173893+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-20T11:59:31.173953+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-20T11:59:31.174010+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-20T11:59:31.185823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:31.185905+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:31.185963+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:31.186021+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:31.186073+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:31.186135+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:31.265722+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:31.265810+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:31.265872+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:31.265931+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:31.265991+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:31.292668+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:31.293078+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:31.293393+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:31.293688+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:31.293936+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:31.294184+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:31.294453+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:31.295822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.302177+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:31.302618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.310595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.312940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.315133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.315570+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' [] [] [2022-08-20T11:59:31.316374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.319583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.320885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.322159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.322762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.323111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.323419+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' [] [] [2022-08-20T11:59:31.323757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.324026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.325107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.326203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.326729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.327148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.327562+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' [] [] [2022-08-20T11:59:31.328067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.351793+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-08-20T11:59:31.369937+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:69)"} [] [2022-08-20T11:59:31.370039+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:85)"} [] [2022-08-20T11:59:31.370096+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:77)"} [] [2022-08-20T11:59:31.370147+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:95)"} [] [2022-08-20T11:59:31.370195+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:61)"} [] [2022-08-20T11:59:31.370244+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:103)"} [] [2022-08-20T11:59:31.370297+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:113)"} [] [2022-08-20T11:59:31.370346+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:132)"} [] [2022-08-20T11:59:31.370394+00:00] php.INFO: Deprecated: Return type of Doctrine\ORM\Query\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\ORM\\Query\\TreeWalkerChainIterator::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\TreeWalkerChainIterator.php:144)"} [] [2022-08-20T11:59:31.372842+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2022-08-20T11:59:31.391198+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-20T11:59:31.391280+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-20T11:59:31.391338+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-20T11:59:31.391392+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-20T11:59:31.391443+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-20T11:59:31.391492+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-20T11:59:31.393159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-08-20T11:59:31.394781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-08-20T11:59:31.395467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-08-20T11:59:31.400064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-08-20T11:59:31.400393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-08-20T11:59:31.402293+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-08-20T11:59:31.423612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.424715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.425652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.426221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.426524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.426789+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' [] [] [2022-08-20T11:59:31.427083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.427486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.428784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.429981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.430500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.430801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.431063+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' [] [] [2022-08-20T11:59:31.431356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.431591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.432505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:31.433418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:31.433853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:31.434133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:31.434387+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' [] [] [2022-08-20T11:59:31.434673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:31.980625+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:31.981882+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:31.981927+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:31.982002+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:31.987034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17f02d"},"request_uri":"http://127.0.0.1:8000/_wdt/17f02d","method":"GET"} [] [2022-08-20T11:59:31.999023+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:31.999098+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:31.999153+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:31.999203+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:31.999251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:31.999346+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:32.007823+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:32.007886+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:32.008684+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:32.008744+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:32.062147+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-20T11:59:32.062228+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-20T11:59:32.087861+00:00] php.INFO: Deprecated: Implicit conversion from float 0.013298988342285156 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.013298988342285156 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.087971+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088036+00:00] php.INFO: Deprecated: Implicit conversion from float 0.010028600692749023 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.010028600692749023 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088090+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088144+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0043849945068359375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0043849945068359375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088195+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088246+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0027000904083251953 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0027000904083251953 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088296+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088398+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0019180774688720703 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0019180774688720703 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088452+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088503+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013890266418457031 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013890266418457031 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088553+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088602+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0009129047393798828 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0009129047393798828 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088650+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088700+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0008590221405029297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0008590221405029297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088749+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088799+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0008440017700195312 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0008440017700195312 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088849+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088898+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00063323974609375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00063323974609375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.088949+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.089000+00:00] php.INFO: Deprecated: Implicit conversion from float 0.00051116943359375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.00051116943359375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.089048+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.089097+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0005087852478027344 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0005087852478027344 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:32.089145+00:00] php.INFO: Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.037988901138305664 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:34.396215+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:34.397205+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:34.397251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:34.397326+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:34.401153+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-08-20T11:59:34.410703+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-20T11:59:34.410775+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-20T11:59:34.410825+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-20T11:59:34.410870+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-20T11:59:34.410965+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-20T11:59:34.411012+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-20T11:59:34.435768+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-20T11:59:34.435851+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-20T11:59:34.435903+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-20T11:59:34.435951+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-20T11:59:34.435999+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-20T11:59:34.438835+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-20T11:59:34.438910+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-20T11:59:34.496361+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-20T11:59:34.528940+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-20T11:59:34.530789+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-20T11:59:34.530861+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-20T11:59:34.530912+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-20T11:59:34.530957+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-20T11:59:34.531000+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-20T11:59:34.531040+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-20T11:59:34.531440+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-20T11:59:34.531498+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-20T11:59:34.531592+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-20T11:59:34.531641+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-20T11:59:34.531685+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-20T11:59:34.531728+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-20T11:59:34.537458+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-20T11:59:34.539080+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-20T11:59:34.539161+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-20T11:59:34.539474+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-20T11:59:34.539533+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-20T11:59:34.539583+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-20T11:59:34.539629+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-20T11:59:34.541534+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-20T11:59:34.544813+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-20T11:59:34.544894+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-20T11:59:34.544946+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-20T11:59:34.544992+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-20T11:59:34.545036+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-20T11:59:34.545083+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-20T11:59:34.545516+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-20T11:59:34.545577+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-20T11:59:34.545626+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:34.545672+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:34.545717+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:34.545759+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:34.545860+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:34.545908+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-20T11:59:34.545951+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:34.545994+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:34.546034+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:34.546076+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:34.546119+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:34.546163+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-20T11:59:34.546204+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-20T11:59:34.546246+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-20T11:59:34.546289+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-20T11:59:34.546330+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-20T11:59:34.548349+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:34.548438+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:34.548497+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:34.548550+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:34.548603+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:34.563078+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:34.563170+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:34.563229+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:34.563287+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:34.563340+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:34.563442+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:34.563497+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:34.563821+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-20T11:59:34.566228+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:34.574623+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-20T11:59:34.574712+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-20T11:59:34.574778+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-20T11:59:34.574837+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-20T11:59:34.574894+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-20T11:59:34.574950+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-20T11:59:34.589363+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-20T11:59:34.591205+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-08-20T11:59:34.593712+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:34.593792+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:34.594431+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:34.594494+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:34.630945+00:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Node\\Node.php:151)"} [] [2022-08-20T11:59:34.662562+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:34.662645+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:34.662700+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:34.662750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:34.662796+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:34.662842+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:34.684867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.686029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.690226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:34.691675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:34.692929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:34.693229+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' [] [] [2022-08-20T11:59:34.693809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:34.696728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.697717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.698702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:34.699229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:34.699585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:34.699868+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' [] [] [2022-08-20T11:59:34.700202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:34.700479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.701443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:34.702399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:34.702878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:34.703200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:34.703503+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' [] [] [2022-08-20T11:59:34.703840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:35.059844+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:35.061164+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:35.061212+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:35.061251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:35.065960+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64fd38"},"request_uri":"http://127.0.0.1:8000/_wdt/64fd38","method":"GET"} [] [2022-08-20T11:59:35.079205+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:35.079290+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:35.079349+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:35.079405+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:35.079460+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:35.079526+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:35.087492+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:35.087557+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:35.088353+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:35.088413+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:35.116883+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-20T11:59:35.116964+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-20T11:59:35.140940+00:00] php.INFO: Deprecated: Implicit conversion from float 0.001535177230834961 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.001535177230834961 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:35.141025+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:35.141080+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0012500286102294922 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0012500286102294922 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:35.141128+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:35.141174+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011861324310302734 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011861324310302734 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:35.141218+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0039713382720947266 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:37.643079+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:37.644061+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:37.644148+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:37.644188+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:37.648024+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2022-08-20T11:59:37.702814+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-20T11:59:37.704746+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-20T11:59:37.704816+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-20T11:59:37.704867+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-20T11:59:37.704966+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-20T11:59:37.705016+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-20T11:59:37.705061+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-20T11:59:37.723424+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:37.723508+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:37.723569+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:37.723629+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:37.723687+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:37.742718+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:37.742805+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:37.742910+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:37.742965+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:37.743017+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:37.743064+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:37.743112+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:37.743442+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2022-08-20T11:59:37.746769+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:37.762464+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-20T11:59:37.762544+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-20T11:59:37.762597+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-20T11:59:37.762645+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-20T11:59:37.762694+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-20T11:59:37.762740+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-20T11:59:37.783765+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:37.783845+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:37.783902+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:37.783956+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:37.784005+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:37.784051+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:37.789896+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:37.789970+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:37.790770+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:37.790883+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:37.813387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.814540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.819007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:37.820606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:37.821991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:37.822346+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' [] [] [2022-08-20T11:59:37.822997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:37.825896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.826955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.827947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:37.828483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:37.828826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:37.829139+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' [] [] [2022-08-20T11:59:37.829475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:37.829754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.830711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:37.831690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:37.832177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:37.832519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:37.832946+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' [] [] [2022-08-20T11:59:37.833320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:45.179626+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:45.180879+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:45.180924+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:45.180993+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:45.185373+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-08-20T11:59:45.196547+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:277)"} [] [2022-08-20T11:59:45.196622+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:318)"} [] [2022-08-20T11:59:45.196675+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:167)"} [] [2022-08-20T11:59:45.196726+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:179)"} [] [2022-08-20T11:59:45.196815+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:189)"} [] [2022-08-20T11:59:45.196867+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\ArrayCollection.php:207)"} [] [2022-08-20T11:59:45.221018+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1226)"} [] [2022-08-20T11:59:45.221098+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:969)"} [] [2022-08-20T11:59:45.221151+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1240)"} [] [2022-08-20T11:59:45.221204+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1250)"} [] [2022-08-20T11:59:45.221251+00:00] php.INFO: Deprecated: Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\OptionsResolver\\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\options-resolver\\OptionsResolver.php:1266)"} [] [2022-08-20T11:59:45.223786+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:217)"} [] [2022-08-20T11:59:45.223850+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormBuilder::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormBuilder.php:163)"} [] [2022-08-20T11:59:45.271112+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\UnitRepository.php:25)"} [] [2022-08-20T11:59:45.293144+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\GroupRepository.php:25)"} [] [2022-08-20T11:59:45.294973+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1009)"} [] [2022-08-20T11:59:45.295042+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:957)"} [] [2022-08-20T11:59:45.295093+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:971)"} [] [2022-08-20T11:59:45.295139+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:987)"} [] [2022-08-20T11:59:45.295182+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:999)"} [] [2022-08-20T11:59:45.295224+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Form::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Form.php:1019)"} [] [2022-08-20T11:59:45.295645+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:104)"} [] [2022-08-20T11:59:45.295750+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:112)"} [] [2022-08-20T11:59:45.295804+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:124)"} [] [2022-08-20T11:59:45.295851+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:145)"} [] [2022-08-20T11:59:45.295895+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:162)"} [] [2022-08-20T11:59:45.295937+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMap::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMap.php:170)"} [] [2022-08-20T11:59:45.300257+00:00] php.INFO: Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter {"exception":"[object] (ErrorException(code: 0): Deprecated: Optional parameter $page declared before required parameter $tag is implicitly treated as a required parameter at C:\\Apache24\\htdocs\\fixedasset\\src\\Repository\\SubgroupRepository.php:25)"} [] [2022-08-20T11:59:45.301347+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:39)"} [] [2022-08-20T11:59:45.301412+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\InheritDataAwareIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\InheritDataAwareIterator.php:31)"} [] [2022-08-20T11:59:45.301719+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:103)"} [] [2022-08-20T11:59:45.301780+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:111)"} [] [2022-08-20T11:59:45.301831+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:127)"} [] [2022-08-20T11:59:45.301877+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\Util\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\Util\\OrderedHashMapIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\Util\\OrderedHashMapIterator.php:149)"} [] [2022-08-20T11:59:45.302564+00:00] php.INFO: Deprecated: Return type of Symfony\Component\PropertyAccess\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\PropertyAccess\\PropertyPath::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\property-access\\PropertyPath.php:157)"} [] [2022-08-20T11:59:45.304877+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:123)"} [] [2022-08-20T11:59:45.304941+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:111)"} [] [2022-08-20T11:59:45.304991+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetSet($name, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:133)"} [] [2022-08-20T11:59:45.305037+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:143)"} [] [2022-08-20T11:59:45.305082+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:153)"} [] [2022-08-20T11:59:45.305128+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormView::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormView::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormView.php:163)"} [] [2022-08-20T11:59:45.305555+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:196)"} [] [2022-08-20T11:59:45.305616+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:204)"} [] [2022-08-20T11:59:45.305666+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:45.305712+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:45.305758+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:45.305804+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:45.305849+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:45.305893+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::seek($position) should either be compatible with SeekableIterator::seek(int $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:238)"} [] [2022-08-20T11:59:45.305936+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:96)"} [] [2022-08-20T11:59:45.305978+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::next() should either be compatible with Iterator::next(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:104)"} [] [2022-08-20T11:59:45.306020+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:114)"} [] [2022-08-20T11:59:45.306062+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:124)"} [] [2022-08-20T11:59:45.306106+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:135)"} [] [2022-08-20T11:59:45.306154+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetExists($position) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:147)"} [] [2022-08-20T11:59:45.306198+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetGet($position) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:161)"} [] [2022-08-20T11:59:45.306241+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetSet($position, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:175)"} [] [2022-08-20T11:59:45.306285+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::offsetUnset($position) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:185)"} [] [2022-08-20T11:59:45.306328+00:00] php.INFO: Deprecated: Return type of Symfony\Component\Form\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Form\\FormErrorIterator::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\form\\FormErrorIterator.php:226)"} [] [2022-08-20T11:59:45.307649+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:50)"} [] [2022-08-20T11:59:45.307719+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:99)"} [] [2022-08-20T11:59:45.307846+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:76)"} [] [2022-08-20T11:59:45.307924+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOConnection::quote($value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:91)"} [] [2022-08-20T11:59:45.307989+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOQueryImplementation.php:20)"} [] [2022-08-20T11:59:45.329362+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindParam($param, &$variable, $type = Doctrine\\DBAL\\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:79)"} [] [2022-08-20T11:59:45.329457+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::bindValue($param, $value, $type = Doctrine\\DBAL\\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:59)"} [] [2022-08-20T11:59:45.329516+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:95)"} [] [2022-08-20T11:59:45.329571+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:109)"} [] [2022-08-20T11:59:45.329622+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:123)"} [] [2022-08-20T11:59:45.329677+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:143)"} [] [2022-08-20T11:59:45.329731+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\Driver\\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatementImplementations.php:36)"} [] [2022-08-20T11:59:45.330052+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-08-20T11:59:45.332590+00:00] php.INFO: Deprecated: Return type of Doctrine\DBAL\ForwardCompatibility\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\DBAL\\ForwardCompatibility\\Result::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\ForwardCompatibility\\Result.php:43)"} [] [2022-08-20T11:59:45.338066+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:31)"} [] [2022-08-20T11:59:45.338143+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:279)"} [] [2022-08-20T11:59:45.338202+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:291)"} [] [2022-08-20T11:59:45.338254+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:307)"} [] [2022-08-20T11:59:45.338305+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:321)"} [] [2022-08-20T11:59:45.338354+00:00] php.INFO: Deprecated: Return type of Doctrine\Common\Collections\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Doctrine\\Common\\Collections\\AbstractLazyCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\collections\\lib\\Doctrine\\Common\\Collections\\AbstractLazyCollection.php:332)"} [] [2022-08-20T11:59:45.347220+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-08-20T11:59:45.348831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-08-20T11:59:45.351220+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:45.351291+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:45.351933+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:45.351999+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:45.370011+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:45.370090+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:45.370149+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:45.370201+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:45.370248+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:45.370293+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:45.383799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.384952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.388661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:45.389834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:45.391176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:45.391560+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' [] [] [2022-08-20T11:59:45.393548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:45.396163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.397207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.398193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:45.398740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:45.399080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:45.399393+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' [] [] [2022-08-20T11:59:45.399731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:45.400004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.400976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-08-20T11:59:45.401955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-08-20T11:59:45.402449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-08-20T11:59:45.402785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-08-20T11:59:45.403095+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' [] [] [2022-08-20T11:59:45.403424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-08-20T11:59:45.726019+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:210)"} [] [2022-08-20T11:59:45.728004+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\ParameterBag.php:220)"} [] [2022-08-20T11:59:45.728056+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:255)"} [] [2022-08-20T11:59:45.728095+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\HeaderBag.php:265)"} [] [2022-08-20T11:59:45.732191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b5e90"},"request_uri":"http://127.0.0.1:8000/_wdt/5b5e90","method":"GET"} [] [2022-08-20T11:59:45.741626+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:153)"} [] [2022-08-20T11:59:45.741758+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:158)"} [] [2022-08-20T11:59:45.741817+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:163)"} [] [2022-08-20T11:59:45.741868+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:168)"} [] [2022-08-20T11:59:45.741917+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:114)"} [] [2022-08-20T11:59:45.741963+00:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\var-dumper\\Cloner\\Data.php:122)"} [] [2022-08-20T11:59:45.750484+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:134)"} [] [2022-08-20T11:59:45.750565+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Attribute\\AttributeBag.php:144)"} [] [2022-08-20T11:59:45.751241+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:131)"} [] [2022-08-20T11:59:45.751305+00:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\Session\\Session.php:141)"} [] [2022-08-20T11:59:45.780963+00:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:38)"} [] [2022-08-20T11:59:45.781043+00:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Markup.php:43)"} [] [2022-08-20T11:59:45.805574+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013880729675292969 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013880729675292969 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:45.805656+00:00] php.INFO: Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:45.805713+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0013320446014404297 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0013320446014404297 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:45.805762+00:00] php.INFO: Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:45.805810+00:00] php.INFO: Deprecated: Implicit conversion from float 0.0011348724365234375 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.0011348724365234375 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-08-20T11:59:45.805856+00:00] php.INFO: Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision {"exception":"[object] (ErrorException(code: 0): Deprecated: Implicit conversion from float 0.003854990005493164 to int loses precision at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\doctrine-bundle\\DataCollector\\DoctrineDataCollector.php:293)"} [] [2022-10-16T04:27:27.820093+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-16T04:27:27.849869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.853898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.867780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:27.869721+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:27.871196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:27.872104+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' [] [] [2022-10-16T04:27:27.872762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:27.876328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.877184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.877986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:27.878509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:27.878810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:27.879079+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' [] [] [2022-10-16T04:27:27.879367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:27.879625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.880454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:27.881232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:27.881711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:27.882050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:27.882333+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' [] [] [2022-10-16T04:27:27.882643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:28.059879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56b73c"},"request_uri":"http://127.0.0.1:8000/_wdt/56b73c","method":"GET"} [] [2022-10-16T04:27:54.743442+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-16T04:27:54.826121+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T04:27:55.106681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.108508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.112028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.113192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.114151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.114398+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' [] [] [2022-10-16T04:27:55.114883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.117438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.118251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.119136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.119626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.119911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.120189+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' [] [] [2022-10-16T04:27:55.120511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.120735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.121480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.122216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.122629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.122885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.123115+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' [] [] [2022-10-16T04:27:55.123377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.134008+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T04:27:55.139007+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2022-10-16T04:27:55.142042+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T04:27:55.234393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.235225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.235912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.236341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.236566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.236754+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' [] [] [2022-10-16T04:27:55.236972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.237147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.237796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.238442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.238792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.238998+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.239180+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' [] [] [2022-10-16T04:27:55.239386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.239540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.240185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:27:55.240831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:27:55.241177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:27:55.241382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:27:55.241560+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' [] [] [2022-10-16T04:27:55.241764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:27:55.707000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b5544"},"request_uri":"http://127.0.0.1:8000/_wdt/2b5544","method":"GET"} [] [2022-10-16T04:28:02.596739+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-16T04:28:02.648977+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T04:28:02.739161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.741041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.744850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.746567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.747627+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.747942+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' [] [] [2022-10-16T04:28:02.748508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.751025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.751749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.752459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.752939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.753240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.753520+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' [] [] [2022-10-16T04:28:02.753827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.754074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.754811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.755570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.756039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.756337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.756617+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' [] [] [2022-10-16T04:28:02.756919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.766848+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T04:28:02.771427+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[2,1]] [] [2022-10-16T04:28:02.774137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T04:28:02.786859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.787752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.788534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.789044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.789360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.789642+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' [] [] [2022-10-16T04:28:02.789960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.790225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.790975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.791732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.792176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.792478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.792762+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' [] [] [2022-10-16T04:28:02.793071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.793318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.794052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:02.794855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:02.795332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:02.795642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:02.795925+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' [] [] [2022-10-16T04:28:02.796228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:02.970582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25e86d"},"request_uri":"http://127.0.0.1:8000/_wdt/25e86d","method":"GET"} [] [2022-10-16T04:28:05.991340+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-16T04:28:06.032503+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T04:28:06.148169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.150323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.154387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.155686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.156700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.157005+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' [] [] [2022-10-16T04:28:06.157547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.160136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.160908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.161672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.162133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.162520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.162804+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' [] [] [2022-10-16T04:28:06.163179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.163469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.164264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.165034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.165538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.165841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.166124+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' [] [] [2022-10-16T04:28:06.166436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.177249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T04:28:06.183582+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2022-10-16T04:28:06.192225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T04:28:06.192963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T04:28:06.194141+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T04:28:06.207394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.208238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.209018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.209561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.209872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.210154+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' [] [] [2022-10-16T04:28:06.210465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.210727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.211512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.212422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.213020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.213522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.214043+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' [] [] [2022-10-16T04:28:06.214420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.214693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.215514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T04:28:06.216283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T04:28:06.216769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T04:28:06.217073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T04:28:06.217359+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' [] [] [2022-10-16T04:28:06.217661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T04:28:06.418158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f652ec"},"request_uri":"http://127.0.0.1:8000/_wdt/f652ec","method":"GET"} [] [2022-10-16T05:40:47.352706+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T05:40:47.420025+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T05:40:47.559868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.563916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.567926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.569343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.569685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.569967+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' [] [] [2022-10-16T05:40:47.570651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.573831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.574689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.575498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.576040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.576396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.576686+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' [] [] [2022-10-16T05:40:47.576972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.577221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.577946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.578711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.579118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.579446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.579704+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' [] [] [2022-10-16T05:40:47.579972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.593129+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T05:40:47.601419+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-10-16T05:40:47.622778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:47.623638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:47.623955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:47.624262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:47.624538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:47.624790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:47.626000+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T05:40:47.627332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.628137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.628885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.629359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.629644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.629903+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' [] [] [2022-10-16T05:40:47.630210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.630433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.631145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.631856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.632265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.632565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.632859+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' [] [] [2022-10-16T05:40:47.633152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.633374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.634104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:47.634783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:47.635169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:47.635386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:47.635573+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' [] [] [2022-10-16T05:40:47.635787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:47.912699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eeb5e"},"request_uri":"http://127.0.0.1:8000/_wdt/9eeb5e","method":"GET"} [] [2022-10-16T05:40:49.852686+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T05:40:49.912717+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T05:40:50.005488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.007433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.010887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.012071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.012383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.012668+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' [] [] [2022-10-16T05:40:50.013190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.015803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.016638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.017416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.017888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.018226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.018512+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' [] [] [2022-10-16T05:40:50.018823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.019075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.019817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.020579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.021025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.021319+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.021605+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' [] [] [2022-10-16T05:40:50.021910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.033085+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T05:40:50.039247+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-10-16T05:40:50.058861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:50.059715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:50.060028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:50.060338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:50.060632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:50.060889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:50.062091+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T05:40:50.063409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.064242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.065007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.065492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.065856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.066176+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' [] [] [2022-10-16T05:40:50.066476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.066739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.067479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.068230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.068673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.068965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.069240+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' [] [] [2022-10-16T05:40:50.069539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.069778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.070541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:50.071291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:50.071752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:50.072043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:50.072316+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' [] [] [2022-10-16T05:40:50.072612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:50.276664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff13ab"},"request_uri":"http://127.0.0.1:8000/_wdt/ff13ab","method":"GET"} [] [2022-10-16T05:40:58.525743+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-16T05:40:58.577959+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T05:40:58.681633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.683758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.687335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.688577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.688930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.689222+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' [] [] [2022-10-16T05:40:58.689805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.692485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.693270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.694036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.694494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.694792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.695075+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' [] [] [2022-10-16T05:40:58.695395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.695653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.696468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.697240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.697699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.697997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.698308+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' [] [] [2022-10-16T05:40:58.698619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.709575+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-16T05:40:58.714822+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[2,1]] [] [2022-10-16T05:40:58.729556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:58.730353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-10-16T05:40:58.730655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:58.732412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:58.732669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-10-16T05:40:58.733814+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-16T05:40:58.749944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.750850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.751614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.752176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.752451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.752690+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' [] [] [2022-10-16T05:40:58.752958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.753137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.753844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.754569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.754967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.755180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.755411+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' [] [] [2022-10-16T05:40:58.755664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.755863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.756567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:40:58.757287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:40:58.757677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:40:58.757955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:40:58.758149+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' [] [] [2022-10-16T05:40:58.758404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:40:58.962407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"225bce"},"request_uri":"http://127.0.0.1:8000/_wdt/225bce","method":"GET"} [] [2022-10-16T05:41:02.307418+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-16T05:41:02.416964+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T05:41:02.437033+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T05:41:02.438277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T05:41:02.494213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.495272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.498853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:02.500113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:02.501139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:02.501427+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' [] [] [2022-10-16T05:41:02.502034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:02.504700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.505478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.506250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:02.506714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:02.507019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:02.507297+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' [] [] [2022-10-16T05:41:02.507601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:02.507847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.508589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:02.509348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:02.509786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:02.510084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:02.510362+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' [] [] [2022-10-16T05:41:02.510664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:02.715916+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9edb61"},"request_uri":"http://127.0.0.1:8000/_wdt/9edb61","method":"GET"} [] [2022-10-16T05:41:14.440069+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=1","method":"GET"} [] [2022-10-16T05:41:14.523701+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["1"] [] [2022-10-16T05:41:14.581400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.582329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.585817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:14.587182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:14.588733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:14.589077+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' [] [] [2022-10-16T05:41:14.589677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:14.592295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.593094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.593822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:14.594277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:14.594544+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:14.594809+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' [] [] [2022-10-16T05:41:14.595042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:14.595245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.595951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:14.596662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:14.597070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:14.597326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:14.597572+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' [] [] [2022-10-16T05:41:14.597829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:23.813720+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=2","method":"GET"} [] [2022-10-16T05:41:23.889298+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["2"] [] [2022-10-16T05:41:23.946554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.947515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.950999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:23.952272+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:23.953312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:23.953600+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' [] [] [2022-10-16T05:41:23.954127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:23.956598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.957372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.958144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:23.958607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:23.958909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:23.959190+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' [] [] [2022-10-16T05:41:23.959495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:41:23.959742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.960483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:41:23.961251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:41:23.961698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:41:23.962010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:41:23.962371+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' [] [] [2022-10-16T05:41:23.962694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:11.580043+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T05:43:11.715922+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T05:43:11.726742+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T05:43:11.728382+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T05:43:11.740953+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T05:43:11.742202+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T05:43:11.744577+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T05:43:11.746885+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T05:43:11.803483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.804487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.808586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:11.810064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:11.811124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:11.811423+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' [] [] [2022-10-16T05:43:11.811959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:11.814641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.815487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.816292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:11.816798+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:11.817113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:11.817403+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' [] [] [2022-10-16T05:43:11.817719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:11.817947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.818719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:11.819503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:11.819971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:11.820282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:11.820569+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' [] [] [2022-10-16T05:43:11.820914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:12.025233+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f14ff9"},"request_uri":"http://127.0.0.1:8000/_wdt/f14ff9","method":"GET"} [] [2022-10-16T05:43:47.075144+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-16T05:43:47.206415+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T05:43:47.222148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T05:43:47.223390+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T05:43:47.229683+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T05:43:47.230872+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T05:43:47.287651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.288649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.292195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:47.293409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:47.294426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:47.294711+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' [] [] [2022-10-16T05:43:47.295233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:47.297841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.298620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.299380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:47.299836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:47.300134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:47.300412+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' [] [] [2022-10-16T05:43:47.300723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:47.300975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.301720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:43:47.302445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:43:47.302846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:43:47.303100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:43:47.303330+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' [] [] [2022-10-16T05:43:47.303585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:43:47.501191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7774d"},"request_uri":"http://127.0.0.1:8000/_wdt/b7774d","method":"GET"} [] [2022-10-16T05:44:02.732421+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-16T05:44:02.857305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.859226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.867775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:02.869687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:02.871333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:02.871689+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' [] [] [2022-10-16T05:44:02.872313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:02.874888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.875680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.876447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:02.876926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:02.877229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:02.877507+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' [] [] [2022-10-16T05:44:02.877813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:02.878088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.878824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:02.879631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:02.880074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:02.880375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:02.880652+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' [] [] [2022-10-16T05:44:02.880955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:03.074129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"617438"},"request_uri":"http://127.0.0.1:8000/_wdt/617438","method":"GET"} [] [2022-10-16T05:44:13.138710+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T05:44:13.193596+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T05:44:13.290948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.292628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.295728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.296723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.297708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.297993+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' [] [] [2022-10-16T05:44:13.298457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.300492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.301215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.301958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.302389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.302675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.302946+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' [] [] [2022-10-16T05:44:13.303239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.303487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.304205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.304938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.305646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.306013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.306436+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' [] [] [2022-10-16T05:44:13.307020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.317767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T05:44:13.324328+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-10-16T05:44:13.344473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-10-16T05:44:13.345298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T05:44:13.345595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-10-16T05:44:13.345872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-10-16T05:44:13.346145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T05:44:13.346386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-10-16T05:44:13.347555+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T05:44:13.348906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.349700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.350460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.350940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.351243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.351528+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' [] [] [2022-10-16T05:44:13.351834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.352089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.352809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.353556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.353992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.354282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.354555+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' [] [] [2022-10-16T05:44:13.354849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.355096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.355815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:44:13.356555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:44:13.356988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:44:13.357276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:44:13.357551+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' [] [] [2022-10-16T05:44:13.357845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:44:13.564516+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b925df"},"request_uri":"http://127.0.0.1:8000/_wdt/b925df","method":"GET"} [] [2022-10-16T05:47:58.808455+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T05:47:58.870361+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T05:47:58.959806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.961754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.965514+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:58.966762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:58.967778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:58.968065+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' [] [] [2022-10-16T05:47:58.968592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:58.971126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.971926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.972756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:58.973239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:58.973593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:58.973875+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' [] [] [2022-10-16T05:47:58.974185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:58.974495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.975242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:58.976004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:58.976450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:58.976747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:58.977046+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' [] [] [2022-10-16T05:47:58.977321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:58.988291+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T05:47:58.995598+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[5,3]] [] [2022-10-16T05:47:59.017139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [2] [] [2022-10-16T05:47:59.017991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [2] [] [2022-10-16T05:47:59.018300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [2] [] [2022-10-16T05:47:59.018614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [1] [] [2022-10-16T05:47:59.018899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [1] [] [2022-10-16T05:47:59.019145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [1] [] [2022-10-16T05:47:59.020475+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T05:47:59.022005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.022840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.023662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:59.024536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:59.024848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:59.025087+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' [] [] [2022-10-16T05:47:59.025456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:59.025691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.026432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.027108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:59.027528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:59.027787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:59.028023+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' [] [] [2022-10-16T05:47:59.028247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:59.028412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.029069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:47:59.029720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:47:59.030111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:47:59.030326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:47:59.030511+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' [] [] [2022-10-16T05:47:59.030720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:47:59.294770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b88696"},"request_uri":"http://127.0.0.1:8000/_wdt/b88696","method":"GET"} [] [2022-10-16T05:49:05.811413+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-16T05:49:05.945232+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T05:49:05.983973+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T05:49:05.984719+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T05:49:05.992162+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T05:49:05.992753+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T05:49:06.030183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.031133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.034618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:06.035971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:06.036324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:06.036613+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' [] [] [2022-10-16T05:49:06.037166+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:06.039795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.040583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.041357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:06.041832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:06.042136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:06.042419+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' [] [] [2022-10-16T05:49:06.042729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:06.042984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.043732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:06.044493+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:06.044936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:06.045265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:06.045546+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' [] [] [2022-10-16T05:49:06.045868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:06.230879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b4f3d"},"request_uri":"http://127.0.0.1:8000/_wdt/9b4f3d","method":"GET"} [] [2022-10-16T05:49:22.149921+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-16T05:49:22.633394+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-01-01', '2022-10-31', 0, 0, 0, 0, 0) [] [] [2022-10-16T05:49:22.783731+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T05:49:22.794338+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-16T05:49:22.968324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.970095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.973513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:22.974717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:22.975690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:22.975934+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' [] [] [2022-10-16T05:49:22.976448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:22.979035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.979758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.980525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:22.980992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:22.981292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:22.981578+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' [] [] [2022-10-16T05:49:22.981962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:22.982225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.982969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.983759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:22.984261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:22.984573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:22.984844+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' [] [] [2022-10-16T05:49:22.985153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:22.991056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.991936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.992721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:22.993333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:22.993661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:22.993951+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' [] [] [2022-10-16T05:49:22.994272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:22.994526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.995288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.996075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:22.996568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:22.996905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:22.997226+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' [] [] [2022-10-16T05:49:22.997665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T05:49:22.997972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.998992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T05:49:22.999778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T05:49:23.000262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T05:49:23.000564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T05:49:23.000928+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' [] [] [2022-10-16T05:49:23.001241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:39.490835+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-16T06:35:39.556241+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T06:35:39.565143+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T06:35:39.566518+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T06:35:39.596960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.598010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.601844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:39.604602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:39.605762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:39.606060+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' [] [] [2022-10-16T06:35:39.606616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:39.609617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.610409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.611189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:39.611650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:39.611957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:39.612286+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' [] [] [2022-10-16T06:35:39.612608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:39.612838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.613598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:39.614373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:39.614840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:39.615141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:39.615426+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' [] [] [2022-10-16T06:35:39.615739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:39.912654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba3858"},"request_uri":"http://127.0.0.1:8000/_wdt/ba3858","method":"GET"} [] [2022-10-16T06:35:42.338221+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T06:35:42.462556+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T06:35:42.466756+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T06:35:42.467923+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T06:35:42.469140+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T06:35:42.472478+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T06:35:42.473800+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T06:35:42.475019+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T06:35:42.500534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.501569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.504824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:42.505859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:42.507068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:42.507375+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' [] [] [2022-10-16T06:35:42.507891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:42.510054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.510855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.511620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:42.512072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:42.512371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:42.512655+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' [] [] [2022-10-16T06:35:42.513048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:42.513319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.514074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:42.514842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:42.515306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:42.515603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:42.515882+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' [] [] [2022-10-16T06:35:42.516189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:42.696764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"833a11"},"request_uri":"http://127.0.0.1:8000/_wdt/833a11","method":"GET"} [] [2022-10-16T06:35:46.290939+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-16T06:35:46.386212+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T06:35:46.391916+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T06:35:46.392961+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T06:35:46.417501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.418451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.421837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:46.422938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:46.424004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:46.424293+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' [] [] [2022-10-16T06:35:46.424780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:46.426913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.427686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.428458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:46.428904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:46.429200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:46.429482+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' [] [] [2022-10-16T06:35:46.429784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:46.430031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.430930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:35:46.432022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:35:46.432710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:35:46.433092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:35:46.433395+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' [] [] [2022-10-16T06:35:46.433714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:35:46.596598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3ea63"},"request_uri":"http://127.0.0.1:8000/_wdt/c3ea63","method":"GET"} [] [2022-10-16T06:38:47.426428+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2022-10-16T06:38:47.477358+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:38:47.559719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.561766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.565275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.566498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.567521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.567810+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' [] [] [2022-10-16T06:38:47.568376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.570928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.571697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.572457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.572903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.573196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.573472+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' [] [] [2022-10-16T06:38:47.573773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.574036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.574778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.575537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.575980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.576275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.576551+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' [] [] [2022-10-16T06:38:47.576856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.587317+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T06:38:47.592697+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2022-10-16T06:38:47.595652+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T06:38:47.598519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.599341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.600113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.600616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.600937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.601220+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' [] [] [2022-10-16T06:38:47.601536+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.601795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.602531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.603291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.603734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.604032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.604309+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' [] [] [2022-10-16T06:38:47.604614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.604916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.605771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:38:47.606532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:38:47.606980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:38:47.607279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:38:47.607561+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' [] [] [2022-10-16T06:38:47.607865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:38:47.777266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c93dd"},"request_uri":"http://127.0.0.1:8000/_wdt/1c93dd","method":"GET"} [] [2022-10-16T06:39:27.641995+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-16T06:39:27.738591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.740291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.747815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:39:27.748988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:39:27.750045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:39:27.750318+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' [] [] [2022-10-16T06:39:27.750824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:39:27.752888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.753663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.754430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:39:27.754911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:39:27.755218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:39:27.755500+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' [] [] [2022-10-16T06:39:27.755810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:39:27.756060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.756800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:39:27.757562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:39:27.758010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:39:27.758343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:39:27.758625+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' [] [] [2022-10-16T06:39:27.758928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:39:27.927554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9644de"},"request_uri":"http://127.0.0.1:8000/_wdt/9644de","method":"GET"} [] [2022-10-16T06:45:53.169650+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-16T06:45:53.290499+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T06:45:53.295016+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Motor Vehicle","2":"MV","3":0.0,"4":null} [] [2022-10-16T06:45:53.296009+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T06:45:53.319282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.321067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.324582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.326372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.327358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.327641+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' [] [] [2022-10-16T06:45:53.328171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.330777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.331533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.332280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.332756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.333051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.333326+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' [] [] [2022-10-16T06:45:53.333630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.333872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.334597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.335336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.335768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.336068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.336339+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' [] [] [2022-10-16T06:45:53.336642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.432482+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-16T06:45:53.473742+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:45:53.533164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.534801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.537874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.538876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.539858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.540145+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' [] [] [2022-10-16T06:45:53.540628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.542667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.543413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.544160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.544610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.544901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.545173+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' [] [] [2022-10-16T06:45:53.545473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.545746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.546468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.547210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.547689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.547979+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.548250+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' [] [] [2022-10-16T06:45:53.548547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.559202+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T06:45:53.564098+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[3]] [] [2022-10-16T06:45:53.566823+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T06:45:53.569470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.570301+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.571074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.571573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.571883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.572169+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' [] [] [2022-10-16T06:45:53.572483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.572743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.573478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.574236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.574688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.574984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.575261+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' [] [] [2022-10-16T06:45:53.575570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.575813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.576549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:45:53.577312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:45:53.577751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:45:53.578120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:45:53.578400+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' [] [] [2022-10-16T06:45:53.578704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:45:53.825420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eda18"},"request_uri":"http://127.0.0.1:8000/_wdt/9eda18","method":"GET"} [] [2022-10-16T06:46:59.222886+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-16T06:46:59.321685+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T06:46:59.352103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.353045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.356370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:46:59.357432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:46:59.358427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:46:59.358723+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' [] [] [2022-10-16T06:46:59.359225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:46:59.361353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.362116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.362882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:46:59.363345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:46:59.363675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:46:59.363956+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' [] [] [2022-10-16T06:46:59.364263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:46:59.364513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.365252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:46:59.366010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:46:59.366455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:46:59.366751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:46:59.367046+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' [] [] [2022-10-16T06:46:59.367416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:46:59.537937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"685f5f"},"request_uri":"http://127.0.0.1:8000/_wdt/685f5f","method":"GET"} [] [2022-10-16T06:47:03.109912+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-16T06:47:03.151224+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:47:03.220709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.222538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.225691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.226722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.227720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.228008+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' [] [] [2022-10-16T06:47:03.228486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.230552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.231307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.232076+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.232569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.232873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.233155+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' [] [] [2022-10-16T06:47:03.233466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.233756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.234512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.235320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.235767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.236065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.236341+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' [] [] [2022-10-16T06:47:03.236645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.246946+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T06:47:03.250621+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T06:47:03.253364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.254209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.254990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.255489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.255797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.256090+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' [] [] [2022-10-16T06:47:03.256410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.256672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.257407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.258166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.258616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.258913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.259193+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' [] [] [2022-10-16T06:47:03.259497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.259743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.260478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:03.261237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:03.261680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:03.261984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:03.262292+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' [] [] [2022-10-16T06:47:03.262594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:03.426076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"816fa8"},"request_uri":"http://127.0.0.1:8000/_wdt/816fa8","method":"GET"} [] [2022-10-16T06:47:04.949623+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-16T06:47:05.025069+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T06:47:05.053044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.053971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.057794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:05.058997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:05.060001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:05.060291+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' [] [] [2022-10-16T06:47:05.060853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:05.063100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.063959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.064768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:05.065284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:05.065695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:05.065998+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' [] [] [2022-10-16T06:47:05.066322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:05.066591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.067361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:05.068136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:05.068619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:05.068930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:05.069210+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' [] [] [2022-10-16T06:47:05.069524+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:05.234029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ec289"},"request_uri":"http://127.0.0.1:8000/_wdt/4ec289","method":"GET"} [] [2022-10-16T06:47:13.018054+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-16T06:47:13.097548+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-16T06:47:13.126184+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T06:47:13.129602+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Motor Vehicle","2":null,"3":3} [] [2022-10-16T06:47:13.131438+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T06:47:13.160351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.161529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.165505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.166679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.167801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.168145+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' [] [] [2022-10-16T06:47:13.168658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.170892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.171700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.172475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.172889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.173169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.173398+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' [] [] [2022-10-16T06:47:13.173660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.173859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.174548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.175257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.175685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.175937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.176163+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' [] [] [2022-10-16T06:47:13.176418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.274193+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-16T06:47:13.315219+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:47:13.365189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.366757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.370171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.371299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.372296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.372622+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' [] [] [2022-10-16T06:47:13.373115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.375316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.376102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.376870+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.377336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.377636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.377924+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' [] [] [2022-10-16T06:47:13.378231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.378479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.379218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.379977+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.380420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.380716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.380994+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' [] [] [2022-10-16T06:47:13.381326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.390714+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T06:47:13.395331+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3]] [] [2022-10-16T06:47:13.403570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T06:47:13.405180+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T06:47:13.408327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.409140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.409916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.410412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.410718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.411003+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' [] [] [2022-10-16T06:47:13.411323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.411582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.412325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.413086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.413564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.413871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.414150+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' [] [] [2022-10-16T06:47:13.414455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.414699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.415436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:13.416193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:13.416634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:13.416932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:13.417209+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' [] [] [2022-10-16T06:47:13.417511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:13.616626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2076ea"},"request_uri":"http://127.0.0.1:8000/_wdt/2076ea","method":"GET"} [] [2022-10-16T06:47:25.140830+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2022-10-16T06:47:25.188719+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:47:25.258661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.260596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.264082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.265270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.266242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.266530+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' [] [] [2022-10-16T06:47:25.267067+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.269605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.270365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.271134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.271581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.271877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.272154+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' [] [] [2022-10-16T06:47:25.272486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.272775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.273512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.274367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.274927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.275223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.275509+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' [] [] [2022-10-16T06:47:25.275790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.286668+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T06:47:25.289966+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T06:47:25.292830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.293642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.294410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.294901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.295211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.295500+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' [] [] [2022-10-16T06:47:25.295812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.296072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.296902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.297818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.298290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.298599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.298886+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' [] [] [2022-10-16T06:47:25.299195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.299440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.300173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:25.300899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:25.301301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:25.301556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:25.301785+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' [] [] [2022-10-16T06:47:25.302045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:25.473148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d404ce"},"request_uri":"http://127.0.0.1:8000/_wdt/d404ce","method":"GET"} [] [2022-10-16T06:47:27.077139+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"GET"} [] [2022-10-16T06:47:27.164130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.165847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.172856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:27.173901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:27.174887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:27.175178+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' [] [] [2022-10-16T06:47:27.175670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:27.177759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.178539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.179318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:27.179770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:27.180112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:27.180470+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' [] [] [2022-10-16T06:47:27.180858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:27.181166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.182130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:27.182956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:27.183453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:27.183765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:27.184057+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' [] [] [2022-10-16T06:47:27.184372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:27.354931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5b8df"},"request_uri":"http://127.0.0.1:8000/_wdt/c5b8df","method":"GET"} [] [2022-10-16T06:47:58.733225+00:00] request.INFO: Matched route "vendor_new". {"route":"vendor_new","route_parameters":{"_route":"vendor_new","_controller":"App\\Controller\\VendorController::new"},"request_uri":"http://127.0.0.1:8000/vendor/new","method":"POST"} [] [2022-10-16T06:47:58.837085+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T06:47:58.842124+00:00] doctrine.DEBUG: INSERT INTO vendor (name, address, mobileno, email, remarks) VALUES (?, ?, ?, ?, ?) {"1":"Abc","2":"Abc","3":"Abc","4":null,"5":null} [] [2022-10-16T06:47:58.843438+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T06:47:58.860239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.861879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.865224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:58.866395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:58.867444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:58.867843+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' [] [] [2022-10-16T06:47:58.868830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:58.871642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.872578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.873365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:58.873891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:58.874214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:58.874505+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' [] [] [2022-10-16T06:47:58.874839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:58.875067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.875832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:58.876609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:58.877124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:58.877428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:58.877708+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' [] [] [2022-10-16T06:47:58.878018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:58.977890+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2022-10-16T06:47:59.018247+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:47:59.084138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.085803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.089159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.090282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.091295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.091586+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' [] [] [2022-10-16T06:47:59.092116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.094171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.094942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.095706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.096155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.096451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.096731+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' [] [] [2022-10-16T06:47:59.097033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.097276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.098017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.098828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.099281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.099600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.099875+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' [] [] [2022-10-16T06:47:59.100182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.109262+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T06:47:59.113619+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2022-10-16T06:47:59.116116+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T06:47:59.119388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.120373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.121160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.121669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.121985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.122270+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' [] [] [2022-10-16T06:47:59.122593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.122859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.123604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.124366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.124817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.125115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.125405+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' [] [] [2022-10-16T06:47:59.125712+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.125959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.126693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:47:59.127451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:47:59.127890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:47:59.128183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:47:59.128433+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' [] [] [2022-10-16T06:47:59.128733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:47:59.299003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7c81b"},"request_uri":"http://127.0.0.1:8000/_wdt/f7c81b","method":"GET"} [] [2022-10-16T06:48:05.157432+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://127.0.0.1:8000/businessunit","method":"GET"} [] [2022-10-16T06:48:05.198412+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:48:05.272467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.274341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.277853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.278957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.279285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.279591+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' [] [] [2022-10-16T06:48:05.280152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.282293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.283097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.283863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.284335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.284634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.284912+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' [] [] [2022-10-16T06:48:05.285221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.285512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.286313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.287106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.287580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.287890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.288180+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' [] [] [2022-10-16T06:48:05.288494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.297758+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T06:48:05.301843+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[4,3,2,1]] [] [2022-10-16T06:48:05.304430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T06:48:05.308041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.308958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.309697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.310176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.310452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.310699+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' [] [] [2022-10-16T06:48:05.310971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.311195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.311894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.312597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.313017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.313275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.313510+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' [] [] [2022-10-16T06:48:05.313770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.313987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.314677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:05.315365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:05.315764+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:05.316026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:05.316320+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' [] [] [2022-10-16T06:48:05.316583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:05.487331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35a633"},"request_uri":"http://127.0.0.1:8000/_wdt/35a633","method":"GET"} [] [2022-10-16T06:48:10.966578+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2022-10-16T06:48:11.007355+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:48:11.057783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.059421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.062778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.063905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.064291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.064599+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' [] [] [2022-10-16T06:48:11.065135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.067283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.068122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.068917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.069533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.069822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.070157+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' [] [] [2022-10-16T06:48:11.070631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.070920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.071728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.072500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.072993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.073301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.073583+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' [] [] [2022-10-16T06:48:11.073895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.083392+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-10-16T06:48:11.087427+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2022-10-16T06:48:11.090375+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-10-16T06:48:11.093517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.094448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.095254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.095789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.096111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.096399+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' [] [] [2022-10-16T06:48:11.096719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.096987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.097780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.098559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.099047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.099351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.099634+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' [] [] [2022-10-16T06:48:11.099954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.100213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.100987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:11.101781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:11.102334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:11.102691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:11.102964+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' [] [] [2022-10-16T06:48:11.103326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:11.282064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9be3f"},"request_uri":"http://127.0.0.1:8000/_wdt/c9be3f","method":"GET"} [] [2022-10-16T06:48:13.305874+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"GET"} [] [2022-10-16T06:48:13.372654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2022-10-16T06:48:13.425715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.426647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.429783+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:13.431028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:13.431471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:13.431933+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' [] [] [2022-10-16T06:48:13.432589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:13.434809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.435598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.436371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:13.436869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:13.437175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:13.437469+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' [] [] [2022-10-16T06:48:13.437787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:13.438038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.438774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:13.439532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:13.439976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:13.440271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:13.440549+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' [] [] [2022-10-16T06:48:13.440886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:13.601898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35b79d"},"request_uri":"http://127.0.0.1:8000/_wdt/35b79d","method":"GET"} [] [2022-10-16T06:48:21.001750+00:00] request.INFO: Matched route "location_edit". {"route":"location_edit","route_parameters":{"_route":"location_edit","_controller":"App\\Controller\\LocationController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/location/1/edit","method":"POST"} [] [2022-10-16T06:48:21.064839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? ["1"] [] [2022-10-16T06:48:21.118490+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T06:48:21.118777+00:00] doctrine.DEBUG: UPDATE location SET name = ? WHERE id = ? ["Cw Head Office",1] [] [2022-10-16T06:48:21.120522+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T06:48:21.137614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.138541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.141812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.142831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.143140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.143423+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' [] [] [2022-10-16T06:48:21.143907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.146126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.146880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.147642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.148092+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.148420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.148696+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' [] [] [2022-10-16T06:48:21.148998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.149246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.150256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.151038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.151510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.151811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.152104+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' [] [] [2022-10-16T06:48:21.152412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.249582+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2022-10-16T06:48:21.288868+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T06:48:21.363900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.372034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.386908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.389845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.390589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.391276+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' [] [] [2022-10-16T06:48:21.392558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.396907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.398475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.399864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.400680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.401190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.401666+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' [] [] [2022-10-16T06:48:21.402185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.402602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.403858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.405010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.405738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.406175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.406578+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' [] [] [2022-10-16T06:48:21.407022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.419066+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-10-16T06:48:21.424547+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2022-10-16T06:48:21.427612+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-10-16T06:48:21.431601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.432629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.433526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.434045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.434377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.434679+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' [] [] [2022-10-16T06:48:21.435022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.435304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.436095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.436913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.437392+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.437714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.438022+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' [] [] [2022-10-16T06:48:21.438357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.438601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.439328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T06:48:21.440072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T06:48:21.440510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T06:48:21.440799+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T06:48:21.441073+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' [] [] [2022-10-16T06:48:21.441371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T06:48:21.613881+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6a300"},"request_uri":"http://127.0.0.1:8000/_wdt/f6a300","method":"GET"} [] [2022-10-16T07:36:28.265524+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T07:36:28.370754+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T07:36:28.375818+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T07:36:28.376927+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T07:36:28.377952+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T07:36:28.378989+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T07:36:28.380009+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T07:36:28.381075+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T07:36:28.415733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.416802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.420283+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:28.421536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:28.421860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:28.422141+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' [] [] [2022-10-16T07:36:28.422705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:28.425277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.426036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.426797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:28.427241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:28.427535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:28.427809+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' [] [] [2022-10-16T07:36:28.428078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:28.428326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.429143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:28.429918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:28.430561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:28.431055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:28.431411+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' [] [] [2022-10-16T07:36:28.431807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:28.711260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04a087"},"request_uri":"http://127.0.0.1:8000/_wdt/04a087","method":"GET"} [] [2022-10-16T07:36:31.120712+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/assetregister/assetnamenewexcel"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/assetregister/assetnamenewexcel\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assetregister/assetnamenewexcel/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-10-16T07:36:31.214905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.216897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.225406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.226577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.226893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.227177+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' [] [] [2022-10-16T07:36:31.227697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.230188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.230964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.231732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.232185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.232514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.232799+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' [] [] [2022-10-16T07:36:31.233105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.233353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.234095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.234864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.235304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.235600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.235876+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' [] [] [2022-10-16T07:36:31.236177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.237034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.237781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.238545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.238985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.239282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.239582+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' [] [] [2022-10-16T07:36:31.239888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.240136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.240881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.241640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.242079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.242372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.242653+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' [] [] [2022-10-16T07:36:31.242957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.243266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.244356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:31.245203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:31.245676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:31.245942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:31.246154+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' [] [] [2022-10-16T07:36:31.246412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:31.394503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"354af6"},"request_uri":"http://127.0.0.1:8000/_wdt/354af6","method":"GET"} [] [2022-10-16T07:36:41.288745+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-16T07:36:41.333507+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T07:36:41.410025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.411724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.414881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.416074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.416434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.416732+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' [] [] [2022-10-16T07:36:41.417232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.419396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.420174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.420939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.421445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.421741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.422025+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' [] [] [2022-10-16T07:36:41.422328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.422571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.423326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.424086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.424576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.424868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.425153+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' [] [] [2022-10-16T07:36:41.425454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.436742+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-16T07:36:41.440264+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-16T07:36:41.442522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.443351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.444131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.444628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.444945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.445226+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' [] [] [2022-10-16T07:36:41.445540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.445799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.446537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.447300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.447752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.448048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.448337+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' [] [] [2022-10-16T07:36:41.448646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.448894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.449639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:41.450408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:41.450847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:41.451141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:41.451418+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' [] [] [2022-10-16T07:36:41.451721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:41.625802+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9d59f"},"request_uri":"http://127.0.0.1:8000/_wdt/f9d59f","method":"GET"} [] [2022-10-16T07:36:44.692481+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:36:44.711345+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\SluggerInterface does not exist" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 167 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\SluggerInterface does not exist at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:167)"} [] [2022-10-16T07:36:44.776627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.778284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.785356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.786379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.786741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.786999+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' [] [] [2022-10-16T07:36:44.787477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.789499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.790278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.791043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.791498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.791803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.792081+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' [] [] [2022-10-16T07:36:44.792388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.792632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.793370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.794131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.794576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.794900+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.795179+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' [] [] [2022-10-16T07:36:44.795481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.796340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.797079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.797841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.798281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.798575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.798855+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' [] [] [2022-10-16T07:36:44.799157+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.799410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.800148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.800913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.801352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.801652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.801941+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' [] [] [2022-10-16T07:36:44.802246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.802488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.803228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:36:44.803986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:36:44.804424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:36:44.804716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:36:44.804995+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' [] [] [2022-10-16T07:36:44.805295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:36:44.923610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67c06e"},"request_uri":"http://127.0.0.1:8000/_wdt/67c06e","method":"GET"} [] [2022-10-16T07:37:38.922847+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:37:38.942624+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:37:38.946213+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:37:39.005324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.010115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.022510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.023660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.023938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.024269+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' [] [] [2022-10-16T07:37:39.024996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.028253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.029245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.029970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.030427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.030685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.030949+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' [] [] [2022-10-16T07:37:39.031210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.031410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.032092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.032822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.033210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.033453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.033680+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' [] [] [2022-10-16T07:37:39.033934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.034800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.035685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.036408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.036838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.037117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.037372+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' [] [] [2022-10-16T07:37:39.037646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.037862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.038553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.039284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.039701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.039946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.040197+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' [] [] [2022-10-16T07:37:39.040512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.040741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.041438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:37:39.042150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:37:39.042563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:37:39.042809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:37:39.043049+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' [] [] [2022-10-16T07:37:39.043306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:37:39.189650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a754c5"},"request_uri":"http://127.0.0.1:8000/_wdt/a754c5","method":"GET"} [] [2022-10-16T07:39:29.168374+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:39:29.215057+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:29.221894+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:29.279177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.281059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.289315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.290411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.290802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.291176+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' [] [] [2022-10-16T07:39:29.291824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.294290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.295050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.295765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.296243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.296502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.296729+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' [] [] [2022-10-16T07:39:29.296984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.297182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.297856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.298549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.298937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.299182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.299403+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' [] [] [2022-10-16T07:39:29.299650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.300459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.301153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.301854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.302265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.302512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.302733+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' [] [] [2022-10-16T07:39:29.302989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.303185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.303870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.304569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.304954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.305324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.305774+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' [] [] [2022-10-16T07:39:29.306161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.306530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.307758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:29.308504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:29.308950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:29.309209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:29.309437+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' [] [] [2022-10-16T07:39:29.309695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:29.452582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df9423"},"request_uri":"http://127.0.0.1:8000/_wdt/df9423","method":"GET"} [] [2022-10-16T07:39:31.062995+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:39:31.111417+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:31.116797+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:31.147852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.149624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.157960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.159181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.159579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.159950+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' [] [] [2022-10-16T07:39:31.160478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.162979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.163764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.164566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.165016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.165356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.165642+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' [] [] [2022-10-16T07:39:31.165944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.166258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.167002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.167812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.168231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.168522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.168821+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' [] [] [2022-10-16T07:39:31.169084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.170026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.170769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.171489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.171890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.172148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.172380+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' [] [] [2022-10-16T07:39:31.172600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.172806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.173696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.174437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.174847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.175101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.175350+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' [] [] [2022-10-16T07:39:31.175588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.175806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.176521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:31.177236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:31.177651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:31.177903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:31.178131+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' [] [] [2022-10-16T07:39:31.178385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:31.296485+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cb075"},"request_uri":"http://127.0.0.1:8000/_wdt/9cb075","method":"GET"} [] [2022-10-16T07:39:33.124231+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:39:33.164883+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:33.170060+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 195" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 195 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:39:33.222276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.223921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.231035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.232054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.232373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.232659+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' [] [] [2022-10-16T07:39:33.233140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.235233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.235999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.236776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.237231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.237526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.237802+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' [] [] [2022-10-16T07:39:33.238146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.238391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.239137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.239896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.240337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.240629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.240903+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' [] [] [2022-10-16T07:39:33.241207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.242089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.242837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.243637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.244093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.244397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.244677+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' [] [] [2022-10-16T07:39:33.244984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.245255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.246019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.246782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.247231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.247525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.247808+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' [] [] [2022-10-16T07:39:33.248121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.248364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.249107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:39:33.249880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:39:33.250359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:39:33.250671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:39:33.250950+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' [] [] [2022-10-16T07:39:33.251301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:39:33.364901+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d8503"},"request_uri":"http://127.0.0.1:8000/_wdt/3d8503","method":"GET"} [] [2022-10-16T07:40:03.756820+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:40:03.805771+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 196 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 196 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:40:03.813471+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 196" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 196 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:40:03.874240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.878309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.887227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.888435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.888723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.888967+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' [] [] [2022-10-16T07:40:03.889447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:03.891949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.892710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.893437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.894003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.894282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.894522+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' [] [] [2022-10-16T07:40:03.894784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:03.894992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.895705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.896422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.896819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.897066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.897445+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' [] [] [2022-10-16T07:40:03.897722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:03.898611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.899425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.900327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.900924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.901247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.901518+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' [] [] [2022-10-16T07:40:03.901846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:03.902159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.902940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.903737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.904156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.904392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.904593+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' [] [] [2022-10-16T07:40:03.904811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:03.904977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.905646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:03.906297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:03.906653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:03.906863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:03.907047+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' [] [] [2022-10-16T07:40:03.907254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:04.052333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c6746"},"request_uri":"http://127.0.0.1:8000/_wdt/2c6746","method":"GET"} [] [2022-10-16T07:40:09.980064+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:40:10.028689+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 196 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 196 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:40:10.034159+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\HttpFoundation\File\File::__construct() must be of the type string, array given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php on line 196" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-foundation\File\File.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\HttpFoundation\\File\\File::__construct() must be of the type string, array given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php on line 196 at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-foundation\\File\\File.php:33)"} [] [2022-10-16T07:40:10.086319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.088138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.095104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.096121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.096468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.096747+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' [] [] [2022-10-16T07:40:10.097222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.099357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.100113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.100861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.101310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.101599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.101880+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' [] [] [2022-10-16T07:40:10.102181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.102420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.103150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.103899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.104348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.104661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.104933+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' [] [] [2022-10-16T07:40:10.105226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.106073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.106889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.107690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.108161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.108457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.108733+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' [] [] [2022-10-16T07:40:10.109034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.109285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.110022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.110768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.111202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.111491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.111765+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' [] [] [2022-10-16T07:40:10.112062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.112302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.113026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:40:10.113772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:40:10.114202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:40:10.114838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:40:10.115108+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' [] [] [2022-10-16T07:40:10.115404+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:40:10.229653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ba1e4"},"request_uri":"http://127.0.0.1:8000/_wdt/1ba1e4","method":"GET"} [] [2022-10-16T07:41:38.516009+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:41:38.601905+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "template.html.twig" (looked into: C:\Apache24\htdocs\fixedasset/templates, C:\Apache24\htdocs\fixedasset\vendor\symfony\twig-bridge/Resources/views/Form) in "assetname/newexcel.html.twig" at line 1." at C:\Apache24\htdocs\fixedasset\vendor\twig\twig\src\Loader\FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"template.html.twig\" (looked into: C:\\Apache24\\htdocs\\fixedasset/templates, C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\twig-bridge/Resources/views/Form) in \"assetname/newexcel.html.twig\" at line 1. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\twig\\twig\\src\\Loader\\FilesystemLoader.php:227)"} [] [2022-10-16T07:41:38.669811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.671818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.680491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.682462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.683133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.683632+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' [] [] [2022-10-16T07:41:38.684355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.687080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.687894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.688678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.689172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.689481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.689766+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' [] [] [2022-10-16T07:41:38.690075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.690325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.691066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.691840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.692324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.692624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.692903+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' [] [] [2022-10-16T07:41:38.693207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.694157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.694898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.695660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.696101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.696393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.696678+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' [] [] [2022-10-16T07:41:38.696979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.697229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.697969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.698730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.699171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.699468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.699747+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' [] [] [2022-10-16T07:41:38.700048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.700291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.701038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:38.701799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:38.702238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:38.702532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:38.702811+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' [] [] [2022-10-16T07:41:38.703112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:38.856442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6df81"},"request_uri":"http://127.0.0.1:8000/_wdt/a6df81","method":"GET"} [] [2022-10-16T07:41:58.616090+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:41:58.705126+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 "export_customer_freight_rate_index" as such route does not exist.")." at C:\Apache24\htdocs\fixedasset\templates\assetname\newexcel.html.twig line 25 {"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 \"export_customer_freight_rate_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\newexcel.html.twig:25)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"export_customer_freight_rate_index\" as such route does not exist. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2022-10-16T07:41:58.805289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.807446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.816021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.817234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.817601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.817886+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' [] [] [2022-10-16T07:41:58.818411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.820990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.821772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.822546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.823001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.823295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.823611+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' [] [] [2022-10-16T07:41:58.823917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.824159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.824899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.825663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.826104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.826397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.826672+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' [] [] [2022-10-16T07:41:58.826973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.827918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.828670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.829421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.829861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.830153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.830438+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' [] [] [2022-10-16T07:41:58.830742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.830992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.831738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.832502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.833013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.833303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.833581+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' [] [] [2022-10-16T07:41:58.833886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.834131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.834875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:41:58.835635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:41:58.836077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:41:58.836407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:41:58.836730+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' [] [] [2022-10-16T07:41:58.837051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:41:58.993132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45e885"},"request_uri":"http://127.0.0.1:8000/_wdt/45e885","method":"GET"} [] [2022-10-16T07:42:11.027502+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:42:11.122666+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 "customer_new" as such route does not exist.")." at C:\Apache24\htdocs\fixedasset\templates\assetname\newexcel.html.twig line 87 {"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 \"customer_new\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\fixedasset\\templates\\assetname\\newexcel.html.twig:87)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"customer_new\" as such route does not exist. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2022-10-16T07:42:11.218234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.220260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.228743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.229911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.230202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.230443+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' [] [] [2022-10-16T07:42:11.230914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.233378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.234117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.234836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.235282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.235538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.235768+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' [] [] [2022-10-16T07:42:11.236024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.236225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.236942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.237690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.238101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.238355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.238585+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' [] [] [2022-10-16T07:42:11.238840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.239711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.240424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.241145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.241543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.241826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.242057+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' [] [] [2022-10-16T07:42:11.242469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.242804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.243663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.244486+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.245036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.245330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.245528+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' [] [] [2022-10-16T07:42:11.245749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.245919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.246608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:11.247266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:11.247631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:11.247842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:11.248026+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' [] [] [2022-10-16T07:42:11.248236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:11.405076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3a60c"},"request_uri":"http://127.0.0.1:8000/_wdt/a3a60c","method":"GET"} [] [2022-10-16T07:42:40.609576+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:42:40.734517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.736505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.745648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:40.746922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:40.747238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:40.747520+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' [] [] [2022-10-16T07:42:40.748085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:40.750598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.751387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.752145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:40.752646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:40.752943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:40.753224+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' [] [] [2022-10-16T07:42:40.753526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:40.753777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.754503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:40.755247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:40.755687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:40.755977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:40.756252+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' [] [] [2022-10-16T07:42:40.756549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:41.045276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02e410"},"request_uri":"http://127.0.0.1:8000/_wdt/02e410","method":"GET"} [] [2022-10-16T07:42:43.653750+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:42:43.750807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.752544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.759700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:43.760761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:43.761075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:43.761370+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' [] [] [2022-10-16T07:42:43.761864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:43.763971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.764844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.765661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:43.766175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:43.766499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:43.766788+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' [] [] [2022-10-16T07:42:43.767110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:43.767378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.768173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:42:43.768961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:42:43.769469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:42:43.769772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:42:43.770059+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' [] [] [2022-10-16T07:42:43.770372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:42:43.937463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2954cf"},"request_uri":"http://127.0.0.1:8000/_wdt/2954cf","method":"GET"} [] [2022-10-16T07:43:02.944863+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:43:03.050215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.052179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.060948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:03.062186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:03.062517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:03.062810+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' [] [] [2022-10-16T07:43:03.063450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:03.066115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.066985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.067779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:03.068269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:03.068576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:03.068858+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' [] [] [2022-10-16T07:43:03.069179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:03.069429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.070171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:03.070935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:03.071380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:03.071674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:03.071949+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' [] [] [2022-10-16T07:43:03.072251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:03.256474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac01c3"},"request_uri":"http://127.0.0.1:8000/_wdt/ac01c3","method":"GET"} [] [2022-10-16T07:43:06.663591+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:43:06.773110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.775364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.783736+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:06.784882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:06.785171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:06.785416+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' [] [] [2022-10-16T07:43:06.785876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:06.788064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.788857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.789629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:06.790088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:06.790387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:06.790671+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' [] [] [2022-10-16T07:43:06.790976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:06.791260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.792005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:06.792763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:06.793208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:06.793506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:06.793785+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' [] [] [2022-10-16T07:43:06.794093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:06.949640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cdacf"},"request_uri":"http://127.0.0.1:8000/_wdt/7cdacf","method":"GET"} [] [2022-10-16T07:43:50.689531+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:43:50.816989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.822612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.839155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:50.840468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:50.840746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:50.841011+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' [] [] [2022-10-16T07:43:50.841478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:50.844129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.844880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.845555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:50.845942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:50.846157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:50.846346+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' [] [] [2022-10-16T07:43:50.846558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:50.846718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.847385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:43:50.848032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:43:50.848386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:43:50.848592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:43:50.848772+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' [] [] [2022-10-16T07:43:50.849010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:43:51.041523+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a0de4"},"request_uri":"http://127.0.0.1:8000/_wdt/7a0de4","method":"GET"} [] [2022-10-16T07:44:07.150348+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:44:07.300754+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\IOFactory' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\IOFactory' not found at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php:241)"} [] [2022-10-16T07:44:07.972063+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "IOFactory" from namespace "App\Controller". Did you forget a "use" statement for "PhpOffice\PhpSpreadsheet\IOFactory"?" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php line 241 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"IOFactory\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"PhpOffice\\PhpSpreadsheet\\IOFactory\"? at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php:241)"} [] [2022-10-16T07:44:08.011987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.013652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.020730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.021772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.022080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.022363+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' [] [] [2022-10-16T07:44:08.022851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.025273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.026147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.027000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.027545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.027857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.028139+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' [] [] [2022-10-16T07:44:08.028457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.028716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.029457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.030217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.030664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.030960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.031238+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' [] [] [2022-10-16T07:44:08.031543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.032544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.033296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.034059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.034534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.034834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.035113+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' [] [] [2022-10-16T07:44:08.035425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.035677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.036418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.037186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.037625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.037920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.038197+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' [] [] [2022-10-16T07:44:08.038505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.038750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.039484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:44:08.040248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:44:08.040695+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:44:08.041021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:44:08.041300+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' [] [] [2022-10-16T07:44:08.041607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:44:08.166793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"476f3c"},"request_uri":"http://127.0.0.1:8000/_wdt/476f3c","method":"GET"} [] [2022-10-16T07:44:51.683151+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:45:50.672824+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:46:13.015810+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:46:13.167857+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\Group does not exist" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 167 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\Group does not exist at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:167)"} [] [2022-10-16T07:46:13.216924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.218908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.228008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.229293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.229611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.229929+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' [] [] [2022-10-16T07:46:13.230509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.233269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.234074+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.234848+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.235324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.235626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.235909+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' [] [] [2022-10-16T07:46:13.236219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.236467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.237206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.237968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.238414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.238709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.239035+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' [] [] [2022-10-16T07:46:13.239342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.240335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.241081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.241845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.242388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.242748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.243047+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' [] [] [2022-10-16T07:46:13.243391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.243664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.244516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.245292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.245782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.246080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.246383+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' [] [] [2022-10-16T07:46:13.246682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.246900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.247605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:46:13.248321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:46:13.248737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:46:13.248993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:46:13.249224+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' [] [] [2022-10-16T07:46:13.249482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:46:13.406577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb788f"},"request_uri":"http://127.0.0.1:8000/_wdt/cb788f","method":"GET"} [] [2022-10-16T07:47:59.429338+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:47:59.617601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.626307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.627319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.628369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.628665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.628946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.629226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.629546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.629825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.630109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.630407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.630691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.630977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.631264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.631546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.631830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.632117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.632405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.632690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.632973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.633253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.633543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.633826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.634107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.634390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.634675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.634984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.635265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.635551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.635802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.636047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.636283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.636514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.636746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.636981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.637209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.637438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.637672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.637902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.638128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.638364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.638586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.638815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.639043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:47:59.639269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:47:59.645830+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMInvalidArgumentException: "EntityManager#persist() expects parameter 1 to be an entity object, string given." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\orm\lib\Doctrine\ORM\ORMInvalidArgumentException.php line 201 {"exception":"[object] (Doctrine\\ORM\\ORMInvalidArgumentException(code: 0): EntityManager#persist() expects parameter 1 to be an entity object, string given. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMInvalidArgumentException.php:201)"} [] [2022-10-16T07:47:59.679977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.681090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.684828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.686076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.686399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.686683+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' [] [] [2022-10-16T07:47:59.687213+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.689849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.690616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.691383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.691907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.692240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.692524+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' [] [] [2022-10-16T07:47:59.692831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.693081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.693820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.694577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.695022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.695320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.695596+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' [] [] [2022-10-16T07:47:59.695897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.697152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.697893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.698655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.699111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.699411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.699689+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' [] [] [2022-10-16T07:47:59.700001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.700254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.700991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.701752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.702193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.702489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.702767+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' [] [] [2022-10-16T07:47:59.703070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.703315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.704048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:47:59.704804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:47:59.705249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:47:59.705543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:47:59.705818+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' [] [] [2022-10-16T07:47:59.706121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:47:59.869781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"943dbd"},"request_uri":"http://127.0.0.1:8000/_wdt/943dbd","method":"GET"} [] [2022-10-16T07:49:06.511215+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:49:06.692441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.700661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.701590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.702574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.702824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.703059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.703291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.703526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.703760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.703993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.704276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.704502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.704733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.704962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.705249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.705558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.705848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.706064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.706276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.706484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.706685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.706896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.707097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.707275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.707473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.707673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.707877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.708050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.708228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.708400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.708575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.708749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.708921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.709096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.709272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.709474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.709651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.709832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.710004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.710178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.710352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.710523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:49:06.710696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.710869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:49:06.711040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.122006+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:50:45.305956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.315177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.316841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.317822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.318111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.318393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.318672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.318998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.319313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.319594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.319876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.320157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.320435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.320715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.320996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.321278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.321563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.321844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.322127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.322414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.322695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.322978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.323262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.323544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.323826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.324108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.324390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.324699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.324989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.325237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.325479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.325715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.325943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.326176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.326411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.326639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.326865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.327093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.327319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.327544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.327772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.328004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:45.328229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.328457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:45.328680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.257148+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:50:51.438770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.447636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.449221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.450206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.450498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.450779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.451058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.451339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.451628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.451908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.452193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.452473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.452812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.453094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.453377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.453658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.453944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.454227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.454543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.454837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.455117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.455403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.455693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.455981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.456262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.456547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.456796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.457034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.457273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.457505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.457734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.457964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.458192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.458419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.458650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.458875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.459100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.459329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.459555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.459790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.460014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.460236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:50:51.460458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.460694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:50:51.460918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.097955+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-16T07:51:16.258740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.267621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.269248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.270195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.270487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.270774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.271053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.271333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.271616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.271898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.272218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.272501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.272782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.273066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.273347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.273631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.274001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.274388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.274783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.275107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.275379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.275647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.275950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.276206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.276446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.276686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.276916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.277149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.277384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.277652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.277860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.278064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.278294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.278504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.278726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.278904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.279079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.279256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.279431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.279607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.279784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.279957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.280132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.280307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T07:51:16.280480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T07:51:16.281125+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.281933+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Assista -DM GA- 31-4653","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.282892+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.288905+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.289901+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Assista -DM GA- 31-4614","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.291097+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.297072+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.298017+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NISSAN Blue Bird - DM-GA-31-8215","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.309515+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.316431+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.317415+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox -DM-GA:22-5828","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.319505+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.326788+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.327761+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox -DM-GA:22-5829","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.329925+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.337016+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.338054+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox -DM-GA:22-5830","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.340019+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.347059+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.348062+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox -DM-GA:22-5832","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.350181+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.357207+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.358181+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox -DM-GA:22-5835","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.360370+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.367364+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.368348+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Honda Accord -DM-GA:22-5900","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.370333+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.377570+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.378773+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Hilux -DM-THA:15-0287","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.380897+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.387736+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.388721+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Fielder MD-GA-22-8998","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.390889+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.398000+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.399002+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Probox - DM-GA-22-9002","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.401586+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.408893+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.409868+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Fielder - DM-GA-28-6103","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.412010+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.418824+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.419819+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Fielder - DM-GA-28-6105","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.421904+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.428892+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T07:51:16.429827+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Toyota Premio - DM-GA-28-5033","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-16T07:51:16.431701+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T07:51:16.466462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.467402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.470895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.472112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.472475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.472760+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' [] [] [2022-10-16T07:51:16.473288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.475911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.476658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.477416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.477874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.478220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.478496+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' [] [] [2022-10-16T07:51:16.478798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.479045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.479787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.480548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.480986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.481283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.481599+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' [] [] [2022-10-16T07:51:16.481905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.609872+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-16T07:51:16.710680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.712730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.721050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.722074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.722382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.722665+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' [] [] [2022-10-16T07:51:16.723146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.725196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.725961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.726775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.727238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.727540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.727870+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' [] [] [2022-10-16T07:51:16.728226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.728489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.729263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:16.730026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:16.730478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:16.730776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:16.731055+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' [] [] [2022-10-16T07:51:16.731357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:16.986741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"534ed7"},"request_uri":"http://127.0.0.1:8000/_wdt/534ed7","method":"GET"} [] [2022-10-16T07:51:26.310095+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-16T07:51:26.355537+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T07:51:26.420247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.421935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.425140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.426216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.426523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.426811+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' [] [] [2022-10-16T07:51:26.427292+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.429374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.430133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.430952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.431426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.431761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.432041+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' [] [] [2022-10-16T07:51:26.432349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.432605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.433354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.434058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.434601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.434902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.435231+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' [] [] [2022-10-16T07:51:26.435548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.446798+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-16T07:51:26.451760+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[17,16,15,14,13,12,11,10,9,8]] [] [2022-10-16T07:51:26.464151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:26.464984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:26.465321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T07:51:26.466764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-16T07:51:26.475220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.476073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.476840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.477339+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.477641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.477924+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' [] [] [2022-10-16T07:51:26.478245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.478512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.479239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.479982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.480418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.480706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.480979+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' [] [] [2022-10-16T07:51:26.481251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.481489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.482291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:26.483032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:26.483467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:26.483757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:26.484032+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' [] [] [2022-10-16T07:51:26.484327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:26.692571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5c999"},"request_uri":"http://127.0.0.1:8000/_wdt/b5c999","method":"GET"} [] [2022-10-16T07:51:28.757271+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":"2","_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname/2","method":"GET"} [] [2022-10-16T07:51:28.808597+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T07:51:28.837302+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-16T07:51:28.893812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.894754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.898329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.900389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.900950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.901295+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' [] [] [2022-10-16T07:51:28.902058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:28.905686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.906623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.907464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.908140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.908462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.908753+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' [] [] [2022-10-16T07:51:28.909079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:28.909388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.910267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.911077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.911594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.911941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.912231+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' [] [] [2022-10-16T07:51:28.912551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:28.914436+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%"] [] [2022-10-16T07:51:28.917048+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[7,6,5,4,3]] [] [2022-10-16T07:51:28.928862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:28.929668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:28.930014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T07:51:28.938431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.939337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.940117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.940632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.940946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.941227+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' [] [] [2022-10-16T07:51:28.941584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:28.941848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.942583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.943344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.943791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.944086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.944363+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' [] [] [2022-10-16T07:51:28.944667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:28.944911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.945656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:28.946413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:28.946851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:28.947147+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:28.947425+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' [] [] [2022-10-16T07:51:28.947733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:29.154352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50fb8d"},"request_uri":"http://127.0.0.1:8000/_wdt/50fb8d","method":"GET"} [] [2022-10-16T07:51:31.895477+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-16T07:51:31.944800+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T07:51:32.003239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.005099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.008553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.009747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.010062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.010351+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' [] [] [2022-10-16T07:51:32.010879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.013424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.014172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.014968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.015423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.015733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.016017+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' [] [] [2022-10-16T07:51:32.016322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.016578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.017332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.018093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.018551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.018850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.019132+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' [] [] [2022-10-16T07:51:32.019435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.031106+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-16T07:51:32.036059+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[17,16,15,14,13,12,11,10,9,8]] [] [2022-10-16T07:51:32.048250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:32.048998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T07:51:32.049339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T07:51:32.050780+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-16T07:51:32.059891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.060785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.061530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.062005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.062273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.062511+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' [] [] [2022-10-16T07:51:32.062787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.062967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.063665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.064394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.064818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.065037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.065263+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' [] [] [2022-10-16T07:51:32.065523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.065725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.066425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T07:51:32.067138+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T07:51:32.067534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T07:51:32.067782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T07:51:32.067966+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' [] [] [2022-10-16T07:51:32.068217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T07:51:32.268536+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b46ce"},"request_uri":"http://127.0.0.1:8000/_wdt/9b46ce","method":"GET"} [] [2022-10-16T08:19:26.577112+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T08:19:26.661400+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:19:26.666475+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T08:19:26.667564+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T08:19:26.673955+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T08:19:26.675101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T08:19:26.676083+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T08:19:26.677106+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T08:19:26.705506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.706457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.709875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:26.711053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:26.711334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:26.711545+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' [] [] [2022-10-16T08:19:26.712176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:26.715049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.715832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.716561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:26.717284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:26.717555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:26.717788+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' [] [] [2022-10-16T08:19:26.718060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:26.718265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.718995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:26.719705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:26.720107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:26.720355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:26.720540+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' [] [] [2022-10-16T08:19:26.720793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:27.018268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9cd9f"},"request_uri":"http://127.0.0.1:8000/_wdt/b9cd9f","method":"GET"} [] [2022-10-16T08:19:30.823199+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T08:19:30.875327+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:19:30.956375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.958347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.961568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.962858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.963275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.963594+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' [] [] [2022-10-16T08:19:30.964133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:30.966286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.967076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.967837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.968322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.968619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.968933+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' [] [] [2022-10-16T08:19:30.969239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:30.969488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.970217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.971307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.971869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.972181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.972466+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' [] [] [2022-10-16T08:19:30.972779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:30.983819+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T08:19:30.987555+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T08:19:30.988782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.989569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.990329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.990810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.991111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.991393+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' [] [] [2022-10-16T08:19:30.991704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:30.991963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.992691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.993584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.994174+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.994602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.994981+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' [] [] [2022-10-16T08:19:30.995373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:30.995636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.996426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:30.997142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:30.997590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:30.997892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:30.998170+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' [] [] [2022-10-16T08:19:30.998476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:31.165868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d3e18"},"request_uri":"http://127.0.0.1:8000/_wdt/7d3e18","method":"GET"} [] [2022-10-16T08:19:32.629292+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T08:19:32.739188+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:19:32.744047+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T08:19:32.745332+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T08:19:32.752245+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T08:19:32.753390+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T08:19:32.754475+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T08:19:32.755546+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T08:19:32.787811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.788708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.792104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:32.793291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:32.793578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:32.793821+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' [] [] [2022-10-16T08:19:32.794341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:32.796853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.797599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.798320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:32.798742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:32.799018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:32.799286+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' [] [] [2022-10-16T08:19:32.799552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:32.799752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.800443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:19:32.801165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:19:32.801560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:19:32.801809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:19:32.802035+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' [] [] [2022-10-16T08:19:32.802286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:19:32.994758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65a50a"},"request_uri":"http://127.0.0.1:8000/_wdt/65a50a","method":"GET"} [] [2022-10-16T08:29:51.361957+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T08:29:51.492275+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:29:51.499666+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T08:29:51.501425+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T08:29:51.508648+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T08:29:51.511096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T08:29:51.513664+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T08:29:51.516181+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T08:29:51.549201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.550109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.553572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:51.554751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:51.555276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:51.555607+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' [] [] [2022-10-16T08:29:51.556151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:51.559558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.560409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.561182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:51.561688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:51.562003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:51.562285+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' [] [] [2022-10-16T08:29:51.562649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:51.562902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.563640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:51.564396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:51.564847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:51.565175+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:51.565462+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' [] [] [2022-10-16T08:29:51.565776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:51.822494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"813a74"},"request_uri":"http://127.0.0.1:8000/_wdt/813a74","method":"GET"} [] [2022-10-16T08:29:55.136508+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-16T08:29:55.212085+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-16T08:29:55.246083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.247008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.250449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:55.251670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:55.252032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:55.252317+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' [] [] [2022-10-16T08:29:55.252844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:55.255312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.256067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.256823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:55.257284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:55.257598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:55.257870+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' [] [] [2022-10-16T08:29:55.258170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:55.258414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.259142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:55.259880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:55.260313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:55.260608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:55.260906+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' [] [] [2022-10-16T08:29:55.261211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:56.743699+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2022-10-16T08:29:56.832949+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2022-10-16T08:29:56.896394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.897325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.900868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:56.902163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:56.902489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:56.902771+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' [] [] [2022-10-16T08:29:56.903293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:56.905736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.906563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.907303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:56.907758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:56.908099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:56.908372+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' [] [] [2022-10-16T08:29:56.908668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:29:56.908910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.909624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:29:56.910358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:29:56.910796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:29:56.911086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:29:56.911360+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' [] [] [2022-10-16T08:29:56.911656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:30:16.774347+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=3","method":"GET"} [] [2022-10-16T08:30:16.839074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["3"] [] [2022-10-16T08:30:16.863907+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-16T08:30:16.885840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.886713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.889961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:30:16.891108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:30:16.891415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:30:16.891695+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' [] [] [2022-10-16T08:30:16.892195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:30:16.895442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.896213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.896949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:30:16.897418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:30:16.897713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:30:16.897983+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' [] [] [2022-10-16T08:30:16.898290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:30:16.898530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.899423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:30:16.900294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:30:16.900919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:30:16.901299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:30:16.901745+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' [] [] [2022-10-16T08:30:16.902249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:27.413049+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-16T08:32:27.543428+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-16T08:32:27.548587+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-16T08:32:27.549211+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2022-10-16T08:32:27.561137+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-16T08:32:27.561888+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-16T08:32:27.562408+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-16T08:32:27.563669+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-16T08:32:40.810059+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-16T08:32:40.918939+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-16T08:32:40.924289+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-16T08:32:40.924980+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2022-10-16T08:32:40.932024+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-16T08:32:40.932931+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-16T08:32:40.933443+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-16T08:32:40.933886+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-16T08:32:40.974176+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T08:32:40.981449+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: Division by zero" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 134 {"exception":"[object] (ErrorException(code: 0): Warning: Division by zero at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:134)"} [] [2022-10-16T08:32:41.010325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.011294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.015107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.016474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.016838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.017055+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' [] [] [2022-10-16T08:32:41.017587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.020270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.021113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.021867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.022314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.022594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.022841+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' [] [] [2022-10-16T08:32:41.023073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.023289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.024040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.024964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.025659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.025972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.026226+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' [] [] [2022-10-16T08:32:41.026500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.027645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.028487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.029239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.029696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.029988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.030242+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' [] [] [2022-10-16T08:32:41.030519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.030748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.031470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.032152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.032557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.032787+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.032982+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' [] [] [2022-10-16T08:32:41.033202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.033369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.034059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:32:41.034747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:32:41.035206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:32:41.035478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:32:41.035724+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' [] [] [2022-10-16T08:32:41.035996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:32:41.194441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efcab3"},"request_uri":"http://127.0.0.1:8000/_wdt/efcab3","method":"GET"} [] [2022-10-16T08:34:08.590881+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T08:34:08.701407+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:34:08.706126+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T08:34:08.706505+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T08:34:08.712448+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T08:34:08.712920+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T08:34:08.713308+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T08:34:08.714418+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T08:34:08.746273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.747216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.750745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:08.752004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:08.752329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:08.752611+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' [] [] [2022-10-16T08:34:08.753128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:08.755634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.756397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.757141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:08.757590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:08.757887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:08.758195+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' [] [] [2022-10-16T08:34:08.758494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:08.758737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.759454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:08.760206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:08.760638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:08.761003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:08.761277+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' [] [] [2022-10-16T08:34:08.761582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:08.974468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"269006"},"request_uri":"http://127.0.0.1:8000/_wdt/269006","method":"GET"} [] [2022-10-16T08:34:14.041092+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-16T08:34:14.089386+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:34:14.166718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.168660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.171831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.172976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.173298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.173585+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' [] [] [2022-10-16T08:34:14.174064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.176131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.176890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.177647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.178100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.178398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.178674+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' [] [] [2022-10-16T08:34:14.178974+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.179220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.179972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.181007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.181913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.182709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.183057+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' [] [] [2022-10-16T08:34:14.183392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.193601+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T08:34:14.198672+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[3]] [] [2022-10-16T08:34:14.201682+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T08:34:14.204029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.204835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.205601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.206107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.206416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.206699+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' [] [] [2022-10-16T08:34:14.207076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.207337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.208076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.208832+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.209280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.209578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.209863+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' [] [] [2022-10-16T08:34:14.210164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.210409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.211162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:14.212188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:14.212965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:14.213457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:14.213789+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' [] [] [2022-10-16T08:34:14.214132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:14.383609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"832424"},"request_uri":"http://127.0.0.1:8000/_wdt/832424","method":"GET"} [] [2022-10-16T08:34:15.879934+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/group/3/edit","method":"GET"} [] [2022-10-16T08:34:15.931371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["3"] [] [2022-10-16T08:34:15.983926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.984845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.988042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:15.989056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:15.989372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:15.989653+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' [] [] [2022-10-16T08:34:15.990128+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:15.992199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.992966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.993888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:15.994466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:15.994846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:15.995268+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' [] [] [2022-10-16T08:34:15.995621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:15.995919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.996810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:15.997933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:15.998709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:15.999167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:15.999617+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' [] [] [2022-10-16T08:34:15.999977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:16.167727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50dcf6"},"request_uri":"http://127.0.0.1:8000/_wdt/50dcf6","method":"GET"} [] [2022-10-16T08:34:20.529004+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/group/3/edit","method":"POST"} [] [2022-10-16T08:34:20.594146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["3"] [] [2022-10-16T08:34:20.662609+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T08:34:20.662873+00:00] doctrine.DEBUG: UPDATE `group` SET depreciationrate = ? WHERE id = ? [15.0,3] [] [2022-10-16T08:34:20.665256+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T08:34:20.681993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.682905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.686106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.687194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.687515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.687800+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' [] [] [2022-10-16T08:34:20.688290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.690400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.691149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.691903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.692362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.692656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.692932+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' [] [] [2022-10-16T08:34:20.693232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.693474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.694197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.694932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.695364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.695722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.695996+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' [] [] [2022-10-16T08:34:20.696291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.792819+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-16T08:34:20.833099+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:34:20.901013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.902759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.905890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.906993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.907318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.907608+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' [] [] [2022-10-16T08:34:20.908095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.910200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.910961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.911724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.912182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.912480+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.912757+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' [] [] [2022-10-16T08:34:20.913069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.913314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.914204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.915063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.915614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.915946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.916228+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' [] [] [2022-10-16T08:34:20.916546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.925731+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T08:34:20.929209+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[3]] [] [2022-10-16T08:34:20.932601+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T08:34:20.935551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.936445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.937236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.937766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.938065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.938406+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' [] [] [2022-10-16T08:34:20.938732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.938999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.939793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.940567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.941066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.941373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.941657+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' [] [] [2022-10-16T08:34:20.941976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:20.942226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.942981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:20.943749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:20.944225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:20.944532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:20.944816+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' [] [] [2022-10-16T08:34:20.945127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:21.116114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a2823"},"request_uri":"http://127.0.0.1:8000/_wdt/1a2823","method":"GET"} [] [2022-10-16T08:34:23.583973+00:00] request.INFO: Matched route "group_show". {"route":"group_show","route_parameters":{"_route":"group_show","_controller":"App\\Controller\\GroupController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/group/3/show","method":"GET"} [] [2022-10-16T08:34:23.625084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["3"] [] [2022-10-16T08:34:23.656875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.657824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.660958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:23.662024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:23.662417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:23.662700+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' [] [] [2022-10-16T08:34:23.663186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:23.665199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.665955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.666717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:23.667179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:23.667512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:23.667810+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' [] [] [2022-10-16T08:34:23.668118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:23.668352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.669078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:23.669812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:23.670261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:23.670600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:23.670879+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' [] [] [2022-10-16T08:34:23.671182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:23.828768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a401eb"},"request_uri":"http://127.0.0.1:8000/_wdt/a401eb","method":"GET"} [] [2022-10-16T08:34:28.213569+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-16T08:34:28.321598+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-16T08:34:28.326950+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-16T08:34:28.328132+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2022-10-16T08:34:28.334742+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-16T08:34:28.336213+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-16T08:34:28.337737+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-16T08:34:28.339021+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-16T08:34:28.378761+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T08:34:28.382580+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T08:34:28.383596+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.69,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":3,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T08:34:28.388132+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T08:34:28.410085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.410997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.414606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.415878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.416200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.416486+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' [] [] [2022-10-16T08:34:28.417012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.419611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.420370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.421124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.421576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.421917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.422195+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' [] [] [2022-10-16T08:34:28.422504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.422750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.423485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.424234+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.424681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.424977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.425254+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' [] [] [2022-10-16T08:34:28.425556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.553432+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T08:34:28.606370+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:34:28.679687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.681892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.685233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.686441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.686775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.687064+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' [] [] [2022-10-16T08:34:28.687561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.689658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.690444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.691202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.691666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.691966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.692243+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' [] [] [2022-10-16T08:34:28.692544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.692801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.693532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.694340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.694826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.695122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.695398+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' [] [] [2022-10-16T08:34:28.695702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.706262+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T08:34:28.710982+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6]] [] [2022-10-16T08:34:28.730217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T08:34:28.731074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T08:34:28.731420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T08:34:28.732705+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T08:34:28.734565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.735359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.736128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.736618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.736927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.737215+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' [] [] [2022-10-16T08:34:28.737528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.737789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.738527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.739293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.739738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.740094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.740376+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' [] [] [2022-10-16T08:34:28.740677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.740924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.741655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:34:28.742409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:34:28.742854+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:34:28.743131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:34:28.743506+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' [] [] [2022-10-16T08:34:28.743843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:34:28.941953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"283db3"},"request_uri":"http://127.0.0.1:8000/_wdt/283db3","method":"GET"} [] [2022-10-16T08:35:15.310522+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T08:35:15.360985+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:35:15.443138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.445066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.448546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.449734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.450051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.450336+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' [] [] [2022-10-16T08:35:15.450896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.453509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.454279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.455048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.455520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.455858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.456143+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' [] [] [2022-10-16T08:35:15.456450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.456702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.457483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.458238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.458694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.459000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.459262+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' [] [] [2022-10-16T08:35:15.459585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.471527+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T08:35:15.475848+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6]] [] [2022-10-16T08:35:15.495440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:15.496384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:15.496714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:15.497968+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T08:35:15.499242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.500087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.500809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.501266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.501540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.501784+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' [] [] [2022-10-16T08:35:15.502056+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.502275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.502969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.503669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.504079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.504338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.504574+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' [] [] [2022-10-16T08:35:15.504835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.505040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.505732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:15.506403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:15.506811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:15.507039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:15.507268+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' [] [] [2022-10-16T08:35:15.507556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:15.864201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"129ec6"},"request_uri":"http://127.0.0.1:8000/_wdt/129ec6","method":"GET"} [] [2022-10-16T08:35:19.406718+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/show","method":"GET"} [] [2022-10-16T08:35:19.482091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2022-10-16T08:35:19.521271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:19.521790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:19.522145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:19.522508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:19.522943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-16T08:35:19.523281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:19.523606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:19.523941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [6] [] [2022-10-16T08:35:19.541796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.542711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.546141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:19.547345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:19.547664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:19.547947+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' [] [] [2022-10-16T08:35:19.548470+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:19.550938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.551678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.552432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:19.552883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:19.553180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:19.553457+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' [] [] [2022-10-16T08:35:19.553767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:19.554010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.554744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:19.555619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:19.556269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:19.556810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:19.557344+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' [] [] [2022-10-16T08:35:19.557747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:19.741160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f21ff"},"request_uri":"http://127.0.0.1:8000/_wdt/8f21ff","method":"GET"} [] [2022-10-16T08:35:36.342747+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/show","method":"GET"} [] [2022-10-16T08:35:36.416891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["6"] [] [2022-10-16T08:35:36.456172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:36.456691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:36.457041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:36.457424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:36.457854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-16T08:35:36.458184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:36.458506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-16T08:35:36.458838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [6] [] [2022-10-16T08:35:36.474661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.475695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.479289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:36.480508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:36.480833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:36.481120+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' [] [] [2022-10-16T08:35:36.481638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:36.484141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.484891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.485644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:36.486094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:36.486437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:36.486714+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' [] [] [2022-10-16T08:35:36.487018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:36.487263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.487998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:36.488754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:36.489195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:36.489491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:36.489766+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' [] [] [2022-10-16T08:35:36.490066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:36.671223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69083b"},"request_uri":"http://127.0.0.1:8000/_wdt/69083b","method":"GET"} [] [2022-10-16T08:35:39.501378+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"6"},"request_uri":"http://127.0.0.1:8000/assetregister/6/disposal","method":"GET"} [] [2022-10-16T08:35:39.593675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.595598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.604049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:39.605166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:39.605485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:39.605770+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' [] [] [2022-10-16T08:35:39.606255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:39.608335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.609096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.609862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:39.610319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:39.610616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:39.610894+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' [] [] [2022-10-16T08:35:39.611196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:39.611451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.612185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:39.612939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:39.613379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:39.613708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:39.613989+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' [] [] [2022-10-16T08:35:39.614289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:39.776736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e00e7"},"request_uri":"http://127.0.0.1:8000/_wdt/7e00e7","method":"GET"} [] [2022-10-16T08:35:52.331949+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T08:35:52.379264+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T08:35:52.442564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.444282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.447584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.448735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.449079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.449377+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' [] [] [2022-10-16T08:35:52.449922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.452252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.453144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.453933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.454459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.454771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.455055+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' [] [] [2022-10-16T08:35:52.455367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.455623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.456357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.457171+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.457627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.457924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.458211+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' [] [] [2022-10-16T08:35:52.458517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.470768+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T08:35:52.475958+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6]] [] [2022-10-16T08:35:52.495817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:52.496817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:52.497141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T08:35:52.498365+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T08:35:52.499647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.500427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.501143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.501594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.501859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.502058+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' [] [] [2022-10-16T08:35:52.502324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.502536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.503309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.504059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.504485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.504744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.504935+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' [] [] [2022-10-16T08:35:52.505246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.505450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.506138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:35:52.506834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:35:52.507200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:35:52.507453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:35:52.507744+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' [] [] [2022-10-16T08:35:52.508036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:35:52.702755+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92ea24"},"request_uri":"http://127.0.0.1:8000/_wdt/92ea24","method":"GET"} [] [2022-10-16T08:36:00.230141+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-16T08:36:00.338762+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:36:00.343888+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T08:36:00.344318+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T08:36:00.349963+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T08:36:00.351023+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T08:36:00.384376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.385340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.388830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:00.390059+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:00.390381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:00.390664+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' [] [] [2022-10-16T08:36:00.391209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:00.393746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.394528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.395288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:00.395755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:00.396057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:00.396340+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' [] [] [2022-10-16T08:36:00.396652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:00.396898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.397635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:00.398391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:00.398875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:00.399424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:00.399834+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' [] [] [2022-10-16T08:36:00.400286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:00.594583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31b47b"},"request_uri":"http://127.0.0.1:8000/_wdt/31b47b","method":"GET"} [] [2022-10-16T08:36:25.476284+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-16T08:36:25.667576+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-16T08:36:25.765702+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T08:36:25.776380+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-16T08:36:25.929040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.931042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.934947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.936305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.936633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.936948+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' [] [] [2022-10-16T08:36:25.937527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:25.940250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.941269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.942389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.943014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.943382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.943627+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' [] [] [2022-10-16T08:36:25.943932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:25.944189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.944953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.945743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.946198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.946445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.946693+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' [] [] [2022-10-16T08:36:25.946969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:25.948606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.949471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.950242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.950727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.951005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.951247+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' [] [] [2022-10-16T08:36:25.951520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:25.951742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.952458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.953194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.953603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.953861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.954092+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' [] [] [2022-10-16T08:36:25.954351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T08:36:25.954553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.955261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T08:36:25.955985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T08:36:25.956389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T08:36:25.956643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T08:36:25.956873+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' [] [] [2022-10-16T08:36:25.957169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.122525+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T09:11:25.174032+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T09:11:25.267452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.269673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.273183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.274728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.275160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.275475+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' [] [] [2022-10-16T09:11:25.276044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.278737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.279522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.280290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.280768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.281170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.281568+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' [] [] [2022-10-16T09:11:25.281909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.282180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.282976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.283739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.284217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.284521+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.284804+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' [] [] [2022-10-16T09:11:25.285110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.296559+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T09:11:25.300975+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[6]] [] [2022-10-16T09:11:25.320775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T09:11:25.321644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T09:11:25.321954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T09:11:25.323191+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T09:11:25.324454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.325250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.326015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.326506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.326817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.327098+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' [] [] [2022-10-16T09:11:25.327453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.327746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.328482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.329235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.329690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.329994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.330272+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' [] [] [2022-10-16T09:11:25.330595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.330845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.331563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:25.332263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:25.332682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:25.333000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:25.333241+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' [] [] [2022-10-16T09:11:25.333502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:25.614559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03de30"},"request_uri":"http://127.0.0.1:8000/_wdt/03de30","method":"GET"} [] [2022-10-16T09:11:26.445261+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T09:11:26.557575+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T09:11:26.562218+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T09:11:26.562630+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T09:11:26.568662+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T09:11:26.569066+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T09:11:26.569449+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T09:11:26.569877+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T09:11:26.600388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.601316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.604770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:26.606027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:26.606512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:26.606815+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' [] [] [2022-10-16T09:11:26.607383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:26.609885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.610649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.611400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:26.611877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:26.612173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:26.612448+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' [] [] [2022-10-16T09:11:26.612754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:26.612997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.613710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:26.614446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:26.614882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:26.615208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:26.615481+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' [] [] [2022-10-16T09:11:26.615779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:26.811832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93e097"},"request_uri":"http://127.0.0.1:8000/_wdt/93e097","method":"GET"} [] [2022-10-16T09:11:31.790564+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T09:11:31.921581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.923502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.932136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:31.933402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:31.933725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:31.934010+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' [] [] [2022-10-16T09:11:31.934536+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:31.937273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.938111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.938880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:31.939378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:31.939744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:31.940028+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' [] [] [2022-10-16T09:11:31.940376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:31.940628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.941363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:31.942117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:31.942567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:31.942864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:31.943142+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' [] [] [2022-10-16T09:11:31.943444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:32.128418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f1e8f"},"request_uri":"http://127.0.0.1:8000/_wdt/8f1e8f","method":"GET"} [] [2022-10-16T09:11:34.205529+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T09:11:34.301526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.303236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.310474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:34.311664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:34.311983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:34.312252+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' [] [] [2022-10-16T09:11:34.312721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:34.314771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.315701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.316463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:34.316935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:34.317233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:34.317514+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' [] [] [2022-10-16T09:11:34.317840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:34.318092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.318837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:11:34.319592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:11:34.320086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:11:34.320397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:11:34.320678+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' [] [] [2022-10-16T09:11:34.320983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:11:34.481613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19f95d"},"request_uri":"http://127.0.0.1:8000/_wdt/19f95d","method":"GET"} [] [2022-10-16T09:12:05.272075+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T09:12:05.388740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.390630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.399071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:12:05.400553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:12:05.400992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:12:05.401355+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' [] [] [2022-10-16T09:12:05.402119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:12:05.404707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.405550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.406319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:12:05.406821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:12:05.407130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:12:05.407412+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' [] [] [2022-10-16T09:12:05.407723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:12:05.407971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.408702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:12:05.409454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:12:05.409899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:12:05.410201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:12:05.410479+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' [] [] [2022-10-16T09:12:05.410781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:12:05.601364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9174d"},"request_uri":"http://127.0.0.1:8000/_wdt/c9174d","method":"GET"} [] [2022-10-16T09:59:02.276871+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T09:59:02.368531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.371056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.379991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:59:02.381309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:59:02.381653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:59:02.381942+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' [] [] [2022-10-16T09:59:02.382479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:59:02.385131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.385910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.386666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:59:02.387123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:59:02.387424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:59:02.387704+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' [] [] [2022-10-16T09:59:02.388008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:59:02.388295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.389027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T09:59:02.389775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T09:59:02.390198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T09:59:02.390457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T09:59:02.390687+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' [] [] [2022-10-16T09:59:02.390945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T09:59:02.631237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0850f4"},"request_uri":"http://127.0.0.1:8000/_wdt/0850f4","method":"GET"} [] [2022-10-16T10:03:22.207552+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2022-10-16T10:03:22.257831+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:03:22.346040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.347978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.351465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.352652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.353012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.353301+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' [] [] [2022-10-16T10:03:22.353823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.356334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.357076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.357829+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.358281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.358674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.358953+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' [] [] [2022-10-16T10:03:22.359259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.359522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.360274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.361032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.361491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.361836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.362117+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' [] [] [2022-10-16T10:03:22.362427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.372896+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-16T10:03:22.377258+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2022-10-16T10:03:22.379970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-16T10:03:22.382744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.383547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.384311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.384807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.385116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.385399+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' [] [] [2022-10-16T10:03:22.385714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.385972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.386706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.387463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.387923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.388219+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.388496+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' [] [] [2022-10-16T10:03:22.388765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.389009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.389800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:22.390555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:22.391000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:22.391305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:22.391606+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' [] [] [2022-10-16T10:03:22.391966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:22.571632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3d296"},"request_uri":"http://127.0.0.1:8000/_wdt/a3d296","method":"GET"} [] [2022-10-16T10:03:46.204868+00:00] request.INFO: Matched route "vendor_index". {"route":"vendor_index","route_parameters":{"_route":"vendor_index","page":1,"_controller":"App\\Controller\\VendorController::index"},"request_uri":"http://127.0.0.1:8000/vendor","method":"GET"} [] [2022-10-16T10:03:46.245837+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:03:46.312933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.314939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.318319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.319485+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.319829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.320142+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' [] [] [2022-10-16T10:03:46.320673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.322779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.323598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.324368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.324866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.325176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.325501+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' [] [] [2022-10-16T10:03:46.325817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.326110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.326884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.327660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.328173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.328515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.328802+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' [] [] [2022-10-16T10:03:46.329073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.338526+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T10:03:46.342518+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE (v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%","%%","%%",[2]] [] [2022-10-16T10:03:46.345342+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.name LIKE ? OR v0_.address LIKE ? OR v0_.mobileno LIKE ? OR v0_.email LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T10:03:46.348059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.348841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.349567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.350028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.350297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.350526+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' [] [] [2022-10-16T10:03:46.350749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.350961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.351652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.352363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.352768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.353021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.353251+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' [] [] [2022-10-16T10:03:46.353516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.353675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.354360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:03:46.355063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:03:46.355458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:03:46.355671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:03:46.355905+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' [] [] [2022-10-16T10:03:46.356159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:03:46.524282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a4ee1"},"request_uri":"http://127.0.0.1:8000/_wdt/4a4ee1","method":"GET"} [] [2022-10-16T10:04:06.140273+00:00] request.INFO: Matched route "location_index". {"route":"location_index","route_parameters":{"_route":"location_index","page":1,"_controller":"App\\Controller\\LocationController::index"},"request_uri":"http://127.0.0.1:8000/location","method":"GET"} [] [2022-10-16T10:04:06.180255+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:04:06.231552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.233596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.237015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.238222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.238570+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.238953+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' [] [] [2022-10-16T10:04:06.239559+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.241816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.242802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.243804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.244688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.245050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.245350+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' [] [] [2022-10-16T10:04:06.245678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.245934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.246769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.247703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.248424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.248778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.249114+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' [] [] [2022-10-16T10:04:06.249479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.258578+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-10-16T10:04:06.262012+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? AND l0_.id IN (?) ORDER BY l0_.id DESC ["%%",[1]] [] [2022-10-16T10:04:06.264440+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.name LIKE ? ORDER BY l0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-10-16T10:04:06.267200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.268002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.268767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.269264+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.269571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.269854+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' [] [] [2022-10-16T10:04:06.270175+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.270435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.271169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.271919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.272371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.272670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.272949+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' [] [] [2022-10-16T10:04:06.273216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.273462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.274255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:04:06.275281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:04:06.276279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:04:06.276685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:04:06.276997+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' [] [] [2022-10-16T10:04:06.277306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:04:06.507801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70f834"},"request_uri":"http://127.0.0.1:8000/_wdt/70f834","method":"GET"} [] [2022-10-16T10:05:56.771351+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:05:56.872145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.874064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.882584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:05:56.883806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:05:56.884173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:05:56.884529+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' [] [] [2022-10-16T10:05:56.885060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:05:56.887625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.888425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.889187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:05:56.889670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:05:56.889975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:05:56.890257+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' [] [] [2022-10-16T10:05:56.890568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:05:56.890826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.891558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:05:56.892311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:05:56.892755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:05:56.893093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:05:56.893372+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' [] [] [2022-10-16T10:05:56.893679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:05:57.078843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0edbf"},"request_uri":"http://127.0.0.1:8000/_wdt/d0edbf","method":"GET"} [] [2022-10-16T10:06:03.911648+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:06:48.923830+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:06:48.996107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:48.997768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:49.004621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:06:49.005622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:06:49.005931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:06:49.006213+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' [] [] [2022-10-16T10:06:49.006693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:06:49.008769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:49.009509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:49.010294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:06:49.010746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:06:49.011040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:06:49.011313+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' [] [] [2022-10-16T10:06:49.011608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:06:49.011849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:49.012563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:06:49.013298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:06:49.013738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:06:49.014030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:06:49.014305+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' [] [] [2022-10-16T10:06:49.014599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:06:49.192873+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42acf8"},"request_uri":"http://127.0.0.1:8000/_wdt/42acf8","method":"GET"} [] [2022-10-16T10:06:52.711611+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:07:06.653895+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:09:09.043870+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:09:27.705347+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:09:27.791739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.793758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.801969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:09:27.803091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:09:27.803338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:09:27.803536+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' [] [] [2022-10-16T10:09:27.803959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:09:27.807005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.807858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.808583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:09:27.809056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:09:27.809366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:09:27.809606+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' [] [] [2022-10-16T10:09:27.809901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:09:27.810110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.810806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:09:27.811500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:09:27.811896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:09:27.812151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:09:27.812383+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' [] [] [2022-10-16T10:09:27.812641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:09:28.060486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba7355"},"request_uri":"http://127.0.0.1:8000/_wdt/ba7355","method":"GET"} [] [2022-10-16T10:09:31.435101+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:09:47.353723+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:10:10.624126+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:10:10.736249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.738110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.746655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:10.747828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:10.748140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:10.748419+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' [] [] [2022-10-16T10:10:10.749089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:10.751815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.752621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.753379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:10.753860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:10.754161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:10.754440+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' [] [] [2022-10-16T10:10:10.754748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:10.754992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.755786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:10.756541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:10.756986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:10.757286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:10.757569+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' [] [] [2022-10-16T10:10:10.757839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:10.968902+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c61f9"},"request_uri":"http://127.0.0.1:8000/_wdt/2c61f9","method":"GET"} [] [2022-10-16T10:10:14.340712+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:10:14.523524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:10:14.532749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:10:14.533770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:10:14.538029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:10:14.538991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:10:14.539909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:10:14.540781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:10:14.547915+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: A non well formed numeric value encountered" at C:\Apache24\htdocs\fixedasset\src\Entity\Assetregister.php line 237 {"exception":"[object] (ErrorException(code: 0): Notice: A non well formed numeric value encountered at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:237)"} [] [2022-10-16T10:10:14.576586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.577544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.581066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.582296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.582625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.582913+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' [] [] [2022-10-16T10:10:14.583414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.586001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.586758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.587540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.588017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.588335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.588583+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' [] [] [2022-10-16T10:10:14.588899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.589117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.589848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.590598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.591034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.591298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.591533+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' [] [] [2022-10-16T10:10:14.591754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.592826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.593547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.594219+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.594634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.594895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.595128+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' [] [] [2022-10-16T10:10:14.595389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.595600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.596273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.597000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.597401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.597655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.597888+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' [] [] [2022-10-16T10:10:14.598145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.598344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.599067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:10:14.599802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:10:14.600223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:10:14.600486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:10:14.600768+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' [] [] [2022-10-16T10:10:14.601043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:10:14.748766+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc17ae"},"request_uri":"http://127.0.0.1:8000/_wdt/cc17ae","method":"GET"} [] [2022-10-16T10:11:10.136399+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:11:10.240817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.242877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.251372+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:10.252455+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:10.252783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:10.253070+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' [] [] [2022-10-16T10:11:10.253565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:10.255685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.256496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.257270+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:10.257743+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:10.258045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:10.258325+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' [] [] [2022-10-16T10:11:10.258674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:10.258927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.259688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:10.260444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:10.260895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:10.261203+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:10.261479+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' [] [] [2022-10-16T10:11:10.261786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:10.428866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ba735"},"request_uri":"http://127.0.0.1:8000/_wdt/6ba735","method":"GET"} [] [2022-10-16T10:11:14.154446+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:11:14.325204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:11:14.343367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:11:14.344448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:11:14.348434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:11:14.349440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:11:14.351036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:11:14.352683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:11:14.359857+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: A non well formed numeric value encountered" at C:\Apache24\htdocs\fixedasset\src\Entity\Assetregister.php line 237 {"exception":"[object] (ErrorException(code: 0): Notice: A non well formed numeric value encountered at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:237)"} [] [2022-10-16T10:11:14.389702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.390646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.394220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.395450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.395788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.396082+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' [] [] [2022-10-16T10:11:14.396612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.399270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.400183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.401098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.401666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.401994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.402357+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' [] [] [2022-10-16T10:11:14.402677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.402941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.403715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.404476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.404962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.405334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.405599+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' [] [] [2022-10-16T10:11:14.405895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.407036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.407766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.408531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.408999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.409304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.409556+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' [] [] [2022-10-16T10:11:14.409825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.410051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.410760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.411481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.411893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.412154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.412396+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' [] [] [2022-10-16T10:11:14.412659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.412918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.413673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:14.414415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:14.414937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:14.415255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:14.415559+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' [] [] [2022-10-16T10:11:14.415897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:14.563838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"905019"},"request_uri":"http://127.0.0.1:8000/_wdt/905019","method":"GET"} [] [2022-10-16T10:11:54.173071+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:11:54.266372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.268398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.277474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:54.278786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:54.279117+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:54.279405+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' [] [] [2022-10-16T10:11:54.279946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:54.282902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.283749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.284534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:54.285024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:54.285347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:54.285643+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' [] [] [2022-10-16T10:11:54.285950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:54.286209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.286987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:11:54.287765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:11:54.288253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:11:54.288566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:11:54.288851+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' [] [] [2022-10-16T10:11:54.289163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:11:54.476032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"844cf3"},"request_uri":"http://127.0.0.1:8000/_wdt/844cf3","method":"GET"} [] [2022-10-16T10:11:57.819568+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:11:58.010536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:11:58.018771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:11:58.019730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:11:58.023898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:11:58.025181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:11:58.026120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:11:58.027003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:12:21.534592+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:12:21.632427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.634418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.642745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:21.643974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:21.644299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:21.644579+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' [] [] [2022-10-16T10:12:21.645092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:21.647549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.648307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.649053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:21.649769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:21.650190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:21.650471+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' [] [] [2022-10-16T10:12:21.650792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:21.651085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.651857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:21.652602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:21.653061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:21.653355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:21.653631+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' [] [] [2022-10-16T10:12:21.653935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:21.819818+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ff1be"},"request_uri":"http://127.0.0.1:8000/_wdt/3ff1be","method":"GET"} [] [2022-10-16T10:12:25.762767+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:12:25.917669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:12:25.925660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:12:25.926581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:12:25.930610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:12:25.932111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:12:25.933496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:12:25.934456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:12:35.141663+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:12:35.243867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.245955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.254290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:35.255540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:35.255873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:35.256179+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' [] [] [2022-10-16T10:12:35.256761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:35.259266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.260046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.260809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:35.261273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:35.261614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:35.261893+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' [] [] [2022-10-16T10:12:35.262202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:35.262453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.263187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:35.263940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:35.264387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:35.264683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:35.264965+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' [] [] [2022-10-16T10:12:35.265269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:35.453868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"194a5d"},"request_uri":"http://127.0.0.1:8000/_wdt/194a5d","method":"GET"} [] [2022-10-16T10:12:39.227190+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:12:39.387421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:12:39.395271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:12:39.396244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:12:39.401120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:12:39.402981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:12:39.404538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:12:39.406054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:12:39.407266+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Entity\Assetregister::setAcquisitiondate() must implement interface DateTimeInterface, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 500 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setAcquisitiondate() must implement interface DateTimeInterface, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 500 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:225)"} [] [2022-10-16T10:12:39.414099+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Entity\Assetregister::setAcquisitiondate() must implement interface DateTimeInterface, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 500" at C:\Apache24\htdocs\fixedasset\src\Entity\Assetregister.php line 225 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setAcquisitiondate() must implement interface DateTimeInterface, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 500 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:225)"} [] [2022-10-16T10:12:39.441312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.442270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.445716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.446955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.447285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.447616+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' [] [] [2022-10-16T10:12:39.448138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.451070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.451886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.452665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.453162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.453475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.453758+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' [] [] [2022-10-16T10:12:39.454069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.454323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.455087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.455861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.456315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.456618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.456899+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' [] [] [2022-10-16T10:12:39.457214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.458311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.459068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.459838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.460283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.460585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.460864+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' [] [] [2022-10-16T10:12:39.461164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.461413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.462254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.463282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.463776+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.464090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.464372+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' [] [] [2022-10-16T10:12:39.464685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.464935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.465691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:12:39.466700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:12:39.467139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:12:39.467406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:12:39.467641+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' [] [] [2022-10-16T10:12:39.467907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:12:39.621644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"342cd8"},"request_uri":"http://127.0.0.1:8000/_wdt/342cd8","method":"GET"} [] [2022-10-16T10:14:17.502774+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:14:17.684864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:14:17.693215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:14:17.694196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:14:17.698060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:14:17.699058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:14:17.700670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:14:17.702184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:14:17.713738+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:14:17.715618+00:00] php.CRITICAL: Uncaught Error: Call to a member function format() on string {"exception":"[object] (Error(code: 0): Call to a member function format() on string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:539)"} [] [2022-10-16T10:14:17.722465+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function format() on string" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 539 {"exception":"[object] (Error(code: 0): Call to a member function format() on string at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:539)"} [] [2022-10-16T10:14:17.751139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.752078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.755899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.757156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.757537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.757822+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' [] [] [2022-10-16T10:14:17.758349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.760946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.761780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.762521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.762987+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.763291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.763564+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' [] [] [2022-10-16T10:14:17.763866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.764114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.764831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.765568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.766004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.766301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.766579+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' [] [] [2022-10-16T10:14:17.766873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.767942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.768663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.769404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.769883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.770183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.770455+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' [] [] [2022-10-16T10:14:17.770750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.770995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.771714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.772450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.772886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.773186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.773464+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' [] [] [2022-10-16T10:14:17.773760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.774045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.774864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:14:17.775877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:14:17.776366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:14:17.776652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:14:17.776880+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' [] [] [2022-10-16T10:14:17.777159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:14:17.933253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ae38b"},"request_uri":"http://127.0.0.1:8000/_wdt/2ae38b","method":"GET"} [] [2022-10-16T10:15:11.473221+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:15:11.662506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:15:11.687759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:15:11.689674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:15:11.696034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:15:11.697455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:15:11.698820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:15:11.699970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:15:11.713014+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:15:11.715991+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:15:11.717041+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.7,"3":"MV/2022/10/00002","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":3,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:15:11.719741+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:15:11.743424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.744389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.748019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:11.749326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:11.749673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:11.749962+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' [] [] [2022-10-16T10:15:11.750486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:11.753119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.753891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.754645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:11.755152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:11.755482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:11.755763+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' [] [] [2022-10-16T10:15:11.756076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:11.756323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.757059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.757814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:11.758260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:11.758561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:11.758846+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' [] [] [2022-10-16T10:15:11.759148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:11.885331+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:15:11.993151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:11.995552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:12.003476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:12.004531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:12.004845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:12.005125+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' [] [] [2022-10-16T10:15:12.005590+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:12.007668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:12.008404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:12.009144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:12.009591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:12.009887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:12.010160+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' [] [] [2022-10-16T10:15:12.010459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:12.010704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:12.011419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:12.012158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:12.012630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:12.012924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:12.013198+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' [] [] [2022-10-16T10:15:12.013493+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:12.264473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29f50d"},"request_uri":"http://127.0.0.1:8000/_wdt/29f50d","method":"GET"} [] [2022-10-16T10:15:15.695345+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T10:15:15.740960+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:15:15.810807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.812510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.815710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.816758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.817081+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.817422+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' [] [] [2022-10-16T10:15:15.817922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:15.820079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.820833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.821588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.822046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.822345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.822624+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' [] [] [2022-10-16T10:15:15.822927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:15.823175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.823918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.824677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.825194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.825502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.825787+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' [] [] [2022-10-16T10:15:15.826130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:15.837407+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T10:15:15.842365+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[7,6]] [] [2022-10-16T10:15:15.861897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T10:15:15.862729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T10:15:15.863041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T10:15:15.864328+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T10:15:15.865628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.866397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.867232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.867732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.868112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.868465+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' [] [] [2022-10-16T10:15:15.868764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:15.869001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.869796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.870577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.871184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.871520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.871808+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' [] [] [2022-10-16T10:15:15.872120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:15.872334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.873051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:15:15.873745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:15:15.874149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:15:15.874450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:15:15.874727+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' [] [] [2022-10-16T10:15:15.875034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:15:16.071899+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fd896"},"request_uri":"http://127.0.0.1:8000/_wdt/3fd896","method":"GET"} [] [2022-10-16T10:18:11.219922+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T10:18:11.274417+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:18:11.352925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.354848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.358313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.359629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.359973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.360262+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' [] [] [2022-10-16T10:18:11.360792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.363346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.364103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.364859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.365313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.365611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.365890+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' [] [] [2022-10-16T10:18:11.366156+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.366401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.367197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.367950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.368670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.369020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.369315+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' [] [] [2022-10-16T10:18:11.369601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.380504+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T10:18:11.384682+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T10:18:11.385965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.386756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.387518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.388046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.388361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.388641+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' [] [] [2022-10-16T10:18:11.388955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.389218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.389976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.390734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.391184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.391487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.391768+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' [] [] [2022-10-16T10:18:11.392072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.392319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.393056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:11.393810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:11.394252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:11.394624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:11.394907+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' [] [] [2022-10-16T10:18:11.395211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:11.568563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5266e"},"request_uri":"http://127.0.0.1:8000/_wdt/c5266e","method":"GET"} [] [2022-10-16T10:18:16.758291+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:18:16.852160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.853866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.860902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:16.861970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:16.862300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:16.862589+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' [] [] [2022-10-16T10:18:16.863088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:16.865162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.865943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.866701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:16.867234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:16.867561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:16.867903+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' [] [] [2022-10-16T10:18:16.868333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:16.868646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.869500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:16.870384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:16.870978+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:16.871302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:16.871595+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' [] [] [2022-10-16T10:18:16.871915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:17.029240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152e5e"},"request_uri":"http://127.0.0.1:8000/_wdt/152e5e","method":"GET"} [] [2022-10-16T10:18:31.005985+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-16T10:18:31.182081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.189481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.191060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-16T10:18:31.195597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.196673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.198197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.199666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.209691+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.211708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.212074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.212370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4614"] [] [2022-10-16T10:18:31.212726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.213074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.213411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.213689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.214024+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.214339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.214619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.214899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["NISSAN Blue Bird - DM-GA-31-8215"] [] [2022-10-16T10:18:31.215223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.215498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.215777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.216051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.216362+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.216678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.216957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.217232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5828"] [] [2022-10-16T10:18:31.217549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.217822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.218101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.218375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.218684+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.218975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.219233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.219473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5829"] [] [2022-10-16T10:18:31.219756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.219986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.220259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.220488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.220745+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.221014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.221249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.221487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5830"] [] [2022-10-16T10:18:31.221760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.221985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.222221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.222443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.222696+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.222963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.223197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.223425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5832"] [] [2022-10-16T10:18:31.223695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.223921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.224148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.224367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.224619+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.224916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.225153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.225413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5835"] [] [2022-10-16T10:18:31.225705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.225960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.226150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.226326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.226532+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.226746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.226932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.227107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Honda Accord -DM-GA:22-5900"] [] [2022-10-16T10:18:31.227328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.227502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.227680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.227853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.228056+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.228273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.228454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.228628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Hilux -DM-THA:15-0287"] [] [2022-10-16T10:18:31.228848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.229020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.229195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.229365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.229566+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.229778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.229958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.230132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder MD-GA-22-8998"] [] [2022-10-16T10:18:31.230388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.230564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.230742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.230914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.231116+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.231340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.231520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.231693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox - DM-GA-22-9002"] [] [2022-10-16T10:18:31.231916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.232089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.232265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.232434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.232634+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.232849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.233031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.233206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder - DM-GA-28-6103"] [] [2022-10-16T10:18:31.233425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.233597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.233775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.233946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.234149+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.234360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.234539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.234714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder - DM-GA-28-6105"] [] [2022-10-16T10:18:31.234942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.235117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.235293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.235463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.235665+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.235902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.236082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-16T10:18:31.236256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Premio - DM-GA-28-5033"] [] [2022-10-16T10:18:31.236478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-16T10:18:31.236650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-16T10:18:31.236828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-16T10:18:31.236999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-16T10:18:31.237208+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-16T10:18:31.238366+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.239306+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.7,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":3,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.241480+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.246323+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.246521+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.7,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":4,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.247264+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.252178+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.252423+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1780852.18,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":5,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.262296+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.267727+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.268063+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":6,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.269174+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.274664+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.275000+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":7,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.275866+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.281318+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.281652+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":8,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.282759+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.288348+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.288676+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":9,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.289825+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.295212+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.295551+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":10,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.296654+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.302256+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.302635+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":5712958.39,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":11,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.303566+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.308925+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.309213+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":4384341.3,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":12,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.309883+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.315231+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.315443+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1499708.07,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":13,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.316475+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.322316+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.322675+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1063608.75,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2024-02-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":14,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.323858+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.330080+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.330450+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-02-27T00:00:00+00:00","2":1743800.0,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2025-10-20T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":15,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.331661+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.338010+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.338385+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-02-27T00:00:00+00:00","2":1743800.0,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2025-10-20T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":16,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.339373+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.345450+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-16T10:18:31.345844+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-10-31T00:00:00+00:00","2":2065320.0,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2427,"20":"2026-06-23T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":17,"25":1,"26":2,"27":1,"28":1} [] [2022-10-16T10:18:31.347077+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-16T10:18:31.375342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.376282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.379748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.381153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.381502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.381806+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' [] [] [2022-10-16T10:18:31.382367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.384974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.385749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.386506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.386988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.387291+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.387570+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' [] [] [2022-10-16T10:18:31.387879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.388134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.388865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.389615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.390058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.390360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.390641+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' [] [] [2022-10-16T10:18:31.390944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.517838+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-16T10:18:31.618251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.620240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.628124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.631160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.631587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.631880+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' [] [] [2022-10-16T10:18:31.632382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.634377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.635143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.635883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.636350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.636655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.636975+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' [] [] [2022-10-16T10:18:31.637273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.637521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.638248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:31.638986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:31.639422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:31.639716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:31.639988+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' [] [] [2022-10-16T10:18:31.640289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:31.797375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61db00"},"request_uri":"http://127.0.0.1:8000/_wdt/61db00","method":"GET"} [] [2022-10-16T10:18:47.540830+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T10:18:47.585824+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:18:47.649727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.651876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.655170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.656288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.656619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.656907+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' [] [] [2022-10-16T10:18:47.657385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.659500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.660249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.661005+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.661461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.661762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.662043+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' [] [] [2022-10-16T10:18:47.662379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.662626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.663356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.664221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.664731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.665103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.665366+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' [] [] [2022-10-16T10:18:47.665668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.676085+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T10:18:47.681873+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[22,21,20,19,18,17,16,15,14,13]] [] [2022-10-16T10:18:47.701903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-16T10:18:47.702740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T10:18:47.703051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T10:18:47.703361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-16T10:18:47.703676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-16T10:18:47.703985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-16T10:18:47.704300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-16T10:18:47.704608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-16T10:18:47.704919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-16T10:18:47.705188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-16T10:18:47.705492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-16T10:18:47.705814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-16T10:18:47.707048+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T10:18:47.715532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.716417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.717142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.717632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.717933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.718181+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' [] [] [2022-10-16T10:18:47.718453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.718677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.719380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.720080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.720493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.720805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.721008+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' [] [] [2022-10-16T10:18:47.721262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.721469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.722140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:47.722836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:47.723244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:47.723509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:47.723756+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' [] [] [2022-10-16T10:18:47.724013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:47.923825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cd3ff"},"request_uri":"http://127.0.0.1:8000/_wdt/9cd3ff","method":"GET"} [] [2022-10-16T10:18:50.443292+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/2","method":"GET"} [] [2022-10-16T10:18:50.493952+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T10:18:50.521842+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T10:18:50.578966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.579894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.583397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.584571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.584976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.585266+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' [] [] [2022-10-16T10:18:50.585798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.588919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.589890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.590765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.591325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.591717+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.592006+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' [] [] [2022-10-16T10:18:50.592321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.592584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.593337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.594095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.594553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.594857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.595136+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' [] [] [2022-10-16T10:18:50.595440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.597389+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-16T10:18:50.600117+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[12,11,10,9,8]] [] [2022-10-16T10:18:50.619377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-16T10:18:50.620409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T10:18:50.620845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T10:18:50.621167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-16T10:18:50.621486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-16T10:18:50.621830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-16T10:18:50.622140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-16T10:18:50.629322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.630478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.631261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.631772+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.632093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.632378+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' [] [] [2022-10-16T10:18:50.632691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.632949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.633683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.634451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.634923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.635231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.635521+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' [] [] [2022-10-16T10:18:50.635837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.636094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.636831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T10:18:50.637584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T10:18:50.638076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T10:18:50.638380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T10:18:50.638659+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' [] [] [2022-10-16T10:18:50.638972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T10:18:50.846615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2db99a"},"request_uri":"http://127.0.0.1:8000/_wdt/2db99a","method":"GET"} [] [2022-10-16T11:39:21.164598+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-16T11:39:21.222013+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-16T11:39:21.287297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.289395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.292927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.294198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.294578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.294872+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' [] [] [2022-10-16T11:39:21.295413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.298050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.298809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.299610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.300089+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.300394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.300678+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' [] [] [2022-10-16T11:39:21.300986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.301233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.301968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.302789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.303327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.303635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.303984+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' [] [] [2022-10-16T11:39:21.304280+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.315924+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-16T11:39:21.321149+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[22,21,20,19,18,17,16,15,14,13]] [] [2022-10-16T11:39:21.341357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-16T11:39:21.342204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-16T11:39:21.342478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-16T11:39:21.342743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-16T11:39:21.343016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-16T11:39:21.343275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-16T11:39:21.343529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-16T11:39:21.343785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-16T11:39:21.344041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-16T11:39:21.344296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-16T11:39:21.344549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-16T11:39:21.344808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-16T11:39:21.346052+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-16T11:39:21.354077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.354962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.355702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.356177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.356447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.356678+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' [] [] [2022-10-16T11:39:21.356944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.357133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.357822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.358524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.358923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.359179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.359406+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' [] [] [2022-10-16T11:39:21.359705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.359907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.360560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:21.361265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:21.361658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:21.361917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:21.362106+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' [] [] [2022-10-16T11:39:21.362360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:21.651002+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d975"},"request_uri":"http://127.0.0.1:8000/_wdt/e9d975","method":"GET"} [] [2022-10-16T11:39:36.823630+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-16T11:39:36.944007+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-16T11:39:36.948813+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-16T11:39:36.949236+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-16T11:39:36.955217+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-16T11:39:36.955710+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-16T11:39:36.956143+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-16T11:39:36.956582+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-16T11:39:36.987821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:36.988751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:36.992217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:36.993499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:36.993831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:36.994147+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' [] [] [2022-10-16T11:39:36.994681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:36.997287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:36.998052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:36.998815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:36.999289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:36.999589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:36.999872+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' [] [] [2022-10-16T11:39:37.000219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:37.000469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:37.001255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-16T11:39:37.002087+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-16T11:39:37.002553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-16T11:39:37.002855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-16T11:39:37.003137+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' [] [] [2022-10-16T11:39:37.003443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-16T11:39:37.194609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"090e0c"},"request_uri":"http://127.0.0.1:8000/_wdt/090e0c","method":"GET"} [] [2022-10-17T04:48:20.974492+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-17T04:48:21.033019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.035169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.046562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:21.047969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:21.048342+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:21.048614+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' [] [] [2022-10-17T04:48:21.049100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:21.051939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.052775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.053530+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:21.054009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:21.054293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:21.054531+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' [] [] [2022-10-17T04:48:21.054763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:21.054965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.055839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:21.056662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:21.057168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:21.057522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:21.057742+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' [] [] [2022-10-17T04:48:21.057984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:21.174243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"292fe5"},"request_uri":"http://127.0.0.1:8000/_wdt/292fe5","method":"GET"} [] [2022-10-17T04:48:33.754414+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/category"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/category\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/category/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-10-17T04:48:33.845099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.846800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.853735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.854732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.855041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.855328+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' [] [] [2022-10-17T04:48:33.855807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.857773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.858556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.859291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.859771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.860063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.860342+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' [] [] [2022-10-17T04:48:33.860642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.860886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.861602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.862336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.862768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.863057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.863330+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' [] [] [2022-10-17T04:48:33.863629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.864475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.865201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.865909+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.866371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.866660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.866931+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' [] [] [2022-10-17T04:48:33.867224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.867475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.868326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.869170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.869700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.870024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.870286+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' [] [] [2022-10-17T04:48:33.870565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.870781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.871507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:33.872235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:33.872672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:33.872962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:33.873308+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' [] [] [2022-10-17T04:48:33.873609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:33.996030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f2356"},"request_uri":"http://127.0.0.1:8000/_wdt/8f2356","method":"GET"} [] [2022-10-17T04:48:46.557079+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T04:48:46.601718+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T04:48:46.679739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.681722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.685185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.686388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.686758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.687153+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' [] [] [2022-10-17T04:48:46.687738+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:46.689961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.690790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.691560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.692061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.692371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.692655+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' [] [] [2022-10-17T04:48:46.692970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:46.693222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.694088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.694893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.695351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.695637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.695881+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' [] [] [2022-10-17T04:48:46.696205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:46.706849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T04:48:46.711098+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[3]] [] [2022-10-17T04:48:46.714542+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T04:48:46.716998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.717800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.718550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.719039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.719346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.719632+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' [] [] [2022-10-17T04:48:46.719931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:46.720194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.720914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.721664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.722105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.722406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.722683+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' [] [] [2022-10-17T04:48:46.722985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:46.723229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.723956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T04:48:46.724692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T04:48:46.725125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T04:48:46.725442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T04:48:46.725717+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' [] [] [2022-10-17T04:48:46.726019+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T04:48:47.113265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"470c12"},"request_uri":"http://127.0.0.1:8000/_wdt/470c12","method":"GET"} [] [2022-10-17T05:07:18.102649+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-17T05:07:18.193910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.195969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.204733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:18.206047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:18.206383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:18.206667+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' [] [] [2022-10-17T05:07:18.207204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:18.209818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.210590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.211386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:18.211942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:18.212265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:18.212542+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' [] [] [2022-10-17T05:07:18.212874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:18.213085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.214111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:18.214880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:18.215369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:18.215718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:18.215998+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' [] [] [2022-10-17T05:07:18.216307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:18.479694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1ceeb"},"request_uri":"http://127.0.0.1:8000/_wdt/d1ceeb","method":"GET"} [] [2022-10-17T05:07:34.089666+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-17T05:07:34.209428+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:07:34.214038+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Interior Decoration","2":"ID","3":10.0,"4":null} [] [2022-10-17T05:07:34.214839+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:07:34.247241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.248832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.252042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.253106+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.253402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.253657+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' [] [] [2022-10-17T05:07:34.254099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.256162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.256877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.257685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.258138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.258405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.258672+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' [] [] [2022-10-17T05:07:34.258958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.259157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.259836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.260584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.260974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.261233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.261488+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' [] [] [2022-10-17T05:07:34.261770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.358224+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T05:07:34.398811+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:07:34.472326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.474001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.477138+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.478152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.478461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.478743+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' [] [] [2022-10-17T05:07:34.479219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.481240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.481970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.482711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.483153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.483445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.483722+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' [] [] [2022-10-17T05:07:34.484071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.484318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.485036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.485777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.486216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.486538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.486813+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' [] [] [2022-10-17T05:07:34.487112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.497546+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:07:34.501657+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[4,3]] [] [2022-10-17T05:07:34.504393+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:07:34.506988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.507753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.508449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.508907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.509176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.509421+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' [] [] [2022-10-17T05:07:34.509688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.509905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.510584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.511265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.511669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.511925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.512160+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' [] [] [2022-10-17T05:07:34.512416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.512619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.513298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:34.513980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:34.514377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:34.514633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:34.514867+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' [] [] [2022-10-17T05:07:34.515121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:34.693367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cb6ed"},"request_uri":"http://127.0.0.1:8000/_wdt/3cb6ed","method":"GET"} [] [2022-10-17T05:07:50.948249+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-17T05:07:51.039221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.040899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.047888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:51.050305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:51.050721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:51.051018+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' [] [] [2022-10-17T05:07:51.051534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:51.054900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.056092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.057039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:51.057585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:51.057951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:51.058204+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' [] [] [2022-10-17T05:07:51.058523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:51.058801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.059589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:07:51.060373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:07:51.060872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:07:51.061205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:07:51.061489+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' [] [] [2022-10-17T05:07:51.061804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:07:51.224206+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8730c"},"request_uri":"http://127.0.0.1:8000/_wdt/a8730c","method":"GET"} [] [2022-10-17T05:08:08.216040+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-17T05:08:08.326060+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:08:08.329780+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Furniture & Fixtures","2":"FF","3":10.0,"4":null} [] [2022-10-17T05:08:08.333165+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:08:08.350787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.352415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.355613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.356689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.357006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.357294+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' [] [] [2022-10-17T05:08:08.357779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.359843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.360576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.361318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.361767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.362060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.362344+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' [] [] [2022-10-17T05:08:08.362653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.362898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.363618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.364366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.364878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.365178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.365456+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' [] [] [2022-10-17T05:08:08.365756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.462740+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T05:08:08.502571+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:08:08.574205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.575871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.579007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.580027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.580337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.580678+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' [] [] [2022-10-17T05:08:08.581201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.583227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.583962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.584709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.585161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.585458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.585735+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' [] [] [2022-10-17T05:08:08.586040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.586365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.587229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.588075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.588572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.588881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.589166+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' [] [] [2022-10-17T05:08:08.589521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.598646+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:08:08.601995+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[5,4,3]] [] [2022-10-17T05:08:08.604448+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:08:08.606944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.607731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.608485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.608972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.609281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.609564+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' [] [] [2022-10-17T05:08:08.609886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.610144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.610865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.611617+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.612063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.612364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.612626+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' [] [] [2022-10-17T05:08:08.612934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.613179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.613906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:08.614654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:08.615104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:08.615408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:08.615684+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' [] [] [2022-10-17T05:08:08.615989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:08.788820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ab181"},"request_uri":"http://127.0.0.1:8000/_wdt/6ab181","method":"GET"} [] [2022-10-17T05:08:22.045982+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-17T05:08:22.139211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.140864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.147933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:22.149140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:22.149540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:22.149851+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' [] [] [2022-10-17T05:08:22.150397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:22.152502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.153526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.154247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:22.154757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:22.155063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:22.155344+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' [] [] [2022-10-17T05:08:22.155658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:22.155911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.156640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:22.157377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:22.157826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:22.158172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:22.158450+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' [] [] [2022-10-17T05:08:22.158812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:22.328784+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"416e42"},"request_uri":"http://127.0.0.1:8000/_wdt/416e42","method":"GET"} [] [2022-10-17T05:08:38.791132+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-17T05:08:38.892916+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:08:38.896599+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Office Equipment","2":"OE","3":10.0,"4":null} [] [2022-10-17T05:08:38.898953+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:08:38.916884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.918451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.921657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:38.922682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:38.923018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:38.923407+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' [] [] [2022-10-17T05:08:38.924171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:38.926929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.927838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.928704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:38.929207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:38.929470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:38.929701+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' [] [] [2022-10-17T05:08:38.929973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:38.930187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.930919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:38.931604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:38.932022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:38.932249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:38.932442+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' [] [] [2022-10-17T05:08:38.932663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.029440+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T05:08:39.069065+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:08:39.127938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.129683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.132846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.133949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.134288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.134586+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' [] [] [2022-10-17T05:08:39.135096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.137305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.138105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.138843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.139334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.139631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.139946+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' [] [] [2022-10-17T05:08:39.140253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.140507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.141243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.141980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.142425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.142716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.142995+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' [] [] [2022-10-17T05:08:39.143294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.152640+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:08:39.155978+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[6,5,4,3]] [] [2022-10-17T05:08:39.158489+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:08:39.160935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.161716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.162451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.162966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.163269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.163542+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' [] [] [2022-10-17T05:08:39.163851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.164105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.164806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.165531+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.165964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.166261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.166544+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' [] [] [2022-10-17T05:08:39.166875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.167117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.167829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:39.168556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:39.168997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:39.169331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:39.169604+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' [] [] [2022-10-17T05:08:39.169897+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:39.343859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e48c4"},"request_uri":"http://127.0.0.1:8000/_wdt/5e48c4","method":"GET"} [] [2022-10-17T05:08:51.475278+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-17T05:08:51.555416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.557630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.564761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:51.565855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:51.566186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:51.566476+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' [] [] [2022-10-17T05:08:51.566961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:51.569017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.569825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.570584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:51.571080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:51.571377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:51.571654+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' [] [] [2022-10-17T05:08:51.571957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:51.572185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.572907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:08:51.573657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:08:51.574114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:08:51.574414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:08:51.574701+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' [] [] [2022-10-17T05:08:51.575006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:08:51.733208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a16348"},"request_uri":"http://127.0.0.1:8000/_wdt/a16348","method":"GET"} [] [2022-10-17T05:09:03.377445+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-17T05:09:03.482181+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:09:03.485833+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Plant & Machinery","2":"PM","3":10.0,"4":null} [] [2022-10-17T05:09:03.486390+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:09:03.503719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.505249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.508441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.509458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.509777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.510065+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' [] [] [2022-10-17T05:09:03.510558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.512635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.513385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.514140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.514601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.514923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.515211+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' [] [] [2022-10-17T05:09:03.515545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.515775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.516532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.517255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.517681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.517949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.518186+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' [] [] [2022-10-17T05:09:03.518445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.615142+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T05:09:03.656730+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:09:03.730078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.731807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.734941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.735953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.736314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.736599+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' [] [] [2022-10-17T05:09:03.737084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.739099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.739848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.740605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.741066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.741364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.741641+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' [] [] [2022-10-17T05:09:03.741951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.742197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.742992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.743981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.744579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.744884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.745214+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' [] [] [2022-10-17T05:09:03.745527+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.754818+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:09:03.758222+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[7,6,5,4,3]] [] [2022-10-17T05:09:03.760804+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:09:03.763317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.764123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.764962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.765460+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.765770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.766052+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' [] [] [2022-10-17T05:09:03.766363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.766623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.767347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.768096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.768544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.768840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.769120+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' [] [] [2022-10-17T05:09:03.769426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.769675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.770402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:09:03.771155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:09:03.771593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:09:03.771888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:09:03.772165+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' [] [] [2022-10-17T05:09:03.772462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:09:03.945550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f55c9"},"request_uri":"http://127.0.0.1:8000/_wdt/3f55c9","method":"GET"} [] [2022-10-17T05:10:59.492943+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-17T05:10:59.596028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.597965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.606423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:10:59.607690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:10:59.608013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:10:59.608297+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' [] [] [2022-10-17T05:10:59.608821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:10:59.611346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.612107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.612863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:10:59.613316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:10:59.613610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:10:59.613881+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' [] [] [2022-10-17T05:10:59.614182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:10:59.614426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.615161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:10:59.615900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:10:59.616386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:10:59.616678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:10:59.616949+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' [] [] [2022-10-17T05:10:59.617260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:10:59.781689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ff0a6"},"request_uri":"http://127.0.0.1:8000/_wdt/2ff0a6","method":"GET"} [] [2022-10-17T05:11:12.422915+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-17T05:11:12.534553+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:11:12.538654+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Building & Civil Construction","2":"BCC","3":2.5,"4":null} [] [2022-10-17T05:11:12.539547+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:11:12.557806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.559405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.562626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.563668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.564032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.564321+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' [] [] [2022-10-17T05:11:12.564862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.566962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.567698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.568441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.568889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.569187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.569474+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' [] [] [2022-10-17T05:11:12.569773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.570022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.570746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.571490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.571932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.572228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.572508+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' [] [] [2022-10-17T05:11:12.572806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.668190+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T05:11:12.708975+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:11:12.782365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.783984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.787051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.788040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.788343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.788617+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' [] [] [2022-10-17T05:11:12.789092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.791069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.791775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.792502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.792937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.793268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.793551+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' [] [] [2022-10-17T05:11:12.793844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.794088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.794796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.795518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.795961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.796253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.796526+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' [] [] [2022-10-17T05:11:12.796855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.807056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:11:12.811140+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-17T05:11:12.813905+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:11:12.816437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.817210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.817943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.818432+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.818730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.819008+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' [] [] [2022-10-17T05:11:12.819315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.819569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.820281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.821010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.821445+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.821734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.822005+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' [] [] [2022-10-17T05:11:12.822300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:12.822539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.823249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:12.823972+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:12.824401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:12.824690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:12.824959+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' [] [] [2022-10-17T05:11:12.825253+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:13.003572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae0f7e"},"request_uri":"http://127.0.0.1:8000/_wdt/ae0f7e","method":"GET"} [] [2022-10-17T05:11:23.633755+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:11:23.673566+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:11:23.744064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.746099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.749331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.750379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.750692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.751048+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' [] [] [2022-10-17T05:11:23.751530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.753603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.754342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.755074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.755524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.755824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.756095+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' [] [] [2022-10-17T05:11:23.756352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.756592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.757384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.758117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.758558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.758852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.759123+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' [] [] [2022-10-17T05:11:23.759459+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.769143+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:11:23.774343+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3]] [] [2022-10-17T05:11:23.782746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:11:23.784305+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:11:23.786714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.787483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.788350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.788832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.789131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.789406+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' [] [] [2022-10-17T05:11:23.789710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.789961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.790670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.791405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.791896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.792191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.792465+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' [] [] [2022-10-17T05:11:23.792765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.793006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.793719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:23.794450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:23.794884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:23.795172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:23.795445+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' [] [] [2022-10-17T05:11:23.795745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:23.996158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b21b4e"},"request_uri":"http://127.0.0.1:8000/_wdt/b21b4e","method":"GET"} [] [2022-10-17T05:11:28.999349+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-17T05:11:29.103772+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:11:29.143748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.144726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.148205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:29.149553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:29.150179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:29.150519+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' [] [] [2022-10-17T05:11:29.151101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:29.153699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.154471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.155252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:29.155747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:29.156057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:29.156339+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' [] [] [2022-10-17T05:11:29.156645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:29.156900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.157628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:11:29.158378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:11:29.158864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:11:29.159165+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:11:29.159446+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' [] [] [2022-10-17T05:11:29.159749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:11:29.328433+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"731928"},"request_uri":"http://127.0.0.1:8000/_wdt/731928","method":"GET"} [] [2022-10-17T05:12:03.442595+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-17T05:12:03.520715+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2022-10-17T05:12:03.562513+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:12:03.566470+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Interior Decoration","2":null,"3":4} [] [2022-10-17T05:12:03.567632+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:12:03.585263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.586233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.589714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.590790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.591120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.591467+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' [] [] [2022-10-17T05:12:03.591961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.594136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.594899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.595653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.596105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.596403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.596679+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' [] [] [2022-10-17T05:12:03.596940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.597185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.597936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.598690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.599147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.599447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.599763+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' [] [] [2022-10-17T05:12:03.600105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.697619+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:12:03.737971+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:12:03.806375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.808024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.811197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.812217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.812533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.812816+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' [] [] [2022-10-17T05:12:03.813296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.815333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.816062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.816811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.817274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.817623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.817907+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' [] [] [2022-10-17T05:12:03.818212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.818459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.819179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.819923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.820364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.821009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.821286+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' [] [] [2022-10-17T05:12:03.821584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.830966+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:12:03.834508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3]] [] [2022-10-17T05:12:03.843167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:12:03.843964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:12:03.845113+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:12:03.848062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.848843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.849583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.850074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.850376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.850650+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' [] [] [2022-10-17T05:12:03.850954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.851267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.851978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.852703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.853142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.853436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.853709+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' [] [] [2022-10-17T05:12:03.854008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:03.854247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.854957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:03.855689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:03.856118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:03.856409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:03.856685+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' [] [] [2022-10-17T05:12:03.856980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:04.060591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b9016"},"request_uri":"http://127.0.0.1:8000/_wdt/5b9016","method":"GET"} [] [2022-10-17T05:12:11.337144+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-17T05:12:11.424762+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:12:11.456203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.457137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.460580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:11.461842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:11.462275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:11.462573+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' [] [] [2022-10-17T05:12:11.463087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:11.467064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.469242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.470032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:11.470547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:11.470860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:11.471153+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' [] [] [2022-10-17T05:12:11.471464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:11.471719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.472447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:11.473191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:11.473646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:11.473941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:11.474266+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' [] [] [2022-10-17T05:12:11.474568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:11.639131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91ed53"},"request_uri":"http://127.0.0.1:8000/_wdt/91ed53","method":"GET"} [] [2022-10-17T05:12:16.887672+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-17T05:12:16.989600+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-17T05:12:17.031724+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:12:17.036209+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Furniture & Fixtures","2":null,"3":5} [] [2022-10-17T05:12:17.038444+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:12:17.055918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.056880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.060153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.061196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.061495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.061766+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' [] [] [2022-10-17T05:12:17.062241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.064302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.064995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.065722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.066191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.066499+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.066798+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' [] [] [2022-10-17T05:12:17.067068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.067247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.067896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.068548+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.068908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.069120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.069304+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' [] [] [2022-10-17T05:12:17.069511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.166432+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:12:17.207157+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:12:17.267705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.269367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.272516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.273533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.273841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.274096+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' [] [] [2022-10-17T05:12:17.274867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.277132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.277983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.278767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.279278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.279599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.279883+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' [] [] [2022-10-17T05:12:17.280236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.280487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.281592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.282344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.282793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.283094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.283372+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' [] [] [2022-10-17T05:12:17.283681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.293219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:12:17.297592+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3]] [] [2022-10-17T05:12:17.305253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T05:12:17.306247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:12:17.306721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:12:17.307887+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:12:17.310974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.311766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.312610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.313138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.313449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.313731+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' [] [] [2022-10-17T05:12:17.314040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.314300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.315038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.315784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.316233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.316533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.316808+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' [] [] [2022-10-17T05:12:17.317110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.317353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.318076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:17.318819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:17.319307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:17.319603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:17.319879+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' [] [] [2022-10-17T05:12:17.320181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:17.524826+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dcebd"},"request_uri":"http://127.0.0.1:8000/_wdt/9dcebd","method":"GET"} [] [2022-10-17T05:12:29.474437+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-17T05:12:29.563497+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:12:29.594492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.595529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.599006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:29.600172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:29.600489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:29.600776+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' [] [] [2022-10-17T05:12:29.601290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:29.603808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.604541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.605286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:29.605740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:29.606041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:29.606327+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' [] [] [2022-10-17T05:12:29.606648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:29.606917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.607694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:29.608479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:29.608978+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:29.609263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:29.609561+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' [] [] [2022-10-17T05:12:29.609879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:29.866200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"859382"},"request_uri":"http://127.0.0.1:8000/_wdt/859382","method":"GET"} [] [2022-10-17T05:12:38.974677+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-17T05:12:39.062549+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T05:12:39.103733+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:12:39.107623+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Office Equipment","2":null,"3":6} [] [2022-10-17T05:12:39.109413+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:12:39.128440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.129332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.132443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.133489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.133831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.134120+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' [] [] [2022-10-17T05:12:39.134600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.136663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.137398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.138127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.138581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.138925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.139198+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' [] [] [2022-10-17T05:12:39.139492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.139730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.140435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.141204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.141638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.141934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.142204+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' [] [] [2022-10-17T05:12:39.142496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.238567+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:12:39.278908+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:12:39.343821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.345400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.348484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.349529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.349824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.350114+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' [] [] [2022-10-17T05:12:39.350593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.352605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.353335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.354061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.354518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.354814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.355094+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' [] [] [2022-10-17T05:12:39.355395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.355634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.356335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.357069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.357722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.358189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.358460+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' [] [] [2022-10-17T05:12:39.358754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.368157+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:12:39.372079+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3]] [] [2022-10-17T05:12:39.379955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T05:12:39.380687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T05:12:39.381008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:12:39.381318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:12:39.382387+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:12:39.385348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.386109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.386842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.387322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.387618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.387914+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' [] [] [2022-10-17T05:12:39.388217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.388473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.389227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.389953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.390388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.390674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.390945+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' [] [] [2022-10-17T05:12:39.391240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.391479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.392182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:39.392905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:39.393335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:39.393624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:39.393898+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' [] [] [2022-10-17T05:12:39.394192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:39.597000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fe319"},"request_uri":"http://127.0.0.1:8000/_wdt/5fe319","method":"GET"} [] [2022-10-17T05:12:49.353414+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-17T05:12:49.462010+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:12:49.493387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.494408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.498048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:49.499233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:49.499555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:49.499840+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' [] [] [2022-10-17T05:12:49.500358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:49.502892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.503644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.504394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:49.504908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:49.505205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:49.505482+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' [] [] [2022-10-17T05:12:49.505747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:49.506031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.506830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:49.507580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:49.508031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:49.508329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:49.508608+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' [] [] [2022-10-17T05:12:49.508910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:49.678100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53f12b"},"request_uri":"http://127.0.0.1:8000/_wdt/53f12b","method":"GET"} [] [2022-10-17T05:12:55.460614+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-17T05:12:55.557461+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T05:12:55.599368+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:12:55.603263+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Plant & Machinery","2":null,"3":7} [] [2022-10-17T05:12:55.604050+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:12:55.622505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.623395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.626568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.627617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.627932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.628223+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' [] [] [2022-10-17T05:12:55.628703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.630788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.631496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.632238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.632697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.633050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.633327+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' [] [] [2022-10-17T05:12:55.633673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.633933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.634717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.635463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.635883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.636180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.636457+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' [] [] [2022-10-17T05:12:55.636758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.735162+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:12:55.775935+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:12:55.847406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.849061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.852207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.853239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.853630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.853914+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' [] [] [2022-10-17T05:12:55.854393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.856437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.857184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.857930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.858385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.858679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.858957+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' [] [] [2022-10-17T05:12:55.859259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.859502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.860226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.860971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.861463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.861803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.862080+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' [] [] [2022-10-17T05:12:55.862381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.872315+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:12:55.876132+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3]] [] [2022-10-17T05:12:55.884410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T05:12:55.885195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T05:12:55.885524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T05:12:55.885842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:12:55.886167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:12:55.887289+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:12:55.890309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.891093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.891897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.892389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.892697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.892979+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' [] [] [2022-10-17T05:12:55.893295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.893553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.894283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.895033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.895483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.895783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.896059+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' [] [] [2022-10-17T05:12:55.896359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:55.896602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.897334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:12:55.898082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:12:55.898528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:12:55.898902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:12:55.899410+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' [] [] [2022-10-17T05:12:55.899836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:12:56.101817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21c42e"},"request_uri":"http://127.0.0.1:8000/_wdt/21c42e","method":"GET"} [] [2022-10-17T05:13:07.936357+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-17T05:13:08.025579+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:13:08.057235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.058219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.061747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:08.062964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:08.063283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:08.063547+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' [] [] [2022-10-17T05:13:08.064052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:08.066615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.067396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.068150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:08.068635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:08.068985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:08.069822+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' [] [] [2022-10-17T05:13:08.070131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:08.070387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.071115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:08.071882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:08.072342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:08.072636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:08.072912+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' [] [] [2022-10-17T05:13:08.073261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:08.250217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14c06c"},"request_uri":"http://127.0.0.1:8000/_wdt/14c06c","method":"GET"} [] [2022-10-17T05:13:12.423979+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-17T05:13:12.522324+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-17T05:13:12.565097+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:13:12.568981+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Building","2":null,"3":8} [] [2022-10-17T05:13:12.569980+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:13:12.588527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.589554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.592815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.593851+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.594157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.594428+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' [] [] [2022-10-17T05:13:12.594899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.596998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.597730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.598487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.598933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.599229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.599514+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' [] [] [2022-10-17T05:13:12.599821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.600065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.600783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.601525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.602004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.602318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.602619+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' [] [] [2022-10-17T05:13:12.602920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.700010+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-17T05:13:12.740479+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:13:12.800489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.802136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.805359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.806534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.806872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.807287+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' [] [] [2022-10-17T05:13:12.807853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.809979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.810753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.811506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.811992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.812298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.812578+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' [] [] [2022-10-17T05:13:12.812881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.813128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.813844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.814975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.815427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.815722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.815999+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' [] [] [2022-10-17T05:13:12.816342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.825809+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T05:13:12.829600+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-17T05:13:12.837964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T05:13:12.838843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T05:13:12.839178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T05:13:12.839502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T05:13:12.839820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:13:12.840138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:13:12.841280+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T05:13:12.844369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.845162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.845914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.846407+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.846713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.846998+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' [] [] [2022-10-17T05:13:12.847310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.847567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.848285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.849023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.849467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.849766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.850041+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' [] [] [2022-10-17T05:13:12.850341+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:12.850589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.851310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:12.852059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:12.852499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:12.852791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:12.853070+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' [] [] [2022-10-17T05:13:12.853371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:13.055654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"017cdc"},"request_uri":"http://127.0.0.1:8000/_wdt/017cdc","method":"GET"} [] [2022-10-17T05:13:24.885874+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-17T05:13:24.999221+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T05:13:25.006839+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:13:25.007369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:13:25.033037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.033968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.037502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:25.038669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:25.038984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:25.039268+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' [] [] [2022-10-17T05:13:25.039786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:25.042342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.043110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.043862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:25.044330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:25.044732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:25.045014+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' [] [] [2022-10-17T05:13:25.045320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:25.045571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.046293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:25.047036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:25.047483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:25.047780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:25.048054+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' [] [] [2022-10-17T05:13:25.048357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:25.213023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c79f4b"},"request_uri":"http://127.0.0.1:8000/_wdt/c79f4b","method":"GET"} [] [2022-10-17T05:13:38.964902+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T05:13:39.070596+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:13:39.075332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:13:39.075943+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T05:13:39.082565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T05:13:39.084061+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T05:13:39.121860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.122880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.126569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:39.127804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:39.128123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:39.128406+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' [] [] [2022-10-17T05:13:39.128941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:39.131668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.132522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.133332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:39.133834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:39.134199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:39.134483+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' [] [] [2022-10-17T05:13:39.134791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:39.135047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.135783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:13:39.136525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:13:39.136949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:13:39.137212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:13:39.137454+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' [] [] [2022-10-17T05:13:39.137770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:13:39.329494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4a9a2"},"request_uri":"http://127.0.0.1:8000/_wdt/b4a9a2","method":"GET"} [] [2022-10-17T05:14:26.973208+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T05:14:27.154204+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-17T05:14:27.456695+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:14:27.466180+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T05:14:27.617278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.619366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.622937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.624496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.624964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.625259+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' [] [] [2022-10-17T05:14:27.625783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:14:27.628122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.629040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.629754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.630208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.630492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.630745+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' [] [] [2022-10-17T05:14:27.631033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:14:27.631258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.631980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.632700+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.633138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.633411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.633650+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' [] [] [2022-10-17T05:14:27.633912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:14:27.635430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.636139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.636846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.637295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.637564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.637803+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' [] [] [2022-10-17T05:14:27.638071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:14:27.638286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.638985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.639684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.640093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.640353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.640588+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' [] [] [2022-10-17T05:14:27.640848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:14:27.641054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.641745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:14:27.642443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:14:27.642907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:14:27.643168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:14:27.643403+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' [] [] [2022-10-17T05:14:27.643663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:15:27.404052+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-17T05:15:27.498335+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T05:15:27.503624+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:15:27.504205+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:15:27.527348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.528313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.531461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:15:27.532492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:15:27.532779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:15:27.533019+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' [] [] [2022-10-17T05:15:27.533511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:15:27.535560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.536333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.537070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:15:27.537513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:15:27.537734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:15:27.537965+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' [] [] [2022-10-17T05:15:27.538224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:15:27.538388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.539023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:15:27.539650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:15:27.540002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:15:27.540250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:15:27.540473+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' [] [] [2022-10-17T05:15:27.540680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:15:27.725711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39cc47"},"request_uri":"http://127.0.0.1:8000/_wdt/39cc47","method":"GET"} [] [2022-10-17T05:16:03.877283+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T05:16:03.979740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.981422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.988691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:03.989882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:03.990192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:03.990476+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' [] [] [2022-10-17T05:16:03.990995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:03.993865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.994904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.995868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:03.996481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:03.996806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:03.997088+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' [] [] [2022-10-17T05:16:03.997461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:03.997696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.998447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:03.999192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:03.999640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:03.999939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:04.000216+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' [] [] [2022-10-17T05:16:04.000520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:04.165961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35c6da"},"request_uri":"http://127.0.0.1:8000/_wdt/35c6da","method":"GET"} [] [2022-10-17T05:16:07.338104+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T05:16:07.410348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.411973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.418908+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:07.419904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:07.420223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:07.420464+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' [] [] [2022-10-17T05:16:07.420970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:07.422939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.423677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.424420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:07.424880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:07.425178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:07.425460+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' [] [] [2022-10-17T05:16:07.425763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:07.426008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.426723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:16:07.427463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:16:07.427903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:16:07.428196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:16:07.428510+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' [] [] [2022-10-17T05:16:07.428808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:16:07.584940+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22cbee"},"request_uri":"http://127.0.0.1:8000/_wdt/22cbee","method":"GET"} [] [2022-10-17T05:23:05.630827+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T05:23:05.825789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.847065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.848697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.850318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.850733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.851164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.851570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.851987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.852394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.852801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.853216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.853620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.854030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.854440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.854920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.855283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.855681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.856050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.856418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.856783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.857142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.857502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.857875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.858233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.858592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.858966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T05:23:05.859326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T05:23:05.860063+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.860910+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Interior Decoration","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.866048+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.871779+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.872076+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Interior Decoration for Ne [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.873059+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.878057+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.878356+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Civil Work -New Head Office","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.879479+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.884249+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.884453+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Sikder Blind & Interior -M [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.896825+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.901726+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.901975+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Civil Work Warehouse","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.902798+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.907534+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.907739+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Glass Work Gulshan New Off [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.908456+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.913221+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.913541+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Glass Work Gulshan New Off [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.914118+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.918854+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.919067+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Home made Interior & Furni [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.919840+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.924750+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:23:05.925051+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cabinet & Partition Work f [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":4,"11":4,"12":1} [] [2022-10-17T05:23:05.926095+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:23:05.946376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.947268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.950728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:05.951973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:05.952292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:05.952576+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' [] [] [2022-10-17T05:23:05.953100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:05.955631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.956372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.957121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:05.957576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:05.957870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:05.958146+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' [] [] [2022-10-17T05:23:05.958457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:05.958755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.959483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:05.960228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:05.960669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:05.960968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:05.961244+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' [] [] [2022-10-17T05:23:05.961543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:06.061028+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T05:23:06.147859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.149724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.156947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:06.157992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:06.158305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:06.158594+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' [] [] [2022-10-17T05:23:06.159069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:06.161079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.161868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.162614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:06.163063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:06.163402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:06.163684+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' [] [] [2022-10-17T05:23:06.163988+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:06.164233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.164957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:06.165696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:06.166148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:06.166443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:06.166716+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' [] [] [2022-10-17T05:23:06.167020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:06.393131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04ba7c"},"request_uri":"http://127.0.0.1:8000/_wdt/04ba7c","method":"GET"} [] [2022-10-17T05:23:12.170693+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T05:23:12.214451+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:23:12.274807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.277184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.280495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.281540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.281857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.282153+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' [] [] [2022-10-17T05:23:12.282636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.284747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.285490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.286239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.286700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.286981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.287217+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' [] [] [2022-10-17T05:23:12.287438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.287682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.288522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.289257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.289690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.289971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.290225+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' [] [] [2022-10-17T05:23:12.290510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.301295+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T05:23:12.305529+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[26,25,24,23,22,21,20,19,18,17]] [] [2022-10-17T05:23:12.317836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:23:12.318667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:23:12.319008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:23:12.319500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:23:12.319796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T05:23:12.321032+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T05:23:12.330099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.331014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.331799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.332338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.332678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.332965+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' [] [] [2022-10-17T05:23:12.333336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.333619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.334405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.335179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.335671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.336227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.336668+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' [] [] [2022-10-17T05:23:12.337085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.337399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.338241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:23:12.339015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:23:12.339513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:23:12.339816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:23:12.340099+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' [] [] [2022-10-17T05:23:12.340408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:23:12.539499+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"511efc"},"request_uri":"http://127.0.0.1:8000/_wdt/511efc","method":"GET"} [] [2022-10-17T05:51:05.290531+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T05:51:05.417699+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:51:05.423015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:51:05.423541+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T05:51:05.429654+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T05:51:05.430091+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T05:51:05.430606+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T05:51:05.431107+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T05:51:05.463839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.464876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.468363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:05.469595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:05.469876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:05.470075+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' [] [] [2022-10-17T05:51:05.470563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:05.473158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.473865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.474634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:05.475052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:05.475304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:05.475538+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' [] [] [2022-10-17T05:51:05.475853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:05.476022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.476736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:05.477437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:05.477837+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:05.478048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:05.478272+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' [] [] [2022-10-17T05:51:05.478525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:05.760020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"826bc2"},"request_uri":"http://127.0.0.1:8000/_wdt/826bc2","method":"GET"} [] [2022-10-17T05:51:20.497913+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2022-10-17T05:51:20.578637+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2022-10-17T05:51:20.609802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.610695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.614028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:20.615201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:20.615558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:20.615841+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' [] [] [2022-10-17T05:51:20.616348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:20.618840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.619602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.620336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:20.620809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:20.621103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:20.621380+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' [] [] [2022-10-17T05:51:20.621680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:20.621931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.623071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:20.623803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:20.624244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:20.624590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:20.624863+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' [] [] [2022-10-17T05:51:20.625160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:22.062916+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=4","method":"GET"} [] [2022-10-17T05:51:22.143978+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["4"] [] [2022-10-17T05:51:22.178206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.179086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.182421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:22.183586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:22.183894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:22.184169+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' [] [] [2022-10-17T05:51:22.184699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:22.187091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.187806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.188527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:22.189021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:22.189308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:22.189577+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' [] [] [2022-10-17T05:51:22.190315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:22.190560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.191258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:22.191985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:22.192413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:22.192701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:22.192967+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' [] [] [2022-10-17T05:51:22.193257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:31.184303+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=19","method":"GET"} [] [2022-10-17T05:51:31.249960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["19"] [] [2022-10-17T05:51:31.273999+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-17T05:51:31.295634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.296510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.299831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:31.301001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:31.301309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:31.301583+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' [] [] [2022-10-17T05:51:31.302105+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:31.304474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.305199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.305931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:31.306373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:31.306671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:31.306942+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' [] [] [2022-10-17T05:51:31.307244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:51:31.307484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.308234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:51:31.308974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:51:31.309409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:51:31.309730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:51:31.310006+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' [] [] [2022-10-17T05:51:31.310297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:15.698158+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-17T05:52:15.820424+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2022-10-17T05:52:15.825309+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["4"]] [] [2022-10-17T05:52:15.825847+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["19"]] [] [2022-10-17T05:52:15.831814+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-17T05:52:15.832392+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-17T05:52:15.832874+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T05:52:15.833453+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-17T05:52:15.874427+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T05:52:15.881863+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T05:52:15.882758+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-01-01T00:00:00+00:00","2":200000.0,"3":"ID/2022/10/00002","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3640,"20":"2029-12-19T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":19,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T05:52:15.889205+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T05:52:15.907838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.908731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.912319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:15.913616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:15.913931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:15.914214+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' [] [] [2022-10-17T05:52:15.914737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:15.917304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.918051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.918784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:15.919274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:15.919569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:15.919839+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' [] [] [2022-10-17T05:52:15.920135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:15.920378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.921081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:15.921805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:15.922236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:15.922524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:15.922792+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' [] [] [2022-10-17T05:52:15.923086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.045462+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T05:52:16.095112+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:52:16.163117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.164942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.168022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.169016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.169327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.169605+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' [] [] [2022-10-17T05:52:16.170075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.172135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.172849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.173577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.174016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.174307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.174586+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' [] [] [2022-10-17T05:52:16.174927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.175167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.175870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.176603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.177039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.177426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.177698+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' [] [] [2022-10-17T05:52:16.177995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.188558+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T05:52:16.194552+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[23,22,21,20,19,18,17,16,15,14]] [] [2022-10-17T05:52:16.215029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T05:52:16.215863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:16.216165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:16.216428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T05:52:16.216692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:52:16.216938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T05:52:16.217210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T05:52:16.217475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T05:52:16.217771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T05:52:16.218072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T05:52:16.218373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T05:52:16.218677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T05:52:16.218979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T05:52:16.219278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T05:52:16.220425+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T05:52:16.227972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.228768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.229527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.230038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.230346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.230671+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' [] [] [2022-10-17T05:52:16.230983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.231242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.231971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.232712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.233164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.233460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.233736+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' [] [] [2022-10-17T05:52:16.234038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.234282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.235006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:16.235750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:16.236191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:16.236485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:16.236758+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' [] [] [2022-10-17T05:52:16.237058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:16.457015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"919b77"},"request_uri":"http://127.0.0.1:8000/_wdt/919b77","method":"GET"} [] [2022-10-17T05:52:20.367215+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"23"},"request_uri":"http://127.0.0.1:8000/assetregister/23/show","method":"GET"} [] [2022-10-17T05:52:20.440052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["23"] [] [2022-10-17T05:52:20.477526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T05:52:20.478050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:20.478391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:20.478726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:20.479073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T05:52:20.479403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:20.479719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:20.480057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [23] [] [2022-10-17T05:52:20.496601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.497473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.500836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:20.502084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:20.502365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:20.502602+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' [] [] [2022-10-17T05:52:20.503065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:20.505585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.506277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.506960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:20.507358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:20.507604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:20.507826+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' [] [] [2022-10-17T05:52:20.508073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:20.508266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.508924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:20.509596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:20.510066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:20.510318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:20.510539+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' [] [] [2022-10-17T05:52:20.510784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:20.698434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39e391"},"request_uri":"http://127.0.0.1:8000/_wdt/39e391","method":"GET"} [] [2022-10-17T05:52:25.121944+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"23"},"request_uri":"http://127.0.0.1:8000/assetregister/23/edit","method":"GET"} [] [2022-10-17T05:52:25.189639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["23"] [] [2022-10-17T05:52:25.267105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:25.267963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:52:25.268348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T05:52:25.268991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:25.269392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T05:52:25.269796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:25.270141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T05:52:25.272738+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:52:25.274540+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:52:25.275138+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T05:52:25.276187+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T05:52:25.276575+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T05:52:25.276952+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T05:52:25.277399+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T05:52:25.308753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.309711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.313302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:25.314633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:25.314968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:25.315261+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' [] [] [2022-10-17T05:52:25.315798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:25.318422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.319261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.320043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:25.320525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:25.320834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:25.321115+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' [] [] [2022-10-17T05:52:25.321426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:25.321681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.322428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:25.323187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:25.323642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:25.323955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:25.324243+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' [] [] [2022-10-17T05:52:25.324552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:25.511896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ff7c8"},"request_uri":"http://127.0.0.1:8000/_wdt/8ff7c8","method":"GET"} [] [2022-10-17T05:52:29.544019+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T05:52:29.648160+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:52:29.653224+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:52:29.653820+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T05:52:29.659840+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T05:52:29.660234+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T05:52:29.691343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.692267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.696117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:29.697477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:29.697811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:29.698099+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' [] [] [2022-10-17T05:52:29.698631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:29.701218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.701987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.702728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:29.703234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:29.703530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:29.703807+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' [] [] [2022-10-17T05:52:29.704109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:29.704357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.705081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:29.705817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:29.706257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:29.706551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:29.706827+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' [] [] [2022-10-17T05:52:29.707127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:29.911903+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8be29f"},"request_uri":"http://127.0.0.1:8000/_wdt/8be29f","method":"GET"} [] [2022-10-17T05:52:49.241857+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-17T05:52:49.299600+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-17T05:52:49.331134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.332047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.335380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:49.336553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:49.336860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:49.337139+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' [] [] [2022-10-17T05:52:49.337645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:49.340452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.341167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.341894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:49.342338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:49.342703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:49.343006+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' [] [] [2022-10-17T05:52:49.343317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:49.343566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.344282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:49.345064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:49.345507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:49.345798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:49.346069+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' [] [] [2022-10-17T05:52:49.346365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.131842+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T05:52:51.256422+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-17T05:52:51.317634+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 5, 0, 0, 0, 0) [] [] [2022-10-17T05:52:51.394870+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:52:51.404365+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T05:52:51.557531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.558644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.562112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.563245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.563583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.563845+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' [] [] [2022-10-17T05:52:51.564294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.566489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.567254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.568011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.568465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.568791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.569039+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' [] [] [2022-10-17T05:52:51.569309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.569490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.570245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.570996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.571388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.571658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.571857+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' [] [] [2022-10-17T05:52:51.572124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.573185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.573953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.574648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.575064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.575329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.575537+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' [] [] [2022-10-17T05:52:51.575767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.575990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.576713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.577412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.577797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.578029+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.578226+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' [] [] [2022-10-17T05:52:51.578461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:52:51.578682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.579347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:52:51.580025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:52:51.580417+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:52:51.580647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:52:51.580848+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' [] [] [2022-10-17T05:52:51.581092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:03.735245+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2022-10-17T05:53:03.802567+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2022-10-17T05:53:03.833679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.834583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.837956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:03.839242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:03.839563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:03.839845+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' [] [] [2022-10-17T05:53:03.840355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:03.842783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.843512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.844242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:03.844689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:03.845024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:03.845296+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' [] [] [2022-10-17T05:53:03.845587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:03.845833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.846542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:03.847323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:03.847755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:03.848048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:03.848316+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' [] [] [2022-10-17T05:53:03.848610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:04.884088+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T05:53:05.004709+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2022-10-17T05:53:05.063977+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 4, 0, 0, 0, 0) [] [] [2022-10-17T05:53:05.153782+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:53:05.162632+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T05:53:05.315390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.316322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.319590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.320866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.321182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.321474+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' [] [] [2022-10-17T05:53:05.321948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:05.324129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.325008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.325768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.326231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.326509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.326747+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' [] [] [2022-10-17T05:53:05.327046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:05.327264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.327964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.328777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.329239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.329508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.329789+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' [] [] [2022-10-17T05:53:05.330140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:05.331169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.331881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.332608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.333124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.333392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.333628+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' [] [] [2022-10-17T05:53:05.333888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:05.334134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.334877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.335619+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.336068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.336339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.336631+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' [] [] [2022-10-17T05:53:05.336938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:05.337216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.337993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:05.338745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:05.339316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:05.339658+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:05.339971+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' [] [] [2022-10-17T05:53:05.340274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.650165+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T05:53:57.693807+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T05:53:57.764136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.765778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.768933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.769958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.770270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.770552+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' [] [] [2022-10-17T05:53:57.771073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.773170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.774046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.774844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.775369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.775680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.775965+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' [] [] [2022-10-17T05:53:57.776286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.776547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.777278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.778023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.778483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.778786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.779063+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' [] [] [2022-10-17T05:53:57.779363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.789331+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T05:53:57.793415+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[23,22,21,20,19,18,17,16,15,14]] [] [2022-10-17T05:53:57.813836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T05:53:57.814675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:53:57.814985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:53:57.815341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T05:53:57.815662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T05:53:57.815952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T05:53:57.816278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T05:53:57.816642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T05:53:57.817001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T05:53:57.817359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T05:53:57.817722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T05:53:57.818080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T05:53:57.818437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T05:53:57.818795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T05:53:57.820044+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T05:53:57.827414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.828234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.829000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.829521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.829874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.830176+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' [] [] [2022-10-17T05:53:57.830488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.830742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.831459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.832188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.832617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.832892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.833147+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' [] [] [2022-10-17T05:53:57.833427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:57.833650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.834354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:57.835070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:57.835486+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:57.835760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:57.836013+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' [] [] [2022-10-17T05:53:57.836286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:58.055837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"567a4e"},"request_uri":"http://127.0.0.1:8000/_wdt/567a4e","method":"GET"} [] [2022-10-17T05:53:59.680211+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"23"},"request_uri":"http://127.0.0.1:8000/assetregister/23/edit","method":"GET"} [] [2022-10-17T05:53:59.756584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["23"] [] [2022-10-17T05:53:59.828891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T05:53:59.829716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T05:53:59.830156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T05:53:59.830790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:53:59.831183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T05:53:59.832219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T05:53:59.832558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T05:53:59.835705+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T05:53:59.837460+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T05:53:59.838030+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T05:53:59.839195+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T05:53:59.839722+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T05:53:59.840115+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T05:53:59.840560+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T05:53:59.871341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.872241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.875639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:59.876834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:59.877210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:59.877511+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' [] [] [2022-10-17T05:53:59.878071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:59.880725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.881471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.882214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:59.882675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:59.882975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:59.883256+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' [] [] [2022-10-17T05:53:59.883557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:53:59.883802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.884516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T05:53:59.885251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T05:53:59.885689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T05:53:59.885982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T05:53:59.886262+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' [] [] [2022-10-17T05:53:59.886575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T05:54:00.078293+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d66b84"},"request_uri":"http://127.0.0.1:8000/_wdt/d66b84","method":"GET"} [] [2022-10-17T06:16:00.081460+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T06:16:00.307022+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:16:00.395253+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:16:00.396428+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T06:16:00.403264+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T06:16:00.403676+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T06:16:00.404023+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T06:16:00.404408+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T06:16:00.530755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.531689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.535191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:00.536381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:00.536663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:00.536961+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' [] [] [2022-10-17T06:16:00.537475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:00.540984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.541716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.542438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:00.542855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:00.543112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:00.543318+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' [] [] [2022-10-17T06:16:00.543580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:00.543784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.544479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:00.545191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:00.545592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:00.545845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:00.546074+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' [] [] [2022-10-17T06:16:00.546385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:00.822505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9328"},"request_uri":"http://127.0.0.1:8000/_wdt/de9328","method":"GET"} [] [2022-10-17T06:16:04.940693+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T06:16:05.020121+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T06:16:05.076260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.077183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.080746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:05.081959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:05.082272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:05.082558+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' [] [] [2022-10-17T06:16:05.083085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:05.085558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.086314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.087071+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:05.087524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:05.087877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:05.088159+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' [] [] [2022-10-17T06:16:05.088463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:05.088712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.089440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:05.090230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:05.090685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:05.090971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:05.091219+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' [] [] [2022-10-17T06:16:05.091498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:06.407541+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=6","method":"GET"} [] [2022-10-17T06:16:06.488393+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["6"] [] [2022-10-17T06:16:06.511454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.512364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.515510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:06.516581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:06.516892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:06.517171+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' [] [] [2022-10-17T06:16:06.517651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:06.520349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.521122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.521881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:06.522438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:06.522771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:06.523034+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' [] [] [2022-10-17T06:16:06.523363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:06.523613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.524361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:06.525055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:06.525531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:06.525829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:06.526106+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' [] [] [2022-10-17T06:16:06.526366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:19.396878+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-17T06:16:19.503342+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T06:16:19.515523+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:16:19.516081+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:16:19.571677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.572571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.575990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:19.577197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:19.577504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:19.577785+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' [] [] [2022-10-17T06:16:19.578384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:19.580901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.581813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.582656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:19.583122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:19.583415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:19.583694+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' [] [] [2022-10-17T06:16:19.583995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:19.584238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.584957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:19.585682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:19.586114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:19.586404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:19.586677+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' [] [] [2022-10-17T06:16:19.586980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:19.778980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac4135"},"request_uri":"http://127.0.0.1:8000/_wdt/ac4135","method":"GET"} [] [2022-10-17T06:16:28.633543+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T06:16:28.711496+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T06:16:28.768692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.769567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.773088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:28.774324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:28.774651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:28.774960+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' [] [] [2022-10-17T06:16:28.775479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:28.777952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.778820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.779561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:28.780028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:28.780322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:28.780659+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' [] [] [2022-10-17T06:16:28.780962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:28.781213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.781918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:28.782642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:28.783074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:28.783361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:28.783630+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' [] [] [2022-10-17T06:16:28.783928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:32.260615+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-17T06:16:32.381445+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-17T06:16:32.394110+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:16:32.394676+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2022-10-17T06:16:32.727501+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T06:16:32.731426+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Test Asset","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T06:16:32.732119+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T06:16:32.763317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.764206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.767697+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:32.769073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:32.769376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:32.769621+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' [] [] [2022-10-17T06:16:32.770121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:32.772630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.773360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.774136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:32.774576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:32.774834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:32.775063+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' [] [] [2022-10-17T06:16:32.775318+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:32.775481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.776156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:32.776861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:32.777307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:32.777519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:32.777743+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' [] [] [2022-10-17T06:16:32.777999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:32.902085+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T06:16:32.953770+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T06:16:33.065831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.067692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.071022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.072181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.072484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.072817+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' [] [] [2022-10-17T06:16:33.073324+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.075752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.076435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.077125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.077518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.077770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.077994+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' [] [] [2022-10-17T06:16:33.078247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.078440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.079102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.079795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.080177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.080420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.080639+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' [] [] [2022-10-17T06:16:33.080929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.091364+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T06:16:33.095988+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[27,26,25,24,23,22,21,20,19,18]] [] [2022-10-17T06:16:33.107531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T06:16:33.108236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T06:16:33.108524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T06:16:33.108807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T06:16:33.109046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T06:16:33.110289+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T06:16:33.126907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.127718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.128427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.128880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.129141+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.129372+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' [] [] [2022-10-17T06:16:33.129633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.129843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.130505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.131185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.131568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.131811+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.132038+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' [] [] [2022-10-17T06:16:33.132288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.132483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.133150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:33.133822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:33.134203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:33.134443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:33.134717+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' [] [] [2022-10-17T06:16:33.134967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:33.335651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff2b7c"},"request_uri":"http://127.0.0.1:8000/_wdt/ff2b7c","method":"GET"} [] [2022-10-17T06:16:34.506094+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T06:16:34.642102+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:16:34.655800+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:16:34.656396+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T06:16:34.662857+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T06:16:34.663320+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T06:16:34.663705+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T06:16:34.664135+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T06:16:34.698177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.699108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.702557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:34.703737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:34.704099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:34.704384+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' [] [] [2022-10-17T06:16:34.704900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:34.707377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.708104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.708845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:34.709288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:34.709581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:34.709856+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' [] [] [2022-10-17T06:16:34.710154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:34.710397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.711117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:34.711874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:34.712321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:34.712638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:34.712974+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' [] [] [2022-10-17T06:16:34.713300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:34.913284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b273d7"},"request_uri":"http://127.0.0.1:8000/_wdt/b273d7","method":"GET"} [] [2022-10-17T06:16:39.113110+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T06:16:39.196870+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T06:16:39.251235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.252088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.255380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:39.256552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:39.256851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:39.257205+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' [] [] [2022-10-17T06:16:39.257685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:39.260387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.261211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.261854+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:39.262300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:39.262625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:39.262856+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' [] [] [2022-10-17T06:16:39.263116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:39.263317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.263979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:39.264661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:39.265045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:39.265288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:39.265553+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' [] [] [2022-10-17T06:16:39.265844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:41.008266+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=6","method":"GET"} [] [2022-10-17T06:16:41.098106+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["6"] [] [2022-10-17T06:16:41.149543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.150411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.153892+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:41.155079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:41.155393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:41.155670+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' [] [] [2022-10-17T06:16:41.156188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:41.158782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.159561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.160291+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:41.160749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:41.161044+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:41.161316+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' [] [] [2022-10-17T06:16:41.161616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:41.161916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.162710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:41.163470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:41.163963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:41.164253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:41.164527+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' [] [] [2022-10-17T06:16:41.164826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:43.263359+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=27","method":"GET"} [] [2022-10-17T06:16:43.339921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["27"] [] [2022-10-17T06:16:43.373683+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-17T06:16:43.403420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.404327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.407641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:43.408801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:43.409105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:43.409382+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' [] [] [2022-10-17T06:16:43.409948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:43.412387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.413100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.413821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:43.414252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:43.414540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:43.414808+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' [] [] [2022-10-17T06:16:43.415100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:16:43.415384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.416457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:16:43.417215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:16:43.417680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:16:43.417977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:16:43.418249+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' [] [] [2022-10-17T06:16:43.418600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.067568+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-17T06:17:30.203280+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:17:30.212889+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2022-10-17T06:17:30.213489+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["27"]] [] [2022-10-17T06:17:30.220102+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-17T06:17:30.220716+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-17T06:17:30.221163+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T06:17:30.221549+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-17T06:17:30.417118+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T06:17:30.427762+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T06:17:30.428705+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-01T00:00:00+00:00","2":80000.0,"3":"OE/2022/10/00003","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-06-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":27,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T06:17:30.429572+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T06:17:30.449936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.450827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.454405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.455595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.455882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.456126+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' [] [] [2022-10-17T06:17:30.456615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.459179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.459903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.460623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.461033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.461316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.461546+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' [] [] [2022-10-17T06:17:30.461804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.462005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.462754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.463470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.463869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.464126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.464353+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' [] [] [2022-10-17T06:17:30.464609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.593590+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T06:17:30.650492+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T06:17:30.784245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.789842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.798295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.799672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.800034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.800283+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' [] [] [2022-10-17T06:17:30.800779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.803373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.804235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.805013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.805590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.805944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.806236+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' [] [] [2022-10-17T06:17:30.806547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.806810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.807580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.808467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.809193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.809534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.809854+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' [] [] [2022-10-17T06:17:30.810135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.821161+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T06:17:30.825631+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[24,23,22,21,20,19,18,17,16,15]] [] [2022-10-17T06:17:30.846320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [27] [] [2022-10-17T06:17:30.847147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T06:17:30.847461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T06:17:30.847770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T06:17:30.848048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T06:17:30.848290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T06:17:30.848565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T06:17:30.848840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T06:17:30.849078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T06:17:30.849353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T06:17:30.849660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T06:17:30.849965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T06:17:30.850280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T06:17:30.850587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T06:17:30.850892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T06:17:30.851203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T06:17:30.852406+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T06:17:30.860063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.860840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.861552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.861959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.862218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.862449+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' [] [] [2022-10-17T06:17:30.862716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.862927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.863606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.864302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.864696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.865022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.865260+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' [] [] [2022-10-17T06:17:30.865516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:30.865676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.866346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:17:30.867041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:17:30.867430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:17:30.867719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:17:30.868007+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' [] [] [2022-10-17T06:17:30.868297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:17:31.091234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75b04e"},"request_uri":"http://127.0.0.1:8000/_wdt/75b04e","method":"GET"} [] [2022-10-17T06:18:14.417288+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T06:18:14.541992+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:18:14.556033+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:18:14.556675+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T06:18:14.563169+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T06:18:14.563587+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T06:18:14.618451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.619416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.622931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:14.624175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:14.624484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:14.624778+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' [] [] [2022-10-17T06:18:14.625300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:14.627978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.628723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.629469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:14.629920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:14.630211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:14.630550+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' [] [] [2022-10-17T06:18:14.630852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:14.631099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.631842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:14.632788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:14.633531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:14.633876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:14.634137+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' [] [] [2022-10-17T06:18:14.634441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:14.826141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f515f"},"request_uri":"http://127.0.0.1:8000/_wdt/5f515f","method":"GET"} [] [2022-10-17T06:18:36.156004+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T06:18:36.227751+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T06:18:36.283574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.284495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.288049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:36.289427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:36.289840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:36.290143+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' [] [] [2022-10-17T06:18:36.290694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:36.293269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.294045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.294790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:36.295262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:36.295562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:36.295839+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' [] [] [2022-10-17T06:18:36.296144+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:36.296396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.297169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:36.297918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:36.298373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:36.298729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:36.299012+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' [] [] [2022-10-17T06:18:36.299316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:37.867525+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T06:18:37.977073+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:18:38.123037+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T06:18:38.244581+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:18:38.256421+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T06:18:38.420999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.421970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.425562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.426822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.427169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.427463+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' [] [] [2022-10-17T06:18:38.428010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:38.430800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.431645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.432448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.432950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.433259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.433547+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' [] [] [2022-10-17T06:18:38.433914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:38.434172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.434896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.435688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.436118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.436419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.436673+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' [] [] [2022-10-17T06:18:38.436983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:38.438143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.438895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.439680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.440117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.440417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.440671+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' [] [] [2022-10-17T06:18:38.440979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:38.441236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.441961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.442744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.443202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.443501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.443782+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' [] [] [2022-10-17T06:18:38.444087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:18:38.444350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.445115+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:18:38.445905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:18:38.446367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:18:38.446667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:18:38.446956+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' [] [] [2022-10-17T06:18:38.447269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.053594+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T06:50:20.171007+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:50:20.241932+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T06:50:20.330411+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:50:20.343029+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T06:50:20.498857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.499819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.503344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.504563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.504941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.505212+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' [] [] [2022-10-17T06:50:20.505779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.508410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.509204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.509960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.510436+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.510709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.510960+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' [] [] [2022-10-17T06:50:20.511239+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.511495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.512246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.513004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.513434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.513747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.514046+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' [] [] [2022-10-17T06:50:20.514337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.515491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.516385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.517173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.517705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.517988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.518252+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' [] [] [2022-10-17T06:50:20.518567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.518803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.519546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.520239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.520656+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.520912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.521144+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' [] [] [2022-10-17T06:50:20.521447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:20.521669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.522409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:20.523106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:20.523558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:20.523864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:20.524127+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' [] [] [2022-10-17T06:50:20.524422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.444676+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T06:50:25.538167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:50:25.587730+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T06:50:25.672507+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:50:25.681400+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T06:50:25.831071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.832053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.835303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.836394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.836744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.837076+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' [] [] [2022-10-17T06:50:25.837608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.839876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.840680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.841471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.842007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.842314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.842602+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' [] [] [2022-10-17T06:50:25.842919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.843169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.843937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.844719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.845177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.845476+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.845730+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' [] [] [2022-10-17T06:50:25.846040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.847202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.847972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.848755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.849215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.849518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.849800+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' [] [] [2022-10-17T06:50:25.850110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.850366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.851138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.851919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.852370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.852669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.852992+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' [] [] [2022-10-17T06:50:25.853309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:25.853563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.854332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:25.855114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:25.855576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:25.855882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:25.856168+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' [] [] [2022-10-17T06:50:25.856482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:28.766363+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T06:50:28.848630+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:50:28.858783+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:50:28.859383+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T06:50:28.865941+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T06:50:28.866390+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T06:50:28.902187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.903122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.906556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:28.907768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:28.908078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:28.908427+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' [] [] [2022-10-17T06:50:28.908938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:28.911381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.912348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.913095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:28.913544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:28.913833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:28.914114+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' [] [] [2022-10-17T06:50:28.914410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:28.914652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.915357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:28.916085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:28.916517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:28.916806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:28.917077+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' [] [] [2022-10-17T06:50:28.917414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:29.164124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8b2b6"},"request_uri":"http://127.0.0.1:8000/_wdt/c8b2b6","method":"GET"} [] [2022-10-17T06:50:30.916342+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T06:50:31.046294+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:50:31.060579+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T06:50:31.061176+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T06:50:31.067796+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T06:50:31.068276+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T06:50:31.104872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.105849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.109891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:31.111222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:31.111555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:31.111843+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' [] [] [2022-10-17T06:50:31.112438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:31.114989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.115810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.116547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:31.116990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:31.117254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:31.117498+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' [] [] [2022-10-17T06:50:31.117762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:31.117972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.118667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:31.119425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:31.119883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:31.120189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:31.120468+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' [] [] [2022-10-17T06:50:31.120772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:31.305652+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c54315"},"request_uri":"http://127.0.0.1:8000/_wdt/c54315","method":"GET"} [] [2022-10-17T06:50:52.389630+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T06:50:52.468123+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T06:50:52.522280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.523280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.526634+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:52.527822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:52.528130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:52.528535+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' [] [] [2022-10-17T06:50:52.529251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:52.531683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.532450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.533205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:52.533678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:52.533982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:52.534308+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' [] [] [2022-10-17T06:50:52.534610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:52.534857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.535569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:52.536304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:52.536737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:52.537027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:52.537299+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' [] [] [2022-10-17T06:50:52.537597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.265615+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T06:50:53.396841+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T06:50:53.463838+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T06:50:53.551071+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T06:50:53.561173+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T06:50:53.714068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.715113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.718441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.719536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.719838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.720095+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' [] [] [2022-10-17T06:50:53.720555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.722749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.723565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.724341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.724910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.725195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.725448+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' [] [] [2022-10-17T06:50:53.725728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.725952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.726693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.727453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.727875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.728150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.728428+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' [] [] [2022-10-17T06:50:53.728706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.729800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.730541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.731288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.731707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.731963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.732195+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' [] [] [2022-10-17T06:50:53.732495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.732720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.733451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.734195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.734609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.734865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.735103+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' [] [] [2022-10-17T06:50:53.735400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T06:50:53.735616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.736390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T06:50:53.737182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T06:50:53.737640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T06:50:53.738010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T06:50:53.738251+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' [] [] [2022-10-17T06:50:53.738548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.236581+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:01:41.359830+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:01:41.431872+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:01:41.523739+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:01:41.534274+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:01:41.692830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.693786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.697434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.698727+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.699065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.699327+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' [] [] [2022-10-17T07:01:41.699808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.702596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.703376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.704166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.704629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.704898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.705142+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' [] [] [2022-10-17T07:01:41.705501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.705720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.706464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.707227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.707650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.707911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.708159+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' [] [] [2022-10-17T07:01:41.708430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.709525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.710280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.710994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.711414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.711694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.711942+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' [] [] [2022-10-17T07:01:41.712210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.712428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.713163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.713860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.714249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.714515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.714724+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' [] [] [2022-10-17T07:01:41.714946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:01:41.715113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.715798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:01:41.716477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:01:41.716862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:01:41.717086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:01:41.717283+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' [] [] [2022-10-17T07:01:41.717505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.095813+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:11:09.227441+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:11:09.298680+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:11:09.386198+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:11:09.398266+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:11:09.550533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.551463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.554930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.556253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.556576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.556794+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' [] [] [2022-10-17T07:11:09.557248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.559858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.560619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.561332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.561768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.562048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.562293+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' [] [] [2022-10-17T07:11:09.562531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.562749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.563513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.564211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.564613+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.564847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.565050+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' [] [] [2022-10-17T07:11:09.565275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.566334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.567037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.567735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.568113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.568331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.568521+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' [] [] [2022-10-17T07:11:09.568739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.568907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.569596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.570290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.570666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.570888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.571082+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' [] [] [2022-10-17T07:11:09.571296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:09.571456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.572142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:09.572838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:09.573208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:09.573430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:09.573623+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' [] [] [2022-10-17T07:11:09.573838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.041047+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:11:17.150214+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:11:17.198253+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:11:17.282113+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:11:17.292301+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:11:17.444068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.445037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.448293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.449354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.449646+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.449939+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' [] [] [2022-10-17T07:11:17.450397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.452635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.453445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.454245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.454744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.455011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.455250+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' [] [] [2022-10-17T07:11:17.455553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.455775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.456503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.457341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.457770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.458051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.458314+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' [] [] [2022-10-17T07:11:17.458631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.459796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.460612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.461413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.461952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.462226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.462479+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' [] [] [2022-10-17T07:11:17.462787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.463018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.463749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.464500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.464912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.465170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.465420+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' [] [] [2022-10-17T07:11:17.465719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:11:17.465966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.466694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:11:17.467498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:11:17.467920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:11:17.468274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:11:17.468528+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' [] [] [2022-10-17T07:11:17.468798+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:24.610296+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T07:12:24.715625+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:12:24.724890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T07:12:24.725404+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T07:12:24.732047+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T07:12:24.732434+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T07:12:24.732735+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T07:12:24.733121+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T07:12:24.766755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.767651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.770948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:24.772102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:24.772439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:24.772681+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' [] [] [2022-10-17T07:12:24.773160+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:24.776194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.777729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.778596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:24.779116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:24.779404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:24.779651+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' [] [] [2022-10-17T07:12:24.779923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:24.780145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.780863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:24.781532+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:24.781954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:24.782239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:24.782471+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' [] [] [2022-10-17T07:12:24.782694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:25.095556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"866b39"},"request_uri":"http://127.0.0.1:8000/_wdt/866b39","method":"GET"} [] [2022-10-17T07:12:52.281394+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T07:12:52.330262+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T07:12:52.456845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.458898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.462428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.463641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.463971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.464259+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' [] [] [2022-10-17T07:12:52.464788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.467388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.468210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.468980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.469441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.469741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.470029+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' [] [] [2022-10-17T07:12:52.470348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.470604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.471375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.472240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.472732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.473038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.473344+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' [] [] [2022-10-17T07:12:52.473658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.483732+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T07:12:52.487838+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-17T07:12:52.490764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T07:12:52.503015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.503927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.504696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.505209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.505520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.505803+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' [] [] [2022-10-17T07:12:52.506117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.506380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.507110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.507869+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.508319+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.508615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.508894+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' [] [] [2022-10-17T07:12:52.509203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.509451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.510181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:12:52.510931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:12:52.511482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:12:52.511805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:12:52.512098+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' [] [] [2022-10-17T07:12:52.512428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:12:52.711754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d2296"},"request_uri":"http://127.0.0.1:8000/_wdt/8d2296","method":"GET"} [] [2022-10-17T07:13:00.881888+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/group/6/edit","method":"GET"} [] [2022-10-17T07:13:00.952270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["6"] [] [2022-10-17T07:13:01.055849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.056808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.060652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:01.061944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:01.062330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:01.062619+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' [] [] [2022-10-17T07:13:01.063145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:01.065677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.066473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.067197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:01.067619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:01.067880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:01.068110+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' [] [] [2022-10-17T07:13:01.068371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:01.068574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.069256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:01.069957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:01.070314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:01.070577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:01.070762+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' [] [] [2022-10-17T07:13:01.070969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:01.252744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c30fc5"},"request_uri":"http://127.0.0.1:8000/_wdt/c30fc5","method":"GET"} [] [2022-10-17T07:13:17.591083+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T07:13:17.722957+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:13:17.737830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T07:13:17.738419+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T07:13:17.744702+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T07:13:17.745182+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T07:13:17.745507+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T07:13:17.745867+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T07:13:17.781006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.781874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.785309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:17.786457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:17.786793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:17.787036+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' [] [] [2022-10-17T07:13:17.787475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:17.789925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.790643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.791355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:17.791763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:17.792170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:17.792483+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' [] [] [2022-10-17T07:13:17.792765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:17.792987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.793650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:17.794356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:17.794761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:17.795067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:17.795300+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' [] [] [2022-10-17T07:13:17.795556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:17.989072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"402e55"},"request_uri":"http://127.0.0.1:8000/_wdt/402e55","method":"GET"} [] [2022-10-17T07:13:25.215447+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T07:13:25.290789+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T07:13:25.346454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.347398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.350790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:25.352026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:25.352418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:25.352744+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' [] [] [2022-10-17T07:13:25.353282+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:25.355824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.356602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.357365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:25.357906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:25.358212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:25.358489+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' [] [] [2022-10-17T07:13:25.358796+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:25.359042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.359779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:25.360533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:25.360976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:25.361276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:25.361559+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' [] [] [2022-10-17T07:13:25.361861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:26.884096+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=6","method":"GET"} [] [2022-10-17T07:13:26.962706+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["6"] [] [2022-10-17T07:13:27.013684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.014632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.018107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:27.019281+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:27.019590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:27.019866+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' [] [] [2022-10-17T07:13:27.020376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:27.023248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.024117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.024860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:27.025330+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:27.025626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:27.025898+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' [] [] [2022-10-17T07:13:27.026197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:27.026443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.027158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:27.027893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:27.028387+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:27.028683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:27.028958+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' [] [] [2022-10-17T07:13:27.029255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:28.681880+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=27","method":"GET"} [] [2022-10-17T07:13:28.767347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["27"] [] [2022-10-17T07:13:28.801200+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-17T07:13:28.830709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.831651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.835014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:28.836179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:28.836509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:28.836846+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' [] [] [2022-10-17T07:13:28.837359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:28.839786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.840576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.841329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:28.841786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:28.842083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:28.842358+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' [] [] [2022-10-17T07:13:28.842657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:13:28.842903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.843617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:13:28.844484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:13:28.845040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:13:28.845336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:13:28.845619+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' [] [] [2022-10-17T07:13:28.845979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:14.818243+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-17T07:14:14.957393+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:14:14.967152+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2022-10-17T07:14:14.967741+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["27"]] [] [2022-10-17T07:14:14.974038+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-17T07:14:14.974706+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-17T07:14:14.975208+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T07:14:14.975696+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-17T07:14:15.029829+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T07:14:15.033938+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T07:14:15.035117+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-01-01T00:00:00+00:00","2":80000.0,"3":"OE/2022/10/00004","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-12-30T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":27,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T07:14:15.037710+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T07:14:15.059050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.059962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.063455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.064660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.064968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.065251+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' [] [] [2022-10-17T07:14:15.065819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.068402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.069153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.069903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.070352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.070657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.070937+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' [] [] [2022-10-17T07:14:15.071241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.071560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.072293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.073101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.073582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.073902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.074180+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' [] [] [2022-10-17T07:14:15.074412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.200475+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T07:14:15.258583+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T07:14:15.357397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.359319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.362552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.363589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.363965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.364263+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' [] [] [2022-10-17T07:14:15.364750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.366827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.367585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.368411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.368879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.369180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.369466+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' [] [] [2022-10-17T07:14:15.369774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.370028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.370944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.371717+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.372186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.372481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.372811+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' [] [] [2022-10-17T07:14:15.373120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.383674+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T07:14:15.387849+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[25,24,23,22,21,20,19,18,17,16]] [] [2022-10-17T07:14:15.407250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [27] [] [2022-10-17T07:14:15.408110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T07:14:15.408461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T07:14:15.408843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T07:14:15.409168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T07:14:15.409460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T07:14:15.409790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T07:14:15.410113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T07:14:15.410404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T07:14:15.410741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T07:14:15.411098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T07:14:15.411457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T07:14:15.411814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T07:14:15.412171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T07:14:15.412529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T07:14:15.413795+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T07:14:15.422043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.422837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.423596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.424098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.424403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.424693+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' [] [] [2022-10-17T07:14:15.425008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.425274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.426009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.426757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.427205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.427559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.427839+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' [] [] [2022-10-17T07:14:15.428141+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.428388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.429113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:15.429862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:15.430299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:15.430608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:15.430899+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' [] [] [2022-10-17T07:14:15.431241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:15.662465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a2826"},"request_uri":"http://127.0.0.1:8000/_wdt/2a2826","method":"GET"} [] [2022-10-17T07:14:19.164401+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T07:14:19.284167+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:14:19.298086+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T07:14:19.298758+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T07:14:19.305385+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T07:14:19.305928+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T07:14:19.342032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.343032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.346817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:19.348166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:19.348486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:19.348766+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' [] [] [2022-10-17T07:14:19.349279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:19.351809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.352583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.353340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:19.353793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:19.354091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:19.354374+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' [] [] [2022-10-17T07:14:19.354734+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:19.354981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.355714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:19.356466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:19.356904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:19.357202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:19.357484+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' [] [] [2022-10-17T07:14:19.357784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:19.538982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f502e9"},"request_uri":"http://127.0.0.1:8000/_wdt/f502e9","method":"GET"} [] [2022-10-17T07:14:40.840401+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T07:14:40.918203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T07:14:40.972373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.973281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.976642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:40.977952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:40.978368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:40.978654+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' [] [] [2022-10-17T07:14:40.979180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:40.981595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.982382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.983125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:40.983584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:40.983874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:40.984147+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' [] [] [2022-10-17T07:14:40.984447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:40.984691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.985409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:40.986147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:40.986580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:40.986916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:40.987189+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' [] [] [2022-10-17T07:14:40.987484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.099165+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:14:42.217904+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:14:42.285007+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:14:42.386474+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:14:42.395365+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:14:42.546929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.547899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.551129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.552237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.552562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.552783+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' [] [] [2022-10-17T07:14:42.553237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.555453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.556336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.557104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.557602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.557917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.558176+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' [] [] [2022-10-17T07:14:42.558456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.558676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.559400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.560217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.560679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.560964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.561254+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' [] [] [2022-10-17T07:14:42.561546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.562680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.563475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.564273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.564771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.565045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.565288+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' [] [] [2022-10-17T07:14:42.565567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.565793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.566520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.567345+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.567845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.568124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.568374+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' [] [] [2022-10-17T07:14:42.568652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:14:42.568873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.569634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:14:42.570424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:14:42.570859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:14:42.571134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:14:42.571379+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' [] [] [2022-10-17T07:14:42.571652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.076617+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:17:18.213886+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:17:18.289814+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:17:18.393222+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:17:18.404237+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:17:18.562569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.563555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.567251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.568716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.569115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.569517+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' [] [] [2022-10-17T07:17:18.570113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.572989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.573866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.574727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.575231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.575515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.575763+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' [] [] [2022-10-17T07:17:18.576068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.576340+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.577105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.577933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.578412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.578724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.578989+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' [] [] [2022-10-17T07:17:18.579309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.580459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.581326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.582179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.582662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.582990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.583260+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' [] [] [2022-10-17T07:17:18.583581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.583822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.584588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.585351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.585795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.586072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.586288+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' [] [] [2022-10-17T07:17:18.586526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:17:18.586706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.587432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:17:18.588136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:17:18.588528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:17:18.588756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:17:18.588959+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' [] [] [2022-10-17T07:17:18.589179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.255687+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:18:05.365774+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:18:05.415141+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2030-07-01', '2031-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:18:05.512732+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:18:05.521142+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:18:05.683325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.684375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.687692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.688788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.689108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.689368+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' [] [] [2022-10-17T07:18:05.689835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.692035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.692805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.693561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.694142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.694438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.694708+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' [] [] [2022-10-17T07:18:05.694995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.695216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.695965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.696724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.697194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.697497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.697750+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' [] [] [2022-10-17T07:18:05.698030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.699277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.700019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.700770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.701191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.701430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.701671+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' [] [] [2022-10-17T07:18:05.701970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.702197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.702928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.703695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.704149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.704422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.704665+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' [] [] [2022-10-17T07:18:05.704967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:18:05.705188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.705914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:18:05.706680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:18:05.707101+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:18:05.707372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:18:05.707618+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' [] [] [2022-10-17T07:18:05.707890+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.372065+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:30:38.500783+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:30:38.573474+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2030-07-01', '2031-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:30:38.676284+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:30:38.687858+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:30:38.840493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.841435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.844964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.846194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.846488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.846744+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' [] [] [2022-10-17T07:30:38.847271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.849923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.850706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.851500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.851942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.852215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.852500+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' [] [] [2022-10-17T07:30:38.852739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.852959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.853739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.854496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.854911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.855179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.855429+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' [] [] [2022-10-17T07:30:38.855696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.856786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.857497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.858253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.858666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.858899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.859097+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' [] [] [2022-10-17T07:30:38.859316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.859516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.860235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.860969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.861382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.861616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.861816+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' [] [] [2022-10-17T07:30:38.862035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:30:38.862236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.862962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:30:38.863687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:30:38.864098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:30:38.864327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:30:38.864526+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' [] [] [2022-10-17T07:30:38.864743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:13.980773+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:32:14.089910+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:32:14.139625+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2031-07-01', '2032-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:32:14.225048+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:32:14.234133+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:32:14.383575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.384542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.387784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.388847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.389252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.389553+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' [] [] [2022-10-17T07:32:14.390099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:14.392383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.393282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.394095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.394611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.394921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.395212+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' [] [] [2022-10-17T07:32:14.395532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:14.395789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.396557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.397375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.397835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.398138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.398426+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' [] [] [2022-10-17T07:32:14.398733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:14.400067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.401019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.401835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.402418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.402761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.403025+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' [] [] [2022-10-17T07:32:14.403304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:14.403536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.404308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.405042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.405474+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.405734+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.405975+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' [] [] [2022-10-17T07:32:14.406307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:32:14.406517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.407213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:32:14.407917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:32:14.408328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:32:14.408585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:32:14.408822+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' [] [] [2022-10-17T07:32:14.409085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.026911+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:39:43.160591+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:39:43.232079+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:39:43.333375+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:39:43.344102+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:39:43.499589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.500633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.504275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.505633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.505957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.506214+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' [] [] [2022-10-17T07:39:43.506725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.509372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.510168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.510894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.511424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.511693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.511938+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' [] [] [2022-10-17T07:39:43.512207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.512425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.513118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.513845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.514279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.514541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.514779+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' [] [] [2022-10-17T07:39:43.515049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.516192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.517052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.517735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.518215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.518601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.518836+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' [] [] [2022-10-17T07:39:43.519078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.519269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.520018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.520688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.521081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.521301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.521489+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' [] [] [2022-10-17T07:39:43.521705+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:39:43.521868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.522576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:39:43.523369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:39:43.523793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:39:43.524059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:39:43.524302+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' [] [] [2022-10-17T07:39:43.524568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.015567+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T07:41:23.125575+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T07:41:23.176273+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T07:41:23.279589+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T07:41:23.287659+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T07:41:23.434816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.435844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.439255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.440348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.440665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.440956+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' [] [] [2022-10-17T07:41:23.441467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.443726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.444520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.445316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.445788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.446103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.446386+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' [] [] [2022-10-17T07:41:23.446695+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.447005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.447803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.448598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.449117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.449393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.449676+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' [] [] [2022-10-17T07:41:23.449957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.451073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.451829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.452623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.453117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.453396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.453679+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' [] [] [2022-10-17T07:41:23.453964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.454198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.454938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.455699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.456122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.456381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.456619+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' [] [] [2022-10-17T07:41:23.456920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T07:41:23.457170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.457907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T07:41:23.458665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T07:41:23.459116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T07:41:23.459384+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T07:41:23.459627+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' [] [] [2022-10-17T07:41:23.459926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.127222+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T08:22:12.276847+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T08:22:12.352889+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T08:22:12.456189+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:22:12.467418+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T08:22:12.624072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.625017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.628626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.630358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.630663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.630906+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' [] [] [2022-10-17T08:22:12.631462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.634354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.635250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.636028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.636502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.636758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.636976+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' [] [] [2022-10-17T08:22:12.637255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.637458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.638226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.638995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.639504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.639795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.640036+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' [] [] [2022-10-17T08:22:12.640298+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.641406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.642167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.642890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.643338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.643583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.643797+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' [] [] [2022-10-17T08:22:12.644087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.644282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.645009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.645769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.646198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.646454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.646681+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' [] [] [2022-10-17T08:22:12.646917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:12.647100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.647818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:12.648550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:12.649080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:12.649336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:12.649547+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' [] [] [2022-10-17T08:22:12.649789+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:34.685068+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T08:22:34.793303+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T08:22:34.843656+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-07-01', '2024-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T08:22:34.942837+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:22:34.950667+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T08:22:35.099314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.100252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.103474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.104510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.104816+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.105090+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' [] [] [2022-10-17T08:22:35.105552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:35.107689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.108502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.109295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.109843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.110148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.110433+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' [] [] [2022-10-17T08:22:35.110748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:35.110992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.111724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.112538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.113006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.113279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.113567+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' [] [] [2022-10-17T08:22:35.113849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:35.114948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.115702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.116509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.116976+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.117258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.117540+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' [] [] [2022-10-17T08:22:35.117822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:35.118047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.118834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.119742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.120315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.120601+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.120821+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' [] [] [2022-10-17T08:22:35.121111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:22:35.121339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.122103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:22:35.122867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:22:35.123312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:22:35.123591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:22:35.123842+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' [] [] [2022-10-17T08:22:35.124127+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.235283+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T08:23:53.339192+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T08:23:53.389404+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2024-07-01', '2025-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T08:23:53.489312+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:23:53.497146+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T08:23:53.655180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.656141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.659404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.660512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.660843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.661134+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' [] [] [2022-10-17T08:23:53.661632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.663854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.664656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.665442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.665916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.666256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.666541+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' [] [] [2022-10-17T08:23:53.666906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.667161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.667927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.668713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.669170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.669486+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.669769+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' [] [] [2022-10-17T08:23:53.670076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.671216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.671985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.672808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.673265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.673563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.673871+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' [] [] [2022-10-17T08:23:53.674193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.674431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.675199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.675987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.676448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.676726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.677010+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' [] [] [2022-10-17T08:23:53.677320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:23:53.677570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.678356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:23:53.679145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:23:53.679601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:23:53.679903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:23:53.680205+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' [] [] [2022-10-17T08:23:53.680521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:16.657024+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T08:25:16.799175+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T08:25:16.869957+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2030-07-01', '2031-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T08:25:16.970774+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:25:16.980243+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T08:25:17.136306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.137357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.140987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.142369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.142773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.143058+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' [] [] [2022-10-17T08:25:17.143630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:17.146356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.147164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.147962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.148414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.148723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.148940+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' [] [] [2022-10-17T08:25:17.149220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:17.149450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.150299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.151052+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.151519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.151931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.152232+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' [] [] [2022-10-17T08:25:17.152583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:17.153837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.154689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.155479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.155953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.156201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.156404+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' [] [] [2022-10-17T08:25:17.156673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:17.156978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.157790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.158575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.159075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.159349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.159578+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' [] [] [2022-10-17T08:25:17.159821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:25:17.160013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.160764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:25:17.161521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:25:17.161965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:25:17.162200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:25:17.162394+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' [] [] [2022-10-17T08:25:17.162616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.527338+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T08:26:10.635339+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T08:26:10.685383+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2031-07-01', '2032-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T08:26:10.769437+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:26:10.777815+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T08:26:10.929635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.930596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.934076+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.935413+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.935727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.935999+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' [] [] [2022-10-17T08:26:10.936482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.938682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.939493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.940289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.940819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.941098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.941348+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' [] [] [2022-10-17T08:26:10.941625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.941853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.942595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.943354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.943771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.944038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.944287+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' [] [] [2022-10-17T08:26:10.944561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.945660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.946402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.947172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.947604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.947883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.948163+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' [] [] [2022-10-17T08:26:10.948446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.948666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.949399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.950152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.950607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.950877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.951135+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' [] [] [2022-10-17T08:26:10.951435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:26:10.951653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.952382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:26:10.953165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:26:10.953616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:26:10.953974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:26:10.954254+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' [] [] [2022-10-17T08:26:10.954529+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.064850+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:42:24.121161+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:42:24.203618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.205490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.208969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.210311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.210650+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.210952+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' [] [] [2022-10-17T08:42:24.211509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.214460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.215491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.216272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.216790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.217103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.217388+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' [] [] [2022-10-17T08:42:24.217698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.217958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.218689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.219440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.219889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.220182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.220459+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' [] [] [2022-10-17T08:42:24.220776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.232451+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:42:24.237029+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[27,26,25,24,23,22,21,20,19,18]] [] [2022-10-17T08:42:24.250330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:42:24.251186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:42:24.251549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:42:24.251892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:24.252187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:24.253573+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:42:24.272017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.272929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.273715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.274233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.274530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.274790+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' [] [] [2022-10-17T08:42:24.275070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.275300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.276016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.276716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.277140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.277401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.277664+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' [] [] [2022-10-17T08:42:24.277956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.278181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.278943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:24.279705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:24.280167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:24.280466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:24.280750+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' [] [] [2022-10-17T08:42:24.281126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:24.559757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1779c4"},"request_uri":"http://127.0.0.1:8000/_wdt/1779c4","method":"GET"} [] [2022-10-17T08:42:26.459482+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"27"},"request_uri":"http://127.0.0.1:8000/assetname/27/show","method":"GET"} [] [2022-10-17T08:42:26.520174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["27"] [] [2022-10-17T08:42:26.583316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:42:26.583801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:42:26.584145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:42:26.609407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.610325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.613761+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:26.614962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:26.615275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:26.615561+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' [] [] [2022-10-17T08:42:26.616076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:26.618613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.619447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.620256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:26.620825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:26.621153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:26.621425+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' [] [] [2022-10-17T08:42:26.621797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:26.622078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.622841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:26.623608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:26.624066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:26.624369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:26.624650+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' [] [] [2022-10-17T08:42:26.624952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:26.811626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a76f5"},"request_uri":"http://127.0.0.1:8000/_wdt/4a76f5","method":"GET"} [] [2022-10-17T08:42:28.433891+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"27"},"request_uri":"http://127.0.0.1:8000/assetname/27/delete","method":"POST"} [] [2022-10-17T08:42:28.506978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["27"] [] [2022-10-17T08:42:28.538375+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:42:28.538614+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [27] [] [2022-10-17T08:42:28.540806+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:42:28.573484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.574388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.577808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.579004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.579313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.579595+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' [] [] [2022-10-17T08:42:28.580118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.582731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.583523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.584280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.584767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.585067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.585406+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' [] [] [2022-10-17T08:42:28.585716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.585967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.586695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.587459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.587907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.588202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.588480+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' [] [] [2022-10-17T08:42:28.588781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.705138+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:42:28.759389+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:42:28.847312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.851572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.857660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.859456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.859936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.860328+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' [] [] [2022-10-17T08:42:28.860977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.863932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.865032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.865984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.866520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.866852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.867151+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' [] [] [2022-10-17T08:42:28.867484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.867786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.868726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.869677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.870184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.870541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.870813+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' [] [] [2022-10-17T08:42:28.871110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.882755+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:42:28.886830+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[26,25,24,23,22,21,20,19,18,17]] [] [2022-10-17T08:42:28.899245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:28.899991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:28.900268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:42:28.900715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T08:42:28.900969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T08:42:28.902095+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:42:28.919575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.920378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.921110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.921576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.921834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.922066+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' [] [] [2022-10-17T08:42:28.922495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.922750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.923596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.924288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.924709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.924958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.925151+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' [] [] [2022-10-17T08:42:28.925407+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:28.925606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.926280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:28.926965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:28.927318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:28.927560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:28.927784+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' [] [] [2022-10-17T08:42:28.928031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:29.127134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db3a6b"},"request_uri":"http://127.0.0.1:8000/_wdt/db3a6b","method":"GET"} [] [2022-10-17T08:42:30.712212+00:00] request.INFO: Matched route "assetname_show". {"route":"assetname_show","route_parameters":{"_route":"assetname_show","_controller":"App\\Controller\\AssetnameController::show","id":"26"},"request_uri":"http://127.0.0.1:8000/assetname/26/show","method":"GET"} [] [2022-10-17T08:42:30.772768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["26"] [] [2022-10-17T08:42:30.815208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:30.815700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:30.816047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:42:30.839333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.840251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.843762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:30.845034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:30.845423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:30.845712+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' [] [] [2022-10-17T08:42:30.846231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:30.848723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.849491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.850238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:30.850685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:30.850978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:30.851257+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' [] [] [2022-10-17T08:42:30.851565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:30.851810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.852535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:30.853281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:30.853719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:30.854065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:30.854343+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' [] [] [2022-10-17T08:42:30.854657+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:31.034424+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41d8d3"},"request_uri":"http://127.0.0.1:8000/_wdt/41d8d3","method":"GET"} [] [2022-10-17T08:42:36.197104+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:42:36.247598+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:42:36.328715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.330650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.333831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.334849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.335159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.335447+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' [] [] [2022-10-17T08:42:36.335929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.338036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.338868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.339632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.340124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.340437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.340725+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' [] [] [2022-10-17T08:42:36.341101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.341348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.342110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.342999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.343476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.343777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.344064+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' [] [] [2022-10-17T08:42:36.344370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.355302+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:42:36.359604+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[26,25,24,23,22,21,20,19,18,17]] [] [2022-10-17T08:42:36.372259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:36.373129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:42:36.373592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:42:36.374154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T08:42:36.374487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T08:42:36.375838+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:42:36.393010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.393868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.394644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.395155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.395465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.395751+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' [] [] [2022-10-17T08:42:36.396071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.396337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.397114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.397938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.398369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.398689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.398974+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' [] [] [2022-10-17T08:42:36.399314+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.399585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.400357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:36.401119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:36.401580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:36.401881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:36.402162+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' [] [] [2022-10-17T08:42:36.402474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:36.609232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23c807"},"request_uri":"http://127.0.0.1:8000/_wdt/23c807","method":"GET"} [] [2022-10-17T08:42:55.545049+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-17T08:42:55.656672+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T08:42:55.675537+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:42:55.676185+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T08:42:55.705358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.706270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.709675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:55.710832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:55.711139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:55.711420+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' [] [] [2022-10-17T08:42:55.711918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:55.714419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.715144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.715886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:55.716345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:55.716806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:55.717171+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' [] [] [2022-10-17T08:42:55.717549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:55.717852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.718752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:42:55.719520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:42:55.720012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:42:55.720317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:42:55.720598+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' [] [] [2022-10-17T08:42:55.720907+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:42:55.889414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e488ed"},"request_uri":"http://127.0.0.1:8000/_wdt/e488ed","method":"GET"} [] [2022-10-17T08:43:06.639446+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:43:06.760651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.762633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.771130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:06.772363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:06.772732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:06.773055+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' [] [] [2022-10-17T08:43:06.773589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:06.776247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.777116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.777895+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:06.778397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:06.778704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:06.778986+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' [] [] [2022-10-17T08:43:06.779300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:06.779561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.780304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:06.781055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:06.781564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:06.781859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:06.782137+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' [] [] [2022-10-17T08:43:06.782438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:06.962210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c50b9f"},"request_uri":"http://127.0.0.1:8000/_wdt/c50b9f","method":"GET"} [] [2022-10-17T08:43:10.644992+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:43:10.747209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.748962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.756011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:10.757049+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:10.757365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:10.757648+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' [] [] [2022-10-17T08:43:10.758119+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:10.760193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.760950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.761767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:10.762285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:10.762585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:10.762860+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' [] [] [2022-10-17T08:43:10.763164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:10.763409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.764135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:10.764890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:10.765380+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:10.765686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:10.765957+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' [] [] [2022-10-17T08:43:10.766273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:10.917451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b6fb7"},"request_uri":"http://127.0.0.1:8000/_wdt/9b6fb7","method":"GET"} [] [2022-10-17T08:43:45.583973+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T08:43:45.751748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.773676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.776666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.777003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.777292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.777571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.777855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.778138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.778417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.778699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.778979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.779256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.779532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.779812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.780088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.780370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.780651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.780930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.781270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.781553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.781860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.782136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.782415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T08:43:45.782690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:43:45.783332+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.784173+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Furniture & Fixtures","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.786522+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.789615+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.789916+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"purchased Rack for Store o [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.790995+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.793889+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.794206+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"purchased Rack for Store o [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.799898+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.802545+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.802840+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Wooden Door & Board","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.803801+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.806380+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.806623+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"New Office Furniture for H [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.807652+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.810421+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.810719+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Executive Table [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.811789+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.814387+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.814644+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"purchased Rack for Store o [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.815414+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.818218+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:43:45.818588+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"purchased Rack for Store o [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":5,"11":5,"12":1} [] [2022-10-17T08:43:45.819461+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:43:45.842549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.843599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.847151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:45.848194+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:45.848503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:45.848785+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' [] [] [2022-10-17T08:43:45.849266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:45.851427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.852172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.852911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:45.853348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:45.853639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:45.853912+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' [] [] [2022-10-17T08:43:45.854209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:45.854455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.855172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:45.855911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:45.856344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:45.856632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:45.856904+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' [] [] [2022-10-17T08:43:45.857202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:45.953043+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:43:46.033381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.034963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.041764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:46.042760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:46.043128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:46.043409+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' [] [] [2022-10-17T08:43:46.043879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:46.045862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.046614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.047342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:46.047779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:46.048073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:46.048343+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' [] [] [2022-10-17T08:43:46.048641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:46.048880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.049585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:46.050309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:46.050741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:46.051083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:46.051365+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' [] [] [2022-10-17T08:43:46.051659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:46.205441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79a7c0"},"request_uri":"http://127.0.0.1:8000/_wdt/79a7c0","method":"GET"} [] [2022-10-17T08:43:50.548663+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:43:50.592117+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:43:50.667206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.669219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.672603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.673645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.673956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.674241+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' [] [] [2022-10-17T08:43:50.674721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.676902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.677659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.678417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.678862+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.679166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.679452+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' [] [] [2022-10-17T08:43:50.679750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.679994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.680782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.681582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.682104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.682411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.682743+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' [] [] [2022-10-17T08:43:50.683060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.693999+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:43:50.698082+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[35,34,33,32,31,30,29,28,26,25]] [] [2022-10-17T08:43:50.710554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T08:43:50.711355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T08:43:50.711705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:43:50.712199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:43:50.712417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:43:50.713755+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:43:50.730821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.731701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.732539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.733072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.733381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.733661+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' [] [] [2022-10-17T08:43:50.733964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.734212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.734945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.735682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.736124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.736402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.736656+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' [] [] [2022-10-17T08:43:50.736941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.737166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.737881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:50.738613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:50.739036+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:50.739341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:50.739662+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' [] [] [2022-10-17T08:43:50.739969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:50.958642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c43811"},"request_uri":"http://127.0.0.1:8000/_wdt/c43811","method":"GET"} [] [2022-10-17T08:43:52.713200+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:43:52.764704+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:43:52.860625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.862546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.865993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.867149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.867458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.867754+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' [] [] [2022-10-17T08:43:52.868331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:52.871125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.871940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.872704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.873253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.873559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.873847+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' [] [] [2022-10-17T08:43:52.874198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:52.874450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.875187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.875933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.876384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.876681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.876958+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' [] [] [2022-10-17T08:43:52.877261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:52.887971+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:43:52.892316+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[35,34,33,32,31,30,29,28,26,25]] [] [2022-10-17T08:43:52.906292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T08:43:52.907147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T08:43:52.907501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:43:52.907967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T08:43:52.908258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T08:43:52.909549+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:43:52.926626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.927501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.928263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.928774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.929076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.929356+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' [] [] [2022-10-17T08:43:52.929667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:52.929928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.930647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.931391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.931836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.932136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.932433+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' [] [] [2022-10-17T08:43:52.932721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:52.932981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.933714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:43:52.934464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:43:52.934912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:43:52.935208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:43:52.935490+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' [] [] [2022-10-17T08:43:52.935795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:43:53.130450+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ee0ce"},"request_uri":"http://127.0.0.1:8000/_wdt/0ee0ce","method":"GET"} [] [2022-10-17T08:44:24.809152+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T08:44:24.999287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:44:25.021642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:44:25.024486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pcs"] [] [2022-10-17T08:44:25.029830+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: country" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetnameController.php line 305 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: country at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetnameController.php:305)"} [] [2022-10-17T08:44:25.057268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.058211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.061833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.063048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.063368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.063659+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' [] [] [2022-10-17T08:44:25.064187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.066758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.067528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.068298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.068748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.069108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.069388+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' [] [] [2022-10-17T08:44:25.069693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.069939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.070685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.071449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.071890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.072155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.072393+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' [] [] [2022-10-17T08:44:25.072684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.073760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.074479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.075201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.075602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.075943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.076229+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' [] [] [2022-10-17T08:44:25.076534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.076762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.077660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.078429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.078865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.079092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.079326+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' [] [] [2022-10-17T08:44:25.079588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.079793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.080505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:44:25.081223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:44:25.081618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:44:25.081874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:44:25.082061+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' [] [] [2022-10-17T08:44:25.082314+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:44:25.206581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eefb81"},"request_uri":"http://127.0.0.1:8000/_wdt/eefb81","method":"GET"} [] [2022-10-17T08:45:31.504242+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:45:31.611846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.613790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.622269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:31.623444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:31.623756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:31.624034+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' [] [] [2022-10-17T08:45:31.624544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:31.627010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.627755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.628481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:31.628930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:31.629278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:31.629549+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' [] [] [2022-10-17T08:45:31.629845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:31.630085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.630796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:31.631526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:31.631955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:31.632240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:31.632515+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' [] [] [2022-10-17T08:45:31.632807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:31.788474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec0d79"},"request_uri":"http://127.0.0.1:8000/_wdt/ec0d79","method":"GET"} [] [2022-10-17T08:45:36.946135+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T08:45:37.123403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.145780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.148626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.148938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.149215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.149526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.149828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.150090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.150380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.150769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.151046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.151324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.151599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.151879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.152157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.152996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.153281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.153560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.153839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.154123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.154401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.154735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.155017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.155277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.155532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.155790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.156046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.156304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.156562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.156817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.157055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.157290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.157518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.157747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.157976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.158210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.158434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.158660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.158884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.159109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.159346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.159573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.159799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.160027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.160248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.160488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.160725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.160950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.161172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.161400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.161624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.161858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.162081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.162306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.162529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.162753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.162976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.163199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.163424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.163659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.163890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.164114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.164346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.164569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.164794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.165016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.165248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.165471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.165692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.165913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.166158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.166390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.166613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.166836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.167039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.167521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.167993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.168303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.168557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.168746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.168927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.169104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.169285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.169462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.169637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.169815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.169989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.170163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.170338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.170517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.170688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.170864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.171038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.171211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.171390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.171563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.171734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.171965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.172144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.172318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.172496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.172670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.172842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.173017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.173197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.173369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.173545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.173716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.173887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.174065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.174239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.174412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.174588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.174763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.174933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.175168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.175346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.175520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.175701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.175875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.176063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.176239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.176412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.176583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.176757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.176929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.177102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.177280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.177456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.177630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.177804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.177975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.178146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.178324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.178498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.178669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.178844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.179019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.179190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.179363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.179533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.179703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.179877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.180052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.180224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.180470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.180658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.180830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.181018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.181192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.181415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.181593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.181764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.181937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.182114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.182285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.182455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.182629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.182806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.182976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.183245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.183421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.183624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.183891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.184070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.184244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.184420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.184592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.184763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.184937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.185110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.185280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.185456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.185627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.185797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.185970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.186142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.186311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.186490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.186660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.186830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.187005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.187176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.187345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.187519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.187690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.187860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.188034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.188205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.188375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.188575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.188749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.188919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.189099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.189273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.189446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.189621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.189792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.189962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.190138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.190309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.190478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.190651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.190822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.190992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.191165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.191336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.191511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.191685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.191857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.192030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.192205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T08:45:37.192375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:45:37.193013+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.193795+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Office Equipment","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.194719+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.196955+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.197130+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop -2 Pcs for Mr. Sohe [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.197745+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.200044+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.200181+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Mr. Shohag Reza [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.200348+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.202782+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.202913+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Photocopier Mach [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.203067+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.205460+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.205590+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Inkjet Printer f [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.205741+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.208121+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.208291+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laotop for Accounta Dept ( [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.212742+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.215478+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.215715+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Ctg Sales Office","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.216506+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.219245+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.219542+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Mr. Sayem ( Pro [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.220594+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.223435+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.223731+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Desktop Computer for Mr. Sabuz","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.224737+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.227597+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.227901+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Mr. Sharif Moha [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.228951+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.231861+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.232323+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Panel Factory","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.233312+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.235623+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.235805+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Mrs. Mefta ( En [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.236443+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.238844+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.239003+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop for Mr. Ashif Iqbal [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.239667+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.242031+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.242182+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Printer for Offi [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.242800+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.245194+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.245353+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased 2 Pcs Digital Ca [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.246003+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.248395+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.248539+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Aircondition System -New Office","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.249183+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.251561+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.251703+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Automation, PABX System an [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.252338+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.254717+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.254859+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop from Smar [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.255561+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.257951+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.258093+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop from Flora Ltd for [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.258770+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.261332+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.261558+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop from Flor [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.262216+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.264600+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.264734+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Desktop Computer [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.265404+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.267884+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.268018+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop from Ryan [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.268694+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.271197+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.271331+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"3 pcs AC for 2nd floor 2 T [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.271976+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.274532+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.274712+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop for Suppl [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.275409+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.277931+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.278078+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Deskop PC for Ka [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.278739+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.281007+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.281144+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased laotop for Mr. N [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.281812+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.284403+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.284580+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Telephone Set","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.285290+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.287972+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.288181+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Dell Vostro 3670 MT Intel [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.288882+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.291588+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.291804+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP Laser jet Printer","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.292776+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.295924+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.296229+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop for SI Khan","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.297315+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.300467+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.300762+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laotop for Ms. C [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.301865+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.305047+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.305371+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Mobile Phone set","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.306430+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.309806+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.310111+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop for Belal [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.311143+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.314316+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.314611+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Mobile Phone set [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.315716+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.318828+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.319126+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laotop for Rezwa [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.320219+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.323372+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.323679+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Global Brand -Purchased Ph [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.324787+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.328048+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.328351+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Global Brand -Purchased 2 [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.329438+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.332778+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.333083+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Ceiling Fan for [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.334194+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.337443+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.337778+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Cam for Video Co [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.338845+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.342326+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.342692+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Printer from Exc [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.343840+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.347419+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.347797+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop for Mr. S [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.348872+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.352598+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.352998+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Sayeful Islam Khan Laptop [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.353949+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.357679+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.358083+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Desktop monitor for CEO M- [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.359403+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.363180+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.363580+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Desktop PC from [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.364745+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.368384+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.368814+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Access Control S [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.370091+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.373911+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.374313+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Laptop for Mr. S [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.375571+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.379404+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.379809+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased 2 Set Laptop fro [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.381056+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.384988+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.385437+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased 1 PC from Smart [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.386643+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.390488+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.390890+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased 4 Set PC from Gl [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.392133+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.396028+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.396428+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Wall Mounted Fan","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.397655+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.401352+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.401774+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Printer (Epson E [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.402742+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.405855+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.406017+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Printer for Lase [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.406679+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.409577+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.409759+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP ProBook 440 G8 for Arif [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.410495+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.413381+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.413562+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1 pcs Telephone set & UPS [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.414246+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.416864+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.417046+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Telephone Set-1 Pcs M-563/ [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.417767+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.420711+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.420924+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"telephone Set 1pcs, M-673/ [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.421914+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.425389+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.425687+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cordless Telephone Set for [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.426735+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.430313+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.430673+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Router TP-Link M7200 5Pc","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.431528+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.434794+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.435089+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Desktop Pc 1Pcs with offli [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.436122+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.439570+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.439870+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2pc Desktop and 1pc UPS, M [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.440886+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.444333+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.444636+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Dell Vostro Laptop, M-832/ [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.445852+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.449374+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.449693+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Telephone Set 2pcs, M-161/ [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.450783+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.454348+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.454651+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"HP probook 440 G8-Corp, M- [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.455606+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.459258+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.459565+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"PC, Monitor, SSD,RAM, UPS, [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.460605+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.464042+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.464348+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"PC, Monitor, UPS, M-195/22 [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.465453+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.469335+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.469674+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Laptop, M-350/21, B-0085","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.470822+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.474741+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.475107+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"3 pcs Laptop, M-245&216/22 [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.476168+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.480293+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.480692+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Desktop PC,Monitor,SSD,UPS [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.481905+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.486079+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.486479+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Desktop PC,Monitor,SSD,UPS [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.487624+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.491827+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.492211+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Printer, Scanner, M-317/22 [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.493281+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.497445+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:45:37.497843+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"AC 1.5 Ton 2pcs gree, M-21 [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":6,"11":6,"12":1} [] [2022-10-17T08:45:37.499028+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:45:37.533624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.534559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.537844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.538875+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.539198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.539473+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' [] [] [2022-10-17T08:45:37.540008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.542228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.543034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.543828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.544322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.544628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.544918+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' [] [] [2022-10-17T08:45:37.545234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.545486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.546235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.547007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.547464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.547771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.548055+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' [] [] [2022-10-17T08:45:37.548366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.651743+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:45:37.742134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.743811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.750746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.751757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.752066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.752346+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' [] [] [2022-10-17T08:45:37.752816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.754810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.755545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.756841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.757346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.757643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.757922+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' [] [] [2022-10-17T08:45:37.758218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.758458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.759173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:37.759900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:37.760328+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:37.760614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:37.760887+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' [] [] [2022-10-17T08:45:37.761189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:37.914902+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00f8b8"},"request_uri":"http://127.0.0.1:8000/_wdt/00f8b8","method":"GET"} [] [2022-10-17T08:45:40.388487+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:45:40.432079+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:45:40.508397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.510135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.513315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.514346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.514651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.514921+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' [] [] [2022-10-17T08:45:40.515379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.517457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.518224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.518981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.519434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.519728+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.520080+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' [] [] [2022-10-17T08:45:40.520383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.520628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.521366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.522150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.522612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.522906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.523189+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' [] [] [2022-10-17T08:45:40.523489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.534373+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:45:40.541118+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[106,105,104,103,102,101,100,99,98,97]] [] [2022-10-17T08:45:40.553498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:45:40.554358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:45:40.554779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:45:40.556232+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:45:40.573684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.574557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.575333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.575880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.576193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.576481+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' [] [] [2022-10-17T08:45:40.576803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.577067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.577803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.578561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.579012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.579307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.579588+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' [] [] [2022-10-17T08:45:40.579896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.580146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.580883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:40.581640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:40.582084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:40.582387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:40.582663+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' [] [] [2022-10-17T08:45:40.582963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:40.783874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92b34e"},"request_uri":"http://127.0.0.1:8000/_wdt/92b34e","method":"GET"} [] [2022-10-17T08:45:49.317761+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":"2","_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname/2","method":"GET"} [] [2022-10-17T08:45:49.369212+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:45:49.401381+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:45:49.468207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.469148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.472597+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.473753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.474061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.474345+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' [] [] [2022-10-17T08:45:49.474859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.477832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.478722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.479492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.479998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.480304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.480584+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' [] [] [2022-10-17T08:45:49.480960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.481215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.481941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.482687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.483128+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.483421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.483696+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' [] [] [2022-10-17T08:45:49.484031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.485928+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%"] [] [2022-10-17T08:45:49.488598+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[96,95,94,93,92,91,90,89,88,87]] [] [2022-10-17T08:45:49.503238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:45:49.504082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:45:49.504412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:45:49.521238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.522076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.522864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.523496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.523880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.524271+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' [] [] [2022-10-17T08:45:49.524664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.524939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.525734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.526489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.526968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.527266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.527545+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' [] [] [2022-10-17T08:45:49.527849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.528096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.528817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:45:49.529559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:45:49.530064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:45:49.530362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:45:49.530638+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' [] [] [2022-10-17T08:45:49.530936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:45:49.745886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd1c7e"},"request_uri":"http://127.0.0.1:8000/_wdt/dd1c7e","method":"GET"} [] [2022-10-17T08:46:02.603576+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":"3","_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname/3","method":"GET"} [] [2022-10-17T08:46:02.656008+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:46:02.697067+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:46:02.765540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.766480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.769901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.771127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.771442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.771727+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' [] [] [2022-10-17T08:46:02.772408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:02.775214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.776199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.776986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.777496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.777815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.778099+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' [] [] [2022-10-17T08:46:02.778396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:02.778667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.779427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.780165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.780586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.780908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.781153+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' [] [] [2022-10-17T08:46:02.781380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:02.783195+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%"] [] [2022-10-17T08:46:02.785786+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[86,85,84,83,82,81,80,79,78,77]] [] [2022-10-17T08:46:02.798133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:46:02.798895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:46:02.799157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:46:02.816043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.816916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.817687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.818197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.818506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.818793+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' [] [] [2022-10-17T08:46:02.819146+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:02.819408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.820295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.821085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.821566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.821875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.822123+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' [] [] [2022-10-17T08:46:02.822438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:02.822692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.823427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:02.824181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:02.824626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:02.824921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:02.825267+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' [] [] [2022-10-17T08:46:02.825572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:03.022403+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60f558"},"request_uri":"http://127.0.0.1:8000/_wdt/60f558","method":"GET"} [] [2022-10-17T08:46:05.657199+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:46:05.708556+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:46:05.805528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.807492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.811008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.812179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.812501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.812796+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' [] [] [2022-10-17T08:46:05.813322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:05.815870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.816611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.817364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.817879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.818174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.818451+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' [] [] [2022-10-17T08:46:05.818716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:05.818961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.819745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.820487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.820932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.821227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.821505+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' [] [] [2022-10-17T08:46:05.821812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:05.832682+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:46:05.837260+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[106,105,104,103,102,101,100,99,98,97]] [] [2022-10-17T08:46:05.849583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:46:05.850371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:46:05.850790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:46:05.852740+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:46:05.870904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.871800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.872552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.873056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.873349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.873616+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' [] [] [2022-10-17T08:46:05.873914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:05.874160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.874905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.875622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.876087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.876380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.876597+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' [] [] [2022-10-17T08:46:05.876866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:05.877088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.877825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:46:05.878525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:46:05.878940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:46:05.879205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:46:05.879459+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' [] [] [2022-10-17T08:46:05.879735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:46:06.085907+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"101ee0"},"request_uri":"http://127.0.0.1:8000/_wdt/101ee0","method":"GET"} [] [2022-10-17T08:47:11.696672+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:47:11.751957+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:47:11.836812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.838928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.842754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.843942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.844263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.844554+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' [] [] [2022-10-17T08:47:11.845074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:11.847591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.848351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.849104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.849553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.849917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.850219+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' [] [] [2022-10-17T08:47:11.850576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:11.850901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.851651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.852404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.852855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.853158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.853436+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' [] [] [2022-10-17T08:47:11.853738+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:11.864413+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:47:11.868894+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[106,105,104,103,102,101,100,99,98,97]] [] [2022-10-17T08:47:11.881082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:11.881888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:11.882191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:47:11.883644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:47:11.901175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.902064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.902841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.903357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.903666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.903949+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' [] [] [2022-10-17T08:47:11.904271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:11.904534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.905260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.906012+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.906468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.906764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.907050+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' [] [] [2022-10-17T08:47:11.907353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:11.907598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.908330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:11.909083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:11.909529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:11.909822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:11.910099+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' [] [] [2022-10-17T08:47:11.910406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:12.108345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fad290"},"request_uri":"http://127.0.0.1:8000/_wdt/fad290","method":"GET"} [] [2022-10-17T08:47:24.510458+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T08:47:24.685308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.706721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.709386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:47:24.709690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.710031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.710315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:47:24.710588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.710866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T08:47:24.711139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:47:24.711768+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:47:24.712581+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Plant & Machinery","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":7,"11":7,"12":1} [] [2022-10-17T08:47:24.712874+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:47:24.716813+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:47:24.717040+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Busbar Bending, [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":7,"11":7,"12":1} [] [2022-10-17T08:47:24.717898+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:47:24.720264+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:47:24.720472+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Purchased Annunciator fro [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":7,"11":7,"12":1} [] [2022-10-17T08:47:24.721173+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:47:24.741671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.742563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.746140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.747299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.747606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.747951+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' [] [] [2022-10-17T08:47:24.748458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:24.750989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.751721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.752446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.752884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.753170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.753439+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' [] [] [2022-10-17T08:47:24.753742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:24.753989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.754688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.755410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.755837+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.756133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.756403+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' [] [] [2022-10-17T08:47:24.756698+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:24.854787+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:47:24.924696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.926276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.933374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.934351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.934599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.934799+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' [] [] [2022-10-17T08:47:24.935188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:24.937110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.937803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.938460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.938825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.939038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.939292+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' [] [] [2022-10-17T08:47:24.939504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:24.939665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.940310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:24.940949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:24.941298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:24.941506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:24.941687+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' [] [] [2022-10-17T08:47:24.941892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:25.175474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1f11e"},"request_uri":"http://127.0.0.1:8000/_wdt/e1f11e","method":"GET"} [] [2022-10-17T08:47:28.459732+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:47:28.503595+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:47:28.586284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.588123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.591416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.592529+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.592841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.593125+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' [] [] [2022-10-17T08:47:28.593601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.595670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.596408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.597155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.597603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.597901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.598185+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' [] [] [2022-10-17T08:47:28.598483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.598733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.599458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.600247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.600741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.601034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.601308+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' [] [] [2022-10-17T08:47:28.601608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.612261+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:47:28.616305+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[109,108,107,106,105,104,103,102,101,100]] [] [2022-10-17T08:47:28.628363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T08:47:28.629142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T08:47:28.629447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:47:28.629816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:28.630106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:28.631515+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:47:28.648714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.649583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.650424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.650982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.651318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.651616+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' [] [] [2022-10-17T08:47:28.651938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.652209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.652934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.653673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.654126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.654419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.654696+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' [] [] [2022-10-17T08:47:28.654997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.655240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.655956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:28.656692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:28.657128+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:28.657419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:28.657696+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' [] [] [2022-10-17T08:47:28.657999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:28.858266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"603f06"},"request_uri":"http://127.0.0.1:8000/_wdt/603f06","method":"GET"} [] [2022-10-17T08:47:38.695626+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:47:38.747549+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:47:38.820584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.822389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.825826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.826985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.827329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.827534+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' [] [] [2022-10-17T08:47:38.828008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:38.830471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.831190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.831901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.832312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.832569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.832797+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' [] [] [2022-10-17T08:47:38.833057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:38.833256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.833936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.834636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.835035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.835340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.835529+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' [] [] [2022-10-17T08:47:38.835783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:38.846949+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:47:38.851236+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[109,108,107,106,105,104,103,102,101,100]] [] [2022-10-17T08:47:38.862862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T08:47:38.863526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T08:47:38.863780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:47:38.864063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:38.864263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:47:38.865454+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:47:38.882396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.883330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.884080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.884565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.884833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.885076+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' [] [] [2022-10-17T08:47:38.885348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:38.885567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.886274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.886982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.887383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.887634+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.887861+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' [] [] [2022-10-17T08:47:38.888116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:38.888316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.889005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:38.889701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:38.890091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:38.890337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:38.890570+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' [] [] [2022-10-17T08:47:38.890827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:39.087677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e99b9"},"request_uri":"http://127.0.0.1:8000/_wdt/5e99b9","method":"GET"} [] [2022-10-17T08:47:58.054741+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"POST"} [] [2022-10-17T08:47:58.224423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Building & Civil Construction"] [] [2022-10-17T08:47:58.247326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Building"] [] [2022-10-17T08:47:58.250271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T08:47:58.250952+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T08:47:58.251820+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Building -BWH","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":8,"11":8,"12":1} [] [2022-10-17T08:47:58.254142+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T08:47:58.275670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.276615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.280082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.281254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.281632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.281917+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' [] [] [2022-10-17T08:47:58.282440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.285185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.286016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.286768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.287266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.287573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.287854+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' [] [] [2022-10-17T08:47:58.288165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.288416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.289125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.289861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.290305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.290596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.290949+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' [] [] [2022-10-17T08:47:58.291277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.388521+00:00] request.INFO: Matched route "assetname_newexcel". {"route":"assetname_newexcel","route_parameters":{"_route":"assetname_newexcel","_controller":"App\\Controller\\AssetnameController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetname/assetnamenewexcel","method":"GET"} [] [2022-10-17T08:47:58.471189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.472847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.479724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.480729+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.481037+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.481321+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' [] [] [2022-10-17T08:47:58.481800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.483791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.484599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.485359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.485814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.486179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.486459+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' [] [] [2022-10-17T08:47:58.486765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.487011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.487741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:47:58.488491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:47:58.488937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:47:58.489230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:47:58.489507+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' [] [] [2022-10-17T08:47:58.489809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:47:58.643346+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5f8c2"},"request_uri":"http://127.0.0.1:8000/_wdt/f5f8c2","method":"GET"} [] [2022-10-17T08:48:00.618158+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-17T08:48:00.663759+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:48:00.749985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.751858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.755198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.756333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.756679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.756973+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' [] [] [2022-10-17T08:48:00.757485+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:00.759584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.760404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.761183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.761701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.762013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.762325+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' [] [] [2022-10-17T08:48:00.762668+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:00.762984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.763798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.764611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.765161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.765474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.765744+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' [] [] [2022-10-17T08:48:00.766040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:00.777299+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-17T08:48:00.782088+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[110,109,108,107,106,105,104,103,102,101]] [] [2022-10-17T08:48:00.794721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T08:48:00.795625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T08:48:00.795978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T08:48:00.796294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T08:48:00.796543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T08:48:00.796858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T08:48:00.797112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T08:48:00.798422+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-17T08:48:00.815568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.816447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.817210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.817719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.818027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.818311+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' [] [] [2022-10-17T08:48:00.818669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:00.818946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.819709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.820459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.820888+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.821164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.821469+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' [] [] [2022-10-17T08:48:00.821755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:00.821988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.822680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:00.823390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:00.823809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:00.824079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:00.824325+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' [] [] [2022-10-17T08:48:00.824605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:01.019981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1ddbc"},"request_uri":"http://127.0.0.1:8000/_wdt/c1ddbc","method":"GET"} [] [2022-10-17T08:48:24.020945+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T08:48:24.079836+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:48:24.164466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.166376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.169913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.171090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.171406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.171696+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' [] [] [2022-10-17T08:48:24.172219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.174770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.175508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.176258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.176716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.177019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.177295+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' [] [] [2022-10-17T08:48:24.177595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.177841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.178566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.179427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.180176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.180567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.180867+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' [] [] [2022-10-17T08:48:24.181153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.192015+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T08:48:24.194689+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T08:48:24.196041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.196834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.197602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.198097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.198400+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.198686+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' [] [] [2022-10-17T08:48:24.199001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.199261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.199986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.200735+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.201178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.201472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.201751+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' [] [] [2022-10-17T08:48:24.202054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.202298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.203028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:24.203775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:24.204250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:24.204545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:24.204823+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' [] [] [2022-10-17T08:48:24.205126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:24.382924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd5101"},"request_uri":"http://127.0.0.1:8000/_wdt/bd5101","method":"GET"} [] [2022-10-17T08:48:25.747865+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T08:48:25.792564+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:48:25.866688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.868902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.872227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.873233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.873526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.873839+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' [] [] [2022-10-17T08:48:25.874313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:25.876367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.877069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.877792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.878228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.878514+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.878785+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' [] [] [2022-10-17T08:48:25.879040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:25.879279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.880029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.880756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.881197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.881485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.881790+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' [] [] [2022-10-17T08:48:25.882087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:25.891646+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T08:48:25.894716+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T08:48:25.895990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.896733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.897467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.897928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.898254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.898605+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' [] [] [2022-10-17T08:48:25.899062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:25.899371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.900092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.900823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.901276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.901565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.901843+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' [] [] [2022-10-17T08:48:25.902143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:25.902384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.903088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:25.903812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:25.904240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:25.904526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:25.904799+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' [] [] [2022-10-17T08:48:25.905093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:26.081614+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cded10"},"request_uri":"http://127.0.0.1:8000/_wdt/cded10","method":"GET"} [] [2022-10-17T08:48:28.314841+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T08:48:28.361271+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:48:28.420420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.422041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.425348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.426515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.426855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.427136+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' [] [] [2022-10-17T08:48:28.427613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.429697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.430496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.431258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.431850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.432173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.432459+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' [] [] [2022-10-17T08:48:28.432772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.433028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.433789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.434543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.434990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.435285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.435563+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' [] [] [2022-10-17T08:48:28.435863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.445618+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T08:48:28.448809+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T08:48:28.450012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.450880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.451629+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.452081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.452346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.452584+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' [] [] [2022-10-17T08:48:28.452866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.453080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.453773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.454483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.454883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.455140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.455371+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' [] [] [2022-10-17T08:48:28.455629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.455862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.456640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:48:28.457388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:48:28.457859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:48:28.458133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:48:28.458375+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' [] [] [2022-10-17T08:48:28.458643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:48:28.623452+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dc778"},"request_uri":"http://127.0.0.1:8000/_wdt/5dc778","method":"GET"} [] [2022-10-17T08:49:23.103702+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-17T08:49:23.213164+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T08:49:23.222477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T08:49:23.223018+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T08:49:23.232202+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T08:49:23.232709+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T08:49:23.233191+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T08:49:23.233596+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T08:49:23.270484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.271481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.275119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:23.276422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:23.276747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:23.277035+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' [] [] [2022-10-17T08:49:23.277569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:23.280120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.280890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.281632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:23.282079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:23.282410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:23.282690+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' [] [] [2022-10-17T08:49:23.282991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:23.283238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.283963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:23.284704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:23.285139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:23.285429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:23.285703+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' [] [] [2022-10-17T08:49:23.285999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:23.502863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bee0f0"},"request_uri":"http://127.0.0.1:8000/_wdt/bee0f0","method":"GET"} [] [2022-10-17T08:49:35.096969+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:49:35.222477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.224422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.232765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:35.234004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:35.234316+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:35.234632+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' [] [] [2022-10-17T08:49:35.235176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:35.237745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.238518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.239276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:35.239787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:35.240091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:35.240379+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' [] [] [2022-10-17T08:49:35.240687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:35.240937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.241669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:35.242434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:35.242914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:35.243210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:35.243489+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' [] [] [2022-10-17T08:49:35.243847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:35.426882+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1cb6a"},"request_uri":"http://127.0.0.1:8000/_wdt/c1cb6a","method":"GET"} [] [2022-10-17T08:49:38.128961+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:49:38.218212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.220066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.226988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:38.228030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:38.228341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:38.228621+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' [] [] [2022-10-17T08:49:38.229091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:38.231105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.231929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.232694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:38.233133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:38.233420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:38.233692+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' [] [] [2022-10-17T08:49:38.233986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:38.234227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.234929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:38.235646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:38.236075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:38.236361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:38.236630+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' [] [] [2022-10-17T08:49:38.236929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:38.394984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db86d9"},"request_uri":"http://127.0.0.1:8000/_wdt/db86d9","method":"GET"} [] [2022-10-17T08:49:44.977468+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:49:45.058132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.060442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.067506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:45.068545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:45.068855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:45.069143+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' [] [] [2022-10-17T08:49:45.069616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:45.071707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.072445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.073200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:45.073651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:45.073946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:45.074229+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' [] [] [2022-10-17T08:49:45.074526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:45.074806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.075521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:45.076253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:45.076691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:45.076977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:45.077249+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' [] [] [2022-10-17T08:49:45.077547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:45.239750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e7269"},"request_uri":"http://127.0.0.1:8000/_wdt/1e7269","method":"GET"} [] [2022-10-17T08:49:51.714939+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:49:51.806624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.808265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.815151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:51.816193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:51.816510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:51.816838+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' [] [] [2022-10-17T08:49:51.817303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:51.819320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.820051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.820795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:51.821240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:51.821529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:51.821802+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' [] [] [2022-10-17T08:49:51.822099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:51.822351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.823069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:49:51.823805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:49:51.824241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:49:51.824533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:49:51.824806+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' [] [] [2022-10-17T08:49:51.825132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:49:51.998760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5527eb"},"request_uri":"http://127.0.0.1:8000/_wdt/5527eb","method":"GET"} [] [2022-10-17T08:57:54.049059+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:57:54.136730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.138660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.146902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:57:54.148077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:57:54.148387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:57:54.148673+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' [] [] [2022-10-17T08:57:54.149188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:57:54.151616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.152342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.153066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:57:54.153595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:57:54.153967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:57:54.154285+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' [] [] [2022-10-17T08:57:54.154666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:57:54.154921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.155653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:57:54.156393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:57:54.156856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:57:54.157149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:57:54.157426+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' [] [] [2022-10-17T08:57:54.157731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:57:54.395837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6baf20"},"request_uri":"http://127.0.0.1:8000/_wdt/6baf20","method":"GET"} [] [2022-10-17T08:58:15.519893+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T08:58:15.696051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T08:58:15.718129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T08:58:15.720998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T08:58:15.724847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 [""] [] [2022-10-17T08:58:15.750905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.751816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.755244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:15.756408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:15.756775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:15.757057+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' [] [] [2022-10-17T08:58:15.757567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:15.760128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.760851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.761580+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:15.762038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:15.762332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:15.762605+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' [] [] [2022-10-17T08:58:15.762908+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:15.763158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.763925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.764648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:15.765086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:15.765370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:15.765641+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' [] [] [2022-10-17T08:58:15.765934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:15.888933+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T08:58:15.990733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:15.992582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:16.000677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:16.001702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:16.002016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:16.002301+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' [] [] [2022-10-17T08:58:16.002780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:16.004896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:16.005668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:16.006422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:16.006873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:16.007168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:16.007448+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' [] [] [2022-10-17T08:58:16.007751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:16.008000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:16.008744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:16.009496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:16.009937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:16.010230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:16.010511+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' [] [] [2022-10-17T08:58:16.010811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:16.166663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab3e41"},"request_uri":"http://127.0.0.1:8000/_wdt/ab3e41","method":"GET"} [] [2022-10-17T08:58:39.753979+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://127.0.0.1:8000/unit","method":"GET"} [] [2022-10-17T08:58:39.797905+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T08:58:39.903234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.905157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.908645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.909837+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.910150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.910435+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' [] [] [2022-10-17T08:58:39.911133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:39.913713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.914471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.915225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.915694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.916038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.916322+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' [] [] [2022-10-17T08:58:39.916694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:39.916943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.917671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.918416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.918855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.919147+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.919421+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' [] [] [2022-10-17T08:58:39.919725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:39.930361+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T08:58:39.934835+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2022-10-17T08:58:39.937767+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T08:58:39.952964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.953810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.954563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.955115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.955422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.955709+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' [] [] [2022-10-17T08:58:39.956021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:39.956284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.957003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.957740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.958178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.958468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.958745+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' [] [] [2022-10-17T08:58:39.959048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:39.959277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.960050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T08:58:39.960963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T08:58:39.961845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T08:58:39.962218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T08:58:39.962521+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' [] [] [2022-10-17T08:58:39.962823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T08:58:40.177036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0f7dc"},"request_uri":"http://127.0.0.1:8000/_wdt/a0f7dc","method":"GET"} [] [2022-10-17T09:09:21.868517+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:09:21.955211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.957032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.965429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:21.966608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:21.967362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:21.967660+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' [] [] [2022-10-17T09:09:21.968178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:21.970624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.971372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.972148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:21.972594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:21.972885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:21.973155+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' [] [] [2022-10-17T09:09:21.973450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:21.973706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.974418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:21.975149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:21.975588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:21.975873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:21.976143+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' [] [] [2022-10-17T09:09:21.976435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:22.224141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2432fe"},"request_uri":"http://127.0.0.1:8000/_wdt/2432fe","method":"GET"} [] [2022-10-17T09:09:24.722654+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:09:24.813003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.814741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.822036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:24.823226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:24.823547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:24.823845+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' [] [] [2022-10-17T09:09:24.824359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:24.826499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.827372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.828155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:24.828664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:24.828978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:24.829271+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' [] [] [2022-10-17T09:09:24.829581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:24.829873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.830626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:24.831378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:24.831857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:24.832153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:24.832430+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' [] [] [2022-10-17T09:09:24.832742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:24.992892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e55aa"},"request_uri":"http://127.0.0.1:8000/_wdt/8e55aa","method":"GET"} [] [2022-10-17T09:09:32.164720+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:09:32.329590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.352152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.355025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.359084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.362581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.365321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.367711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.378033+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.379874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.380188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.380477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration for Ne [...]"] [] [2022-10-17T09:09:32.380824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.381103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.381389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.381670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.381998+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.382305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.382634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.382913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Civil Work -New Head Office"] [] [2022-10-17T09:09:32.383243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.383518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.383798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.384071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.384375+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.384682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.384960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.385236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Sikder Blind & Interior -M [...]"] [] [2022-10-17T09:09:32.385535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.385808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.386088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.386366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.386676+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.386983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.387269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.387546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Civil Work Warehouse"] [] [2022-10-17T09:09:32.387878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.388137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.388397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.388650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.388919+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.389187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.389432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.389665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Glass Work Gulshan New Off [...]"] [] [2022-10-17T09:09:32.389952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.390177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.390443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.390691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.390948+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.391213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.391456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.391684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Glass Work Gulshan New Off [...]"] [] [2022-10-17T09:09:32.391946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.392166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.392425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.392652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.392905+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.393167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.393399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.393630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Home made Interior & Furni [...]"] [] [2022-10-17T09:09:32.393918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.394141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.394369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.394589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.394842+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.395141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.395386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:09:32.395615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Cabinet & Partition Work f [...]"] [] [2022-10-17T09:09:32.395896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:09:32.396123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:09:32.396356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:09:32.396578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:09:32.396829+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:09:32.400671+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.401679+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1546254.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-06-29T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":18,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.404250+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.407119+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.407358+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":1460672.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":19,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.408252+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.412932+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.413172+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":1756296.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":20,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.415195+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.418297+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.418634+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-04-08T00:00:00+00:00","2":35000.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-04-05T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":21,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.419044+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.422641+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.423121+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-06-30T00:00:00+00:00","2":370500.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-27T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":22,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.423478+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.426452+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.426787+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-07-01T00:00:00+00:00","2":56621.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-28T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":23,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.427906+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.430686+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.430999+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-12-10T00:00:00+00:00","2":281049.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-12-07T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":23,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.431345+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.434329+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.434668+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-01-29T00:00:00+00:00","2":165301.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-01-26T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":25,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.436116+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.439022+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:09:32.439337+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-06-29T00:00:00+00:00","2":69320.0,"3":"ID/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-06-26T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":26,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:09:32.439697+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:09:32.459088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.459998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.463461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.464637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.464992+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.465274+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' [] [] [2022-10-17T09:09:32.465814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.468589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.469811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.470576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.471069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.471371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.471640+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' [] [] [2022-10-17T09:09:32.471946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.472204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.472948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.473755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.474249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.474560+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.474853+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' [] [] [2022-10-17T09:09:32.475172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.598936+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:09:32.702750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.704588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.712734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.713782+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.714095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.714377+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' [] [] [2022-10-17T09:09:32.714852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.716960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.717709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.718436+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.718879+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.719208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.719483+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' [] [] [2022-10-17T09:09:32.719780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.720027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.720764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:32.721506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:32.721948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:32.722239+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:32.722516+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' [] [] [2022-10-17T09:09:32.722777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:32.875672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfca61"},"request_uri":"http://127.0.0.1:8000/_wdt/cfca61","method":"GET"} [] [2022-10-17T09:09:36.284392+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:09:36.337727+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:09:36.426081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.427829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.431145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.432326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.432657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.432956+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' [] [] [2022-10-17T09:09:36.433461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.435636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.436424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.437194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.437659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.437960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.438249+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' [] [] [2022-10-17T09:09:36.438601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.438852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.439595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.440418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.440917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.441247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.441549+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' [] [] [2022-10-17T09:09:36.441863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.452317+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:09:36.456864+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[34,33,32,31,30,29,28,27,26]] [] [2022-10-17T09:09:36.477017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:09:36.477843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:09:36.478149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:09:36.478420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T09:09:36.478728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-17T09:09:36.479072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-17T09:09:36.479353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-17T09:09:36.479659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-17T09:09:36.479969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T09:09:36.480284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-17T09:09:36.481697+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:09:36.483062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.483823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.484535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.484991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.485255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.485629+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' [] [] [2022-10-17T09:09:36.485957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.486219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.486947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.487703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.488130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.488467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.488749+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' [] [] [2022-10-17T09:09:36.489054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.489299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.490029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:09:36.490784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:09:36.491234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:09:36.491526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:09:36.491811+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' [] [] [2022-10-17T09:09:36.492076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:09:36.701924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c485d5"},"request_uri":"http://127.0.0.1:8000/_wdt/c485d5","method":"GET"} [] [2022-10-17T09:15:01.803009+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:15:01.861316+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:15:01.970116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.972085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.975581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:01.976857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:01.977181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:01.977475+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' [] [] [2022-10-17T09:15:01.978012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:01.980558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.981355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.982116+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:01.982581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:01.982891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:01.983179+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' [] [] [2022-10-17T09:15:01.983488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:01.983739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.984564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:01.985319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:01.985765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:01.986060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:01.986340+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' [] [] [2022-10-17T09:15:01.986645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:01.997558+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:15:02.000412+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:15:02.001939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.002746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.003515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:02.004015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:02.004320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:02.004603+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' [] [] [2022-10-17T09:15:02.004921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:02.005181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.005910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.006662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:02.007112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:02.007406+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:02.007697+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' [] [] [2022-10-17T09:15:02.008008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:02.008254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.008981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:02.009729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:02.010175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:02.010471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:02.010748+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' [] [] [2022-10-17T09:15:02.011051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:02.264276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6df493"},"request_uri":"http://127.0.0.1:8000/_wdt/6df493","method":"GET"} [] [2022-10-17T09:15:04.206500+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:15:04.262502+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:15:04.336826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.338586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.341730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.342734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.343094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.343382+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' [] [] [2022-10-17T09:15:04.343857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.345898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.346631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.347374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.347813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.348107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.348383+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' [] [] [2022-10-17T09:15:04.348642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.348881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.349667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.350409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.350843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.351163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.351441+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' [] [] [2022-10-17T09:15:04.351739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.361267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:15:04.364359+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:15:04.365666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.366518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.367267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.367743+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.368066+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.368426+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' [] [] [2022-10-17T09:15:04.368745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.369012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.369780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.370541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.371009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.371306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.371604+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' [] [] [2022-10-17T09:15:04.371906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.372142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.372845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:04.373561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:04.373986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:04.374318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:04.374596+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' [] [] [2022-10-17T09:15:04.374893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:04.545112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce35cf"},"request_uri":"http://127.0.0.1:8000/_wdt/ce35cf","method":"GET"} [] [2022-10-17T09:15:31.220124+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:15:31.301136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.302858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.310187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:31.311302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:31.311617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:31.311871+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' [] [] [2022-10-17T09:15:31.312302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:31.314325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.315177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.315938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:31.316381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:31.316686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:31.316934+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' [] [] [2022-10-17T09:15:31.317168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:31.317372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.318119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:31.318862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:31.319288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:31.319553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:31.319793+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' [] [] [2022-10-17T09:15:31.320065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:31.476904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"775d40"},"request_uri":"http://127.0.0.1:8000/_wdt/775d40","method":"GET"} [] [2022-10-17T09:15:39.315053+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:15:39.471152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.488008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.490128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4653"] [] [2022-10-17T09:15:39.494256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.497896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.500866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.503265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.503593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.503876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.504159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Assista -DM GA- 31-4614"] [] [2022-10-17T09:15:39.504503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.504781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.505061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.505339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.505628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.505906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.506185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["NISSAN Blue Bird - DM-GA-31-8215"] [] [2022-10-17T09:15:39.506509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.506820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.507108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.507386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.507676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.507954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.508231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5828"] [] [2022-10-17T09:15:39.508552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.508833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.509112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.509402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.509745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.510059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.510332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5829"] [] [2022-10-17T09:15:39.510667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.510864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.511054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.511236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.511428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.511610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.511786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5830"] [] [2022-10-17T09:15:39.512011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.512187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.512367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.512540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.512724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.512901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.513075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5832"] [] [2022-10-17T09:15:39.513298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.513474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.513652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.513830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.514016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.514191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.514365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox -DM-GA:22-5835"] [] [2022-10-17T09:15:39.514621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.514798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.514976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.515151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.515396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.515573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.515744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Honda Accord -DM-GA:22-5900"] [] [2022-10-17T09:15:39.515969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.516141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.516319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.516490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.516683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.516859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.517032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Hilux -DM-THA:15-0287"] [] [2022-10-17T09:15:39.517255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.517512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.517699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.517874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.518057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.518235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.518408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder MD-GA-22-8998"] [] [2022-10-17T09:15:39.518631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.518804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.518980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.519157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.519413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.519595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.519768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Probox - DM-GA-22-9002"] [] [2022-10-17T09:15:39.519991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.520164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.520342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.520530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.520717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.520897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.521073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder - DM-GA-28-6103"] [] [2022-10-17T09:15:39.521301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.521476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.521657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.521831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.522019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.522200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.522381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Fielder - DM-GA-28-6105"] [] [2022-10-17T09:15:39.522609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.522786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.522967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.523142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.523330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.523507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Motor Vehicle"] [] [2022-10-17T09:15:39.523682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Toyota Premio - DM-GA-28-5033"] [] [2022-10-17T09:15:39.523913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:15:39.524091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:15:39.524326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:15:39.524519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:15:39.534982+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.540293+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.541326+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.7,"3":"MV/2022/10/00001","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":3,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.541727+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.544523+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.545186+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.545437+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1291681.7,"3":"MV/2022/10/00002","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":4,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.545695+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.547985+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.548720+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.548938+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1780852.18,"3":"MV/2022/10/00003","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":5,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.552758+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.555376+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.556238+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.556504+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00004","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":6,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.556844+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.559405+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.560230+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.560420+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00005","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":7,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.561044+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.563265+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.563916+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.564086+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00006","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":8,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.564342+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.566697+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.567347+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.567512+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00007","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":9,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.568205+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.570431+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.571101+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.571266+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1188146.98,"3":"MV/2022/10/00008","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":10,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.571918+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.574153+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.574939+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.575121+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":5712958.39,"3":"MV/2022/10/00009","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":11,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.575324+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.577673+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.578687+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.578880+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":4384341.3,"3":"MV/2022/10/00010","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":12,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.579112+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.581474+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.582227+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.582396+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1499708.07,"3":"MV/2022/10/00011","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":13,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.582596+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.584946+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.585697+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.585865+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1063608.75,"3":"MV/2022/10/00012","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2024-02-28T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":14,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.586065+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.588413+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.589217+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.589399+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-02-27T00:00:00+00:00","2":1743800.0,"3":"MV/2022/10/00013","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2025-10-26T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":15,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.589651+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.591940+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.592872+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.593048+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-02-27T00:00:00+00:00","2":1743800.0,"3":"MV/2022/10/00014","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2025-10-26T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":16,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.593251+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.595584+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:15:39.596405+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:15:39.596572+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-10-31T00:00:00+00:00","2":2065320.0,"3":"MV/2022/10/00015","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2026-06-29T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":17,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:15:39.597232+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:15:39.616246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.617130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.620610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.621863+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.622163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.622476+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' [] [] [2022-10-17T09:15:39.623032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:39.625978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.626831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.627566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.628065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.628357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.628623+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' [] [] [2022-10-17T09:15:39.628914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:39.629153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.629878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.630591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.631017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.631295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.631558+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' [] [] [2022-10-17T09:15:39.631841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:39.763196+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:15:39.858864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.860752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.868796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.869825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.870139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.870430+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' [] [] [2022-10-17T09:15:39.870916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:39.873017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.873791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.874549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.875020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.875321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.875602+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' [] [] [2022-10-17T09:15:39.875910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:39.876162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.876939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:39.877689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:39.878134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:39.878429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:39.878718+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' [] [] [2022-10-17T09:15:39.879020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:40.035169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55fb1c"},"request_uri":"http://127.0.0.1:8000/_wdt/55fb1c","method":"GET"} [] [2022-10-17T09:15:42.395211+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:15:42.447562+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:15:42.513298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.514813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.517928+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.518927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.519249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.519451+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' [] [] [2022-10-17T09:15:42.519882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.521872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.522707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.523472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.524122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.524471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.524767+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' [] [] [2022-10-17T09:15:42.525085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.525351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.526164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.526911+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.527371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.527682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.527928+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' [] [] [2022-10-17T09:15:42.528196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.538923+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:15:42.544134+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[49,48,47,46,45,44,43,42,41,40]] [] [2022-10-17T09:15:42.563776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T09:15:42.564588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:42.564855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:42.565149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T09:15:42.565415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T09:15:42.565673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T09:15:42.565927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T09:15:42.566180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T09:15:42.566434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T09:15:42.566687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T09:15:42.566939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T09:15:42.567190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T09:15:42.568379+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:15:42.575638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.576411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.577134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.577569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.577797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.577991+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' [] [] [2022-10-17T09:15:42.578216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.578389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.579033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.579674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.580027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.580234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.580444+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' [] [] [2022-10-17T09:15:42.580651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.580805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.581447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:42.582083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:42.582475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:42.582725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:42.582955+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' [] [] [2022-10-17T09:15:42.583211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:42.781600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a44c3"},"request_uri":"http://127.0.0.1:8000/_wdt/6a44c3","method":"GET"} [] [2022-10-17T09:15:44.962055+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/2","method":"GET"} [] [2022-10-17T09:15:45.019887+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:15:45.058280+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:15:45.132412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.133425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.137947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.139376+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.139706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.139981+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' [] [] [2022-10-17T09:15:45.140512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.143023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.143879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.144615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.145123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.145431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.145779+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' [] [] [2022-10-17T09:15:45.146102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.146380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.147157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.147876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.148326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.148685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.148985+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' [] [] [2022-10-17T09:15:45.149479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.151773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:15:45.154653+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[39,38,37,36,35]] [] [2022-10-17T09:15:45.175956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T09:15:45.176811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:45.177118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:45.177427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T09:15:45.177739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T09:15:45.178047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T09:15:45.178358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:45.185678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.186536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.187252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.187767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.188041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.188317+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' [] [] [2022-10-17T09:15:45.188605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.188876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.189587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.190292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.190673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.190891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.191079+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' [] [] [2022-10-17T09:15:45.191297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.191457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.192098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:45.192789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:45.193159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:45.193413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:45.193601+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' [] [] [2022-10-17T09:15:45.193810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:45.392921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ccfdb"},"request_uri":"http://127.0.0.1:8000/_wdt/6ccfdb","method":"GET"} [] [2022-10-17T09:15:50.852264+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:15:50.908351+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:15:51.009597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.011547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.015056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.016251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.016565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.016852+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' [] [] [2022-10-17T09:15:51.017417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.019953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.020706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.021462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.021907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.022251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.022528+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' [] [] [2022-10-17T09:15:51.022833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.023082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.023810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.024579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.025050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.025376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.025697+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' [] [] [2022-10-17T09:15:51.026016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.037260+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:15:51.042269+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[49,48,47,46,45,44,43,42,41,40]] [] [2022-10-17T09:15:51.062861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T09:15:51.063697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:51.064001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:15:51.064308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T09:15:51.064620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T09:15:51.064931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T09:15:51.065246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T09:15:51.065556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T09:15:51.065865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T09:15:51.066134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T09:15:51.066436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T09:15:51.066744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T09:15:51.068019+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:15:51.075359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.076187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.076954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.077502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.077859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.078170+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' [] [] [2022-10-17T09:15:51.078500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.078760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.079474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.080202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.080608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.080895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.081177+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' [] [] [2022-10-17T09:15:51.081482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.081696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.082388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:15:51.083170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:15:51.083633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:15:51.083927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:15:51.084209+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' [] [] [2022-10-17T09:15:51.084511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:15:51.296371+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c62e7"},"request_uri":"http://127.0.0.1:8000/_wdt/8c62e7","method":"GET"} [] [2022-10-17T09:16:07.810703+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:16:07.990858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.013360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.016275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.020164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.024362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.027570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.030284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.030781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.031115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.031410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration for Ne [...]"] [] [2022-10-17T09:16:08.031768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.032056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.032347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.032638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.032933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.033218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.033511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Civil Work -New Head Office"] [] [2022-10-17T09:16:08.033848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.034129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.034420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.034692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.034987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.035272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.035555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Sikder Blind & Interior -M [...]"] [] [2022-10-17T09:16:08.035960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.036240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.036482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.036717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.036962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.037194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.037411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Civil Work Warehouse"] [] [2022-10-17T09:16:08.037653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.037860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.038050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.038228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.038418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.038604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.038795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Glass Work Gulshan New Off [...]"] [] [2022-10-17T09:16:08.039032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.039211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.039395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.039574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.039767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.039950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.040128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Glass Work Gulshan New Off [...]"] [] [2022-10-17T09:16:08.040345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.040547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.040737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.040916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.041109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.041295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.041476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Home made Interior & Furni [...]"] [] [2022-10-17T09:16:08.041718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.041896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.042078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.042254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.042487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.042673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Interior Decoration"] [] [2022-10-17T09:16:08.042853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Cabinet & Partition Work f [...]"] [] [2022-10-17T09:16:08.043090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:16:08.043270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:16:08.043451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:16:08.043629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:16:08.054497+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.066387+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.067442+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1546254.0,"3":"ID/2022/10/00016","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-06-29T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":18,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.067769+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.072606+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.073419+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.073717+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":1460672.0,"3":"ID/2022/10/00017","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":19,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.074043+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.079153+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.079936+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.080179+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":1756296.0,"3":"ID/2022/10/00018","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":20,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.080498+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.085463+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.086363+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.086683+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-04-08T00:00:00+00:00","2":35000.0,"3":"ID/2022/10/00019","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-04-05T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":21,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.095713+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.101039+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.102027+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.102347+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-06-30T00:00:00+00:00","2":370500.0,"3":"ID/2022/10/00020","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-27T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":22,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.102708+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.108132+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.109032+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.109344+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-07-01T00:00:00+00:00","2":56621.0,"3":"ID/2022/10/00021","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-28T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":23,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.109684+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.115182+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.116107+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.116429+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-12-10T00:00:00+00:00","2":281049.0,"3":"ID/2022/10/00022","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-12-07T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":23,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.116773+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.122168+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.123142+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.123442+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-01-29T00:00:00+00:00","2":165301.0,"3":"ID/2022/10/00023","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-01-26T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":25,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.123784+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.128754+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:16:08.129856+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:16:08.130187+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-06-29T00:00:00+00:00","2":69320.0,"3":"ID/2022/10/00024","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-06-26T00:00:00+00:00","21":10.0,"22":4,"23":4,"24":26,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:16:08.134291+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:16:08.161712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.162616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.166070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.167290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.167611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.167902+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' [] [] [2022-10-17T09:16:08.168429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.171001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.171746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.172500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.172954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.173249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.173528+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' [] [] [2022-10-17T09:16:08.173832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.174082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.174810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.175561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.176002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.176332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.176611+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' [] [] [2022-10-17T09:16:08.176984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.304098+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:16:08.409281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.411096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.418992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.419978+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.420283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.420569+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' [] [] [2022-10-17T09:16:08.421041+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.423291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.424273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.425022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.425502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.425845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.426131+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' [] [] [2022-10-17T09:16:08.426437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.426689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.427397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:08.428124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:08.428559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:08.428850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:08.429123+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' [] [] [2022-10-17T09:16:08.429386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:08.588025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0de9f"},"request_uri":"http://127.0.0.1:8000/_wdt/c0de9f","method":"GET"} [] [2022-10-17T09:16:12.940895+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:16:12.992362+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:16:13.084409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.086077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.089346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.090371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.090679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.090960+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' [] [] [2022-10-17T09:16:13.091438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.093580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.094344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.095086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.095550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.095844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.096120+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' [] [] [2022-10-17T09:16:13.096424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.096669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.097425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.098166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.098599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.098936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.099318+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' [] [] [2022-10-17T09:16:13.099660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.110488+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:16:13.115350+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[58,57,56,55,54,53,52,51,50,49]] [] [2022-10-17T09:16:13.135640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:16:13.136661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:13.137076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:13.137417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T09:16:13.137810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-17T09:16:13.138220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-17T09:16:13.138602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-17T09:16:13.138983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-17T09:16:13.139434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T09:16:13.139834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-17T09:16:13.140215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T09:16:13.140621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:13.140945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:13.142442+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:16:13.153381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.154310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.155083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.155594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.155899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.156197+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' [] [] [2022-10-17T09:16:13.156523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.156786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.157540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.158294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.158770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.159072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.159349+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' [] [] [2022-10-17T09:16:13.159658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.159904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.160657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:13.161503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:13.162127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:13.162433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:13.162711+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' [] [] [2022-10-17T09:16:13.163026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:13.382559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"900e7f"},"request_uri":"http://127.0.0.1:8000/_wdt/900e7f","method":"GET"} [] [2022-10-17T09:16:23.118877+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/3","method":"GET"} [] [2022-10-17T09:16:23.176743+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:16:23.220269+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:16:23.287263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.288241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.291689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.292917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.293251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.293518+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' [] [] [2022-10-17T09:16:23.294145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.296791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.297573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.298332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.298849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.299156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.299439+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' [] [] [2022-10-17T09:16:23.299757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.300007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.300735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.301483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.301927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.302221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.302507+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' [] [] [2022-10-17T09:16:23.302809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.304683+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2022-10-17T09:16:23.307297+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[38,37,36,35]] [] [2022-10-17T09:16:23.327322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T09:16:23.328246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:23.328638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:23.329003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T09:16:23.329382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:23.329711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:23.336751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.337757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.338537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.339047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.339359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.339644+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' [] [] [2022-10-17T09:16:23.339959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.340222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.340960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.341773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.342270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.342535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.342789+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' [] [] [2022-10-17T09:16:23.343063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.343264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.343972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:23.344707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:23.345115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:23.345376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:23.345604+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' [] [] [2022-10-17T09:16:23.345860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:23.549965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"150f6c"},"request_uri":"http://127.0.0.1:8000/_wdt/150f6c","method":"GET"} [] [2022-10-17T09:16:38.684951+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:16:38.743991+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:16:38.832139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.834044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.837650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.838906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.839269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.839558+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' [] [] [2022-10-17T09:16:38.840084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:38.842610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.843376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.844129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.844590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.844887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.845165+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' [] [] [2022-10-17T09:16:38.845469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:38.845772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.846580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.847427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.847964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.848297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.848652+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' [] [] [2022-10-17T09:16:38.848971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:38.859929+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:16:38.864470+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[58,57,56,55,54,53,52,51,50,49]] [] [2022-10-17T09:16:38.884317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:16:38.885179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:38.885531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:38.885886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T09:16:38.886249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-17T09:16:38.886638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-17T09:16:38.886998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-17T09:16:38.887363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-17T09:16:38.887726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T09:16:38.888085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-17T09:16:38.888444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T09:16:38.888739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:38.889031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:38.890286+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:16:38.898436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.899373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.900131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.900651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.900962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.901246+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' [] [] [2022-10-17T09:16:38.901563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:38.901825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.902555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.903305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.903750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.904048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.904371+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' [] [] [2022-10-17T09:16:38.904676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:38.904923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.905651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:38.906402+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:38.906841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:38.907186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:38.907464+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' [] [] [2022-10-17T09:16:38.907768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:39.111576+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e42319"},"request_uri":"http://127.0.0.1:8000/_wdt/e42319","method":"GET"} [] [2022-10-17T09:16:50.555794+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/3","method":"GET"} [] [2022-10-17T09:16:50.612502+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:16:50.653968+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:16:50.720859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.721739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.725190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.726333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.726641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.726923+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' [] [] [2022-10-17T09:16:50.727457+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.729890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.730612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.731349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.731787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.732155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.732478+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' [] [] [2022-10-17T09:16:50.732778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.733020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.733731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.734467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.734901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.735190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.735468+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' [] [] [2022-10-17T09:16:50.735764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.737589+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2022-10-17T09:16:50.740204+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[38,37,36,35]] [] [2022-10-17T09:16:50.760694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T09:16:50.761522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:50.761823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:50.762127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T09:16:50.762433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:50.762735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:50.769471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.770260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.771014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.771469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.771768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.772013+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' [] [] [2022-10-17T09:16:50.772237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.772447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.773119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.773809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.774205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.774452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.774778+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' [] [] [2022-10-17T09:16:50.775039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.775205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.775874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:50.776563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:50.776951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:50.777195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:50.777419+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' [] [] [2022-10-17T09:16:50.777667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:50.975756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d182f"},"request_uri":"http://127.0.0.1:8000/_wdt/4d182f","method":"GET"} [] [2022-10-17T09:16:52.517496+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:16:52.575172+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:16:52.650743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.652651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.656215+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.657366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.657681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.657966+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' [] [] [2022-10-17T09:16:52.658488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.661070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.661822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.662572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.663068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.663363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.663644+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' [] [] [2022-10-17T09:16:52.663954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.664201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.664947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.665696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.666138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.666431+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.666715+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' [] [] [2022-10-17T09:16:52.667016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.678620+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:16:52.683182+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[58,57,56,55,54,53,52,51,50,49]] [] [2022-10-17T09:16:52.703369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:16:52.704173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:52.704441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:16:52.704740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T09:16:52.705053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-17T09:16:52.705390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-17T09:16:52.705754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-17T09:16:52.706069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-17T09:16:52.706383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T09:16:52.706705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-17T09:16:52.707016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T09:16:52.707289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:52.707544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T09:16:52.708770+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:16:52.716247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.717163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.717946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.718475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.718789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.719075+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' [] [] [2022-10-17T09:16:52.719388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.719649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.720380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.721529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.722182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.722668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.723055+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' [] [] [2022-10-17T09:16:52.723436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.723708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.724709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:16:52.725495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:16:52.726013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:16:52.726383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:16:52.726678+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' [] [] [2022-10-17T09:16:52.726997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:16:52.941503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c637ec"},"request_uri":"http://127.0.0.1:8000/_wdt/c637ec","method":"GET"} [] [2022-10-17T09:17:56.607732+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:17:56.718836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.724489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.740846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:17:56.742559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:17:56.742947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:17:56.743286+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' [] [] [2022-10-17T09:17:56.743960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:17:56.747194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.748085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.748931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:17:56.749477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:17:56.749778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:17:56.750053+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' [] [] [2022-10-17T09:17:56.750357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:17:56.750592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.751417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:17:56.752239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:17:56.752667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:17:56.752930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:17:56.753193+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' [] [] [2022-10-17T09:17:56.753463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:17:56.912184+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62a536"},"request_uri":"http://127.0.0.1:8000/_wdt/62a536","method":"GET"} [] [2022-10-17T09:18:07.168310+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:18:07.337655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:18:07.360256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:18:07.363172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:18:07.367211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pcs"] [] [2022-10-17T09:18:07.393466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.394396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.397966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.399229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.399567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.399859+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' [] [] [2022-10-17T09:18:07.400421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.403037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.403806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.404563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.405035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.405374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.405692+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' [] [] [2022-10-17T09:18:07.406061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.406337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.407101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.407856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.408312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.408610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.408893+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' [] [] [2022-10-17T09:18:07.409196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.532529+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:18:07.628706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.630556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.638663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.639691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.640053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.640341+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' [] [] [2022-10-17T09:18:07.640818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.642841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.643599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.644353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.644807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.645102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.645380+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' [] [] [2022-10-17T09:18:07.645685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.645931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.646655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:18:07.647406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:18:07.647847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:18:07.648181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:18:07.648457+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' [] [] [2022-10-17T09:18:07.648759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:18:07.803442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b35667"},"request_uri":"http://127.0.0.1:8000/_wdt/b35667","method":"GET"} [] [2022-10-17T09:20:57.641319+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:20:57.727470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.729288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.737452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:20:57.738554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:20:57.738830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:20:57.739257+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' [] [] [2022-10-17T09:20:57.739747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:20:57.742133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.742858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.743555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:20:57.743966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:20:57.744262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:20:57.744491+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' [] [] [2022-10-17T09:20:57.744746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:20:57.744907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.745576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:20:57.746267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:20:57.746651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:20:57.746896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:20:57.747120+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' [] [] [2022-10-17T09:20:57.747373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:20:58.014415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e3fe7"},"request_uri":"http://127.0.0.1:8000/_wdt/5e3fe7","method":"GET"} [] [2022-10-17T09:21:07.272198+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:21:07.450689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.474166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.477277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.481660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.485540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.488486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.491159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.491559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.491862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.492154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["purchased Rack for Store o [...]"] [] [2022-10-17T09:21:07.492553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.492807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.493104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.493390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.493707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.493977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.494267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["purchased Rack for Store o [...]"] [] [2022-10-17T09:21:07.494610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.494950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.495241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.495525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.495823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.496288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.496719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Wooden Door & Board"] [] [2022-10-17T09:21:07.497147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.497423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.497699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.497938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.498193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.498440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.498680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["New Office Furniture for H [...]"] [] [2022-10-17T09:21:07.498983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.499216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.499457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.499691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.499949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.500188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.500422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Executive Table [...]"] [] [2022-10-17T09:21:07.500722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.500956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.501199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.501431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.501685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.501925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.502164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["purchased Rack for Store o [...]"] [] [2022-10-17T09:21:07.502469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.502702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.502941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.503173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.503430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.503669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Furniture & Fixtures"] [] [2022-10-17T09:21:07.503951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["purchased Rack for Store o [...]"] [] [2022-10-17T09:21:07.504262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:21:07.504493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:21:07.504730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:21:07.505024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:21:07.516105+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.528587+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.530045+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":744641.0,"3":"FF/2022/10/00025","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-06-29T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":28,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.530462+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.536936+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.537862+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.538273+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-11-05T00:00:00+00:00","2":27000.0,"3":"FF/2022/10/00026","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-11-03T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":29,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.538645+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.543401+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.544280+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.544562+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-11-05T00:00:00+00:00","2":142000.0,"3":"FF/2022/10/00027","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-11-03T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":29,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.544907+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.552059+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.553015+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.553347+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-12-10T00:00:00+00:00","2":43500.0,"3":"FF/2022/10/00028","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-08T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":31,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.553687+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.561124+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.561983+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.562256+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":3070955.0,"3":"FF/2022/10/00029","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":32,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.571100+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.576317+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.577303+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.577618+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-03-10T00:00:00+00:00","2":49429.0,"3":"FF/2022/10/00030","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-03-07T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":33,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.577973+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.583247+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.584270+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.584598+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-09-30T00:00:00+00:00","2":215000.0,"3":"FF/2022/10/00031","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-09-27T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":34,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.584961+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.590203+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:21:07.591081+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:21:07.591323+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-06-13T00:00:00+00:00","2":410410.0,"3":"FF/2022/10/00032","4":19.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-06-10T00:00:00+00:00","21":10.0,"22":5,"23":5,"24":35,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:21:07.591682+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:21:07.637643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.638839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.643207+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.644619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.644981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.645315+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' [] [] [2022-10-17T09:21:07.645930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:07.648978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.649874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.650815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.651374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.651722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.652104+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' [] [] [2022-10-17T09:21:07.652463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:07.652751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.653616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.654579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.655107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.655447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.655801+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' [] [] [2022-10-17T09:21:07.656188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:07.782721+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:21:07.889388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.891266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.899304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.900527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.900871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.901117+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' [] [] [2022-10-17T09:21:07.901552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:07.903502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.904240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.904942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.905350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.905598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.905822+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' [] [] [2022-10-17T09:21:07.906077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:07.906273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.906944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:07.907625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:07.908014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:07.908256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:07.908512+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' [] [] [2022-10-17T09:21:07.908763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:08.067114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dff1f2"},"request_uri":"http://127.0.0.1:8000/_wdt/dff1f2","method":"GET"} [] [2022-10-17T09:21:10.865010+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:21:10.917319+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:21:10.998601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.000226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.003459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.004496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.004806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.005094+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' [] [] [2022-10-17T09:21:11.005579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.007654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.008398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.009159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.009676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.009975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.010288+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' [] [] [2022-10-17T09:21:11.010632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.010910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.011642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.012401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.012869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.013206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.013498+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' [] [] [2022-10-17T09:21:11.013812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.024743+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:21:11.029032+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[66,65,64,63,62,61,60,59,58,57]] [] [2022-10-17T09:21:11.048675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-17T09:21:11.049493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T09:21:11.049803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T09:21:11.050108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-17T09:21:11.050422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-17T09:21:11.050743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-17T09:21:11.051053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-17T09:21:11.051379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-17T09:21:11.051719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-17T09:21:11.052028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:21:11.052302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:21:11.052549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:21:11.052826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T09:21:11.054052+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:21:11.061616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.062487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.063256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.063773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.064085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.064369+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' [] [] [2022-10-17T09:21:11.064688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.064955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.065683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.066428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.066873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.067169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.067450+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' [] [] [2022-10-17T09:21:11.067754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.068010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.068743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:21:11.069495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:21:11.069937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:21:11.070272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:21:11.070552+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' [] [] [2022-10-17T09:21:11.070856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:21:11.266613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f36bf"},"request_uri":"http://127.0.0.1:8000/_wdt/2f36bf","method":"GET"} [] [2022-10-17T09:23:41.216286+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:23:41.431651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.455826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.458841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.463281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.467271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.470252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.472956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.473289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.473578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.473863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop -2 Pcs for Mr. Sohe [...]"] [] [2022-10-17T09:23:41.474267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.474631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.474928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.475204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.475491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.475777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.476058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Shohag Reza [...]"] [] [2022-10-17T09:23:41.476397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.476682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.476964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.477240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.477527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.477806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.478084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Photocopier Mach [...]"] [] [2022-10-17T09:23:41.478426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.478685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.478973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.479225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.479490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.479745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.479999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Inkjet Printer f [...]"] [] [2022-10-17T09:23:41.480314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.480568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.480827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.481068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.481318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.481550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.481823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laotop for Accounta Dept ( [...]"] [] [2022-10-17T09:23:41.482127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.482358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.482592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.482818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.483057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.483287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.483514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Ctg Sales Office"] [] [2022-10-17T09:23:41.483816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.484043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.484272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.484494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.484729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.484956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.485182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Sayem ( Pro [...]"] [] [2022-10-17T09:23:41.485467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.485690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.485922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.486143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.486376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.486606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.486830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop Computer for Mr. Sabuz"] [] [2022-10-17T09:23:41.487164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.487392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.487631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.487864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.488098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.488337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.488565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Sharif Moha [...]"] [] [2022-10-17T09:23:41.488854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.489058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.489282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.489502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.489732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.489955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.490235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Panel Factory"] [] [2022-10-17T09:23:41.490476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.490648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.490826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.490998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.491192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.491368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.491542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mrs. Mefta ( En [...]"] [] [2022-10-17T09:23:41.491779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.491953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.492128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.492357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.492556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.492735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.492910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Ashif Iqbal [...]"] [] [2022-10-17T09:23:41.493157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.493333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.493510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.493681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.493863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.494041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.494219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer for Offi [...]"] [] [2022-10-17T09:23:41.494457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.494629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.494806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.494977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.495158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.495336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.495510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased 2 Pcs Digital Ca [...]"] [] [2022-10-17T09:23:41.495751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.495924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.496098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.496270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.496453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.496629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.496814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Aircondition System -New Office"] [] [2022-10-17T09:23:41.497053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.497227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.497404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.497574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.497757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.497932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.498105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Automation, PABX System an [...]"] [] [2022-10-17T09:23:41.498344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.498517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.498693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.498864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.499045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.499223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.499397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Smar [...]"] [] [2022-10-17T09:23:41.499640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.499811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.500019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.500195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.500378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.500554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.500728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop from Flora Ltd for [...]"] [] [2022-10-17T09:23:41.500981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.501155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.501331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.501501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.501682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.501857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.502030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Flor [...]"] [] [2022-10-17T09:23:41.502280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.502453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.502628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.502798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.502980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.503159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.503334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Desktop Computer [...]"] [] [2022-10-17T09:23:41.503579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.503750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.503926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.504095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.504279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.504454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.504627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Ryan [...]"] [] [2022-10-17T09:23:41.504882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.505054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.505231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.505402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.505583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.505758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.505932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["3 pcs AC for 2nd floor 2 T [...]"] [] [2022-10-17T09:23:41.506234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.506526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.506706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.506970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.507319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.507521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.507707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Suppl [...]"] [] [2022-10-17T09:23:41.507970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.508150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.508329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.508503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.508688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.508865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.509041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Deskop PC for Ka [...]"] [] [2022-10-17T09:23:41.509289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.509464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.509643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.509816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.509997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.510175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.510350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased laotop for Mr. N [...]"] [] [2022-10-17T09:23:41.510596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.510769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.510945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.511117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.511299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.511475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.511646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Telephone Set"] [] [2022-10-17T09:23:41.511894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.512084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.512262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.512433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.512615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.512793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.512968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Dell Vostro 3670 MT Intel [...]"] [] [2022-10-17T09:23:41.513216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.513388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.513564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.513734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.513916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.514091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.514266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["HP Laser jet Printer"] [] [2022-10-17T09:23:41.514512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.514684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.514858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.515029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.515212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.515388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.515561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for SI Khan"] [] [2022-10-17T09:23:41.515811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.515984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.516162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.516344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.516527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.516701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.516875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laotop for Ms. C [...]"] [] [2022-10-17T09:23:41.517126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.517299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.517474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.517643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.517823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.517996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.518168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Mobile Phone set"] [] [2022-10-17T09:23:41.518414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.518585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.518763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.518934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.519116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.519291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.519463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Belal [...]"] [] [2022-10-17T09:23:41.519712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.519882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.520057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.520229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.520410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.520585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.520756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Mobile Phone set [...]"] [] [2022-10-17T09:23:41.521004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.521189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.521364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.521533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.521712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.521900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.522074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laotop for Rezwa [...]"] [] [2022-10-17T09:23:41.522460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.522669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.522879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.523049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.523233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.523410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.523583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Global Brand -Purchased Ph [...]"] [] [2022-10-17T09:23:41.523834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.524005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.524341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.524561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.524835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.525021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.525199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Global Brand -Purchased 2 [...]"] [] [2022-10-17T09:23:41.525693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.525892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.526073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.526247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.526430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.526606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.526780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Ceiling Fan for [...]"] [] [2022-10-17T09:23:41.527035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.527207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.527382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.527552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.527732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.527907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.528078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Cam for Video Co [...]"] [] [2022-10-17T09:23:41.528331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.528503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.528680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.528851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.529031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.529207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.529380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer from Exc [...]"] [] [2022-10-17T09:23:41.529635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.529804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.529978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.530146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.530328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.530501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.530688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Mr. S [...]"] [] [2022-10-17T09:23:41.530943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.531114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.531289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.531458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.531638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.531816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.531990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Sayeful Islam Khan Laptop [...]"] [] [2022-10-17T09:23:41.532240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.532411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.532586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.532754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.532933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.533107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.533280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop monitor for CEO M- [...]"] [] [2022-10-17T09:23:41.533530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.533701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.533875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.534043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.534224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.534398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:23:41.534569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Desktop PC from [...]"] [] [2022-10-17T09:23:41.534825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:23:41.534998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:23:41.535173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:23:41.535341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:23:41.535892+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Entity\Assetregister::setQuantity() must be of the type float, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 497 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setQuantity() must be of the type float, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 497 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:261)"} [] [2022-10-17T09:23:41.543187+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Entity\Assetregister::setQuantity() must be of the type float, string given, called in C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php on line 497" at C:\Apache24\htdocs\fixedasset\src\Entity\Assetregister.php line 261 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Assetregister::setQuantity() must be of the type float, string given, called in C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php on line 497 at C:\\Apache24\\htdocs\\fixedasset\\src\\Entity\\Assetregister.php:261)"} [] [2022-10-17T09:23:41.576733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.577760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.581210+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.582403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.582680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.582915+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' [] [] [2022-10-17T09:23:41.583438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.586058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.586771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.587469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.587876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.588124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.588348+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' [] [] [2022-10-17T09:23:41.588598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.588794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.589461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.590146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.590530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.590774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.590996+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' [] [] [2022-10-17T09:23:41.591243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.593470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.594201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.594894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.595284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.595528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.595752+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' [] [] [2022-10-17T09:23:41.596002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.596200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.596873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.597558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.597938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.598180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.598406+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' [] [] [2022-10-17T09:23:41.598652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.598841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.599507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:23:41.600346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:23:41.600758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:23:41.601083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:23:41.601313+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' [] [] [2022-10-17T09:23:41.601620+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:23:41.777419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"255658"},"request_uri":"http://127.0.0.1:8000/_wdt/255658","method":"GET"} [] [2022-10-17T09:24:55.499668+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:24:55.588024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.589923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.597912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:24:55.598957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:24:55.599237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:24:55.599519+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' [] [] [2022-10-17T09:24:55.599999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:24:55.602149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.602899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.603642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:24:55.604097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:24:55.604389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:24:55.604668+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' [] [] [2022-10-17T09:24:55.604970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:24:55.605212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.605930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:24:55.606665+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:24:55.607104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:24:55.607392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:24:55.607663+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' [] [] [2022-10-17T09:24:55.607961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:24:55.789626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9780f9"},"request_uri":"http://127.0.0.1:8000/_wdt/9780f9","method":"GET"} [] [2022-10-17T09:25:03.707050+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:25:03.909426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.931597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.934394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.938605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.942955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.945974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.948513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.948878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.949170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.949477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop -2 Pcs for Mr. Sohe [...]"] [] [2022-10-17T09:25:03.949840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.950147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.950460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.950837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.951140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.951486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.951771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Shohag Reza [...]"] [] [2022-10-17T09:25:03.952141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.952422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.952703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.952978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.953301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.953587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.953867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Photocopier Mach [...]"] [] [2022-10-17T09:25:03.954259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.954535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.954813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.955092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.955379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.955663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.955942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Inkjet Printer f [...]"] [] [2022-10-17T09:25:03.956332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.956614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.956895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.957178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.957466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.957748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.958018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laotop for Accounta Dept ( [...]"] [] [2022-10-17T09:25:03.958341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.958592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.958847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.959096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.959366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.959619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.959847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Ctg Sales Office"] [] [2022-10-17T09:25:03.960122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.960331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.960542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.960752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.960945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.961126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.961305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Sayem ( Pro [...]"] [] [2022-10-17T09:25:03.961628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.961805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.962104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.962302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.962552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.962738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.962917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop Computer for Mr. Sabuz"] [] [2022-10-17T09:25:03.963164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.963342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.963524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.963698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.963883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.964109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.964292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Sharif Moha [...]"] [] [2022-10-17T09:25:03.964535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.964710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.964889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.965063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.965247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.965442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.965618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Panel Factory"] [] [2022-10-17T09:25:03.965861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.966037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.966215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.966387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.966570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.966753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.966931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mrs. Mefta ( En [...]"] [] [2022-10-17T09:25:03.967172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.967347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.967524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.967695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.967878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.968057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.968232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop for Mr. Ashif Iqbal [...]"] [] [2022-10-17T09:25:03.968477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.968651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.968827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.969079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.969305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.969505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.969699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer for Offi [...]"] [] [2022-10-17T09:25:03.969955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.970137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.970322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.970500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.970688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.970869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.971049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased 2 Pcs Digital Ca [...]"] [] [2022-10-17T09:25:03.971296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.971474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.971653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.971827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.972017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.972196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.972376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Aircondition System -New Office"] [] [2022-10-17T09:25:03.972617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.972795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.972976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.973149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.973336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.973518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.973697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Automation, PABX System an [...]"] [] [2022-10-17T09:25:03.973940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.974115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.974293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.974465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.974649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.974827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.975004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Smar [...]"] [] [2022-10-17T09:25:03.975256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.975431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.975609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.975780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.975966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.976144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.976324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop from Flora Ltd for [...]"] [] [2022-10-17T09:25:03.976610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.976789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.976971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.977144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.977330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.977509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.977684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Flor [...]"] [] [2022-10-17T09:25:03.977938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.978115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.978294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.978466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.978649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.978827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.979007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Desktop Computer [...]"] [] [2022-10-17T09:25:03.979254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.979427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.979604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.979777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.979963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.980141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.980317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop from Ryan [...]"] [] [2022-10-17T09:25:03.980572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.980746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.980926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.981097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.981281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.981457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.981632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["3 pcs AC for 2nd floor 2 T [...]"] [] [2022-10-17T09:25:03.981877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.982052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.982230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.982403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.982586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.982765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.982942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Suppl [...]"] [] [2022-10-17T09:25:03.983193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.983367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.983545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.983717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.983909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.984313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.984717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Deskop PC for Ka [...]"] [] [2022-10-17T09:25:03.985121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.985316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.985506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.985684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.985877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.986060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.986238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased laotop for Mr. N [...]"] [] [2022-10-17T09:25:03.986498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.986676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.986855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.987031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.987216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.987396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.987574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Telephone Set"] [] [2022-10-17T09:25:03.987826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.988002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.988180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.988352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.988535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.988711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.988887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Dell Vostro 3670 MT Intel [...]"] [] [2022-10-17T09:25:03.989139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.989316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.989493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.989666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.989851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.990030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.990204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["HP Laser jet Printer"] [] [2022-10-17T09:25:03.990452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.990625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.990801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.990973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.991156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.991335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.991509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for SI Khan"] [] [2022-10-17T09:25:03.991762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.991937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.992117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.992295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.992477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.992654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.992832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laotop for Ms. C [...]"] [] [2022-10-17T09:25:03.993091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.993332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.993517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.993691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.993878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.994055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.994229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Mobile Phone set"] [] [2022-10-17T09:25:03.994480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.994653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.994829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.995003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.995191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.995368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.995543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Belal [...]"] [] [2022-10-17T09:25:03.995801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.995977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.996155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.996326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.996511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.996687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.996864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Mobile Phone set [...]"] [] [2022-10-17T09:25:03.997116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.997289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.997466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.997636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.997819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.998002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.998180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laotop for Rezwa [...]"] [] [2022-10-17T09:25:03.998437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:03.998610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:03.998787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:03.998962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:03.999147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.999323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:03.999497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Global Brand -Purchased Ph [...]"] [] [2022-10-17T09:25:03.999750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.000031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.000445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.000789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.000983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.001261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.001470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Global Brand -Purchased 2 [...]"] [] [2022-10-17T09:25:04.001739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.001925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.002111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.002287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.002473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.002652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.002833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Ceiling Fan for [...]"] [] [2022-10-17T09:25:04.003169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.003356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.003535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.003708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.003895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.004079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.004254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Cam for Video Co [...]"] [] [2022-10-17T09:25:04.004511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.004684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.004863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.005035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.005219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.005396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.005571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer from Exc [...]"] [] [2022-10-17T09:25:04.005831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.006006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.006183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.006355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.006538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.006715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.006897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Mr. S [...]"] [] [2022-10-17T09:25:04.007154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.007329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.007506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.007678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.007863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.008040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.008215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Sayeful Islam Khan Laptop [...]"] [] [2022-10-17T09:25:04.008468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.008641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.008821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.008994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.009178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.009354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.009534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop monitor for CEO M- [...]"] [] [2022-10-17T09:25:04.009787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.009962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.010140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.010310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.010494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.010670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.010845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Desktop PC from [...]"] [] [2022-10-17T09:25:04.011102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.011276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.011511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.011688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.011879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.012059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.012237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Access Control S [...]"] [] [2022-10-17T09:25:04.012506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.012679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.012859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.013030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.013248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.013476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.013656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Laptop for Mr. S [...]"] [] [2022-10-17T09:25:04.013919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.014094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.014272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.014445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.014628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.014808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.014984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased 2 Set Laptop fro [...]"] [] [2022-10-17T09:25:04.015301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.015528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.015708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.015881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.016065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.016243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.016416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased 1 PC from Smart [...]"] [] [2022-10-17T09:25:04.016682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.016857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.017033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.017205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.017390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.017567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.017742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased 4 Set PC from Gl [...]"] [] [2022-10-17T09:25:04.018030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.018206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.018386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.018560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.018745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.018922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.019095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Wall Mounted Fan"] [] [2022-10-17T09:25:04.019359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.019532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.019708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.019880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.020062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.020252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.020433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer (Epson E [...]"] [] [2022-10-17T09:25:04.020710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.020887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.021071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.021246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.021484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.021674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.021855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Printer for Lase [...]"] [] [2022-10-17T09:25:04.022127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.022304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.022498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.022673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.022860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.023041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.023218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["HP ProBook 440 G8 for Arif [...]"] [] [2022-10-17T09:25:04.023534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.023726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.023908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.024084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.024271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.024452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.024632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["1 pcs Telephone set & UPS [...]"] [] [2022-10-17T09:25:04.024905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.025085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.025266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.025442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.025630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.025811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.025989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Telephone Set-1 Pcs M-563/ [...]"] [] [2022-10-17T09:25:04.026262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.026440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.026624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.026800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.026988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.027167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.027346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["telephone Set 1pcs, M-673/ [...]"] [] [2022-10-17T09:25:04.027612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.027790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.027971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.028148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.028338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.028520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.028697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Cordless Telephone Set for [...]"] [] [2022-10-17T09:25:04.028970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.029147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.029328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.029503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.029690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.029873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.030050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Router TP-Link M7200 5Pc"] [] [2022-10-17T09:25:04.030315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.030493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.030675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.030850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.031036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.031219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.031462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop Pc 1Pcs with offli [...]"] [] [2022-10-17T09:25:04.031886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.032181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.032395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.032594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.032792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.032978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.033160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["2pc Desktop and 1pc UPS, M [...]"] [] [2022-10-17T09:25:04.033437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.033616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.033799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.033976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.034166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.034350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.034531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Dell Vostro Laptop, M-832/ [...]"] [] [2022-10-17T09:25:04.034804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.034984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.035168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.035345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.035538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.035719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.035901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Telephone Set 2pcs, M-161/ [...]"] [] [2022-10-17T09:25:04.036172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.036352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.036533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.036707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.036894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.037074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.037253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["HP probook 440 G8-Corp, M- [...]"] [] [2022-10-17T09:25:04.037525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.037703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.037883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.038061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.038254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.038436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.038614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["PC, Monitor, SSD,RAM, UPS, [...]"] [] [2022-10-17T09:25:04.038893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.039069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.039248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.039424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.039609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.039787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.039964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["PC, Monitor, UPS, M-195/22 [...]"] [] [2022-10-17T09:25:04.040238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.040416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.040596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.040769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.040957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.041141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.041319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Laptop, M-350/21, B-0085"] [] [2022-10-17T09:25:04.041592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.041767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.041947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.042121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.042308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.042490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.042669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["3 pcs Laptop, M-245&216/22 [...]"] [] [2022-10-17T09:25:04.042941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.043117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.043298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.043471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.043656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.043841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.044018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop PC,Monitor,SSD,UPS [...]"] [] [2022-10-17T09:25:04.044290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.044467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.044648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.044822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.045008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.045187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.045368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Desktop PC,Monitor,SSD,UPS [...]"] [] [2022-10-17T09:25:04.045642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.045818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.045995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.046168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.046356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.046534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.046716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Printer, Scanner, M-317/22 [...]"] [] [2022-10-17T09:25:04.046990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.047167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.047369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.047577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.047782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.047975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Office Equipment"] [] [2022-10-17T09:25:04.048160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["AC 1.5 Ton 2pcs gree, M-21 [...]"] [] [2022-10-17T09:25:04.048442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:25:04.048623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:25:04.048806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:25:04.048986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:25:04.059719+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.071132+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.072154+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":4440283.0,"3":"OE/2022/10/00033","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-06-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":36,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.072501+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.078377+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.079930+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.080166+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-16T00:00:00+00:00","2":66000.0,"3":"OE/2022/10/00034","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-07-14T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":37,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.089083+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.094285+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.095839+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.096141+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-16T00:00:00+00:00","2":41500.0,"3":"OE/2022/10/00035","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-07-14T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":38,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.096484+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.101347+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.102883+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.103197+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-16T00:00:00+00:00","2":112000.0,"3":"OE/2022/10/00036","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-07-14T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":39,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.103552+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.108636+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.110202+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.110507+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-31T00:00:00+00:00","2":37000.0,"3":"OE/2022/10/00037","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-07-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":40,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.110856+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.115809+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.117388+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.117707+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-09-14T00:00:00+00:00","2":35800.0,"3":"OE/2022/10/00038","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-09-12T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":41,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.118067+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.122964+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.124561+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.124917+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-09-19T00:00:00+00:00","2":35500.0,"3":"OE/2022/10/00039","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-09-17T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":42,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.125410+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.130425+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.132048+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.132348+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-03T00:00:00+00:00","2":35800.0,"3":"OE/2022/10/00040","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-01T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":43,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.132695+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.137673+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.139303+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.139601+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-03T00:00:00+00:00","2":19500.0,"3":"OE/2022/10/00041","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-01T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":44,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.139946+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.144851+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.146520+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.146821+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-09T00:00:00+00:00","2":34000.0,"3":"OE/2022/10/00042","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":45,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.147166+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.152228+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.153902+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.154201+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-09T00:00:00+00:00","2":33000.0,"3":"OE/2022/10/00043","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":46,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.154547+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.159494+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.161284+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.161582+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-15T00:00:00+00:00","2":42500.0,"3":"OE/2022/10/00044","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-13T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":47,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.161929+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.166920+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.168636+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.168935+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-16T00:00:00+00:00","2":35500.0,"3":"OE/2022/10/00045","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-14T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":48,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.169279+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.174290+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.176090+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.176395+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-10-28T00:00:00+00:00","2":8200.0,"3":"OE/2022/10/00046","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-10-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":49,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.176743+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.181512+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.183210+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.183469+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-12-10T00:00:00+00:00","2":18400.0,"3":"OE/2022/10/00047","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-08T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":50,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.183800+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.188930+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.190759+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.191068+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":490312.0,"3":"OE/2022/10/00048","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":51,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.191483+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.196692+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.198534+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.198837+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-01-01T00:00:00+00:00","2":399663.0,"3":"OE/2022/10/00049","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-12-30T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":52,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.199189+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.204334+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.206184+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.206486+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-02-02T00:00:00+00:00","2":33800.0,"3":"OE/2022/10/00050","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-01-31T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":53,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.206899+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.212142+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.214027+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.214337+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-02-02T00:00:00+00:00","2":36500.0,"3":"OE/2022/10/00051","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-01-31T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":54,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.214691+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.219695+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.221610+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.221915+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-03-29T00:00:00+00:00","2":47500.0,"3":"OE/2022/10/00052","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-03-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":55,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.222272+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.227306+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.229239+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.229542+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-05-29T00:00:00+00:00","2":33500.0,"3":"OE/2022/10/00053","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-05-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":56,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.229896+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.235021+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.236960+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.237269+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-06-12T00:00:00+00:00","2":133500.0,"3":"OE/2022/10/00054","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-09T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":57,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.237624+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.242538+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.244499+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.244769+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-07-01T00:00:00+00:00","2":432500.0,"3":"OE/2022/10/00055","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-06-28T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":58,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.245107+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.250145+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.252136+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.252439+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-07-07T00:00:00+00:00","2":72000.0,"3":"OE/2022/10/00056","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-07-04T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":59,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.252799+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.258095+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.260102+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.260411+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-12-10T00:00:00+00:00","2":58000.0,"3":"OE/2022/10/00057","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2028-12-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":60,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.260762+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.266019+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.268044+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.268348+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-03-31T00:00:00+00:00","2":48000.0,"3":"OE/2022/10/00058","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-03-28T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":61,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.268713+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.275369+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.277358+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.277625+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-04-02T00:00:00+00:00","2":2250.0,"3":"OE/2022/10/00059","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-03-30T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":62,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.279664+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.285216+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.287287+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.287592+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-05-02T00:00:00+00:00","2":34000.0,"3":"OE/2022/10/00060","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-04-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":63,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.287944+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.293322+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.295448+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.295759+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-06-25T00:00:00+00:00","2":7500.0,"3":"OE/2022/10/00061","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-06-22T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":64,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.296107+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.301501+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.303613+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.303912+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-07-14T00:00:00+00:00","2":102326.0,"3":"OE/2022/10/00062","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-07-11T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":65,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.304261+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.309724+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.311938+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.312225+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-07-28T00:00:00+00:00","2":46500.0,"3":"OE/2022/10/00063","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-07-25T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":66,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.312573+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.317829+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.319986+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.320292+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-08-03T00:00:00+00:00","2":3200.0,"3":"OE/2022/10/00064","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-07-31T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":67,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.320649+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.325512+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.327693+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.327999+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-08-05T00:00:00+00:00","2":37350.0,"3":"OE/2022/10/00065","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-08-02T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":68,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.328353+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.333255+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.335447+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.335748+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-08-29T00:00:00+00:00","2":8000.0,"3":"OE/2022/10/00066","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-08-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":69,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.336107+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.341086+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.343736+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.344109+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-10-28T00:00:00+00:00","2":40600.0,"3":"OE/2022/10/00067","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2029-10-25T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":70,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.344467+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.349513+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.351748+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.352051+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-03-21T00:00:00+00:00","2":210000.0,"3":"OE/2022/10/00068","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-03-19T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":71,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.352405+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.357314+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.359505+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.359773+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-06-17T00:00:00+00:00","2":120000.0,"3":"OE/2022/10/00069","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-06-15T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":72,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.360112+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.365286+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.367579+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.367889+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-06-18T00:00:00+00:00","2":2400.0,"3":"OE/2022/10/00070","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-06-16T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":73,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.368336+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.373329+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.375637+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.375943+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-08-04T00:00:00+00:00","2":20000.0,"3":"OE/2022/10/00071","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-08-02T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":74,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.376298+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.381342+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.383727+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.384025+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-10-01T00:00:00+00:00","2":44800.0,"3":"OE/2022/10/00072","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-09-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":75,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.384378+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.389446+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.391794+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.392096+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-10-05T00:00:00+00:00","2":45300.0,"3":"OE/2022/10/00073","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-10-03T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":76,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.392446+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.397530+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.399890+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.400193+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-10-05T00:00:00+00:00","2":12300.0,"3":"OE/2022/10/00074","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-10-03T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":77,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.400547+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.405521+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.407926+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.408230+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-11-12T00:00:00+00:00","2":14100.0,"3":"OE/2022/10/00075","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-11-10T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":78,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.408580+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.413547+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.415963+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.416265+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-12-21T00:00:00+00:00","2":82000.0,"3":"OE/2022/10/00076","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-12-19T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":79,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.416616+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.421655+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.424088+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.424398+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-12-30T00:00:00+00:00","2":28500.0,"3":"OE/2022/10/00077","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-12-28T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":80,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.424746+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.429762+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.432266+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.432542+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-02-14T00:00:00+00:00","2":48300.0,"3":"OE/2022/10/00078","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-02-12T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":81,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.432879+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.437888+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.440370+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.440674+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-02-23T00:00:00+00:00","2":93000.0,"3":"OE/2022/10/00079","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-02-21T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":82,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.441028+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.446079+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.448593+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.448877+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-02-23T00:00:00+00:00","2":39500.0,"3":"OE/2022/10/00080","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-02-21T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":83,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.449313+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.454318+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.457014+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.457244+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-02-23T00:00:00+00:00","2":168000.0,"3":"OE/2022/10/00081","4":4.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-02-21T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":84,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.457526+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.462094+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.464502+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.464740+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-03-25T00:00:00+00:00","2":14400.0,"3":"OE/2022/10/00082","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-03-23T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":85,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.465196+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.470128+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.472615+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.472912+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-06-07T00:00:00+00:00","2":47000.0,"3":"OE/2022/10/00083","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-06-05T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":86,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.473257+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.478471+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.481202+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.481494+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-06-28T00:00:00+00:00","2":18700.0,"3":"OE/2022/10/00084","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-06-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":87,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.481835+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.486796+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.489298+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.489596+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-10T00:00:00+00:00","2":64651.0,"3":"OE/2022/10/00085","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-08-08T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":88,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.489944+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.494942+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.497968+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.498311+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-09-09T00:00:00+00:00","2":3600.0,"3":"OE/2022/10/00086","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-09-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":89,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.498667+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.503700+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.506254+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.506553+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-10-28T00:00:00+00:00","2":1200.0,"3":"OE/2022/10/00087","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-10-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":90,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.506896+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.512209+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.514775+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.515071+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-12-02T00:00:00+00:00","2":1800.0,"3":"OE/2022/10/00088","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-11-30T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":91,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.515416+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.520774+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.523402+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.523700+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-12-09T00:00:00+00:00","2":4000.0,"3":"OE/2022/10/00089","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-12-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":92,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.524090+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.529643+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.532282+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.532583+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-12-30T00:00:00+00:00","2":20500.0,"3":"OE/2022/10/00090","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2031-12-28T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":93,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.532940+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.538496+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.541170+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.541472+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-01-25T00:00:00+00:00","2":51700.0,"3":"OE/2022/10/00091","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-01-23T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":94,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.541815+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.547467+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.550145+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.550445+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-01-31T00:00:00+00:00","2":103400.0,"3":"OE/2022/10/00092","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-01-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":95,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.550769+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.556086+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.558803+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.559064+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-02-07T00:00:00+00:00","2":65000.0,"3":"OE/2022/10/00093","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-02-05T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":96,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.559380+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.565029+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.567794+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.568097+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-03T00:00:00+00:00","2":2500.0,"3":"OE/2022/10/00094","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-02-29T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":97,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.568425+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.573608+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.576384+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.576690+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-10T00:00:00+00:00","2":75000.0,"3":"OE/2022/10/00095","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-03-07T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":98,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.577015+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.582026+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.584818+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.585118+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-24T00:00:00+00:00","2":186000.0,"3":"OE/2022/10/00096","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-03-21T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":99,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.585458+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.590305+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.593039+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.593301+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-24T00:00:00+00:00","2":55200.0,"3":"OE/2022/10/00097","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-03-21T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":100,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.593617+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.598581+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.601405+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.601708+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-29T00:00:00+00:00","2":65000.0,"3":"OE/2022/10/00098","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-03-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":101,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.602034+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.607141+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.610010+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.610310+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-03-29T00:00:00+00:00","2":230000.0,"3":"OE/2022/10/00099","4":3.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-03-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":102,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.610638+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.615778+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.618621+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.619045+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-04-04T00:00:00+00:00","2":62000.0,"3":"OE/2022/10/00100","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-04-01T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":103,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.619350+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.624385+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.627284+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.627585+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-04-04T00:00:00+00:00","2":72300.0,"3":"OE/2022/10/00101","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-04-01T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":104,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.627907+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.632874+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.635787+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.636101+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-04-19T00:00:00+00:00","2":31500.0,"3":"OE/2022/10/00102","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-04-16T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":105,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.636877+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.641780+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:25:04.644697+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:25:04.644997+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-06-29T00:00:00+00:00","2":123694.0,"3":"OE/2022/10/00103","4":2.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2032-06-26T00:00:00+00:00","21":10.0,"22":6,"23":6,"24":106,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:25:04.645320+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:25:04.670129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.671022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.674480+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.675723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.676031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.676310+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' [] [] [2022-10-17T09:25:04.676844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:04.679361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.680089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.680826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.681273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.681561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.681946+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' [] [] [2022-10-17T09:25:04.682465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:04.682754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.683529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.684273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.684735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.685031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.685311+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' [] [] [2022-10-17T09:25:04.685614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:04.823340+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:25:04.915766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.917613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.925519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.926508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.926815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.927096+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' [] [] [2022-10-17T09:25:04.927566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:04.929558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.930334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.931101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.931596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.931941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.932221+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' [] [] [2022-10-17T09:25:04.932528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:04.932778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.933493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:04.934228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:04.934665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:04.934953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:04.935227+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' [] [] [2022-10-17T09:25:04.935526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:05.106913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0959af"},"request_uri":"http://127.0.0.1:8000/_wdt/0959af","method":"GET"} [] [2022-10-17T09:25:07.708166+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:25:07.761673+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:07.843236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.844882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.848064+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.849075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.849391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.849677+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' [] [] [2022-10-17T09:25:07.850155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:07.852193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.852953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.853708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.854152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.854447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.854724+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' [] [] [2022-10-17T09:25:07.855027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:07.855276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.856049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.856831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.857336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.857662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.858011+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' [] [] [2022-10-17T09:25:07.858357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:07.869403+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:07.874295+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[137,136,135,134,133,132,131,130,129,128]] [] [2022-10-17T09:25:07.893626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T09:25:07.894422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:07.894729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:07.894997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T09:25:07.895304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T09:25:07.895613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T09:25:07.895924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T09:25:07.896232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T09:25:07.896539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T09:25:07.896995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2022-10-17T09:25:07.897365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2022-10-17T09:25:07.897683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2022-10-17T09:25:07.898919+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:07.906595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.907477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.908254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.908765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.909076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.909369+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' [] [] [2022-10-17T09:25:07.909691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:07.909953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.910683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.911433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.911922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.912220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.912497+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' [] [] [2022-10-17T09:25:07.912820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:07.913075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.913845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:07.914622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:07.915019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:07.915238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:07.915426+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' [] [] [2022-10-17T09:25:07.915640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:08.125993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a443b0"},"request_uri":"http://127.0.0.1:8000/_wdt/a443b0","method":"GET"} [] [2022-10-17T09:25:10.200492+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/2","method":"GET"} [] [2022-10-17T09:25:10.257544+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:10.295651+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:10.362268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.363187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.366626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.367813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.368132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.368424+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' [] [] [2022-10-17T09:25:10.369018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.371791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.372677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.373456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.374018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.374329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.374615+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' [] [] [2022-10-17T09:25:10.374932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.375188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.375918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.376669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.377113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.377408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.377685+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' [] [] [2022-10-17T09:25:10.377989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.379894+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:10.383150+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[127,126,125,124,123,122,121,120,119,118]] [] [2022-10-17T09:25:10.403100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2022-10-17T09:25:10.403956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:10.404234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:10.404500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2022-10-17T09:25:10.404771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2022-10-17T09:25:10.405030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2022-10-17T09:25:10.405326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2022-10-17T09:25:10.405587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2022-10-17T09:25:10.405847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [90] [] [2022-10-17T09:25:10.406101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [89] [] [2022-10-17T09:25:10.406388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [88] [] [2022-10-17T09:25:10.406652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [87] [] [2022-10-17T09:25:10.413599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.414383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.415107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.415558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.415824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.416067+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' [] [] [2022-10-17T09:25:10.416337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.416550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.417322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.418102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.418524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.418782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.419015+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' [] [] [2022-10-17T09:25:10.419274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.419475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.420167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:10.420873+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:10.421263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:10.421510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:10.421693+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' [] [] [2022-10-17T09:25:10.421951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:10.630583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3460e"},"request_uri":"http://127.0.0.1:8000/_wdt/c3460e","method":"GET"} [] [2022-10-17T09:25:13.697273+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/3","method":"GET"} [] [2022-10-17T09:25:13.753932+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:13.794557+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:13.861387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.862297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.865738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.866894+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.867179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.867475+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' [] [] [2022-10-17T09:25:13.867953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:13.871068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.871909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.872605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.873060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.873298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.873493+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' [] [] [2022-10-17T09:25:13.873713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:13.873884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.874559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.875206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.875571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.875779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.875962+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' [] [] [2022-10-17T09:25:13.876216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:13.878023+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:13.881256+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[117,116,115,114,113,112,111,110,109,108]] [] [2022-10-17T09:25:13.900311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [86] [] [2022-10-17T09:25:13.901140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:13.901477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:13.901791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [85] [] [2022-10-17T09:25:13.902103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [84] [] [2022-10-17T09:25:13.902371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [83] [] [2022-10-17T09:25:13.902630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [82] [] [2022-10-17T09:25:13.902885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [81] [] [2022-10-17T09:25:13.903144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [80] [] [2022-10-17T09:25:13.903398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [79] [] [2022-10-17T09:25:13.903725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [78] [] [2022-10-17T09:25:13.903997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [77] [] [2022-10-17T09:25:13.911233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.912034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.912746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.913200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.913512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.913878+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' [] [] [2022-10-17T09:25:13.914219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:13.914450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.915247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.916013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.916473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.916737+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.916977+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' [] [] [2022-10-17T09:25:13.917250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:13.917455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.918148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:13.918853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:13.919248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:13.919550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:13.919780+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' [] [] [2022-10-17T09:25:13.920034+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:14.123335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb3047"},"request_uri":"http://127.0.0.1:8000/_wdt/cb3047","method":"GET"} [] [2022-10-17T09:25:16.192906+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"4","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/4","method":"GET"} [] [2022-10-17T09:25:16.249663+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:16.289647+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:16.356541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.357469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.360919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.362074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.362433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.362721+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' [] [] [2022-10-17T09:25:16.363242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.365735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.366584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.367512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.368091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.368407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.368702+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' [] [] [2022-10-17T09:25:16.369029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.369323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.370198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.370940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.371364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.371672+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.371909+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' [] [] [2022-10-17T09:25:16.372169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.374046+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:16.377170+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[107,106,105,104,103,102,101,100,99,98]] [] [2022-10-17T09:25:16.397078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [76] [] [2022-10-17T09:25:16.397895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:16.398204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:16.398582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [75] [] [2022-10-17T09:25:16.398935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [74] [] [2022-10-17T09:25:16.399246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [73] [] [2022-10-17T09:25:16.399559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [72] [] [2022-10-17T09:25:16.399957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [71] [] [2022-10-17T09:25:16.400332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [70] [] [2022-10-17T09:25:16.400643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [69] [] [2022-10-17T09:25:16.400955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [68] [] [2022-10-17T09:25:16.401264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [67] [] [2022-10-17T09:25:16.408313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.409123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.409940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.410438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.410742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.411033+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' [] [] [2022-10-17T09:25:16.411352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.411611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.412363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.413262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.413810+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.414120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.414409+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' [] [] [2022-10-17T09:25:16.414722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.414978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.415730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:16.416484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:16.416939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:16.417249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:16.417559+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' [] [] [2022-10-17T09:25:16.417880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:16.618824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee6f5a"},"request_uri":"http://127.0.0.1:8000/_wdt/ee6f5a","method":"GET"} [] [2022-10-17T09:25:18.488605+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"5","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/5","method":"GET"} [] [2022-10-17T09:25:18.546932+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:18.584101+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:18.652967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.653962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.657451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.658544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.658784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.658984+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' [] [] [2022-10-17T09:25:18.659415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.661864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.662647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.663300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.663671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.663884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.664071+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' [] [] [2022-10-17T09:25:18.664284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.664458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.665193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.665927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.666357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.666576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.666765+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' [] [] [2022-10-17T09:25:18.666979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.668765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:18.671811+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[97,96,95,94,93,92,91,90,89,88]] [] [2022-10-17T09:25:18.692037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [66] [] [2022-10-17T09:25:18.693366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:18.694215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:18.694761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [65] [] [2022-10-17T09:25:18.695124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [64] [] [2022-10-17T09:25:18.695442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [63] [] [2022-10-17T09:25:18.695754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [62] [] [2022-10-17T09:25:18.696065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [61] [] [2022-10-17T09:25:18.696512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [60] [] [2022-10-17T09:25:18.696975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [59] [] [2022-10-17T09:25:18.697415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [58] [] [2022-10-17T09:25:18.697988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [57] [] [2022-10-17T09:25:18.704967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.705754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.706523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.707017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.707322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.707613+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' [] [] [2022-10-17T09:25:18.707926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.708190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.709025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.709826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.710377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.710721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.711027+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' [] [] [2022-10-17T09:25:18.711357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.711682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.712717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:18.714026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:18.714619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:18.714922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:18.715193+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' [] [] [2022-10-17T09:25:18.715503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:18.917889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"314292"},"request_uri":"http://127.0.0.1:8000/_wdt/314292","method":"GET"} [] [2022-10-17T09:25:21.328376+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"6","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/6","method":"GET"} [] [2022-10-17T09:25:21.389021+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:21.433320+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:21.501104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.502008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.505612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.506811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.507136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.507430+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' [] [] [2022-10-17T09:25:21.507966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.510596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.511510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.512382+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.512912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.513232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.513526+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' [] [] [2022-10-17T09:25:21.513911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.514187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.514986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.515766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.516246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.516553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.516839+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' [] [] [2022-10-17T09:25:21.517152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.519134+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:21.522361+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[87,86,85,84,83,82,81,80,79,78]] [] [2022-10-17T09:25:21.542533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [56] [] [2022-10-17T09:25:21.543388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:21.543666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:21.543969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [55] [] [2022-10-17T09:25:21.544284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [54] [] [2022-10-17T09:25:21.544599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [53] [] [2022-10-17T09:25:21.544917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [52] [] [2022-10-17T09:25:21.545228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [51] [] [2022-10-17T09:25:21.545538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-17T09:25:21.545850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-17T09:25:21.546166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-17T09:25:21.546480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-17T09:25:21.553380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.554267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.555077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.555574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.555920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.556246+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' [] [] [2022-10-17T09:25:21.556623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.556888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.557702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.558458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.558917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.559233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.559475+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' [] [] [2022-10-17T09:25:21.559743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.559913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.560604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:21.561250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:21.561612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:21.561902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:21.562182+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' [] [] [2022-10-17T09:25:21.562489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:21.777698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce77fa"},"request_uri":"http://127.0.0.1:8000/_wdt/ce77fa","method":"GET"} [] [2022-10-17T09:25:25.084386+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/7","method":"GET"} [] [2022-10-17T09:25:25.140419+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:25.176379+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:25.242351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.243331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.246844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.248015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.248348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.248669+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' [] [] [2022-10-17T09:25:25.249229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.251826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.252594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.253347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.253823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.254200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.254479+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' [] [] [2022-10-17T09:25:25.254786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.255033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.255762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.256520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.256993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.257301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.257598+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' [] [] [2022-10-17T09:25:25.257881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.259770+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:25.262994+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[77,76,75,74,73,72,71,70,69,68]] [] [2022-10-17T09:25:25.282173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-17T09:25:25.283053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:25.283805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:25.284287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-17T09:25:25.284764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-17T09:25:25.285172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-17T09:25:25.285605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-17T09:25:25.285975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-17T09:25:25.286388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [40] [] [2022-10-17T09:25:25.286735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-17T09:25:25.287012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-17T09:25:25.287320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-17T09:25:25.294588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.295461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.296181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.296697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.297014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.297302+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' [] [] [2022-10-17T09:25:25.297616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.297873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.298604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.299401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.299848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.300142+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.300419+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' [] [] [2022-10-17T09:25:25.300724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.300969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.301694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:25.302445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:25.302890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:25.303196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:25.303475+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' [] [] [2022-10-17T09:25:25.303783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:25.512811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ee125"},"request_uri":"http://127.0.0.1:8000/_wdt/2ee125","method":"GET"} [] [2022-10-17T09:25:30.864970+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/8","method":"GET"} [] [2022-10-17T09:25:30.924238+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:25:30.966838+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:25:31.033571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.034583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.038036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.039215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.039505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.039785+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' [] [] [2022-10-17T09:25:31.040310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.042848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.043602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.044357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.044849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.045146+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.045424+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' [] [] [2022-10-17T09:25:31.045725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.045971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.046701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.047452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.047893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.048189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.048465+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' [] [] [2022-10-17T09:25:31.048766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.050617+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-17T09:25:31.053798+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[67,66,65,64,63,62,61,60,59,58]] [] [2022-10-17T09:25:31.074262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-17T09:25:31.075157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:31.075473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:25:31.075786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-17T09:25:31.076065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T09:25:31.076309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T09:25:31.076588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-17T09:25:31.076900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-17T09:25:31.077219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-17T09:25:31.077530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-17T09:25:31.077843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-17T09:25:31.078185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-17T09:25:31.078504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T09:25:31.078779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T09:25:31.079023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T09:25:31.085983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.086801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.087664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.088323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.088753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.089056+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' [] [] [2022-10-17T09:25:31.089382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.089638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.090398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.091137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.091575+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.091865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.092134+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' [] [] [2022-10-17T09:25:31.092432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.092661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.093371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:25:31.094095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:25:31.094528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:25:31.094822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:25:31.095103+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' [] [] [2022-10-17T09:25:31.095390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:25:31.305628+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c76d2"},"request_uri":"http://127.0.0.1:8000/_wdt/8c76d2","method":"GET"} [] [2022-10-17T09:27:45.558811+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:27:45.722247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.744911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.747777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.751775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:27:45.755320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:27:45.758178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:27:45.760551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:27:45.760843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.761091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.761331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Busbar Bending, [...]"] [] [2022-10-17T09:27:45.761678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:27:45.761906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:27:45.762181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:27:45.762368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:27:45.762611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.762851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Plant & Machinery"] [] [2022-10-17T09:27:45.763080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Purchased Annunciator fro [...]"] [] [2022-10-17T09:27:45.763412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:27:45.763636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:27:45.763864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:27:45.764092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:27:45.774481+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:27:45.785723+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:27:45.786762+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":1360972.0,"3":"PM/2022/10/00104","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-06-29T00:00:00+00:00","21":10.0,"22":7,"23":7,"24":107,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:27:45.787131+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:27:45.794021+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:27:45.795708+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:27:45.796238+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-08-27T00:00:00+00:00","2":1475000.0,"3":"PM/2022/10/00105","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2027-08-25T00:00:00+00:00","21":10.0,"22":7,"23":7,"24":108,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:27:45.796886+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:27:45.802637+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:27:45.804420+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:27:45.805106+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-07-30T00:00:00+00:00","2":108000.0,"3":"PM/2022/10/00106","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":3650,"20":"2030-07-28T00:00:00+00:00","21":10.0,"22":7,"23":7,"24":109,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:27:45.805690+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:27:45.838716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.839624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.843327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:45.844501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:45.844785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:45.845026+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' [] [] [2022-10-17T09:27:45.845503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:45.848017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.848742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.849441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:45.849846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:45.850095+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:45.850319+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' [] [] [2022-10-17T09:27:45.850572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:45.850775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.851440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:45.852133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:45.852517+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:45.852760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:45.852981+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' [] [] [2022-10-17T09:27:45.853227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:45.979678+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:27:46.075287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.077145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.085110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:46.086069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:46.086341+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:46.086579+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' [] [] [2022-10-17T09:27:46.087004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:46.089841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.090716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.091431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:46.091874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:46.092138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:46.092365+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' [] [] [2022-10-17T09:27:46.092623+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:46.092786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.093458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:46.094147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:46.094531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:46.094778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:46.095001+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' [] [] [2022-10-17T09:27:46.095248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:46.352591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c19de6"},"request_uri":"http://127.0.0.1:8000/_wdt/c19de6","method":"GET"} [] [2022-10-17T09:27:49.015797+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/8","method":"GET"} [] [2022-10-17T09:27:49.068476+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:27:49.112519+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:27:49.194407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.195406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.198584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.199939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.200266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.200522+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' [] [] [2022-10-17T09:27:49.200984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.203036+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.203852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.204605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.205060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.205355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.205634+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' [] [] [2022-10-17T09:27:49.205931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.206172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.206998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.207898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.208309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.208563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.208790+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' [] [] [2022-10-17T09:27:49.209045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.210850+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-17T09:27:49.213946+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[70,69,68,67,66,65,64,63,62,61]] [] [2022-10-17T09:27:49.235746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-17T09:27:49.236590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:27:49.236895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:27:49.237178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-17T09:27:49.237487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-17T09:27:49.237798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-17T09:27:49.238153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-17T09:27:49.238423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T09:27:49.238704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T09:27:49.239086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-17T09:27:49.239523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-17T09:27:49.239840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-17T09:27:49.240113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-17T09:27:49.240416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-17T09:27:49.247629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.248477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.249192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.249668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.249944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.250187+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' [] [] [2022-10-17T09:27:49.250502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.250768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.251499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.252194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.252639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.252932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.253212+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' [] [] [2022-10-17T09:27:49.253519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.253767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.254494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:49.255305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:49.255735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:49.256047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:49.256328+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' [] [] [2022-10-17T09:27:49.256598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:49.468835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13be13"},"request_uri":"http://127.0.0.1:8000/_wdt/13be13","method":"GET"} [] [2022-10-17T09:27:53.910790+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:27:53.967573+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:27:54.059507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.062259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.066284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.067484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.067746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.067953+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' [] [] [2022-10-17T09:27:54.068393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.070835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.071628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.072322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.072722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.072946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.073138+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' [] [] [2022-10-17T09:27:54.073357+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.073525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.074184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.074840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.075200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.075411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.075606+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' [] [] [2022-10-17T09:27:54.075820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.086365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:27:54.091152+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[140,139,138,137,136,135,134,133,132,131]] [] [2022-10-17T09:27:54.111752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T09:27:54.112701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T09:27:54.113015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T09:27:54.113327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T09:27:54.113640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T09:27:54.113951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T09:27:54.114225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:27:54.114472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:27:54.114747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T09:27:54.115056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T09:27:54.115325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T09:27:54.115628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T09:27:54.115935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T09:27:54.116243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T09:27:54.117484+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:27:54.125434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.126260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.127030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.127525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.127828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.128109+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' [] [] [2022-10-17T09:27:54.128438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.128696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.129446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.130192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.130642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.130945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.131221+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' [] [] [2022-10-17T09:27:54.131528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.131773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.132560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:27:54.133312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:27:54.133749+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:27:54.134098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:27:54.134377+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' [] [] [2022-10-17T09:27:54.134700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:27:54.335241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30606c"},"request_uri":"http://127.0.0.1:8000/_wdt/30606c","method":"GET"} [] [2022-10-17T09:28:26.369493+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:28:26.427508+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:28:26.503487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.505311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.508715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.509906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.510281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.510576+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' [] [] [2022-10-17T09:28:26.511165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.513703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.514483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.515242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.515713+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.516019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.516299+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' [] [] [2022-10-17T09:28:26.516605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.516853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.517579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.518343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.518822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.519106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.519351+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' [] [] [2022-10-17T09:28:26.519614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.530829+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:28:26.535290+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[140,139,138,137,136,135,134,133,132,131]] [] [2022-10-17T09:28:26.554551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T09:28:26.555345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T09:28:26.555713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T09:28:26.556097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T09:28:26.556473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T09:28:26.556862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T09:28:26.557188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:28:26.557500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:28:26.557823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T09:28:26.558184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T09:28:26.558545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T09:28:26.558866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T09:28:26.559179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T09:28:26.559457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T09:28:26.560858+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:28:26.568822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.569651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.570432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.570930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.571236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.571519+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' [] [] [2022-10-17T09:28:26.571837+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.572096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.572824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.573576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.574038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.574438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.574736+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' [] [] [2022-10-17T09:28:26.575052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.575316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.576094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:26.576867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:26.577341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:26.577642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:26.577934+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' [] [] [2022-10-17T09:28:26.578248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:26.785486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaf816"},"request_uri":"http://127.0.0.1:8000/_wdt/eaf816","method":"GET"} [] [2022-10-17T09:28:37.276247+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"140"},"request_uri":"http://127.0.0.1:8000/assetregister/140/show","method":"GET"} [] [2022-10-17T09:28:37.369476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["140"] [] [2022-10-17T09:28:37.439943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T09:28:37.440480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T09:28:37.440836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T09:28:37.441177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T09:28:37.441533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T09:28:37.441872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T09:28:37.442217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T09:28:37.442568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [140] [] [2022-10-17T09:28:37.458085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.459003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.463251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:37.464756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:37.465150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:37.465423+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' [] [] [2022-10-17T09:28:37.466033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:37.468641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.469458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.470182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:37.470619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:37.470853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:37.471053+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' [] [] [2022-10-17T09:28:37.471278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:37.471454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.472137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:28:37.472792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:28:37.473175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:28:37.473426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:28:37.473670+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' [] [] [2022-10-17T09:28:37.473944+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:28:37.660036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b6ae6"},"request_uri":"http://127.0.0.1:8000/_wdt/6b6ae6","method":"GET"} [] [2022-10-17T09:29:48.027978+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:29:48.168682+00:00] request.CRITICAL: Uncaught PHP Exception Exception: "DateTime::__construct(): Failed to parse time string (Abc) at position 0 (A): The timezone could not be found in the database" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 401 {"exception":"[object] (Exception(code: 0): DateTime::__construct(): Failed to parse time string (Abc) at position 0 (A): The timezone could not be found in the database at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:401)"} [] [2022-10-17T09:29:48.212353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.214502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.222834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.223847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.224159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.224441+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' [] [] [2022-10-17T09:29:48.224922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.227099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.227839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.228577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.229019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.229398+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.229682+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' [] [] [2022-10-17T09:29:48.229984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.230229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.230949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.231690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.232125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.232412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.232685+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' [] [] [2022-10-17T09:29:48.232981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.233957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.234675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.235409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.235843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.236132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.236448+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' [] [] [2022-10-17T09:29:48.236745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.236990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.237709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.238442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.238873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.239161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.239433+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' [] [] [2022-10-17T09:29:48.239729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.239967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.240681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:29:48.241416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:29:48.241847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:29:48.242192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:29:48.242559+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' [] [] [2022-10-17T09:29:48.243016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:29:48.386813+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6911e4"},"request_uri":"http://127.0.0.1:8000/_wdt/6911e4","method":"GET"} [] [2022-10-17T09:30:36.281634+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:30:36.373936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.375615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.382991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:36.384013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:36.384329+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:36.384619+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' [] [] [2022-10-17T09:30:36.385107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:36.387176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.388011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.388769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:36.389233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:36.389579+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:36.389865+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' [] [] [2022-10-17T09:30:36.390173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:36.390422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.391154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:36.391910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:36.392352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:36.392645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:36.392923+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' [] [] [2022-10-17T09:30:36.393228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:36.569488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39bb8"},"request_uri":"http://127.0.0.1:8000/_wdt/e39bb8","method":"GET"} [] [2022-10-17T09:30:41.462487+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:30:41.602364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Building & Civil Construction"] [] [2022-10-17T09:30:41.625626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Building"] [] [2022-10-17T09:30:41.628663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Building -BWH"] [] [2022-10-17T09:30:41.632882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pcs"] [] [2022-10-17T09:30:41.658921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.659827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.663247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.664411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.664688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.664935+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' [] [] [2022-10-17T09:30:41.665397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:41.667883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.668577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.669290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.669694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.669945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.670133+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' [] [] [2022-10-17T09:30:41.670438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:41.670642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.671332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.672046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.672499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.672746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.672972+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' [] [] [2022-10-17T09:30:41.673236+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:41.798074+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:30:41.896221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.900351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.913812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.915138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.915507+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.915824+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' [] [] [2022-10-17T09:30:41.916468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:41.918968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.919843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.920769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.921369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.921673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.921957+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' [] [] [2022-10-17T09:30:41.922275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:41.922501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.923270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:30:41.923980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:30:41.924382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:30:41.924629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:30:41.924854+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' [] [] [2022-10-17T09:30:41.925165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:30:42.085069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fd5da"},"request_uri":"http://127.0.0.1:8000/_wdt/0fd5da","method":"GET"} [] [2022-10-17T09:31:40.908449+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-17T09:31:41.055180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Building & Civil Construction"] [] [2022-10-17T09:31:41.078711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Building"] [] [2022-10-17T09:31:41.081694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Building -BWH"] [] [2022-10-17T09:31:41.085801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-17T09:31:41.089672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-17T09:31:41.092575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-17T09:31:41.095049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-17T09:31:41.105312+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-17T09:31:41.116128+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T09:31:41.117153+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-07-01T00:00:00+00:00","2":25060335.0,"3":"BCC/2022/10/00107","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":14600,"20":"2061-06-21T00:00:00+00:00","21":2.5,"22":8,"23":8,"24":110,"25":1,"26":2,"27":1,"28":1} [] [2022-10-17T09:31:41.117548+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T09:31:41.139830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.140761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.144194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.145398+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.145709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.145993+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' [] [] [2022-10-17T09:31:41.146550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.149189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.149993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.150781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.151261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.151563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.151845+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' [] [] [2022-10-17T09:31:41.152218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.152487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.153217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.153971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.154429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.154722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.155000+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' [] [] [2022-10-17T09:31:41.155308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.280938+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-17T09:31:41.363918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.365893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.374682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.375885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.376230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.376525+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' [] [] [2022-10-17T09:31:41.377086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.379147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.379933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.380712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.381211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.381519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.381803+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' [] [] [2022-10-17T09:31:41.382115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.382367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.383170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:41.383922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:41.384377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:41.384679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:41.384960+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' [] [] [2022-10-17T09:31:41.385271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:41.547290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3dcaa"},"request_uri":"http://127.0.0.1:8000/_wdt/a3dcaa","method":"GET"} [] [2022-10-17T09:31:43.994443+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-17T09:31:44.046549+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:31:44.135661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.137360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.140645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.141732+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.142108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.142395+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' [] [] [2022-10-17T09:31:44.142925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.145043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.145802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.146557+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.147019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.147367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.147645+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' [] [] [2022-10-17T09:31:44.147948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.148194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.148925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.149826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.150307+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.150633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.150928+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' [] [] [2022-10-17T09:31:44.151248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.162225+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T09:31:44.166668+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T09:31:44.189380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T09:31:44.190293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T09:31:44.190673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T09:31:44.191087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T09:31:44.191544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T09:31:44.191904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T09:31:44.192255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T09:31:44.192639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T09:31:44.193009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T09:31:44.193321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T09:31:44.193605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T09:31:44.193908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T09:31:44.194243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T09:31:44.194585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T09:31:44.194922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T09:31:44.195257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T09:31:44.196583+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T09:31:44.204824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.205680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.206450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.206959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.207277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.207563+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' [] [] [2022-10-17T09:31:44.207880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.208145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.208877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.209627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.210070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.210361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.210651+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' [] [] [2022-10-17T09:31:44.210950+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.211195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.211927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:44.212774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:44.213283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:44.213557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:44.213851+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' [] [] [2022-10-17T09:31:44.214139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:44.417351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d1d4"},"request_uri":"http://127.0.0.1:8000/_wdt/f3d1d4","method":"GET"} [] [2022-10-17T09:31:57.138516+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-17T09:31:57.277655+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T09:31:57.291970+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T09:31:57.292599+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T09:31:57.301313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T09:31:57.301811+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T09:31:57.340736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.341714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.345460+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:57.346832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:57.347226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:57.347521+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' [] [] [2022-10-17T09:31:57.348077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:57.350868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.351822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.352622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:57.353115+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:57.353410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:57.353703+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' [] [] [2022-10-17T09:31:57.354078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:57.354350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.355223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:31:57.356110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:31:57.356714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:31:57.357059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:31:57.357316+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' [] [] [2022-10-17T09:31:57.357588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:31:57.561728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"760cc1"},"request_uri":"http://127.0.0.1:8000/_wdt/760cc1","method":"GET"} [] [2022-10-17T09:33:42.802525+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-17T09:33:42.990689+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-17', 0, 0, 0, 0, 0) [] [] [2022-10-17T09:33:45.082551+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T09:33:45.091768+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T09:33:45.251976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.253836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.257133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.258203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.258524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.258816+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' [] [] [2022-10-17T09:33:45.259321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:33:45.261538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.262305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.263073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.263543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.263846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.264135+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' [] [] [2022-10-17T09:33:45.264509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:33:45.264764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.265511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.266290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.266744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.267025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.267297+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' [] [] [2022-10-17T09:33:45.267587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:33:45.271474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.272270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.273060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.273579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.273886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.274179+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' [] [] [2022-10-17T09:33:45.274465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:33:45.274695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.275442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.276167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.276646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.276915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.277169+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' [] [] [2022-10-17T09:33:45.277434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:33:45.277637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.278335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:33:45.279033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:33:45.279441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:33:45.279713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:33:45.279972+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' [] [] [2022-10-17T09:33:45.280235+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.762284+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-17T09:35:14.805480+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T09:35:14.890456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.892289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.895906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.897252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.897616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.897924+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' [] [] [2022-10-17T09:35:14.898499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.901698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.902590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.903414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.903933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.904226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.904572+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' [] [] [2022-10-17T09:35:14.904882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.905144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.905903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.906671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.907153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.907416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.907697+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' [] [] [2022-10-17T09:35:14.908010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.917330+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T09:35:14.921220+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-17T09:35:14.924068+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T09:35:14.934185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.935237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.936044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.936564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.936863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.937128+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' [] [] [2022-10-17T09:35:14.937422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.937672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.938410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.939131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.939559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.939838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.940097+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' [] [] [2022-10-17T09:35:14.940384+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:14.940616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.941333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:14.942048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:14.942475+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:14.942754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:14.943011+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' [] [] [2022-10-17T09:35:14.943289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:15.175321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"201816"},"request_uri":"http://127.0.0.1:8000/_wdt/201816","method":"GET"} [] [2022-10-17T09:35:17.850803+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/group/4/edit","method":"GET"} [] [2022-10-17T09:35:17.893945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["4"] [] [2022-10-17T09:35:17.962338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.963380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.966750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:17.967842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:17.968136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:17.968388+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' [] [] [2022-10-17T09:35:17.968836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:17.970959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.971861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.972638+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:17.973169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:17.973440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:17.973682+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' [] [] [2022-10-17T09:35:17.973958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:17.974179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.974879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T09:35:17.975594+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T09:35:17.975995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T09:35:17.976244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T09:35:17.976473+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' [] [] [2022-10-17T09:35:17.976730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T09:35:18.131264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"424a4b"},"request_uri":"http://127.0.0.1:8000/_wdt/424a4b","method":"GET"} [] [2022-10-17T12:38:03.814315+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/" (from "http://192.168.0.208:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.208:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-17T12:38:03.855207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.857252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.865979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:03.867903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:03.868313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:03.868598+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' [] [] [2022-10-17T12:38:03.869147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:03.872336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.873118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.873875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:03.874359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:03.874661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:03.874993+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' [] [] [2022-10-17T12:38:03.875313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:03.875563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.876309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:03.877051+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:03.877510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:03.877800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:03.878071+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' [] [] [2022-10-17T12:38:03.878373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:04.098444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"516766"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/516766","method":"GET"} [] [2022-10-17T12:38:17.944484+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2022-10-17T12:38:17.995073+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T12:38:18.075041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.077016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.080564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.081780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.082111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.082415+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' [] [] [2022-10-17T12:38:18.082916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.085422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.086145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.086887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.087352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.087641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.087906+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' [] [] [2022-10-17T12:38:18.088200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.088436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.089122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.089826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.090306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.090590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.090857+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' [] [] [2022-10-17T12:38:18.091143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.101045+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-17T12:38:18.106435+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-17T12:38:18.109281+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-17T12:38:18.122278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.123065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.123773+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.124214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.124470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.124698+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' [] [] [2022-10-17T12:38:18.124960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.125167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.125841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.126516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.126907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.127148+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.127368+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' [] [] [2022-10-17T12:38:18.127615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.127805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.128463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:18.129134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:18.129513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:18.129757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:18.129976+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' [] [] [2022-10-17T12:38:18.130233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:18.689009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"070476"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/070476","method":"GET"} [] [2022-10-17T12:38:24.595175+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T12:38:24.644190+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T12:38:24.724189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.725833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.728927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.729936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.730260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.730560+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' [] [] [2022-10-17T12:38:24.731051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.733032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.733767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.734483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.734908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.735236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.735502+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' [] [] [2022-10-17T12:38:24.735788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.736023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.736721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.737433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.737880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.738257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.738499+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' [] [] [2022-10-17T12:38:24.738869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.750110+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T12:38:24.756443+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T12:38:24.774264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T12:38:24.775033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T12:38:24.775349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T12:38:24.775671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T12:38:24.775965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T12:38:24.776226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T12:38:24.776514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T12:38:24.776835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T12:38:24.777161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T12:38:24.777452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:24.777712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:24.777998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T12:38:24.778316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T12:38:24.778635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T12:38:24.778954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T12:38:24.779282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T12:38:24.780449+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T12:38:24.788698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.789544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.790269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.790728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.791007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.791257+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' [] [] [2022-10-17T12:38:24.791538+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.791770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.792456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.793152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.793560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.793843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.794090+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' [] [] [2022-10-17T12:38:24.794361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.794575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.795256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:24.795951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:24.796400+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:24.796668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:24.796917+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' [] [] [2022-10-17T12:38:24.797185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:24.991952+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0daeb"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f0daeb","method":"GET"} [] [2022-10-17T12:38:37.600962+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/2","method":"GET"} [] [2022-10-17T12:38:37.654290+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T12:38:37.690413+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T12:38:37.752806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.753758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.756983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.758127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.758456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.758727+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' [] [] [2022-10-17T12:38:37.759232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.761600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.762329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.763065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.763491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.763773+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.764039+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' [] [] [2022-10-17T12:38:37.764326+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.764559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.765252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.766004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.766425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.766763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.767026+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' [] [] [2022-10-17T12:38:37.767313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.769036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-17T12:38:37.771666+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[131,130,129,128,127,126,125,124,123,122]] [] [2022-10-17T12:38:37.791281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T12:38:37.792167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:37.792485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:37.792813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2022-10-17T12:38:37.793152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2022-10-17T12:38:37.793495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2022-10-17T12:38:37.793832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2022-10-17T12:38:37.794170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2022-10-17T12:38:37.794508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2022-10-17T12:38:37.794846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2022-10-17T12:38:37.795185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2022-10-17T12:38:37.795554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2022-10-17T12:38:37.802821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.803820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.804724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.805241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.805587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.805884+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' [] [] [2022-10-17T12:38:37.806206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.806467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.807229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.807973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.808447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.808763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.809106+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' [] [] [2022-10-17T12:38:37.809443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.809701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.810483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:37.811267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:37.811748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:37.812063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:37.812357+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' [] [] [2022-10-17T12:38:37.812805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:37.981352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"573fce"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/573fce","method":"GET"} [] [2022-10-17T12:38:40.206960+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T12:38:40.259350+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T12:38:40.330451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.332253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.335503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.336654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.336951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.337223+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' [] [] [2022-10-17T12:38:40.337732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.340069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.340783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.341500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.341928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.342211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.342477+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' [] [] [2022-10-17T12:38:40.342765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.342998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.343695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.344579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.345045+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.345333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.345598+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' [] [] [2022-10-17T12:38:40.345888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.355914+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T12:38:40.359954+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T12:38:40.380144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T12:38:40.380991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T12:38:40.381305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T12:38:40.381621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T12:38:40.381907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T12:38:40.382164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T12:38:40.382452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T12:38:40.382769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T12:38:40.383085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T12:38:40.383366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:40.383621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T12:38:40.383912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T12:38:40.384234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T12:38:40.384548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T12:38:40.384912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T12:38:40.385237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T12:38:40.386407+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T12:38:40.393898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.394661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.395393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.395868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.396160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.396428+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' [] [] [2022-10-17T12:38:40.396735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.396982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.397682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.398400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.398823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.399104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.399370+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' [] [] [2022-10-17T12:38:40.399664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.399897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.400603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:38:40.401320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:38:40.401746+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:38:40.402026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:38:40.402297+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' [] [] [2022-10-17T12:38:40.402583+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:38:40.601352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9e6bd"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c9e6bd","method":"GET"} [] [2022-10-17T12:39:08.519502+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/show","method":"GET"} [] [2022-10-17T12:39:08.605273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-17T12:39:08.642775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T12:39:08.643230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T12:39:08.643549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T12:39:08.643856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T12:39:08.645533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T12:39:08.646494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T12:39:08.647337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T12:39:08.648326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [141] [] [2022-10-17T12:39:08.663459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.664260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.667905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:08.669071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:08.669415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:08.669676+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' [] [] [2022-10-17T12:39:08.670152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:08.672430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.673152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.673865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:08.674280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:08.674549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:08.674795+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' [] [] [2022-10-17T12:39:08.675064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:08.675280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.675960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:08.676655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:08.677055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:08.677359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:08.677606+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' [] [] [2022-10-17T12:39:08.677875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:08.867609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bdc9c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9bdc9c","method":"GET"} [] [2022-10-17T12:39:11.831185+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T12:39:11.932614+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T12:39:11.945739+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T12:39:11.946214+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T12:39:11.953671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T12:39:11.954051+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T12:39:11.988310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:11.989210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:11.992482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:11.993687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:11.994038+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:11.994311+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' [] [] [2022-10-17T12:39:11.994812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:11.997214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:11.997907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:11.998620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:11.999048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:11.999330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:11.999594+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' [] [] [2022-10-17T12:39:11.999880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:12.000112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:12.000801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:12.001508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:12.001924+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:12.002213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:12.002513+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' [] [] [2022-10-17T12:39:12.002804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:12.195674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e62af"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/0e62af","method":"GET"} [] [2022-10-17T12:39:50.538223+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T12:39:50.704106+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-17T12:39:52.238349+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T12:39:52.244820+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T12:39:52.398677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.400418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.403657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.404804+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.405129+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.405410+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' [] [] [2022-10-17T12:39:52.406015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:52.408570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.409284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.410004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.410470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.410756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.411027+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' [] [] [2022-10-17T12:39:52.411317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:52.411553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.412248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.412962+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.413454+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.413741+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.414005+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' [] [] [2022-10-17T12:39:52.414299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:52.419297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.420017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.420744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.421183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.421523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.421794+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' [] [] [2022-10-17T12:39:52.422088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:52.422331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.423042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.423776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.424239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.424526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.424795+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' [] [] [2022-10-17T12:39:52.425095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:39:52.425339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.426057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:39:52.426782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:39:52.427210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:39:52.427495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:39:52.427765+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' [] [] [2022-10-17T12:39:52.428063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:18.053049+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-17T12:40:18.104519+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-17T12:40:18.157029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.157920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.161041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:18.162129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:18.162397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:18.162627+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' [] [] [2022-10-17T12:40:18.163070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:18.165401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.166128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.166796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:18.167182+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:18.167424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:18.167640+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' [] [] [2022-10-17T12:40:18.167883+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:18.168070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.168708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:18.169367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:18.169784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:18.170024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:18.170239+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' [] [] [2022-10-17T12:40:18.170477+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.043279+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T12:40:20.151189+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T12:40:20.215617+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T12:40:20.477903+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T12:40:20.483942+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T12:40:20.629451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.630325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.633333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.634301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.634540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.634736+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' [] [] [2022-10-17T12:40:20.635124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.637082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.637776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.638512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.638955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.639302+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.639577+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' [] [] [2022-10-17T12:40:20.639874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.640116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.640832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.641569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.642008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.642301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.642575+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' [] [] [2022-10-17T12:40:20.642872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.643929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.644647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.645385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.645821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.646111+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.646387+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' [] [] [2022-10-17T12:40:20.646684+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.646929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.647646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.648393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.648832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.649164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.649441+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' [] [] [2022-10-17T12:40:20.649737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:40:20.649982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.650698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:40:20.651437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:40:20.651874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:40:20.652164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:40:20.652437+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' [] [] [2022-10-17T12:40:20.652742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:59:18.472038+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T12:59:18.544618+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T12:59:18.600450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.601390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.604666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:59:18.607135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:59:18.607603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:59:18.607912+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' [] [] [2022-10-17T12:59:18.608454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:59:18.612285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.613183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.613927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:59:18.614451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:59:18.614796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:59:18.615063+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' [] [] [2022-10-17T12:59:18.615354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T12:59:18.615588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.616271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T12:59:18.616974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T12:59:18.617390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T12:59:18.617671+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T12:59:18.617930+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' [] [] [2022-10-17T12:59:18.618211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:15.047336+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T13:00:15.156502+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:00:15.168728+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T13:00:15.169324+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T13:00:15.179138+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T13:00:15.180447+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T13:00:15.229171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.230052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.233383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:15.234521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:15.234801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:15.235035+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' [] [] [2022-10-17T13:00:15.235487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:15.237832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.238528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.239214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:15.239606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:15.239853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:15.240073+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' [] [] [2022-10-17T13:00:15.240316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:15.240556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.241224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:15.241903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:15.242283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:15.242525+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:15.242743+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' [] [] [2022-10-17T13:00:15.242984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:16.838070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"802fea"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/802fea","method":"GET"} [] [2022-10-17T13:00:42.832390+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T13:00:42.887945+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T13:00:42.978429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.980256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.983564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:42.984677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:42.985017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:42.985286+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' [] [] [2022-10-17T13:00:42.985774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:42.988139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.988831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.989541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:42.989957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:42.990237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:42.990497+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' [] [] [2022-10-17T13:00:42.990779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:42.991009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.991692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:42.992518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:42.992960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:42.993273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:42.993534+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' [] [] [2022-10-17T13:00:42.993823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:43.004021+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T13:00:43.010666+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T13:00:43.028290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T13:00:43.029002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T13:00:43.029290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T13:00:43.029587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T13:00:43.029855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T13:00:43.030088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T13:00:43.030349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T13:00:43.030653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T13:00:43.030952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T13:00:43.031215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T13:00:43.031447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T13:00:43.031708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T13:00:43.032001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T13:00:43.032295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T13:00:43.032588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T13:00:43.032937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T13:00:43.034077+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T13:00:43.042047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.042804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.043497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:43.043932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:43.044181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:43.044402+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' [] [] [2022-10-17T13:00:43.044662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:43.044873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.045525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.046190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:43.046575+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:43.046814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:43.047030+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' [] [] [2022-10-17T13:00:43.047271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:43.047458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.048108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:43.048774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:43.049155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:43.049399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:43.049616+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' [] [] [2022-10-17T13:00:43.049856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:43.374210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22920b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/22920b","method":"GET"} [] [2022-10-17T13:00:51.346561+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"135"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/135/edit","method":"GET"} [] [2022-10-17T13:00:51.429526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["135"] [] [2022-10-17T13:00:51.497411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T13:00:51.498188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T13:00:51.498540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T13:00:51.499137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T13:00:51.500846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T13:00:51.501166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T13:00:51.501465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T13:00:51.504366+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:00:51.505890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T13:00:51.506340+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T13:00:51.509040+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T13:00:51.509383+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T13:00:51.509711+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T13:00:51.510155+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T13:00:51.561172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.562078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.565256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:51.566385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:51.566680+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:51.566943+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' [] [] [2022-10-17T13:00:51.567415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:51.570006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.570838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.571621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:51.572074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:51.572335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:51.572648+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' [] [] [2022-10-17T13:00:51.572909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:51.573117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.573812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:00:51.574558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:00:51.575065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:00:51.575322+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:00:51.575570+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' [] [] [2022-10-17T13:00:51.575973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:00:51.786822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24eb03"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/24eb03","method":"GET"} [] [2022-10-17T13:01:13.126566+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T13:01:13.255106+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:01:13.278170+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T13:01:13.278750+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T13:01:13.289302+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T13:01:13.289790+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T13:01:13.323151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.324014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.327323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:01:13.328460+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:01:13.328846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:01:13.329107+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' [] [] [2022-10-17T13:01:13.329585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:01:13.331916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.332622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.333323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:01:13.333738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:01:13.334007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:01:13.334251+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' [] [] [2022-10-17T13:01:13.334519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:01:13.334735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.335408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:01:13.336094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:01:13.336542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:01:13.336808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:01:13.337050+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' [] [] [2022-10-17T13:01:13.337320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:01:13.520948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"035818"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/035818","method":"GET"} [] [2022-10-17T13:02:06.531876+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-17T13:02:06.599825+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-17T13:02:06.651564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.652447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.655696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:06.656848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:06.657144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:06.657402+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' [] [] [2022-10-17T13:02:06.657926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:06.660200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.661293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.662226+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:06.662756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:06.663006+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:06.663332+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' [] [] [2022-10-17T13:02:06.663725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:06.663997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.664892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:06.665919+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:06.666311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:06.666664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:06.666987+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' [] [] [2022-10-17T13:02:06.667277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:08.669607+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:02:08.786873+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T13:02:08.849159+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T13:02:09.110435+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:02:09.116919+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:02:09.251854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.252726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.255694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.256694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.256965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.257191+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' [] [] [2022-10-17T13:02:09.257593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:09.259486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.260162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.260830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.261213+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.261449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.261663+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' [] [] [2022-10-17T13:02:09.261902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:09.262089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.262731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.263383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.263751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.264026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.264244+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' [] [] [2022-10-17T13:02:09.264482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:09.265428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.266085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.266752+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.267128+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.267363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.267575+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' [] [] [2022-10-17T13:02:09.267816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:09.268005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.268648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.269392+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.269760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.269994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.270206+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' [] [] [2022-10-17T13:02:09.270442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:02:09.270624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.271264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:02:09.271922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:02:09.272290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:02:09.272522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:02:09.272735+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' [] [] [2022-10-17T13:02:09.272972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:50.420277+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-17T13:09:50.492827+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-17T13:09:50.544762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.545646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.548831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:50.549950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:50.550293+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:50.550553+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' [] [] [2022-10-17T13:09:50.551028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:50.553303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.554103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.554803+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:50.555225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:50.555494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:50.555738+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' [] [] [2022-10-17T13:09:50.556008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:50.556226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.556898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:50.557593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:50.557993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:50.558311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:50.558558+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' [] [] [2022-10-17T13:09:50.558828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.397224+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:09:52.508051+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-17T13:09:52.585878+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 5, 0, 0, 0, 0) [] [] [2022-10-17T13:09:52.740006+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:09:52.746262+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:09:52.880745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.881729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.884701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.885659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.885929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.886164+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' [] [] [2022-10-17T13:09:52.886579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.888561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.889265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.889957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.890353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.890603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.890824+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' [] [] [2022-10-17T13:09:52.891123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.891319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.891984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.892664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.893044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.893285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.893503+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' [] [] [2022-10-17T13:09:52.893746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.894725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.895399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.896082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.896465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.896759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.896978+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' [] [] [2022-10-17T13:09:52.897223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.897419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.898085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.898766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.899148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.899387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.899605+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' [] [] [2022-10-17T13:09:52.899854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:09:52.900041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.900704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:09:52.901383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:09:52.901760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:09:52.902000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:09:52.902217+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' [] [] [2022-10-17T13:09:52.902461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:11.845630+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-17T13:11:11.896053+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-17T13:11:11.947850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.948730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.951879+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:11.952993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:11.953287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:11.953541+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' [] [] [2022-10-17T13:11:11.954012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:11.956276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.957102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.957840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:11.958305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:11.958613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:11.958902+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' [] [] [2022-10-17T13:11:11.959219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:11.959449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.960121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:11.960806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:11.961208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:11.961472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:11.961717+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' [] [] [2022-10-17T13:11:11.961983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:13.636153+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:11:13.739706+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-17T13:11:13.800926+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-17T13:11:14.718632+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:11:14.725621+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:11:14.857872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.858793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.861958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.863178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.863494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.863764+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' [] [] [2022-10-17T13:11:14.864220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:14.866322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.867072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.867786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.868212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.868533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.868787+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' [] [] [2022-10-17T13:11:14.869063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:14.869289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.869974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.870669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.871076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.871351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.871604+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' [] [] [2022-10-17T13:11:14.871874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:14.872904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.873601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.874302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.874709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.874978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.875226+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' [] [] [2022-10-17T13:11:14.875497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:14.875719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.876398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.877096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.877498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.877763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.878031+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' [] [] [2022-10-17T13:11:14.878309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:11:14.878527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.879206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:11:14.879901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:11:14.880302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:11:14.880625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:11:14.880873+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' [] [] [2022-10-17T13:11:14.881147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:55.007707+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-17T13:12:55.059822+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-17T13:12:55.111636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.112541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.115698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:55.116809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:55.117103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:55.117360+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' [] [] [2022-10-17T13:12:55.117833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:55.120103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.120887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.121593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:55.122006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:55.122332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:55.122581+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' [] [] [2022-10-17T13:12:55.122853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:55.123126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.123826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:55.124519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:55.124919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:55.125184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:55.125425+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' [] [] [2022-10-17T13:12:55.125691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.576548+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:12:56.685101+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-17T13:12:56.751097+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-17T13:12:56.821511+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:12:56.827769+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:12:56.960743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.961692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.964741+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.965726+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.966055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.966328+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' [] [] [2022-10-17T13:12:56.966830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.968832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.969528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.970236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.970662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.970968+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.971237+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' [] [] [2022-10-17T13:12:56.971521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.971757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.972444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.973150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.973572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.973853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.974120+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' [] [] [2022-10-17T13:12:56.974408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.975477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.976163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.976866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.977280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.977557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.977816+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' [] [] [2022-10-17T13:12:56.978100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.978336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.979023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.979891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.980309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.980591+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.980851+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' [] [] [2022-10-17T13:12:56.981134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:12:56.981398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.982117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:12:56.982857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:12:56.983302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:12:56.983612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:12:56.983872+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' [] [] [2022-10-17T13:12:56.984155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:25.789144+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=8","method":"GET"} [] [2022-10-17T13:13:25.849359+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["8"] [] [2022-10-17T13:13:25.898697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.899606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.902779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:25.903905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:25.904206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:25.904514+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' [] [] [2022-10-17T13:13:25.904999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:25.907302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.908004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.908698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:25.909109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:25.909377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:25.909622+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' [] [] [2022-10-17T13:13:25.909891+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:25.910111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.910829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:25.911521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:25.911923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:25.912185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:25.912427+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' [] [] [2022-10-17T13:13:25.912736+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.179363+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:13:36.300303+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-17T13:13:36.313595+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["8"]] [] [2022-10-17T13:13:36.404518+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 8, 0, 0, 0) [] [] [2022-10-17T13:13:36.474793+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:13:36.482213+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:13:36.618453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.619327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.622560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.623659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.623926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.624153+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' [] [] [2022-10-17T13:13:36.624599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.627088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.627850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.628604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.629153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.629460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.629736+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' [] [] [2022-10-17T13:13:36.630109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.630365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.631163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.631887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.632403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.632659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.632905+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' [] [] [2022-10-17T13:13:36.633243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.634485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.635331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.636092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.636568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.636824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.637080+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' [] [] [2022-10-17T13:13:36.637353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.637577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.638313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.639095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.639596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.639899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.640144+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' [] [] [2022-10-17T13:13:36.640413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:13:36.640632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.641373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:13:36.642156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:13:36.642608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:13:36.642869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:13:36.643093+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' [] [] [2022-10-17T13:13:36.643345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.049375+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:14:02.169664+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-17T13:14:02.182670+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["8"]] [] [2022-10-17T13:14:02.183265+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-17T13:14:02.255530+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 8, 110, 0, 0) [] [] [2022-10-17T13:14:02.326129+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:14:02.333314+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:14:02.467765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.468696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.471923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.473051+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.473422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.473690+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' [] [] [2022-10-17T13:14:02.474183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.476559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.477259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.477965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.478390+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.478697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.478960+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' [] [] [2022-10-17T13:14:02.479244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.479478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.480287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.480996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.481412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.481720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.481983+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' [] [] [2022-10-17T13:14:02.482268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.483290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.483976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.484679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.485096+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.485373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.485633+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' [] [] [2022-10-17T13:14:02.485915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.486150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.486836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.487540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.487955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.488278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.488547+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' [] [] [2022-10-17T13:14:02.488832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:14:02.489064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.489785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:14:02.490521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:14:02.490964+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:14:02.491288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:14:02.491551+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' [] [] [2022-10-17T13:14:02.491833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:35.091591+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=7","method":"GET"} [] [2022-10-17T13:15:35.164509+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["7"] [] [2022-10-17T13:15:35.218668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.219575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.222794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:35.223914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:35.224245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:35.224481+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' [] [] [2022-10-17T13:15:35.224937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:35.227290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.227998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.228688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:35.229082+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:35.229326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:35.229546+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' [] [] [2022-10-17T13:15:35.229792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:35.229989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.230653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:35.231331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:35.231710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:35.231991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:35.232211+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' [] [] [2022-10-17T13:15:35.232456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.297742+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:15:38.398150+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T13:15:38.407356+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-17T13:15:38.480869+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 7, 0, 110, 0, 0) [] [] [2022-10-17T13:15:38.551028+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:15:38.558522+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:15:38.695915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.696830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.700015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.701149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.701448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.701704+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' [] [] [2022-10-17T13:15:38.702174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.704538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.705239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.705942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.706357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.706625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.706924+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' [] [] [2022-10-17T13:15:38.707198+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.707418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.708099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.708891+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.709300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.709565+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.709813+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' [] [] [2022-10-17T13:15:38.710080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.711071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.711772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.712475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.712883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.713149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.713394+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' [] [] [2022-10-17T13:15:38.713665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.713887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.714566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.715265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.715666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.715929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.716171+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' [] [] [2022-10-17T13:15:38.716437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:38.716650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.717333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:38.718025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:38.718431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:38.718693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:38.718935+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' [] [] [2022-10-17T13:15:38.719201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.223924+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:15:53.347762+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T13:15:53.361084+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-17T13:15:53.369775+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T13:15:53.458784+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 7, 0, 110, 0, 1) [] [] [2022-10-17T13:15:53.529962+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:15:53.537652+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:15:53.685462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.686394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.689652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.690796+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.691088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.691345+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' [] [] [2022-10-17T13:15:53.691816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.694205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.694903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.695591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.696006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.696272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.696516+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' [] [] [2022-10-17T13:15:53.696784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.696999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.697663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.698397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.698802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.699065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.699307+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' [] [] [2022-10-17T13:15:53.699571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.700584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.701267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.701959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.702367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.702631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.702873+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' [] [] [2022-10-17T13:15:53.703143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.703362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.704024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.704706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.705189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.705452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.705692+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' [] [] [2022-10-17T13:15:53.705957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:15:53.706168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.706833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:15:53.707512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:15:53.707908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:15:53.708167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:15:53.708407+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' [] [] [2022-10-17T13:15:53.708673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:21.776187+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:16:21.888274+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T13:16:21.901374+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-17T13:16:21.909994+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T13:16:21.975427+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 7, 0, 110, 0, 1) [] [] [2022-10-17T13:16:22.046375+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:16:22.053922+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:16:22.188269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.189197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.192394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.193578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.193876+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.194134+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' [] [] [2022-10-17T13:16:22.194612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:22.196997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.197709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.198418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.199251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.199497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.199759+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' [] [] [2022-10-17T13:16:22.200044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:22.200263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.200946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.201643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.202046+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.202313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.202558+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' [] [] [2022-10-17T13:16:22.202825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:22.203838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.204528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.205231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.205636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.205909+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.206153+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' [] [] [2022-10-17T13:16:22.206421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:22.206642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.207324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.208019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.208419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.208686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.208930+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' [] [] [2022-10-17T13:16:22.209197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:22.209411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.210086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:22.210781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:22.211179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:22.211444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:22.211685+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' [] [] [2022-10-17T13:16:22.211951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:29.210163+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-17T13:16:29.277072+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-17T13:16:29.331478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.332410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.335657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:29.336861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:29.337196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:29.337475+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' [] [] [2022-10-17T13:16:29.338094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:29.340575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.341326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.342028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:29.342473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:29.342746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:29.342994+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' [] [] [2022-10-17T13:16:29.343269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:29.343488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.344153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:29.344837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:29.345240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:29.345556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:29.345807+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' [] [] [2022-10-17T13:16:29.346074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.436810+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:16:30.542386+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-17T13:16:30.551662+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-17T13:16:30.559842+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-17T13:16:30.627486+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 5, 0, 110, 0, 1) [] [] [2022-10-17T13:16:30.699523+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:16:30.707228+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:16:30.848692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.849624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.852973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.854121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.854397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.854635+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' [] [] [2022-10-17T13:16:30.855099+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.857542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.858246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.858941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.859340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.859649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.859881+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' [] [] [2022-10-17T13:16:30.860132+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.860330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.861006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.861699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.862090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.862334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.862555+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' [] [] [2022-10-17T13:16:30.862804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.863811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.864498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.865193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.865582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.865833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.866057+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' [] [] [2022-10-17T13:16:30.866306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.866506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.867178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.867866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.868251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.868517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.868740+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' [] [] [2022-10-17T13:16:30.868986+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:30.869184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.869857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:30.870543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:30.870929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:30.871172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:30.871395+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' [] [] [2022-10-17T13:16:30.871646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.778944+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T13:16:40.832862+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T13:16:40.914956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.916811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.919841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.920828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.921126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.921401+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' [] [] [2022-10-17T13:16:40.921863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.923841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.924546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.925266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.925751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.926035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.926307+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' [] [] [2022-10-17T13:16:40.926598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.926834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.927538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.928260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.928742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.929028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.929295+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' [] [] [2022-10-17T13:16:40.929584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.939809+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T13:16:40.943966+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T13:16:40.961220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T13:16:40.961932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T13:16:40.962221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T13:16:40.962518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T13:16:40.962788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T13:16:40.963023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T13:16:40.963286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T13:16:40.963584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T13:16:40.963881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T13:16:40.964145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T13:16:40.964378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T13:16:40.964640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T13:16:40.964936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T13:16:40.965230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T13:16:40.965525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T13:16:40.965821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T13:16:40.966938+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T13:16:40.974407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.975151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.975920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.976361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.976612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.976837+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' [] [] [2022-10-17T13:16:40.977092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.977296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.977955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.978631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.979015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.979255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.979473+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' [] [] [2022-10-17T13:16:40.979723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:40.979914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.980570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:40.981298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:40.981680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:40.981923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:40.982141+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' [] [] [2022-10-17T13:16:40.982383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:41.304637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1e379"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f1e379","method":"GET"} [] [2022-10-17T13:16:43.848330+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T13:16:43.961077+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:16:43.974216+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T13:16:43.974694+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T13:16:43.983196+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T13:16:43.983719+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T13:16:44.017220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.018086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.021251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:44.022458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:44.022754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:44.023013+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' [] [] [2022-10-17T13:16:44.023496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:44.025787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.026495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.027201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:44.027616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:44.027887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:44.028134+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' [] [] [2022-10-17T13:16:44.028405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:44.028624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.029302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:16:44.029998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:16:44.030446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:16:44.030714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:16:44.030960+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' [] [] [2022-10-17T13:16:44.031228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:16:44.232706+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ad77c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/8ad77c","method":"GET"} [] [2022-10-17T13:17:18.422254+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-17T13:17:18.487362+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-17T13:17:18.541485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.542381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.545855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:18.547117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:18.547408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:18.547649+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' [] [] [2022-10-17T13:17:18.548135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:18.550655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.551458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.552170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:18.552630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:18.552916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:18.553164+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' [] [] [2022-10-17T13:17:18.553429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:18.553692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.554456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:18.555206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:18.555683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:18.555981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:18.556264+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' [] [] [2022-10-17T13:17:18.556568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.270888+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:17:25.373299+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-17T13:17:25.434893+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 5, 0, 0, 0, 0) [] [] [2022-10-17T13:17:25.586851+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:17:25.593194+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:17:25.725946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.726868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.729808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.730847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.731180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.731480+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' [] [] [2022-10-17T13:17:25.731973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.733961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.734685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.735389+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.735812+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.736082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.736329+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' [] [] [2022-10-17T13:17:25.736599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.736818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.737500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.738200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.738601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.738867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.739115+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' [] [] [2022-10-17T13:17:25.739382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.740363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.741056+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.741759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.742166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.742434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.742679+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' [] [] [2022-10-17T13:17:25.742948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.743173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.743853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.744544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.744944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.745211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.745456+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' [] [] [2022-10-17T13:17:25.745723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:25.745937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.746707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:25.747403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:25.747807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:25.748072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:25.748315+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' [] [] [2022-10-17T13:17:25.748584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:33.003246+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=7","method":"GET"} [] [2022-10-17T13:17:33.058700+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["7"] [] [2022-10-17T13:17:33.110498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.111397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.114577+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:33.115700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:33.116060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:33.116323+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' [] [] [2022-10-17T13:17:33.116800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:33.119084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.119908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.120609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:33.121027+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:33.121296+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:33.121549+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' [] [] [2022-10-17T13:17:33.121820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:33.122039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.122722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:33.123417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:33.123818+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:33.124130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:33.124377+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' [] [] [2022-10-17T13:17:33.124651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.261973+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:17:34.371107+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T13:17:34.433592+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 7, 0, 0, 0, 0) [] [] [2022-10-17T13:17:34.537208+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:17:34.543660+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:17:34.674377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.675234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.678145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.679078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.679344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.679574+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' [] [] [2022-10-17T13:17:34.679983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.682062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.682813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.683621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.684176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.684450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.684701+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' [] [] [2022-10-17T13:17:34.684965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.685243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.685953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.686647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.687060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.687382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.687673+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' [] [] [2022-10-17T13:17:34.688048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.689230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.689981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.690710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.691226+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.691537+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.691828+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' [] [] [2022-10-17T13:17:34.692155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.692425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.693146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.693884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.694354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.694629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.694874+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' [] [] [2022-10-17T13:17:34.695149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:17:34.695374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.696068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:17:34.696762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:17:34.697332+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:17:34.697709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:17:34.697979+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' [] [] [2022-10-17T13:17:34.698268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.129884+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:43:14.264362+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-17T13:43:14.337780+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2017-07-01', '2018-06-30', 7, 0, 0, 0, 0) [] [] [2022-10-17T13:43:14.439593+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:43:14.447275+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:43:14.582179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.583214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.586475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.589845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.590189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.590413+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' [] [] [2022-10-17T13:43:14.590882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.594095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.594817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.595520+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.595972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.596236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.596481+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' [] [] [2022-10-17T13:43:14.596745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.596949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.597623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.598311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.598707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.598945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.599188+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' [] [] [2022-10-17T13:43:14.599444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.600442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.601137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.601833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.602233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.602470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.602712+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' [] [] [2022-10-17T13:43:14.602966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.603171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.603840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.604524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.604910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.605145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.605436+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' [] [] [2022-10-17T13:43:14.605690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:43:14.605875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.606574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:43:14.607251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:43:14.607630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:43:14.607863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:43:14.608102+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' [] [] [2022-10-17T13:43:14.608351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:04.139255+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-17T13:53:04.203755+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-17T13:53:04.259594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.260576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.264127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:04.265368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:04.265701+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:04.265935+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' [] [] [2022-10-17T13:53:04.266393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:04.268726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.269441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.270121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:04.270512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:04.270753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:04.270970+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' [] [] [2022-10-17T13:53:04.271214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:04.271403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.272052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:04.272719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:04.273093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:04.273327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:04.273587+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' [] [] [2022-10-17T13:53:04.273828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:05.902012+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T13:53:06.015767+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T13:53:06.093690+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T13:53:06.380632+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T13:53:06.386880+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T13:53:06.534154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.535080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.538019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.538972+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.539242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.539470+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' [] [] [2022-10-17T13:53:06.539884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:06.541819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.542493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.543162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.543546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.543785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.544002+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' [] [] [2022-10-17T13:53:06.544244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:06.544435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.545168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.545827+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.546248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.546489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.546705+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' [] [] [2022-10-17T13:53:06.546945+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:06.547902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.548563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.549233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.549610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.549847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.550064+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' [] [] [2022-10-17T13:53:06.550305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:06.550496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.551141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.551802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.552177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.552412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.552627+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' [] [] [2022-10-17T13:53:06.552865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T13:53:06.553050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.553726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T13:53:06.554386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T13:53:06.554754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T13:53:06.554988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T13:53:06.555201+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' [] [] [2022-10-17T13:53:06.555439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.322463+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T14:06:24.456913+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T14:06:24.523971+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2017-07-01', '2021-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T14:06:24.786431+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:06:24.793603+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T14:06:24.928013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.928896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.932134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.933228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.933508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.933793+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' [] [] [2022-10-17T14:06:24.934252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.936638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.937328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.938006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.938399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.938641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.938860+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' [] [] [2022-10-17T14:06:24.939104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.939345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.940004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.940677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.941058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.941299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.941515+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' [] [] [2022-10-17T14:06:24.941758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.942740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.943417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.944092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.944479+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.944721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.944944+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' [] [] [2022-10-17T14:06:24.945190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.945385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.946044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.946715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.947090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.947327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.947542+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' [] [] [2022-10-17T14:06:24.947788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:06:24.947976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.948634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:06:24.949312+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:06:24.949687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:06:24.949923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:06:24.950139+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' [] [] [2022-10-17T14:06:24.950380+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.507471+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:08:09.564099+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:09.666492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.668306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.671640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.672748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.673107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.673379+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' [] [] [2022-10-17T14:08:09.673874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.676235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.676950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.677661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.678084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.678366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.678633+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' [] [] [2022-10-17T14:08:09.678920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.679155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.679852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.680695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.681119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.681448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.681712+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' [] [] [2022-10-17T14:08:09.681997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.692238+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:09.696481+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:08:09.716165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:08:09.716921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:08:09.717213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:08:09.717560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:08:09.717836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:08:09.718075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:08:09.718339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:08:09.718636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:08:09.718931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:08:09.719197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:09.719436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:09.719697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:08:09.719995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:08:09.720290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:08:09.720593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:08:09.720901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:08:09.722083+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:09.730089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.730840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.731541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.731977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.732229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.732455+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' [] [] [2022-10-17T14:08:09.732709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.732913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.733583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.734263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.734671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.734913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.735134+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' [] [] [2022-10-17T14:08:09.735382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:09.735574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.736237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:09.736916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:09.737294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:09.737534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:09.737760+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' [] [] [2022-10-17T14:08:09.738003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:10.053915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1ba92"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e1ba92","method":"GET"} [] [2022-10-17T14:08:19.096380+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/2","method":"GET"} [] [2022-10-17T14:08:19.149515+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:19.179787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:19.242173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.243055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.246208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.247326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.247617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.247871+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' [] [] [2022-10-17T14:08:19.248345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.250658+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.251353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.252042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.252504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.252782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.253026+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' [] [] [2022-10-17T14:08:19.253297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.253513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.254179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.254860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.255255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.255518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.255762+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' [] [] [2022-10-17T14:08:19.256086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.257765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:19.260331+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[131,130,129,128,127,126,125,124,123,122]] [] [2022-10-17T14:08:19.277310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T14:08:19.278038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:19.278349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:19.278663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2022-10-17T14:08:19.278988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2022-10-17T14:08:19.279305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2022-10-17T14:08:19.279624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2022-10-17T14:08:19.279992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2022-10-17T14:08:19.280314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2022-10-17T14:08:19.280631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2022-10-17T14:08:19.280952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2022-10-17T14:08:19.281276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2022-10-17T14:08:19.287864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.288715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.289644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.290158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.290500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.290753+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' [] [] [2022-10-17T14:08:19.291023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.291242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.291962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.292786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.293325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.293706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.293991+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' [] [] [2022-10-17T14:08:19.294355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.294616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.295362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:19.296061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:19.296515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:19.296798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:19.297027+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' [] [] [2022-10-17T14:08:19.297308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:19.516693+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bb5a8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/1bb5a8","method":"GET"} [] [2022-10-17T14:08:24.226690+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/3","method":"GET"} [] [2022-10-17T14:08:24.279365+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:24.303806+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:24.365824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.366750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.369990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.371117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.371443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.371717+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' [] [] [2022-10-17T14:08:24.372302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.374626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.375360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.376077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.376506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.376815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.377082+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' [] [] [2022-10-17T14:08:24.377396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.377628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.378352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.379093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.379513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.379851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.380255+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' [] [] [2022-10-17T14:08:24.380659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.382723+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:24.385833+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[121,120,119,118,117,116,115,114,113,112]] [] [2022-10-17T14:08:24.404261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [90] [] [2022-10-17T14:08:24.405139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:24.405468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:24.405802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [89] [] [2022-10-17T14:08:24.406149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [88] [] [2022-10-17T14:08:24.406490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [87] [] [2022-10-17T14:08:24.406832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [86] [] [2022-10-17T14:08:24.407173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [85] [] [2022-10-17T14:08:24.407520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [84] [] [2022-10-17T14:08:24.407859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [83] [] [2022-10-17T14:08:24.408204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [82] [] [2022-10-17T14:08:24.408560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [81] [] [2022-10-17T14:08:24.415259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.416045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.416763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.417208+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.417512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.417744+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' [] [] [2022-10-17T14:08:24.418005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.418211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.418884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.419566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.419953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.420195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.420414+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' [] [] [2022-10-17T14:08:24.420661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.420851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.421512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:24.422196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:24.422574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:24.422815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:24.423034+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' [] [] [2022-10-17T14:08:24.423279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:24.638425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"226591"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/226591","method":"GET"} [] [2022-10-17T14:08:33.386841+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"4","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/4","method":"GET"} [] [2022-10-17T14:08:33.439955+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:33.473418+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:33.536021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.536917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.540110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.541207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.541553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.541812+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' [] [] [2022-10-17T14:08:33.542288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.544617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.545324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.546022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.546439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.546708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.546951+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' [] [] [2022-10-17T14:08:33.547220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.547440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.548113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.548798+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.549197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.549496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.549830+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' [] [] [2022-10-17T14:08:33.550098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.551778+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:33.554364+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[111,110,109,108,107,106,105,104,103,102]] [] [2022-10-17T14:08:33.572776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [80] [] [2022-10-17T14:08:33.573700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:33.574055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:33.574391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [79] [] [2022-10-17T14:08:33.574702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [78] [] [2022-10-17T14:08:33.575035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [77] [] [2022-10-17T14:08:33.575334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [76] [] [2022-10-17T14:08:33.575631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [75] [] [2022-10-17T14:08:33.575934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [74] [] [2022-10-17T14:08:33.576235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [73] [] [2022-10-17T14:08:33.576544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [72] [] [2022-10-17T14:08:33.576861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [71] [] [2022-10-17T14:08:33.584409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.585271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.585992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.586465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.586724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.586978+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' [] [] [2022-10-17T14:08:33.587249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.587470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.588234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.589022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.589550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.589877+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.590138+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' [] [] [2022-10-17T14:08:33.590420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.590634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.591343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:33.592040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:33.592518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:33.592767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:33.593015+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' [] [] [2022-10-17T14:08:33.593331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:33.798500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c643c7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c643c7","method":"GET"} [] [2022-10-17T14:08:39.893504+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"5","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/5","method":"GET"} [] [2022-10-17T14:08:39.946277+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:39.971871+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:40.033389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.034258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.037518+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.038612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.038904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.039158+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' [] [] [2022-10-17T14:08:40.039629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.041949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.042644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.043346+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.043829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.044103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.044351+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' [] [] [2022-10-17T14:08:40.044619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.044837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.045502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.046184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.046631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.046945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.047562+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' [] [] [2022-10-17T14:08:40.047867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.049695+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:40.052373+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[101,100,99,98,97,96,95,94,93,92]] [] [2022-10-17T14:08:40.069447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [70] [] [2022-10-17T14:08:40.070181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:40.070494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:40.070809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [69] [] [2022-10-17T14:08:40.071134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [68] [] [2022-10-17T14:08:40.071457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [67] [] [2022-10-17T14:08:40.071773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [66] [] [2022-10-17T14:08:40.072090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [65] [] [2022-10-17T14:08:40.072403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [64] [] [2022-10-17T14:08:40.072716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [63] [] [2022-10-17T14:08:40.073035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [62] [] [2022-10-17T14:08:40.073399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [61] [] [2022-10-17T14:08:40.080110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.080870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.081572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.082026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.082301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.082550+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' [] [] [2022-10-17T14:08:40.082829+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.083058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.083732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.084416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.084819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.085085+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.085324+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' [] [] [2022-10-17T14:08:40.085650+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.085865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.086532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:40.087213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:40.087611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:40.087873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:40.088111+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' [] [] [2022-10-17T14:08:40.088375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:40.293572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cd305"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5cd305","method":"GET"} [] [2022-10-17T14:08:44.288477+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"6","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/6","method":"GET"} [] [2022-10-17T14:08:44.346057+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:44.377242+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:44.440272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.441164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.444397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.445473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.445742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.445973+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' [] [] [2022-10-17T14:08:44.446425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.448754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.449447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.450139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.450532+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.450776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.451050+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' [] [] [2022-10-17T14:08:44.451300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.451494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.452158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.452843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.453230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.453508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.453727+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' [] [] [2022-10-17T14:08:44.453970+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.455636+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:44.458242+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[91,90,89,88,87,86,85,84,83,82]] [] [2022-10-17T14:08:44.475306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [60] [] [2022-10-17T14:08:44.476011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:44.476297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:44.476588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [59] [] [2022-10-17T14:08:44.476890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [58] [] [2022-10-17T14:08:44.477195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [57] [] [2022-10-17T14:08:44.477498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [56] [] [2022-10-17T14:08:44.477796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [55] [] [2022-10-17T14:08:44.478096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [54] [] [2022-10-17T14:08:44.478398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [53] [] [2022-10-17T14:08:44.478700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [52] [] [2022-10-17T14:08:44.479008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [51] [] [2022-10-17T14:08:44.485682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.486434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.487140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.487568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.487819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.488045+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' [] [] [2022-10-17T14:08:44.488302+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.488510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.489179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.489860+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.490244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.490535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.490757+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' [] [] [2022-10-17T14:08:44.491003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.491196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.491861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:44.492541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:44.492920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:44.493164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:44.493381+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' [] [] [2022-10-17T14:08:44.493625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:44.748017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc61e7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/fc61e7","method":"GET"} [] [2022-10-17T14:08:57.503837+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-17T14:08:57.557746+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:08:57.592849+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:08:57.655078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.656023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.659254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.660362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.660689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.660960+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' [] [] [2022-10-17T14:08:57.661451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.663786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.664484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.665194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.665620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.665952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.666221+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' [] [] [2022-10-17T14:08:57.666508+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.666741+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.667430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.668141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.668555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.668833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.669237+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' [] [] [2022-10-17T14:08:57.669521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.671242+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-17T14:08:57.673860+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-17T14:08:57.690896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-17T14:08:57.691669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:57.691989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:08:57.692326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-17T14:08:57.692666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-17T14:08:57.693013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-17T14:08:57.693357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-17T14:08:57.693696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-17T14:08:57.694076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-17T14:08:57.694415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-17T14:08:57.694760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-17T14:08:57.695099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-17T14:08:57.701761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.702551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.703270+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.703730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.704047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.704317+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' [] [] [2022-10-17T14:08:57.704609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.704859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.705554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.706260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.706673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.706943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.707194+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' [] [] [2022-10-17T14:08:57.707464+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.707678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.708348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:08:57.709034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:08:57.709430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:08:57.709692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:08:57.709932+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' [] [] [2022-10-17T14:08:57.710197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:08:57.910617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"192062"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/192062","method":"GET"} [] [2022-10-17T14:09:02.845815+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/8","method":"GET"} [] [2022-10-17T14:09:02.899667+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:09:02.935186+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:09:03.010358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.011293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.014666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.015766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.016034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.016267+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' [] [] [2022-10-17T14:09:03.016735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.019096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.019854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.020544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.020935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.021179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.021399+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' [] [] [2022-10-17T14:09:03.021644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.021838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.022503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.023187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.023569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.023808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.024025+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' [] [] [2022-10-17T14:09:03.024269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.026236+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-17T14:09:03.028926+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[71,70,69,68,67,66,65,64,63,62]] [] [2022-10-17T14:09:03.046139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [40] [] [2022-10-17T14:09:03.046833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:09:03.047120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:09:03.047411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-17T14:09:03.047711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-17T14:09:03.048005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-17T14:09:03.048300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-17T14:09:03.048594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-17T14:09:03.048854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:03.049087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:03.049345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-17T14:09:03.049647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-17T14:09:03.049941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-17T14:09:03.050234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-17T14:09:03.056830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.057584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.058362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.058809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.059121+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.059351+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' [] [] [2022-10-17T14:09:03.059607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.059812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.060478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.061159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.061542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.061782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.062001+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' [] [] [2022-10-17T14:09:03.062243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.062432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.063099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:03.063779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:03.064155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:03.064394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:03.064612+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' [] [] [2022-10-17T14:09:03.064859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:03.252999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5d3e1"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b5d3e1","method":"GET"} [] [2022-10-17T14:09:08.129874+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"9","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/9","method":"GET"} [] [2022-10-17T14:09:08.182598+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:09:08.215207+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:09:08.277012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.277920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.281152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.282254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.282642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.282915+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' [] [] [2022-10-17T14:09:08.283414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.285756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.286525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.287240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.287668+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.287948+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.288220+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' [] [] [2022-10-17T14:09:08.288510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.288744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.289515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.290225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.290640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.290965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.291228+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' [] [] [2022-10-17T14:09:08.291624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.293365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%","%%","%%","%%"] [] [2022-10-17T14:09:08.296025+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[61,60,59,58,57,56,55,54,53,52]] [] [2022-10-17T14:09:08.312892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-17T14:09:08.313667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:08.313987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:08.314348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-17T14:09:08.314694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-17T14:09:08.314998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T14:09:08.315274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T14:09:08.315586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-17T14:09:08.315925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-17T14:09:08.316291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-17T14:09:08.316630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-17T14:09:08.316983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-17T14:09:08.324018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.324817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.325575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.326071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.326390+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.326656+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' [] [] [2022-10-17T14:09:08.326954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.327200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.327892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.328606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.329028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.329307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.329568+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' [] [] [2022-10-17T14:09:08.329856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.330088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.330811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:08.331527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:08.331941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:08.332281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:08.332543+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' [] [] [2022-10-17T14:09:08.332830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:08.526969+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2af18a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2af18a","method":"GET"} [] [2022-10-17T14:09:12.842897+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-17T14:09:12.896810+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:09:12.932877+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:09:12.995033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:12.995932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:12.999162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.000305+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.000586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.000816+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' [] [] [2022-10-17T14:09:13.001266+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.003562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.004252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.004950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.005342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.005585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.005804+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' [] [] [2022-10-17T14:09:13.006049+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.006241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.006907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.007589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.007966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.008257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.008478+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' [] [] [2022-10-17T14:09:13.008721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.010458+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-17T14:09:13.013081+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-17T14:09:13.030205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-17T14:09:13.030933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-17T14:09:13.031246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-17T14:09:13.031565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-17T14:09:13.031891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-17T14:09:13.032179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:13.032438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:13.032725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-17T14:09:13.033043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-17T14:09:13.033360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-17T14:09:13.033674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-17T14:09:13.033996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-17T14:09:13.034312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-17T14:09:13.034681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-17T14:09:13.041125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.041892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.042605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.043056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.043335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.043584+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' [] [] [2022-10-17T14:09:13.043862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.044094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.044775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.045472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.045870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.046135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.046376+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' [] [] [2022-10-17T14:09:13.046699+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.046918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.047597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:13.048299+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:13.048700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:13.048965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:13.049206+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' [] [] [2022-10-17T14:09:13.049472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:13.220461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4487ae"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4487ae","method":"GET"} [] [2022-10-17T14:09:38.124692+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:09:38.180680+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:09:38.208492+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:09:38.288969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.289829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.293002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.294067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.294333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.294559+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' [] [] [2022-10-17T14:09:38.295006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.297280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.297957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.298632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.299017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.299254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.299468+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' [] [] [2022-10-17T14:09:38.299765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.299956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.300655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.301316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.301690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.301925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.302137+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' [] [] [2022-10-17T14:09:38.302373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.304016+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:09:38.306568+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:09:38.325265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:09:38.326018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:38.326310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:38.326604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:09:38.326906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:09:38.327202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:09:38.327497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:38.327791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:09:38.328084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:38.347218+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.347984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.348729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.349158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.349407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.349633+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' [] [] [2022-10-17T14:09:38.349881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.350081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.350729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.351390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.351767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.352008+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.352222+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' [] [] [2022-10-17T14:09:38.352472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.352655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.353306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:38.353965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:38.354336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:38.354569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:38.354792+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' [] [] [2022-10-17T14:09:38.355029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:38.569396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1d048"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d1d048","method":"GET"} [] [2022-10-17T14:09:46.578120+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"GET"} [] [2022-10-17T14:09:46.659520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:09:46.742994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:46.743788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:09:46.744140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:09:46.745843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:09:46.746280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:09:46.746657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:09:46.746961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:09:46.749245+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:09:46.750775+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:09:46.751221+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:09:46.753908+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T14:09:46.754250+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:09:46.754577+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:09:46.754975+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T14:09:46.783154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.784045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.787252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:46.788379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:46.788674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:46.788932+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' [] [] [2022-10-17T14:09:46.789466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:46.791814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.792527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.793232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:46.793651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:46.793921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:46.794168+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' [] [] [2022-10-17T14:09:46.794442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:46.794662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.795344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:09:46.796038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:09:46.796439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:09:46.796702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:09:46.796947+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' [] [] [2022-10-17T14:09:46.797223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:09:46.994017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8779a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c8779a","method":"GET"} [] [2022-10-17T14:11:00.356098+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:11:00.470236+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:11:00.483319+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:11:00.483783+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:11:00.493318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:11:00.493879+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:11:00.527296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.528156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.531504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:11:00.532618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:11:00.532911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:11:00.533167+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' [] [] [2022-10-17T14:11:00.533641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:11:00.535975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.536680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.537441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:11:00.537853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:11:00.538120+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:11:00.538364+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' [] [] [2022-10-17T14:11:00.538632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:11:00.538847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.539521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:11:00.540209+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:11:00.540604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:11:00.540868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:11:00.541108+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' [] [] [2022-10-17T14:11:00.541375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:11:00.780584+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ff540"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5ff540","method":"GET"} [] [2022-10-17T14:22:55.909280+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:22:56.024857+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:22:56.038120+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:22:56.038663+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:22:56.046029+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:22:56.046411+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:22:56.079971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.080899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.084106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:22:56.085248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:22:56.085595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:22:56.085857+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' [] [] [2022-10-17T14:22:56.086328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:22:56.088649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.089346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.090036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:22:56.090499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:22:56.090774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:22:56.091019+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' [] [] [2022-10-17T14:22:56.091287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:22:56.091504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.092172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:22:56.092855+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:22:56.093252+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:22:56.093516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:22:56.093756+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' [] [] [2022-10-17T14:22:56.094025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:22:57.865467+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5257f2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5257f2","method":"GET"} [] [2022-10-17T14:23:04.274344+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:23:04.353067+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:23:04.447674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.452191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.474469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.475878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.476224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.476502+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' [] [] [2022-10-17T14:23:04.477030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.479726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.480588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.481390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.481841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.482100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.482327+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' [] [] [2022-10-17T14:23:04.482640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.482849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.483539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.484236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.484640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.484886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.485114+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' [] [] [2022-10-17T14:23:04.485363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.511399+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:23:04.515606+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:23:04.533383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:23:04.534117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:23:04.534412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:23:04.534710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:23:04.534986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:23:04.535224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:23:04.535493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:23:04.535794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:23:04.536090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:23:04.536362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:23:04.536669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:23:04.536932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:23:04.537293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:23:04.537598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:23:04.537897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:23:04.538202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:23:04.539344+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:23:04.546923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.547670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.548373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.548805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.549060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.549287+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' [] [] [2022-10-17T14:23:04.549544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.549749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.550418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.551103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.551491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.551733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.551952+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' [] [] [2022-10-17T14:23:04.552257+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.552451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.553119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:04.553800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:04.554179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:04.554456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:04.554682+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' [] [] [2022-10-17T14:23:04.554927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:04.802729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f18106"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f18106","method":"GET"} [] [2022-10-17T14:23:38.734298+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"POST"} [] [2022-10-17T14:23:38.742228+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\\fixedasset\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2022-10-17T14:23:38.792434+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:23:38.874079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.875994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.879399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.880554+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.880914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.881199+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' [] [] [2022-10-17T14:23:38.881721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:38.884176+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.884908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.885657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.886093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.886382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.886664+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' [] [] [2022-10-17T14:23:38.886959+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:38.887199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.887970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.888720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.889150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.889439+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.889756+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' [] [] [2022-10-17T14:23:38.890053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:38.900814+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8219%","%8219%","%8219%","%8219%"] [] [2022-10-17T14:23:38.903615+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%8219%","%8219%","%8219%","%8219%"] [] [2022-10-17T14:23:38.905433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.906197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.906946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.907399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.907696+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.907974+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' [] [] [2022-10-17T14:23:38.908275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:38.908524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.909247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.909999+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.910435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.910733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.911004+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' [] [] [2022-10-17T14:23:38.911304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:38.911545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.912272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:23:38.913023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:23:38.913448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:23:38.913731+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:23:38.914045+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' [] [] [2022-10-17T14:23:38.914334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:23:39.112178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2ae59"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b2ae59","method":"GET"} [] [2022-10-17T14:24:51.657570+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:24:51.757199+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:24:51.770340+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:24:51.770843+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:24:51.778311+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:24:51.778701+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:24:51.812608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.813509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.816755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:51.817881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:51.818178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:51.818492+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' [] [] [2022-10-17T14:24:51.818971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:51.821335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.822034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.822725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:51.823135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:51.823401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:51.823646+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' [] [] [2022-10-17T14:24:51.823915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:51.824177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.824850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:51.825535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:51.825931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:51.826193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:51.826438+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' [] [] [2022-10-17T14:24:51.826760+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:52.163003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4eee80"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4eee80","method":"GET"} [] [2022-10-17T14:24:53.574006+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:24:53.626810+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:24:53.700629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.702489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.705524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.706484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.706777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.707123+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' [] [] [2022-10-17T14:24:53.707597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.709593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.710284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.710991+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.711470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.711778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.712051+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' [] [] [2022-10-17T14:24:53.712339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.712574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.713286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.714007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.714490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.714774+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.715045+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' [] [] [2022-10-17T14:24:53.715337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.725706+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:24:53.729845+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:24:53.749377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:24:53.750205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:24:53.750535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:24:53.750849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:24:53.751145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:24:53.751397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:24:53.751678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:24:53.751994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:24:53.752310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:24:53.752594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:24:53.752844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:24:53.753123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:24:53.753435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:24:53.753747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:24:53.754061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:24:53.754384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:24:53.755579+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:24:53.763202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.764033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.764775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.765251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.765545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.765821+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' [] [] [2022-10-17T14:24:53.766124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.766373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.767076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.767800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.768224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.768510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.768778+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' [] [] [2022-10-17T14:24:53.769074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.769311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.770012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:24:53.770736+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:24:53.771163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:24:53.771448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:24:53.771724+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' [] [] [2022-10-17T14:24:53.772016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:24:53.978001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef9de7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ef9de7","method":"GET"} [] [2022-10-17T14:26:00.540349+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/2","method":"GET"} [] [2022-10-17T14:26:00.604453+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:26:00.637578+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:26:00.702552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.703461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.706807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.707921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.708195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.708440+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' [] [] [2022-10-17T14:26:00.708909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.711334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.712047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.712777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.713178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.713415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.713656+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' [] [] [2022-10-17T14:26:00.713909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.714110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.714955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.715649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.716035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.716269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.716508+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' [] [] [2022-10-17T14:26:00.716758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.718431+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:26:00.721017+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[131,130,129,128,127,126,125,124,123,122]] [] [2022-10-17T14:26:00.739458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-17T14:26:00.740248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:26:00.740553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:26:00.740862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2022-10-17T14:26:00.741176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2022-10-17T14:26:00.741583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2022-10-17T14:26:00.741889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2022-10-17T14:26:00.742189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2022-10-17T14:26:00.742513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2022-10-17T14:26:00.742824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2022-10-17T14:26:00.743135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2022-10-17T14:26:00.743451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2022-10-17T14:26:00.750455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.751217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.751900+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.752350+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.752621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.752866+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' [] [] [2022-10-17T14:26:00.753137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.753363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.754033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.754702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.755100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.755358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.755596+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' [] [] [2022-10-17T14:26:00.755859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.756071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.756733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:00.757399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:00.757792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:00.758049+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:00.758284+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' [] [] [2022-10-17T14:26:00.758543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:00.943017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e76e85"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e76e85","method":"GET"} [] [2022-10-17T14:26:07.014581+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:26:07.068573+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:26:07.105229+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:26:07.168709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.169661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.173108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.174372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.174670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.174956+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' [] [] [2022-10-17T14:26:07.175439+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.177880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.178663+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.179383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.179845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.180100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.180417+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' [] [] [2022-10-17T14:26:07.180690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.180936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.181747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.182419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.182815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.183055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.183273+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' [] [] [2022-10-17T14:26:07.183517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.185265+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:26:07.187890+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:26:07.204853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:26:07.205547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:26:07.205831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:26:07.206119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:26:07.206416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:26:07.206711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:26:07.207004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:26:07.207293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:26:07.207583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:26:07.214317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.215071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.215767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.216203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.216457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.216685+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' [] [] [2022-10-17T14:26:07.216940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.217145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.217806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.218483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.218864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.219104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.219322+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' [] [] [2022-10-17T14:26:07.219570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.219766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.220425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:07.221103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:07.221483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:07.221722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:07.221944+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' [] [] [2022-10-17T14:26:07.222188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:07.431046+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e915b7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e915b7","method":"GET"} [] [2022-10-17T14:26:19.860148+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-17T14:26:19.936701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:26:19.974054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:26:19.974525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:26:19.974892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:26:19.975196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:26:19.975565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:26:19.975863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:26:19.976146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:26:19.976438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-17T14:26:19.990077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:19.991038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:19.994211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:19.995323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:19.995618+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:19.995879+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' [] [] [2022-10-17T14:26:19.996353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:19.998630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:19.999344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:20.000050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:20.000462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:20.000790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:20.001044+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' [] [] [2022-10-17T14:26:20.001316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:20.001535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:20.002219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:20.002914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:20.003314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:20.003577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:20.003820+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' [] [] [2022-10-17T14:26:20.004090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:20.219105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"682a9e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/682a9e","method":"GET"} [] [2022-10-17T14:26:54.102592+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/disposal","method":"GET"} [] [2022-10-17T14:26:54.219629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.221407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.229523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:54.230758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:54.231035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:54.231273+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' [] [] [2022-10-17T14:26:54.231739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:54.234208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.235053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.235758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:54.236192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:54.236447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:54.236691+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' [] [] [2022-10-17T14:26:54.236952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:54.237157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.237839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:26:54.238525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:26:54.238993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:26:54.239229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:26:54.239468+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' [] [] [2022-10-17T14:26:54.239721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:26:54.437166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfffa4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/bfffa4","method":"GET"} [] [2022-10-17T14:29:54.126898+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/disposal","method":"POST"} [] [2022-10-17T14:29:54.304200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:29:54.322526+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T14:29:54.323416+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2018-10-22T00:00:00+00:00","2":1780852.0,"3":null,"4":null,"5":null,"6":null,"7":37} [] [2022-10-17T14:29:54.324253+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T14:29:54.342719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.343565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.346820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.348057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.348328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.348556+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' [] [] [2022-10-17T14:29:54.349009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:54.351334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.352029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.352713+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.353102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.353344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.353566+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' [] [] [2022-10-17T14:29:54.353810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:54.354000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.354657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.355330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.355704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.356007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.356226+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' [] [] [2022-10-17T14:29:54.356468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:54.634604+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-17T14:29:54.708443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:29:54.746097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:29:54.746624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:29:54.746981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:29:54.747307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:29:54.747637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:29:54.747978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:29:54.748308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:29:54.748619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-17T14:29:54.762628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.763413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.766528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.767620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.767911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.768171+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' [] [] [2022-10-17T14:29:54.768640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:54.770916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.771619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.772322+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.772734+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.773003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.773250+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' [] [] [2022-10-17T14:29:54.773521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:54.773800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.774485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:29:54.775181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:29:54.775583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:29:54.775848+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:29:54.776091+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' [] [] [2022-10-17T14:29:54.776358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:29:55.096565+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7207f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e7207f","method":"GET"} [] [2022-10-17T14:30:06.275036+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:30:06.377560+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:30:06.390811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:30:06.391346+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:30:06.398756+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:30:06.399145+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:30:06.432833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.433729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.437026+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:06.438216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:06.438495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:06.438740+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' [] [] [2022-10-17T14:30:06.439283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:06.441859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.442756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.443564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:06.444128+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:06.444426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:06.444668+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' [] [] [2022-10-17T14:30:06.444946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:06.445162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.445942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:06.446718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:06.447223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:06.447502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:06.447748+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' [] [] [2022-10-17T14:30:06.448006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:06.659976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"223fd0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/223fd0","method":"GET"} [] [2022-10-17T14:30:31.044888+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-17T14:30:31.106111+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-17T14:30:31.159077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.159941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.163059+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:31.164135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:31.164394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:31.164623+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' [] [] [2022-10-17T14:30:31.165124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:31.167482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.168150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.168814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:31.169193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:31.169427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:31.169639+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' [] [] [2022-10-17T14:30:31.169878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:31.170064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.170712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:31.171362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:31.171728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:31.171964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:31.172181+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' [] [] [2022-10-17T14:30:31.172481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:33.840204+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T14:30:33.949201+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T14:30:34.011700+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T14:30:34.241091+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:30:34.260320+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T14:30:34.392215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.393109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.396049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.397076+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.397374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.397628+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' [] [] [2022-10-17T14:30:34.398060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:34.400020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.400804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.401504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.401913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.402179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.402431+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' [] [] [2022-10-17T14:30:34.402702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:34.402919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.403587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.404277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.404674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.404990+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.405236+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' [] [] [2022-10-17T14:30:34.405505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:34.406470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.407159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.407847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.408250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.408515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.408758+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' [] [] [2022-10-17T14:30:34.409027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:34.409247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.409921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.410606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.411007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.411269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.411516+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' [] [] [2022-10-17T14:30:34.411781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:30:34.411992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.412679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:30:34.413351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:30:34.413724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:30:34.413960+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:30:34.414177+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' [] [] [2022-10-17T14:30:34.414417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.509584+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:34:15.565529+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:34:15.647526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.649474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.652871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.653979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.654274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.654551+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' [] [] [2022-10-17T14:34:15.655048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.657445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.658182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.658923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.659351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.659631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.659897+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' [] [] [2022-10-17T14:34:15.660184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.660419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.661215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.661948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.662411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.662692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.662981+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' [] [] [2022-10-17T14:34:15.663267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.673532+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:34:15.677660+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:34:15.694969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:34:15.695711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:34:15.696040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:34:15.696374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:34:15.696683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:34:15.696958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:34:15.697268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:34:15.697611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:34:15.697979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:34:15.698284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:34:15.698560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:34:15.698866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:34:15.699230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:34:15.699646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:34:15.700018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:34:15.700390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:34:15.701602+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:34:15.709277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.710026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.710742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.711230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.711522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.711789+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' [] [] [2022-10-17T14:34:15.712095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.712344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.713067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.713784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.714210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.714493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.714770+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' [] [] [2022-10-17T14:34:15.715062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:15.715302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.716003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:15.716722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:15.717148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:15.717435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:15.717702+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' [] [] [2022-10-17T14:34:15.717996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:16.048977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d126e9"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d126e9","method":"GET"} [] [2022-10-17T14:34:52.440918+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:34:52.494549+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:34:52.529447+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:34:52.592089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.592998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.596224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.597331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.597656+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.597990+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' [] [] [2022-10-17T14:34:52.598474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.600846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.601553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.602250+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.602666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.602934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.603179+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' [] [] [2022-10-17T14:34:52.603451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.603669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.604344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.605028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.605436+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.605692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.605991+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' [] [] [2022-10-17T14:34:52.606311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.607998+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:34:52.610744+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:34:52.628084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:34:52.628818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:34:52.629110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:34:52.629402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:34:52.629703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:34:52.630003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:34:52.630300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:34:52.630601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:34:52.630895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:34:52.637708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.638466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.639160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.639596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.639850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.640078+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' [] [] [2022-10-17T14:34:52.640333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.640537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.641197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.641868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.642312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.642556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.642775+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' [] [] [2022-10-17T14:34:52.643023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.643215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.643871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:34:52.644541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:34:52.644918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:34:52.645157+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:34:52.645375+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' [] [] [2022-10-17T14:34:52.645626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:34:52.863724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"832bc6"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/832bc6","method":"GET"} [] [2022-10-17T14:35:00.353334+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-17T14:35:00.433950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:35:00.471013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:35:00.471527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:00.471856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:00.472175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:00.472513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:35:00.472840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:00.473150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:00.473508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-17T14:35:00.487250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.488086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.491249+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:00.492358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:00.492719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:00.492980+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' [] [] [2022-10-17T14:35:00.493465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:00.495788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.496505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.497211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:00.497627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:00.497895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:00.498144+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' [] [] [2022-10-17T14:35:00.498419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:00.498636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.499319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:00.500013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:00.500414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:00.500681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:00.500927+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' [] [] [2022-10-17T14:35:00.501202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:00.696869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8524b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c8524b","method":"GET"} [] [2022-10-17T14:35:06.020233+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"GET"} [] [2022-10-17T14:35:06.104525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:35:06.172258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:06.173031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:06.173371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:35:06.173951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:06.174290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:35:06.174608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:06.174876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:35:06.177419+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:35:06.179190+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:35:06.179653+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:35:06.182821+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T14:35:06.183233+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:35:06.183552+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:35:06.184111+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T14:35:06.216551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.217476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.220901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:06.222241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:06.222571+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:06.222827+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' [] [] [2022-10-17T14:35:06.223366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:06.225916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.226755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.227568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:06.228097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:06.228458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:06.228741+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' [] [] [2022-10-17T14:35:06.229048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:06.229311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.230066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:06.230817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:06.231293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:06.231586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:06.231861+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' [] [] [2022-10-17T14:35:06.232162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:06.454344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"224ded"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/224ded","method":"GET"} [] [2022-10-17T14:35:22.762019+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/disposal","method":"GET"} [] [2022-10-17T14:35:22.835773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.837589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.845232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:22.846256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:22.846549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:22.846821+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' [] [] [2022-10-17T14:35:22.847273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:22.849264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.849963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.850666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:22.851083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:22.851361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:22.851623+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' [] [] [2022-10-17T14:35:22.851910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:22.852141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.852825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:22.853528+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:22.853986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:22.854263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:22.854523+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' [] [] [2022-10-17T14:35:22.854811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:22.996424+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"793723"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/793723","method":"GET"} [] [2022-10-17T14:35:47.630895+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:35:47.687503+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:35:47.766602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.768445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.771759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.772916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.773277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.773554+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' [] [] [2022-10-17T14:35:47.774054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:47.776431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.777152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.777880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.778316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.778600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.778869+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' [] [] [2022-10-17T14:35:47.779170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:47.779407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.780117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.780917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.781345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.781632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.781952+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' [] [] [2022-10-17T14:35:47.782248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:47.792401+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:35:47.796508+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:35:47.813942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:35:47.814698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:35:47.815014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:35:47.815335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:35:47.815632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:35:47.815896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:35:47.816186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:35:47.816509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:35:47.816829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:35:47.817120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:35:47.817380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:35:47.817671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:35:47.817991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:35:47.818310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:35:47.818630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:35:47.818960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:35:47.820125+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:35:47.827680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.828442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.829156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.829610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.829890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.830145+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' [] [] [2022-10-17T14:35:47.830426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:47.830656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.831338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.832033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.832435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.832757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.833044+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' [] [] [2022-10-17T14:35:47.833378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:47.833596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.834278+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:47.834978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:47.835375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:47.835641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:47.835900+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' [] [] [2022-10-17T14:35:47.836170+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:48.003233+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"113405"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/113405","method":"GET"} [] [2022-10-17T14:35:53.891256+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:35:53.946710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:35:53.984307+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:35:54.074886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.075896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.079203+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.080324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.080599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.080835+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' [] [] [2022-10-17T14:35:54.081314+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.083720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.084417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.085108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.085502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.085808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.086040+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' [] [] [2022-10-17T14:35:54.086290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.086491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.087158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.087841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.088223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.088467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.088687+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' [] [] [2022-10-17T14:35:54.088932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.090917+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:35:54.093622+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:35:54.111125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:35:54.111831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:54.112120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:54.112430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:35:54.112757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:35:54.113080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:35:54.113403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:35:54.113722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:35:54.114098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:35:54.120812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.121588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.122311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.122830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.123114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.123363+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' [] [] [2022-10-17T14:35:54.123644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.123875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.124555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.125305+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.125707+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.125973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.126219+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' [] [] [2022-10-17T14:35:54.126491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.126709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.127390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:35:54.128088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:35:54.128484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:35:54.128748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:35:54.128990+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' [] [] [2022-10-17T14:35:54.129258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:35:54.335018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"910493"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/910493","method":"GET"} [] [2022-10-17T14:36:09.128742+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-17T14:36:09.214799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:36:09.253037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:36:09.253430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:36:09.253672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:36:09.253949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:36:09.254238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:36:09.254533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:36:09.254792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:36:09.255075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-17T14:36:09.269062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.269868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.273072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:09.274162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:09.274429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:09.274657+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' [] [] [2022-10-17T14:36:09.275104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:09.277445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.278124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.278871+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:09.279259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:09.279503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:09.279720+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' [] [] [2022-10-17T14:36:09.279965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:09.280156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.280810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:09.281487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:09.281860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:09.282102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:09.282318+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' [] [] [2022-10-17T14:36:09.282557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:09.500728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a9a46"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4a9a46","method":"GET"} [] [2022-10-17T14:36:20.234738+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/disposal","method":"GET"} [] [2022-10-17T14:36:20.322275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.324156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.332314+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:20.333418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:20.333744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:20.334016+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' [] [] [2022-10-17T14:36:20.334517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:20.336988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.337693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.338403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:20.338827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:20.339136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:20.339401+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' [] [] [2022-10-17T14:36:20.339691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:20.339982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.340680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:20.341395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:20.341814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:20.342101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:20.342363+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' [] [] [2022-10-17T14:36:20.342649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:20.482408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57a56a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/57a56a","method":"GET"} [] [2022-10-17T14:36:43.519129+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:36:43.573809+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:36:43.644107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.646010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.649200+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.650191+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.650573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.650849+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' [] [] [2022-10-17T14:36:43.651317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.653323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.654035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.654762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.655188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.655472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.655741+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' [] [] [2022-10-17T14:36:43.656039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.656277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.656983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.657710+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.658203+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.658538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.658807+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' [] [] [2022-10-17T14:36:43.659097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.669476+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:36:43.673585+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:36:43.693553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:36:43.694372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:36:43.694669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:36:43.694965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:36:43.695237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:36:43.695480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:36:43.695750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:36:43.696044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:36:43.696339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:36:43.696605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:36:43.696843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:36:43.697103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:36:43.697396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:36:43.697688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:36:43.697982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:36:43.698286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:36:43.699455+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:36:43.707068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.707814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.708513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.708937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.709187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.709414+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' [] [] [2022-10-17T14:36:43.709669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.709876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.710541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.711222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.711667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.711908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.712126+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' [] [] [2022-10-17T14:36:43.712371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.712562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.713224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:36:43.713901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:36:43.714282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:36:43.714524+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:36:43.714750+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' [] [] [2022-10-17T14:36:43.714991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:36:43.901547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06561d"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/06561d","method":"GET"} [] [2022-10-17T14:37:07.817525+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:37:07.873125+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:37:07.903774+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:37:07.962067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.962990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.966082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:07.967080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:07.967380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:07.967662+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' [] [] [2022-10-17T14:37:07.968137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:07.970154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.970869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.971650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:07.972084+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:07.972369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:07.972636+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' [] [] [2022-10-17T14:37:07.972929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:07.973166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.973870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:07.974593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:07.975016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:07.975301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:07.975570+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' [] [] [2022-10-17T14:37:07.975860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:07.977619+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:37:07.980409+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:37:07.997794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:37:07.998544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:37:07.998870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:37:07.999207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:37:07.999561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:37:07.999909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:37:08.000319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:37:08.000670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:37:08.001018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:37:08.007838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.008607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.009339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:08.009808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:08.010100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:08.010375+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' [] [] [2022-10-17T14:37:08.010677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:08.010926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.011699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.012428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:08.012824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:08.013072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:08.013297+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' [] [] [2022-10-17T14:37:08.013550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:08.013749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.014408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:08.015085+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:08.015465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:08.015704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:08.015925+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' [] [] [2022-10-17T14:37:08.016169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:08.209717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ffc85"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5ffc85","method":"GET"} [] [2022-10-17T14:37:34.598114+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"GET"} [] [2022-10-17T14:37:34.679122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:37:34.748085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:37:34.748873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:37:34.749226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:37:34.749819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:37:34.750179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:37:34.750499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:37:34.750801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:37:34.753067+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:37:34.754617+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:37:34.755065+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:37:34.757805+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T14:37:34.758148+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:37:34.758478+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:37:34.758877+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T14:37:34.787632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.788530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.791737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:34.792940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:34.793236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:34.793491+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' [] [] [2022-10-17T14:37:34.793968+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:34.796418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.797120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.797814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:34.798224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:34.798492+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:34.798739+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' [] [] [2022-10-17T14:37:34.799009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:34.799227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.799897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:37:34.800579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:37:34.801038+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:37:34.801306+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:37:34.801550+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' [] [] [2022-10-17T14:37:34.801818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:37:35.044832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abf4cb"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/abf4cb","method":"GET"} [] [2022-10-17T14:38:06.442412+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"GET"} [] [2022-10-17T14:38:06.515493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:38:06.586440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:38:06.587204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:38:06.587551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:38:06.588138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:06.588489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:38:06.588863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:06.589164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:06.591421+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:38:06.592991+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:38:06.593434+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:38:06.596099+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-17T14:38:06.596438+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:38:06.596764+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:38:06.597159+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-17T14:38:06.625783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.626651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.629893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:06.631023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:06.631292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:06.631521+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' [] [] [2022-10-17T14:38:06.631978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:06.634416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.635101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.635782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:06.636170+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:06.636412+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:06.636630+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' [] [] [2022-10-17T14:38:06.636875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:06.637065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.637724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:06.638399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:06.638816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:06.639055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:06.639271+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' [] [] [2022-10-17T14:38:06.639513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:06.842155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d453f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4d453f","method":"GET"} [] [2022-10-17T14:38:34.602280+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-17T14:38:34.680808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-17T14:38:34.721692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:38:34.723005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:38:34.724116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:38:34.725188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:34.726209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:38:34.727579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:34.728530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:38:34.729697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-17T14:38:34.744668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.745530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.748758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:34.750580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:34.750983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:34.751293+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' [] [] [2022-10-17T14:38:34.751810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:34.754904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.755630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.756376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:34.756844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:34.757245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:34.757532+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' [] [] [2022-10-17T14:38:34.757844+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:34.758112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.758826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:38:34.759556+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:38:34.760005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:38:34.760367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:38:34.760655+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' [] [] [2022-10-17T14:38:34.760965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:38:34.929944+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45677b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/45677b","method":"GET"} [] [2022-10-17T14:41:15.905683+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:41:16.018017+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:41:16.034537+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:41:16.036219+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:41:16.045075+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:41:16.046674+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:41:16.081953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.082823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.085973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:16.087650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:16.087976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:16.088207+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' [] [] [2022-10-17T14:41:16.088652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:16.091733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.092404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.093067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:16.093447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:16.093688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:16.093903+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' [] [] [2022-10-17T14:41:16.094140+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:16.094431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.095071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:16.095726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:16.096093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:16.096326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:16.096592+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' [] [] [2022-10-17T14:41:16.096832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:16.680430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e171e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/0e171e","method":"GET"} [] [2022-10-17T14:41:21.980924+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:41:22.038010+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:41:22.125977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.127876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.131295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.132438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.132748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.133031+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' [] [] [2022-10-17T14:41:22.133541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.135970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.136711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.137519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.137958+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.138250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.138529+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' [] [] [2022-10-17T14:41:22.138826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.139068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.139804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.140544+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.140988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.141283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.141558+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' [] [] [2022-10-17T14:41:22.141853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.152642+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:41:22.160031+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:41:22.178169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:41:22.178941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:41:22.179270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:41:22.179615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:41:22.179923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:41:22.180209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:41:22.180528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:41:22.180890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:41:22.181243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:41:22.181560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:41:22.181851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:41:22.182169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:41:22.182524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:41:22.182877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:41:22.183228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:41:22.183587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:41:22.184818+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:41:22.193390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.194261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.195018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.195522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.195829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.196107+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' [] [] [2022-10-17T14:41:22.196418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.196675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.197400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.198143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.198578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.198869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.199142+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' [] [] [2022-10-17T14:41:22.199501+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.199742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.200467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:22.201208+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:22.201645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:22.201934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:22.202276+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' [] [] [2022-10-17T14:41:22.202572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:22.409232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3aa71"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c3aa71","method":"GET"} [] [2022-10-17T14:41:27.796858+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-17T14:41:27.849672+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:41:27.874630+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:41:27.936267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.937231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.940449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.941549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.941850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.942118+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' [] [] [2022-10-17T14:41:27.942642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:27.944960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.945670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.946380+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.946807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.947087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.947348+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' [] [] [2022-10-17T14:41:27.947694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:27.947927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.948626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.949339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.949755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.950039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.950301+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' [] [] [2022-10-17T14:41:27.950592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:27.952365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-17T14:41:27.955008+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-17T14:41:27.974388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-17T14:41:27.975210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:27.975533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:27.975864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-17T14:41:27.976204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-17T14:41:27.976545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-17T14:41:27.976887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-17T14:41:27.977229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-17T14:41:27.977569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:27.984507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.985275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.986057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.986553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.986843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.987100+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' [] [] [2022-10-17T14:41:27.987382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:27.987614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.988294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.988993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.989400+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.989668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.989918+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' [] [] [2022-10-17T14:41:27.990193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:27.990407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.991084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:27.991775+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:27.992175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:27.992443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:27.992687+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' [] [] [2022-10-17T14:41:27.992955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:28.174037+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bef55"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5bef55","method":"GET"} [] [2022-10-17T14:41:48.974506+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/show","method":"GET"} [] [2022-10-17T14:41:49.057441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-17T14:41:49.095971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:49.097183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:49.098213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:41:49.099196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:41:49.100536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:41:49.101645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:41:49.102581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:41:49.103641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [35] [] [2022-10-17T14:41:49.119103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.119994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.123383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:49.125172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:49.125485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:49.125766+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' [] [] [2022-10-17T14:41:49.126288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:49.129298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.130045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.130779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:49.131234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:49.131589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:49.131861+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' [] [] [2022-10-17T14:41:49.132161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:49.132405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.133121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:49.133910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:49.134351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:49.134640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:49.134913+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' [] [] [2022-10-17T14:41:49.135210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:49.335945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfae9b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/dfae9b","method":"GET"} [] [2022-10-17T14:41:56.946180+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/disposal","method":"GET"} [] [2022-10-17T14:41:57.040752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.042646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.050668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:57.053509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:57.053997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:57.054289+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' [] [] [2022-10-17T14:41:57.054827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:57.058148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.059015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.059759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:57.060285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:57.060587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:57.060861+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' [] [] [2022-10-17T14:41:57.061168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:57.061410+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.062123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:41:57.062857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:41:57.063284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:41:57.063629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:41:57.063902+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' [] [] [2022-10-17T14:41:57.064194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:41:57.204811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68af5c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/68af5c","method":"GET"} [] [2022-10-17T14:43:03.450271+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/disposal","method":"POST"} [] [2022-10-17T14:43:03.604077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-17T14:43:03.626656+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-17T14:43:03.627642+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2018-08-30T00:00:00+00:00","2":1291682.0,"3":null,"4":null,"5":null,"6":null,"7":35} [] [2022-10-17T14:43:03.629288+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-17T14:43:03.649650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.650524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.653897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.655080+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.655444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.655721+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' [] [] [2022-10-17T14:43:03.656233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:03.658727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.659462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.660187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.660631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.660923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.661194+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' [] [] [2022-10-17T14:43:03.661495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:03.661738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.662443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.663237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.663669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.664015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.664294+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' [] [] [2022-10-17T14:43:03.664587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:03.793350+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/show","method":"GET"} [] [2022-10-17T14:43:03.871549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-17T14:43:03.926357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-17T14:43:03.927592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-17T14:43:03.928736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-17T14:43:03.929828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:43:03.930894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-17T14:43:03.931938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-17T14:43:03.932894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-17T14:43:03.933899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [35] [] [2022-10-17T14:43:03.948564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.949417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.952701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.953805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.954077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.954315+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' [] [] [2022-10-17T14:43:03.954774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:03.957038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.957727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.958419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.958816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.959063+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.959297+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' [] [] [2022-10-17T14:43:03.959545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:03.959739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.960512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:03.961193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:03.961639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:03.961887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:03.962109+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' [] [] [2022-10-17T14:43:03.962358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:04.262521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da2ab1"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/da2ab1","method":"GET"} [] [2022-10-17T14:43:10.405334+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-17T14:43:10.458680+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-17T14:43:10.538541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.540463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.543554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.544541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.544901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.545172+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' [] [] [2022-10-17T14:43:10.545638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.547654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.548360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.549065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.549484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.549762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.550023+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' [] [] [2022-10-17T14:43:10.550308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.550557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.551238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.551948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.552466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.552767+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.553151+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' [] [] [2022-10-17T14:43:10.553489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.565336+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-17T14:43:10.569830+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-17T14:43:10.587408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-17T14:43:10.588210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-17T14:43:10.588530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-17T14:43:10.588865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-17T14:43:10.589176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-17T14:43:10.589453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-17T14:43:10.589761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-17T14:43:10.590105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-17T14:43:10.590447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-17T14:43:10.590762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-17T14:43:10.591045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-17T14:43:10.591353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-17T14:43:10.591723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-17T14:43:10.592092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-17T14:43:10.592466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-17T14:43:10.592837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-17T14:43:10.594069+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-17T14:43:10.602779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.603646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.604371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.604850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.605149+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.605415+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' [] [] [2022-10-17T14:43:10.605782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.606064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.606766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.607469+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.607889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.608226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.608489+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' [] [] [2022-10-17T14:43:10.608779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.609044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.609725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:10.610432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:10.610844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:10.611126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:10.611391+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' [] [] [2022-10-17T14:43:10.611679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:10.810640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"645d7d"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/645d7d","method":"GET"} [] [2022-10-17T14:43:13.545000+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-17T14:43:13.647233+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:43:13.660488+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-17T14:43:13.661154+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-17T14:43:13.670831+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-17T14:43:13.671228+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-17T14:43:13.705329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.706195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.709504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:13.710594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:13.710860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:13.711092+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' [] [] [2022-10-17T14:43:13.711540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:13.713925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.714622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.715317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:13.715709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:13.716015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:13.716241+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' [] [] [2022-10-17T14:43:13.716491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:13.716687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.717353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:13.718040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:13.718422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:13.718662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:13.718884+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' [] [] [2022-10-17T14:43:13.719130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:13.908185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"189a19"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/189a19","method":"GET"} [] [2022-10-17T14:43:43.218790+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-17T14:43:43.296542+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-17T14:43:43.355470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.356537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.359969+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:43.361212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:43.361542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:43.361813+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' [] [] [2022-10-17T14:43:43.362325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:43.364740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.365450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.366162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:43.366586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:43.366866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:43.367132+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' [] [] [2022-10-17T14:43:43.367420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:43.367655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.368348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:43.369069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:43.369572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:43.369879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:43.370143+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' [] [] [2022-10-17T14:43:43.370431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:45.491729+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-17T14:43:45.608702+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-17T14:43:45.675942+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-17T14:43:45.902967+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-17T14:43:45.910328+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-17T14:43:46.062643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.063555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.066527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.067484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.067779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.068040+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' [] [] [2022-10-17T14:43:46.068482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:46.070475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.071190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.071887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.072298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.072567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.072882+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' [] [] [2022-10-17T14:43:46.073159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:46.073379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.074057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.074755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.075241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.075508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.075753+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' [] [] [2022-10-17T14:43:46.076025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:46.077022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.077719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.078414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.078817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.079087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.079332+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' [] [] [2022-10-17T14:43:46.079609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:46.079832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.080505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.081192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.081591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.081856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.082101+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' [] [] [2022-10-17T14:43:46.082370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T14:43:46.082585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.083263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T14:43:46.083955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T14:43:46.084351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T14:43:46.084622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T14:43:46.084867+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' [] [] [2022-10-17T14:43:46.085137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T15:45:58.583804+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-17T15:45:58.629851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.631802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.640030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T15:45:58.641153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T15:45:58.641419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T15:45:58.641653+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' [] [] [2022-10-17T15:45:58.642109+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T15:45:58.644493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.645165+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.645830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T15:45:58.646206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T15:45:58.646442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T15:45:58.646725+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' [] [] [2022-10-17T15:45:58.646969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T15:45:58.647158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.647797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T15:45:58.648461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T15:45:58.648827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T15:45:58.649060+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T15:45:58.649273+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' [] [] [2022-10-17T15:45:58.649510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T20:39:11.972041+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-17T20:39:12.040489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.048982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.086413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T20:39:12.089945+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T20:39:12.090457+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T20:39:12.090820+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' [] [] [2022-10-17T20:39:12.091766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T20:39:12.097039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.097966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.098806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T20:39:12.099294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T20:39:12.099585+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T20:39:12.099855+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' [] [] [2022-10-17T20:39:12.100150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-17T20:39:12.100377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.101173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-17T20:39:12.101996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-17T20:39:12.102435+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-17T20:39:12.102763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-17T20:39:12.103003+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' [] [] [2022-10-17T20:39:12.103267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:39.452815+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-20T14:07:39.591195+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-20T14:07:39.623124+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-20T14:07:39.624335+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-20T14:07:39.632806+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-20T14:07:39.633908+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-20T14:07:39.674625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.675748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.679074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:39.695838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:39.696264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:39.696602+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' [] [] [2022-10-20T14:07:39.697103+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:39.700199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.700910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.701610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:39.702048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:39.702320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:39.702570+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' [] [] [2022-10-20T14:07:39.702845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:39.703062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.703736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:39.704423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:39.704824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:39.705091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:39.705336+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' [] [] [2022-10-20T14:07:39.705675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:42.505861+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5926b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a5926b","method":"GET"} [] [2022-10-20T14:07:49.248737+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-20T14:07:49.306481+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-20T14:07:49.385809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.390385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.396620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.398359+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.398927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.399338+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' [] [] [2022-10-20T14:07:49.400025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.403022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.404103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.405105+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.405724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.406057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.406355+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' [] [] [2022-10-20T14:07:49.406690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.406947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.407856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.408780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.409293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.409623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.409886+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' [] [] [2022-10-20T14:07:49.410181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.421911+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-20T14:07:49.427653+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-20T14:07:49.444928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-20T14:07:49.445668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-20T14:07:49.445985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-20T14:07:49.446306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-20T14:07:49.446604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-20T14:07:49.446864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-20T14:07:49.447151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-20T14:07:49.447472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-20T14:07:49.447852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-20T14:07:49.448144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-20T14:07:49.448404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-20T14:07:49.448692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-20T14:07:49.449015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-20T14:07:49.449333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-20T14:07:49.449651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-20T14:07:49.449975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-20T14:07:49.451150+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-20T14:07:49.460288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.461143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.461930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.462401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.462727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.462981+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' [] [] [2022-10-20T14:07:49.463247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.463471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.464177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.464986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.465420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.465858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.466155+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' [] [] [2022-10-20T14:07:49.466447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.466682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.467461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:49.468197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:49.468643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:49.468893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:49.469159+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' [] [] [2022-10-20T14:07:49.469426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:49.723062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecbbb1"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ecbbb1","method":"GET"} [] [2022-10-20T14:07:55.976387+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-20T14:07:56.031105+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-20T14:07:56.068865+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-20T14:07:56.132399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.133304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.136609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.137744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.138056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.138333+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' [] [] [2022-10-20T14:07:56.138850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.141277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.141993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.142719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.143169+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.143459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.143727+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' [] [] [2022-10-20T14:07:56.144021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.144320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.145084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.145815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.146258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.146549+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.146839+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' [] [] [2022-10-20T14:07:56.147134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.148934+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-20T14:07:56.151789+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-20T14:07:56.169195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-20T14:07:56.169973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-20T14:07:56.170303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-20T14:07:56.170644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-20T14:07:56.170994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-20T14:07:56.171344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-20T14:07:56.171693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-20T14:07:56.172040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-20T14:07:56.172386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-20T14:07:56.179185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.179962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.180696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.181176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.181475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.181747+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' [] [] [2022-10-20T14:07:56.182055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.182304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.183005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.183699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.184091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.184337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.184559+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' [] [] [2022-10-20T14:07:56.184810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.185000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.185662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:07:56.186335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:07:56.186715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:07:56.186954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:07:56.187173+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' [] [] [2022-10-20T14:07:56.187419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:07:56.443078+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1efae"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b1efae","method":"GET"} [] [2022-10-20T14:08:06.140397+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-20T14:08:06.223061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-20T14:08:06.263158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-20T14:08:06.263799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-20T14:08:06.264264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-20T14:08:06.264674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-20T14:08:06.265774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-20T14:08:06.266165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-20T14:08:06.266530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-20T14:08:06.267579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-20T14:08:06.282389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.283199+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.286447+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:06.287696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:06.288034+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:06.288292+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' [] [] [2022-10-20T14:08:06.288769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:06.291088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.291788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.292483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:06.292897+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:06.293171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:06.293475+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' [] [] [2022-10-20T14:08:06.293749+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:06.293971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.294644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:06.295328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:06.295769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:06.296032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:06.296274+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' [] [] [2022-10-20T14:08:06.296543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:06.539876+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"295498"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/295498","method":"GET"} [] [2022-10-20T14:08:33.178938+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/disposal","method":"GET"} [] [2022-10-20T14:08:33.264726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.266637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.274487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:33.275463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:33.275911+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:33.276187+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' [] [] [2022-10-20T14:08:33.276651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:33.278693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.279406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.280124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:33.280552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:33.280834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:33.281099+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' [] [] [2022-10-20T14:08:33.281387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:33.281623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.282319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:08:33.283032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:08:33.283450+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:08:33.283779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:08:33.284045+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' [] [] [2022-10-20T14:08:33.284333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:08:33.436948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90d493"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/90d493","method":"GET"} [] [2022-10-20T14:10:56.107699+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-20T14:10:56.164715+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-20T14:10:56.248277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.250156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.253424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.254527+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.254828+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.255102+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' [] [] [2022-10-20T14:10:56.255598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.258017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.258730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.259448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.259871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.260152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.260419+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' [] [] [2022-10-20T14:10:56.260704+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.260938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.261639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.262513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.262931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.263210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.263472+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' [] [] [2022-10-20T14:10:56.263757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.273868+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-20T14:10:56.278789+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-20T14:10:56.298345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-20T14:10:56.299189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-20T14:10:56.299515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-20T14:10:56.299846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-20T14:10:56.300142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-20T14:10:56.300408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-20T14:10:56.300707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-20T14:10:56.301099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-20T14:10:56.301429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-20T14:10:56.301727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-20T14:10:56.301991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-20T14:10:56.302284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-20T14:10:56.302616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-20T14:10:56.302948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-20T14:10:56.303277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-20T14:10:56.303625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-20T14:10:56.304811+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-20T14:10:56.312576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.313385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.314102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.314557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.314823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.315061+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' [] [] [2022-10-20T14:10:56.315327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.315549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.316240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.316934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.317371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.317661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.317935+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' [] [] [2022-10-20T14:10:56.318241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.318484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.319207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:10:56.319950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:10:56.320389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:10:56.320678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:10:56.320955+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' [] [] [2022-10-20T14:10:56.321254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:10:56.603980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d71e7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/7d71e7","method":"GET"} [] [2022-10-20T14:11:00.741841+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-20T14:11:00.840992+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-20T14:11:00.853797+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-20T14:11:00.854350+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-20T14:11:00.861768+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-20T14:11:00.862241+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-20T14:11:00.895124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.895985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.899227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:11:00.900361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:11:00.900662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:11:00.900933+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' [] [] [2022-10-20T14:11:00.901422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:11:00.903917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.904625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.905342+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:11:00.905770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:11:00.906051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:11:00.906313+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' [] [] [2022-10-20T14:11:00.906603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:11:00.906904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.907602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:11:00.908318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:11:00.908737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:11:00.909015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:11:00.909280+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' [] [] [2022-10-20T14:11:00.909571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:11:01.095947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc6da6"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/bc6da6","method":"GET"} [] [2022-10-20T14:12:08.821473+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-20T14:12:08.887954+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-20T14:12:08.943200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.944124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.947347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:08.948506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:08.949072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:08.949421+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' [] [] [2022-10-20T14:12:08.950114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:08.952897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.953744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.954592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:08.955237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:08.955569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:08.955868+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' [] [] [2022-10-20T14:12:08.956259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:08.956546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.957359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:08.958102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:08.958571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:08.958881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:08.959216+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' [] [] [2022-10-20T14:12:08.959558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:12.813426+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-20T14:12:12.918423+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-20T14:12:12.999702+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 3, 0, 0, 0, 0) [] [] [2022-10-20T14:12:13.241890+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-20T14:12:13.248548+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-20T14:12:13.394453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.395351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.398368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.399337+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.399644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.399904+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' [] [] [2022-10-20T14:12:13.400342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:13.402398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.403109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.403813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.404229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.404500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.404745+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' [] [] [2022-10-20T14:12:13.405015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:13.405238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.405917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.406609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.407065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.407335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.407581+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' [] [] [2022-10-20T14:12:13.407850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:13.408825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.409525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.410225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.410629+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.410901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.411147+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' [] [] [2022-10-20T14:12:13.411416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:13.411636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.412321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.413020+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.413423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.413689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.413935+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' [] [] [2022-10-20T14:12:13.414210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-20T14:12:13.414424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.415107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-20T14:12:13.415800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-20T14:12:13.416196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-20T14:12:13.416469+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-20T14:12:13.416713+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' [] [] [2022-10-20T14:12:13.416979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:26.151314+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-23T04:05:26.207300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.209764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.218966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:26.221710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:26.222143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:26.222449+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' [] [] [2022-10-23T04:05:26.223035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:26.225720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.226488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.227233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:26.227696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:26.227994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:26.228271+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' [] [] [2022-10-23T04:05:26.228570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:26.228814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.229530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:26.230281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:26.230788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:26.231075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:26.231350+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' [] [] [2022-10-23T04:05:26.231652+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:26.349801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c403f"},"request_uri":"http://127.0.0.1:8000/_wdt/6c403f","method":"GET"} [] [2022-10-23T04:05:33.341869+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-23T04:05:33.391876+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T04:05:33.486042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.487696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.491451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.492624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.493019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.493308+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' [] [] [2022-10-23T04:05:33.493802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:33.495927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.496728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.497500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.497979+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.498275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.498552+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' [] [] [2022-10-23T04:05:33.498859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:33.499107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.499916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.500690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.501137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.501436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.501775+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' [] [] [2022-10-23T04:05:33.502085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:33.513014+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-23T04:05:33.517355+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-23T04:05:33.520953+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-23T04:05:33.534359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.535249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.536033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.536545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.536857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.537139+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' [] [] [2022-10-23T04:05:33.537454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:33.537717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.538462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.539232+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.539751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.540045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.540324+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' [] [] [2022-10-23T04:05:33.540637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:33.540882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.541624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:33.542388+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:33.542802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:33.543101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:33.543377+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' [] [] [2022-10-23T04:05:33.543639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:34.543502+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a17eb2"},"request_uri":"http://127.0.0.1:8000/_wdt/a17eb2","method":"GET"} [] [2022-10-23T04:05:36.708349+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-23T04:05:36.755824+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T04:05:36.844136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.845923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.849365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.850446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.850758+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.851054+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' [] [] [2022-10-23T04:05:36.851551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:36.853784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.854578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.855368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.855861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.856174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.856459+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' [] [] [2022-10-23T04:05:36.856848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:36.857106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.857867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.858673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.859149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.859452+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.859738+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' [] [] [2022-10-23T04:05:36.860063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:36.871431+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-23T04:05:36.875484+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-23T04:05:36.896845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-23T04:05:36.897757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T04:05:36.898100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T04:05:36.898445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-23T04:05:36.898753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T04:05:36.899022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T04:05:36.899324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-23T04:05:36.899662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-23T04:05:36.899998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-23T04:05:36.900298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T04:05:36.900571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T04:05:36.900874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-23T04:05:36.901285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-23T04:05:36.901647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-23T04:05:36.901953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-23T04:05:36.902257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-23T04:05:36.903541+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T04:05:36.912322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.913221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.913993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.914502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.914810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.915098+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' [] [] [2022-10-23T04:05:36.915410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:36.915678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.916411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.917170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.917910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.918195+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' [] [] [2022-10-23T04:05:36.918505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:36.918747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.919473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:36.920221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:36.920680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:36.921080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:36.921357+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' [] [] [2022-10-23T04:05:36.921624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:37.137099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0cc88"},"request_uri":"http://127.0.0.1:8000/_wdt/a0cc88","method":"GET"} [] [2022-10-23T04:05:44.947709+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister/11","method":"GET"} [] [2022-10-23T04:05:45.008786+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T04:05:45.049676+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T04:05:45.122200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.123227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.127136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.128502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.128901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.129167+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' [] [] [2022-10-23T04:05:45.129791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.132334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.133077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.133792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.134219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.134450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.134648+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' [] [] [2022-10-23T04:05:45.134875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.135076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.135759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.136430+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.136805+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.137092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.137288+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' [] [] [2022-10-23T04:05:45.137528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.139376+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-23T04:05:45.142183+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-23T04:05:45.162611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-23T04:05:45.163553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:05:45.163882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:05:45.164291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-23T04:05:45.164618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-23T04:05:45.164907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-23T04:05:45.165178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:05:45.165456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-23T04:05:45.165740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-23T04:05:45.172968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.173952+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.174916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.175499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.175826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.176138+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' [] [] [2022-10-23T04:05:45.176403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.176610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.177432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.178178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.178624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.178861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.179060+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' [] [] [2022-10-23T04:05:45.179288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.179514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.180204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:45.180882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:45.181263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:45.181482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:45.181675+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' [] [] [2022-10-23T04:05:45.181895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:45.395802+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a01ce"},"request_uri":"http://127.0.0.1:8000/_wdt/4a01ce","method":"GET"} [] [2022-10-23T04:05:53.598310+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:05:53.692655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:05:53.738957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:05:53.739759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:05:53.740239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:05:53.740583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:05:53.741040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:05:53.741421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:05:53.741786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:05:53.742182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:05:53.757755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.758711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.762335+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:53.763712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:53.764039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:53.764327+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' [] [] [2022-10-23T04:05:53.764879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:53.767430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.768504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.769534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:53.770145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:53.770484+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:53.770846+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' [] [] [2022-10-23T04:05:53.771176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:53.771492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.772490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:05:53.773245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:05:53.773789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:05:53.774174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:05:53.774463+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' [] [] [2022-10-23T04:05:53.774778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:05:53.973943+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f39414"},"request_uri":"http://127.0.0.1:8000/_wdt/f39414","method":"GET"} [] [2022-10-23T04:06:05.305274+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:06:05.406866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:06:05.450681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:06:05.451241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:06:05.451612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:06:05.451961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:06:05.452318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:06:05.452676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:06:05.453098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:06:05.453453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:06:05.469843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.470787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.474538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:05.475809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:05.476132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:05.476420+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' [] [] [2022-10-23T04:06:05.476964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:05.479562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.480385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.481177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:05.481671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:05.481987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:05.482348+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' [] [] [2022-10-23T04:06:05.482674+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:05.482938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.483750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:05.484566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:05.485081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:05.485397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:05.485683+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' [] [] [2022-10-23T04:06:05.486003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:05.678940+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f3c1d"},"request_uri":"http://127.0.0.1:8000/_wdt/2f3c1d","method":"GET"} [] [2022-10-23T04:06:16.464841+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/disposal","method":"GET"} [] [2022-10-23T04:06:16.567322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.569338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.577858+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:16.579035+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:16.579516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:16.579816+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' [] [] [2022-10-23T04:06:16.580337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:16.582605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.583638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.584492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:16.585000+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:16.585281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:16.585531+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' [] [] [2022-10-23T04:06:16.585808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:16.586037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.586777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:06:16.587491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:06:16.587909+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:06:16.588169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:06:16.588478+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' [] [] [2022-10-23T04:06:16.588738+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:06:16.777712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"772689"},"request_uri":"http://127.0.0.1:8000/_wdt/772689","method":"GET"} [] [2022-10-23T04:16:41.629102+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:16:41.702337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:16:41.749186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:16:41.749763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:16:41.750130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:16:41.750449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:16:41.750858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:16:41.751186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:16:41.751489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:16:41.751883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:16:41.764014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.764862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.768287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:16:41.769830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:16:41.770343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:16:41.770618+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' [] [] [2022-10-23T04:16:41.771155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:16:41.773950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.774704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.775490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:16:41.775931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:16:41.776187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:16:41.776424+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' [] [] [2022-10-23T04:16:41.776685+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:16:41.776888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.777576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:16:41.778356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:16:41.778757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:16:41.779009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:16:41.779238+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' [] [] [2022-10-23T04:16:41.779494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:16:42.071594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65b2e2"},"request_uri":"http://127.0.0.1:8000/_wdt/65b2e2","method":"GET"} [] [2022-10-23T04:18:56.094316+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:18:56.186962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:18:56.256055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:18:56.256613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:18:56.256965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:18:56.257365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:18:56.257754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:18:56.258084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:18:56.258393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:18:56.258723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:18:56.275784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.276724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.280378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:18:56.281699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:18:56.282074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:18:56.282328+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' [] [] [2022-10-23T04:18:56.282821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:18:56.285346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.286098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.286824+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:18:56.287217+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:18:56.287543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:18:56.287792+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' [] [] [2022-10-23T04:18:56.288051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:18:56.288262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.288972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:18:56.289686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:18:56.290061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:18:56.290277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:18:56.290463+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' [] [] [2022-10-23T04:18:56.290673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:18:56.497577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0ec59"},"request_uri":"http://127.0.0.1:8000/_wdt/c0ec59","method":"GET"} [] [2022-10-23T04:19:32.774682+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"GET"} [] [2022-10-23T04:19:32.855463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:19:32.973448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.974358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.978211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:32.979736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:32.980176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:32.980499+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' [] [] [2022-10-23T04:19:32.981085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:32.983775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.984631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.985413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:32.985919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:32.986229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:32.986521+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' [] [] [2022-10-23T04:19:32.986842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:32.987102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.988338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:32.989660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:32.990575+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:32.991225+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:32.991643+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' [] [] [2022-10-23T04:19:32.992018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:33.190505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0771fa"},"request_uri":"http://127.0.0.1:8000/_wdt/0771fa","method":"GET"} [] [2022-10-23T04:19:44.667765+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"GET"} [] [2022-10-23T04:19:44.741733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:19:44.831619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.832666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.836831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:44.838200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:44.838599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:44.838887+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' [] [] [2022-10-23T04:19:44.839486+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:44.842066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.842839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.843598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:44.844052+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:44.844353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:44.844631+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' [] [] [2022-10-23T04:19:44.844937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:44.845186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.845916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:19:44.846664+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:19:44.847104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:19:44.847397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:19:44.847674+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' [] [] [2022-10-23T04:19:44.847976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:19:45.034377+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a11c1"},"request_uri":"http://127.0.0.1:8000/_wdt/5a11c1","method":"GET"} [] [2022-10-23T04:20:03.088045+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"POST"} [] [2022-10-23T04:20:03.148261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:20:03.254314+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-23T04:20:03.254598+00:00] doctrine.DEBUG: UPDATE assetdisposal SET disposalamount = ? WHERE id = ? [1780850.0,3] [] [2022-10-23T04:20:03.255909+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-23T04:20:03.279283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.280197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.283813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.285013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.285379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.285660+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' [] [] [2022-10-23T04:20:03.286180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.288710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.289429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.290153+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.290593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.290945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.291226+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' [] [] [2022-10-23T04:20:03.291522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.291767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.292475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.293204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.293632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.293922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.294194+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' [] [] [2022-10-23T04:20:03.294489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.420145+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/show","method":"GET"} [] [2022-10-23T04:20:03.513516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:20:03.525998+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Assetregister object not found by the @ParamConverter annotation." at C:\Apache24\htdocs\fixedasset\vendor\sensio\framework-extra-bundle\src\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Assetregister object not found by the @ParamConverter annotation. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\sensio\\framework-extra-bundle\\src\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2022-10-23T04:20:03.559231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.560271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.563452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.564473+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.564838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.565117+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' [] [] [2022-10-23T04:20:03.565599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.567617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.568336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.569067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.569506+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.569798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.570134+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' [] [] [2022-10-23T04:20:03.570434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.570674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.571383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.572113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.572547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.572836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.573104+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' [] [] [2022-10-23T04:20:03.573405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.574915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.575633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.576362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.576808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.577099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.577372+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' [] [] [2022-10-23T04:20:03.577672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.577916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.578624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.579362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.579795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.580086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.580360+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' [] [] [2022-10-23T04:20:03.580617+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.580853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.581636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:20:03.582818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:20:03.583369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:20:03.583733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:20:03.583977+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' [] [] [2022-10-23T04:20:03.584317+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:20:03.708218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36bfad"},"request_uri":"http://127.0.0.1:8000/_wdt/36bfad","method":"GET"} [] [2022-10-23T04:22:01.260492+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"POST"} [] [2022-10-23T04:22:01.344754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:22:01.482109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.482995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.486802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.488333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.488685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.489022+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' [] [] [2022-10-23T04:22:01.489836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:01.492481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.493260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.493954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.494394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.494771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.495006+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' [] [] [2022-10-23T04:22:01.495267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:01.495467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.496110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.496802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.497196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.497447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.497631+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' [] [] [2022-10-23T04:22:01.497886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:01.629416+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:22:01.716678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:22:01.767308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:22:01.767830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:01.768176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:01.768511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:01.769105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:22:01.769639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:01.769994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:01.770399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:22:01.785936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.786768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.790086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.791215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.791489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.791731+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' [] [] [2022-10-23T04:22:01.792204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:01.794511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.795208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.795989+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.796389+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.796639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.796862+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' [] [] [2022-10-23T04:22:01.797113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:01.797308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.797978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:01.798602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:01.798994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:01.799242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:01.799462+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' [] [] [2022-10-23T04:22:01.799708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:02.093155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d22682"},"request_uri":"http://127.0.0.1:8000/_wdt/d22682","method":"GET"} [] [2022-10-23T04:22:05.756178+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"GET"} [] [2022-10-23T04:22:05.833102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:22:05.922458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.923359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.927353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:05.928687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:05.929014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:05.929300+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' [] [] [2022-10-23T04:22:05.929831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:05.932417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.933183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.933926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:05.934374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:05.934678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:05.935019+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' [] [] [2022-10-23T04:22:05.935330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:05.935576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.936856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:05.937593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:05.938028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:05.938321+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:05.938603+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' [] [] [2022-10-23T04:22:05.938905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:06.134515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04525d"},"request_uri":"http://127.0.0.1:8000/_wdt/04525d","method":"GET"} [] [2022-10-23T04:22:08.575027+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"POST"} [] [2022-10-23T04:22:08.655984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:22:08.755770+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-23T04:22:08.756043+00:00] doctrine.DEBUG: UPDATE assetdisposal SET disposalamount = ? WHERE id = ? [1780852.0,3] [] [2022-10-23T04:22:08.757291+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-23T04:22:08.797523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.798708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.802929+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:08.804483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:08.804794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:08.805043+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' [] [] [2022-10-23T04:22:08.805574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:08.808227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.809031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.809765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:08.810179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:08.810434+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:08.810665+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' [] [] [2022-10-23T04:22:08.810925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:08.811128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.811818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:08.812461+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:08.812855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:08.813176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:08.813415+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' [] [] [2022-10-23T04:22:08.813671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:08.941994+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:22:09.026549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:22:09.068637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:22:09.069226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:09.069582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:09.069943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:09.070322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:22:09.070694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:09.071045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:09.071403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:22:09.088864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.089794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.093289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:09.094487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:09.094820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:09.095108+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' [] [] [2022-10-23T04:22:09.095631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:09.098094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.098834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.099592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:09.100044+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:09.100347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:09.100625+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' [] [] [2022-10-23T04:22:09.100996+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:09.101243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.101973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:09.102722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:09.103179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:09.103529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:09.103820+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' [] [] [2022-10-23T04:22:09.104139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:09.292913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c86a22"},"request_uri":"http://127.0.0.1:8000/_wdt/c86a22","method":"GET"} [] [2022-10-23T04:22:16.470392+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"GET"} [] [2022-10-23T04:22:16.547899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:22:16.634423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.635319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.638804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:16.640001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:16.640380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:16.640656+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' [] [] [2022-10-23T04:22:16.641168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:16.643615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.644698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.645456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:16.645969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:16.646274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:16.646553+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' [] [] [2022-10-23T04:22:16.646859+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:16.647119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.647831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:16.648559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:16.648992+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:16.649283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:16.649630+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' [] [] [2022-10-23T04:22:16.649925+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:16.845311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"557e82"},"request_uri":"http://127.0.0.1:8000/_wdt/557e82","method":"GET"} [] [2022-10-23T04:22:17.964685+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"3"},"request_uri":"http://127.0.0.1:8000/assetregister/3/disposaledit","method":"POST"} [] [2022-10-23T04:22:18.041011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["3"] [] [2022-10-23T04:22:18.158597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.159468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.163070+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.164259+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.164547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.164747+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' [] [] [2022-10-23T04:22:18.165229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.167728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.168463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.169179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.169658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.169917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.170147+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' [] [] [2022-10-23T04:22:18.170405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.170607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.171261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.171964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.172354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.172605+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.172789+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' [] [] [2022-10-23T04:22:18.173042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.306645+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:22:18.395536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:22:18.437382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:22:18.437917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:18.438267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:22:18.438600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:18.438949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:22:18.439274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:18.439590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:22:18.439923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:22:18.456521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.457587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.461014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.462231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.462481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.462679+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' [] [] [2022-10-23T04:22:18.463181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.465535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.466209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.466853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.467218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.467433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.467615+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' [] [] [2022-10-23T04:22:18.467823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.467981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.468613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:22:18.469245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:22:18.469590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:22:18.469797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:22:18.469976+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' [] [] [2022-10-23T04:22:18.470180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:22:18.666796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6600fe"},"request_uri":"http://127.0.0.1:8000/_wdt/6600fe","method":"GET"} [] [2022-10-23T04:23:36.956282+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:23:37.050133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:23:37.117277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:23:37.117820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:23:37.118168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:23:37.118510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:37.118865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:23:37.119201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:37.119526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:37.119865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:23:37.135465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.136371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.139933+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:37.141272+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:37.141596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:37.141886+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' [] [] [2022-10-23T04:23:37.142414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:37.145268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.146184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.146956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:37.147465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:37.147779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:37.148059+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' [] [] [2022-10-23T04:23:37.148373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:37.148629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.149352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:37.150094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:37.150534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:37.150920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:37.151165+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' [] [] [2022-10-23T04:23:37.151426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:37.344323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcaf96"},"request_uri":"http://127.0.0.1:8000/_wdt/dcaf96","method":"GET"} [] [2022-10-23T04:23:49.224102+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://127.0.0.1:8000/assetregister/37/show","method":"GET"} [] [2022-10-23T04:23:49.320494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T04:23:49.362866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T04:23:49.363421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T04:23:49.363844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T04:23:49.364176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:49.364538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T04:23:49.364899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:49.365349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T04:23:49.365696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T04:23:49.380816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.381713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.385125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:49.386322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:49.386636+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:49.386920+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' [] [] [2022-10-23T04:23:49.387445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:49.389874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.390592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.391326+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:49.391761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:49.392053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:49.392322+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' [] [] [2022-10-23T04:23:49.392651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:49.392897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.393602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:23:49.394404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:23:49.394968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:23:49.395348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:23:49.395697+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' [] [] [2022-10-23T04:23:49.396152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:23:49.589773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"703680"},"request_uri":"http://127.0.0.1:8000/_wdt/703680","method":"GET"} [] [2022-10-23T04:24:00.300531+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-23T04:24:00.358439+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T04:24:00.449302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.451265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.454558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.455626+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.455941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.456328+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' [] [] [2022-10-23T04:24:00.456962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.459459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.460484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.461311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.461855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.462164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.462432+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' [] [] [2022-10-23T04:24:00.462730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.462975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.463776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.464541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.465064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.465407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.465683+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' [] [] [2022-10-23T04:24:00.465978+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.477164+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-23T04:24:00.481647+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-23T04:24:00.502702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-23T04:24:00.503565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T04:24:00.503924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T04:24:00.504252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-23T04:24:00.504537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T04:24:00.504782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T04:24:00.505012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-23T04:24:00.505276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-23T04:24:00.505532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-23T04:24:00.505754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T04:24:00.505945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T04:24:00.506168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-23T04:24:00.506430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-23T04:24:00.506682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-23T04:24:00.506935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-23T04:24:00.507190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-23T04:24:00.508365+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T04:24:00.516347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.517138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.517863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.518331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.518596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.518829+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' [] [] [2022-10-23T04:24:00.519108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.519398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.520442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.521695+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.522346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.522648+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.522897+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' [] [] [2022-10-23T04:24:00.523129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.523350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.524091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:00.524799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:00.525210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:00.525466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:00.525693+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' [] [] [2022-10-23T04:24:00.525948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:00.736496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b14d89"},"request_uri":"http://127.0.0.1:8000/_wdt/b14d89","method":"GET"} [] [2022-10-23T04:24:05.124368+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:24:05.252128+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:24:05.266803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:24:05.267444+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:24:05.276672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:24:05.277190+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:24:05.330511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.331582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.335726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:05.337185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:05.337566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:05.337921+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' [] [] [2022-10-23T04:24:05.338512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:05.341151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.341923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.342666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:05.343189+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:05.343504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:05.343792+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' [] [] [2022-10-23T04:24:05.344100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:05.344347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.345086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:24:05.345835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:24:05.346284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:24:05.346582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:24:05.346857+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' [] [] [2022-10-23T04:24:05.347164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:24:05.548492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2294d3"},"request_uri":"http://127.0.0.1:8000/_wdt/2294d3","method":"GET"} [] [2022-10-23T04:25:07.582451+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:25:07.717305+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:25:07.731665+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:25:07.732268+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:25:07.741095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:25:07.741647+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:25:07.779103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.780023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.783586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:07.784874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:07.785194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:07.785482+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' [] [] [2022-10-23T04:25:07.786022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:07.788600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.789354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.790110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:07.790561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:07.790901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:07.791185+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' [] [] [2022-10-23T04:25:07.791489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:07.791735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.792479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:07.793237+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:07.793693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:07.793995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:07.794276+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' [] [] [2022-10-23T04:25:07.794619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:07.991949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"526965"},"request_uri":"http://127.0.0.1:8000/_wdt/526965","method":"GET"} [] [2022-10-23T04:25:09.998659+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:25:10.131671+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:25:10.154581+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:25:10.155333+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:25:10.164153+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:25:10.164625+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:25:10.213435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.214366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.217936+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:10.219284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:10.219633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:10.219960+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' [] [] [2022-10-23T04:25:10.220750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:10.224320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.225319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.226094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:10.226549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:10.226791+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:10.227032+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' [] [] [2022-10-23T04:25:10.227262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:10.227437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.228113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:25:10.228779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:25:10.229142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:25:10.229360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:25:10.229545+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' [] [] [2022-10-23T04:25:10.229762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:25:10.427102+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"034342"},"request_uri":"http://127.0.0.1:8000/_wdt/034342","method":"GET"} [] [2022-10-23T04:32:20.648141+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000//reports/depreciationsummary"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000//reports/depreciationsummary\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//reports/depreciationsummary/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2022-10-23T04:32:20.725906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.727900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.736561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.738368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.738880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.739202+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' [] [] [2022-10-23T04:32:20.739771+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.742641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.743417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.744178+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.744655+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.744924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.745209+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' [] [] [2022-10-23T04:32:20.745513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.745761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.746486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.747230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.747669+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.748002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.748285+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' [] [] [2022-10-23T04:32:20.748585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.749532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.750262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.751432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.751900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.752195+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.752475+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' [] [] [2022-10-23T04:32:20.752780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.753029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.753752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.754499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.754936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.755232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.755509+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' [] [] [2022-10-23T04:32:20.755809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.756054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.756775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:20.757516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:20.757954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:20.758257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:20.758533+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' [] [] [2022-10-23T04:32:20.758835+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:20.913723+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4c224"},"request_uri":"http://127.0.0.1:8000/_wdt/b4c224","method":"GET"} [] [2022-10-23T04:32:26.934306+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:32:27.064833+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:32:27.078407+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:32:27.078988+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:32:27.088101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:32:27.088651+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:32:27.144114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.145651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.149252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:27.150458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:27.150770+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:27.151048+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' [] [] [2022-10-23T04:32:27.151560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:27.154133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.154868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.155611+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:27.156047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:27.156430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:27.156751+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' [] [] [2022-10-23T04:32:27.157058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:27.157316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.158040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:27.158795+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:27.159268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:27.159602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:27.159888+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' [] [] [2022-10-23T04:32:27.160192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:27.462064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92edea"},"request_uri":"http://127.0.0.1:8000/_wdt/92edea","method":"GET"} [] [2022-10-23T04:32:34.035420+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-23T04:32:34.115083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-23T04:32:34.171023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.171902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.175238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:34.176848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:34.177197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:34.177444+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' [] [] [2022-10-23T04:32:34.178012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:34.180531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.181286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.181998+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:34.182429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:34.182700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:34.182925+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' [] [] [2022-10-23T04:32:34.183178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:34.183377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.184040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:34.184718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:34.185103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:34.185387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:34.185568+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' [] [] [2022-10-23T04:32:34.185816+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:38.448397+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-23T04:32:38.531938+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-23T04:32:38.588494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.589391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.592884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:38.594090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:38.594405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:38.594685+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' [] [] [2022-10-23T04:32:38.595201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:38.597730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.598504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.599247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:38.599717+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:38.600057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:38.600341+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' [] [] [2022-10-23T04:32:38.600641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:38.600899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.601628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:38.602374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:38.602814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:38.603110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:38.603386+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' [] [] [2022-10-23T04:32:38.603686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:43.369847+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2022-10-23T04:32:43.434878+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2022-10-23T04:32:43.490736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.491618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.494968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:43.496146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:43.496428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:43.496662+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' [] [] [2022-10-23T04:32:43.497135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:43.499496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.500193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.500910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:43.501316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:43.501615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:43.501866+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' [] [] [2022-10-23T04:32:43.502136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:32:43.502345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.503054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:32:43.503768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:32:43.504209+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:32:43.504467+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:32:43.504693+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' [] [] [2022-10-23T04:32:43.504906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:42.029390+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:33:42.157225+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:33:42.167180+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:33:42.167782+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:33:42.175917+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:33:42.176389+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:33:42.237467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.238545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.242119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:42.243326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:42.243683+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:42.243967+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' [] [] [2022-10-23T04:33:42.244491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:42.247054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.247818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.248565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:42.249008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:42.249303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:42.249575+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' [] [] [2022-10-23T04:33:42.249875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:42.250118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.250848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:42.251585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:42.252020+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:42.252338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:42.252641+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' [] [] [2022-10-23T04:33:42.252940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:42.451066+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"851741"},"request_uri":"http://127.0.0.1:8000/_wdt/851741","method":"GET"} [] [2022-10-23T04:33:43.817977+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:33:43.939390+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:33:43.953674+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:33:43.954282+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:33:43.962608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:33:43.963076+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:33:44.000198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.001126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.004624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:44.006016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:44.006348+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:44.006680+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' [] [] [2022-10-23T04:33:44.007214+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:44.009776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.010525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.011254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:44.011700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:44.011991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:44.012259+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' [] [] [2022-10-23T04:33:44.012561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:44.012801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.013588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:44.014324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:44.014765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:44.015064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:44.015333+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' [] [] [2022-10-23T04:33:44.015672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:44.211166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e24f4"},"request_uri":"http://127.0.0.1:8000/_wdt/0e24f4","method":"GET"} [] [2022-10-23T04:33:45.739749+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:33:45.862046+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:33:45.876893+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:33:45.877521+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:33:45.885529+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:33:45.885975+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:33:45.924528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.925650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.929880+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:45.931198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:45.931546+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:45.931850+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' [] [] [2022-10-23T04:33:45.932394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:45.934980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.935812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.936571+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:45.937031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:45.937334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:45.937612+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' [] [] [2022-10-23T04:33:45.937916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:45.938177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.938909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:45.939720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:45.940198+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:45.940501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:45.940781+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' [] [] [2022-10-23T04:33:45.941090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:46.134937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e90d5"},"request_uri":"http://127.0.0.1:8000/_wdt/3e90d5","method":"GET"} [] [2022-10-23T04:33:47.164080+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:33:47.276937+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:33:47.290983+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:33:47.291600+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:33:47.300324+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:33:47.300975+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:33:47.338730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.339646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.343160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:47.344366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:47.344692+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:47.344984+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' [] [] [2022-10-23T04:33:47.345518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:47.348098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.348872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.349640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:47.350185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:47.350495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:47.350775+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' [] [] [2022-10-23T04:33:47.351083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:47.351346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.352096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:47.352852+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:47.353285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:47.353572+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:47.353825+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' [] [] [2022-10-23T04:33:47.354110+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:47.550271+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5e52d"},"request_uri":"http://127.0.0.1:8000/_wdt/c5e52d","method":"GET"} [] [2022-10-23T04:33:48.780866+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:33:48.906908+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:33:48.921097+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:33:48.921738+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:33:48.930711+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:33:48.931230+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:33:48.974269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.975175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.978702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:48.979911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:48.980222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:48.980514+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' [] [] [2022-10-23T04:33:48.981036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:48.983643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.984395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.985145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:48.985599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:48.985945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:48.986226+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' [] [] [2022-10-23T04:33:48.986512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:48.986759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.987600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:33:48.988534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:33:48.989156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:33:48.989470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:33:48.989705+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' [] [] [2022-10-23T04:33:48.990018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:33:49.186515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"945ad3"},"request_uri":"http://127.0.0.1:8000/_wdt/945ad3","method":"GET"} [] [2022-10-23T04:34:05.033494+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:34:05.170432+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:34:05.189383+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:34:05.189939+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:34:05.198663+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:34:05.199144+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:34:05.262424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.263331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.266893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:05.268104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:05.268421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:05.268703+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' [] [] [2022-10-23T04:34:05.269358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:05.272439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.273317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.274065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:05.274559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:05.274862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:05.275201+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' [] [] [2022-10-23T04:34:05.275520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:05.275809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.276607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:05.277332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:05.277784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:05.278074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:05.278336+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' [] [] [2022-10-23T04:34:05.278627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:05.473423+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfad26"},"request_uri":"http://127.0.0.1:8000/_wdt/dfad26","method":"GET"} [] [2022-10-23T04:34:06.709190+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:34:06.846270+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:34:06.860535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:34:06.861104+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:34:06.869919+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:34:06.870478+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:34:06.908275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.909179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.912707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:06.914003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:06.914325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:06.914620+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' [] [] [2022-10-23T04:34:06.915148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:06.917754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.918537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.919303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:06.919779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:06.920091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:06.920373+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' [] [] [2022-10-23T04:34:06.920729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:06.921022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.921779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:06.922545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:06.923135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:06.923454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:06.923764+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' [] [] [2022-10-23T04:34:06.924079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:07.122113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6eea1"},"request_uri":"http://127.0.0.1:8000/_wdt/f6eea1","method":"GET"} [] [2022-10-23T04:34:08.678117+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:34:08.799173+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:34:08.813962+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:34:08.814593+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:34:08.822677+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:34:08.823080+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:34:08.861846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.862797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.866492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:08.867748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:08.868064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:08.868424+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' [] [] [2022-10-23T04:34:08.868958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:08.871557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.872350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.873111+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:08.873592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:08.874091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:08.874375+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' [] [] [2022-10-23T04:34:08.874763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:08.875023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.875793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:08.876549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:08.877061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:08.877367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:08.877646+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' [] [] [2022-10-23T04:34:08.877955+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:09.068953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b5c16"},"request_uri":"http://127.0.0.1:8000/_wdt/6b5c16","method":"GET"} [] [2022-10-23T04:34:18.928099+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:34:19.061212+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:34:19.075350+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:34:19.075939+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:34:19.084605+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:34:19.085137+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:34:19.124321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.125255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.128793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:19.129997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:19.130367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:19.130656+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' [] [] [2022-10-23T04:34:19.131184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:19.133793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.134554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.135311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:19.135780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:19.136083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:19.136373+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' [] [] [2022-10-23T04:34:19.136681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:19.136927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.137654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:19.138482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:19.138981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:19.139335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:19.139650+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' [] [] [2022-10-23T04:34:19.139979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:19.335386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3b10a"},"request_uri":"http://127.0.0.1:8000/_wdt/f3b10a","method":"GET"} [] [2022-10-23T04:34:24.153602+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T04:34:24.278126+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:34:24.292228+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:34:24.292782+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:34:24.301218+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:34:24.301769+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:34:24.340039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.340966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.344513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:24.345747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:24.346107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:24.346406+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' [] [] [2022-10-23T04:34:24.346934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:24.349526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.350272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.351031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:24.351482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:24.351805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:24.352088+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' [] [] [2022-10-23T04:34:24.352398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:24.352645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.353382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:34:24.354137+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:34:24.354591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:34:24.354944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:34:24.355258+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' [] [] [2022-10-23T04:34:24.355594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:34:24.550771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"787361"},"request_uri":"http://127.0.0.1:8000/_wdt/787361","method":"GET"} [] [2022-10-23T04:40:14.549979+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T04:40:14.677045+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:40:14.691430+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T04:40:14.692060+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T04:40:14.700288+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T04:40:14.700698+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T04:40:14.743779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.744733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.748315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:40:14.749514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:40:14.749806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:40:14.750081+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' [] [] [2022-10-23T04:40:14.750627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:40:14.753315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.754181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.755018+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:40:14.755801+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:40:14.756234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:40:14.756541+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' [] [] [2022-10-23T04:40:14.756867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:40:14.757162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.757973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:40:14.758714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:40:14.759254+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:40:14.759620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:40:14.759915+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' [] [] [2022-10-23T04:40:14.760275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:40:15.036460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"660daf"},"request_uri":"http://127.0.0.1:8000/_wdt/660daf","method":"GET"} [] [2022-10-23T04:41:28.086059+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T04:41:28.267133+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T04:41:30.388834+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:41:30.400236+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T04:41:30.558887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.560854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.564760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.566155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.566466+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.566721+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' [] [] [2022-10-23T04:41:30.567177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:30.569418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.570284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.571004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.571457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.571724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.571927+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' [] [] [2022-10-23T04:41:30.572156+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:30.572338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.573026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.573701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.574077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.574363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.574556+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' [] [] [2022-10-23T04:41:30.574772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:30.578546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.579239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.579916+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.580296+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.580518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.580709+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' [] [] [2022-10-23T04:41:30.580926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:30.581099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.581780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.582471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.582864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.583160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.583369+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' [] [] [2022-10-23T04:41:30.583601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:30.583829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.584599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:30.585327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:30.585748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:30.585976+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:30.586173+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' [] [] [2022-10-23T04:41:30.586398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:51.077387+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=6","method":"GET"} [] [2022-10-23T04:41:51.154596+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["6"] [] [2022-10-23T04:41:51.213853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.214748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.218357+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:51.219658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:51.219988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:51.220230+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' [] [] [2022-10-23T04:41:51.220700+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:51.223110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.223867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.224570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:51.224969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:51.225218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:51.225441+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' [] [] [2022-10-23T04:41:51.225692+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:51.225887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.226565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:51.227253+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:51.227636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:51.227913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:51.228136+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' [] [] [2022-10-23T04:41:51.228383+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:51.952937+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T04:41:52.079488+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-23T04:41:52.148169+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 6, 0, 0, 0, 0) [] [] [2022-10-23T04:41:53.513146+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T04:41:53.522415+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T04:41:53.678415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.679501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.683193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.684631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.685046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.685324+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' [] [] [2022-10-23T04:41:53.685813+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:53.688019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.688827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.689603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.690110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.690416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.690700+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' [] [] [2022-10-23T04:41:53.691054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:53.691311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.692050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.692813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.693265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.693561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.693839+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' [] [] [2022-10-23T04:41:53.694153+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:53.695308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.696049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.696813+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.697265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.697566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.697846+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' [] [] [2022-10-23T04:41:53.698151+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:53.698409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.699159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.699918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.700361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.700668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.700946+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' [] [] [2022-10-23T04:41:53.701250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T04:41:53.701488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.702211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T04:41:53.702983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T04:41:53.703401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T04:41:53.703670+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T04:41:53.703904+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' [] [] [2022-10-23T04:41:53.704165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:00:12.394287+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T05:00:12.508924+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:00:12.523544+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:00:12.524175+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:00:12.532506+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:00:12.532923+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:00:12.573420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.574356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.578119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:00:12.579393+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:00:12.579716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:00:12.580004+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' [] [] [2022-10-23T05:00:12.580637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:00:12.583521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.584536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.585356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:00:12.585878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:00:12.586280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:00:12.586568+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' [] [] [2022-10-23T05:00:12.586910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:00:12.587178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.587917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:00:12.588672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:00:12.589123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:00:12.589420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:00:12.589697+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' [] [] [2022-10-23T05:00:12.590001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:00:12.889235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfb070"},"request_uri":"http://127.0.0.1:8000/_wdt/bfb070","method":"GET"} [] [2022-10-23T05:00:28.853087+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:00:29.030599+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:01:17.525945+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:01:17.669994+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:04:00.440582+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:04:00.629570+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:04:00.668396+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "subgroup" for array with keys "from_date, to_date, groupname, costopening, costaddition, costdisposal, costclosing, depreciationopening, depreciationcharge, depreciationdisposal, depreciationclosing, WDV" does not exist." at C:\Apache24\htdocs\fixedasset\templates\reports\depreciationsummary.html.twig line 100 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"subgroup\" for array with keys \"from_date, to_date, groupname, costopening, costaddition, costdisposal, costclosing, depreciationopening, depreciationcharge, depreciationdisposal, depreciationclosing, WDV\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\reports\\depreciationsummary.html.twig:100)"} [] [2022-10-23T05:04:00.725744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.727502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.730997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.732185+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.732462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.732701+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' [] [] [2022-10-23T05:04:00.733182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.735758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.736468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.737168+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.737770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.738043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.738289+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' [] [] [2022-10-23T05:04:00.738589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.738878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.740051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.741043+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.741674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.741970+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.742191+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' [] [] [2022-10-23T05:04:00.742426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.748182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.748940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.749589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.750015+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.750309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.750540+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' [] [] [2022-10-23T05:04:00.750807+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.751016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.751688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.752377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.752780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.753030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.753259+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' [] [] [2022-10-23T05:04:00.753514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.753714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.754390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:00.755127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:00.755514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:00.755760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:00.755983+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' [] [] [2022-10-23T05:04:00.756242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:00.929781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a896a"},"request_uri":"http://127.0.0.1:8000/_wdt/4a896a","method":"GET"} [] [2022-10-23T05:04:38.078161+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:04:38.265968+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:04:38.303756+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "acquisitiondate" for array with keys "from_date, to_date, groupname, costopening, costaddition, costdisposal, costclosing, depreciationopening, depreciationcharge, depreciationdisposal, depreciationclosing, WDV" does not exist." at C:\Apache24\htdocs\fixedasset\templates\reports\depreciationsummary.html.twig line 101 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"acquisitiondate\" for array with keys \"from_date, to_date, groupname, costopening, costaddition, costdisposal, costclosing, depreciationopening, depreciationcharge, depreciationdisposal, depreciationclosing, WDV\" does not exist. at C:\\Apache24\\htdocs\\fixedasset\\templates\\reports\\depreciationsummary.html.twig:101)"} [] [2022-10-23T05:04:38.356977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.358753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.362266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.363761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.364116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.364444+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' [] [] [2022-10-23T05:04:38.365168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.368526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.369464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.370727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.371300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.371582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.371802+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' [] [] [2022-10-23T05:04:38.372036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.372219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.372933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.373598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.373974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.374192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.374380+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' [] [] [2022-10-23T05:04:38.374595+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.380390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.381153+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.381890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.382333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.382632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.382877+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' [] [] [2022-10-23T05:04:38.383152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.383369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.384051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.384771+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.385178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.385428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.385657+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' [] [] [2022-10-23T05:04:38.385912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.386110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.386842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:38.387498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:38.387865+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:38.388116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:38.388306+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' [] [] [2022-10-23T05:04:38.388518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:38.553611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4e854"},"request_uri":"http://127.0.0.1:8000/_wdt/e4e854","method":"GET"} [] [2022-10-23T05:04:57.955275+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:04:58.132702+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:04:58.296056+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:04:58.307191+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:04:58.478934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.480984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.484650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.485942+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.486201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.486492+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' [] [] [2022-10-23T05:04:58.486987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:58.489913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.491039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.491953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.492462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.492783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.493030+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' [] [] [2022-10-23T05:04:58.493311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:58.493540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.494292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.495031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.495449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.495711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.495951+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' [] [] [2022-10-23T05:04:58.496219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:58.502283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.503040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.503774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.504212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.504523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.504768+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' [] [] [2022-10-23T05:04:58.505050+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:58.505323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.506037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.506751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.507192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.507429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.507635+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' [] [] [2022-10-23T05:04:58.507861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:04:58.508033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.508714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:04:58.509420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:04:58.509930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:04:58.510304+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:04:58.510569+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' [] [] [2022-10-23T05:04:58.510822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.216274+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:05:30.406514+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:05:30.562924+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:05:30.576101+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:05:30.741779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.743797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.747645+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.748997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.749327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.749629+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' [] [] [2022-10-23T05:05:30.750227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.753063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.753872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.754656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.755190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.755501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.755809+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' [] [] [2022-10-23T05:05:30.756117+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.756378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.757138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.757915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.758377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.758723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.758967+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' [] [] [2022-10-23T05:05:30.759251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.765350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.766177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.766975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.767463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.767746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.767994+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' [] [] [2022-10-23T05:05:30.768304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.768566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.769309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.770060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.770534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.770814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.771066+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' [] [] [2022-10-23T05:05:30.771374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:30.771618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.772348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:30.773135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:30.773591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:30.773859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:30.774125+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' [] [] [2022-10-23T05:05:30.774419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:52.286673+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T05:05:52.418193+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:05:52.429147+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:05:52.429778+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:05:52.438195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:05:52.438754+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:05:52.476139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.477032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.480581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:52.481811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:52.482128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:52.482411+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' [] [] [2022-10-23T05:05:52.482932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:52.485441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.486180+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.486937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:52.487386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:52.487747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:52.488108+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' [] [] [2022-10-23T05:05:52.488597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:52.488923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.489835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:05:52.490631+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:05:52.491136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:05:52.491445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:05:52.491729+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' [] [] [2022-10-23T05:05:52.492040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:05:52.927116+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c684b7"},"request_uri":"http://127.0.0.1:8000/_wdt/c684b7","method":"GET"} [] [2022-10-23T05:06:20.393266+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-23T05:06:20.479918+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-23T05:06:20.535677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.536578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.540045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:20.541472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:20.541853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:20.542150+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' [] [] [2022-10-23T05:06:20.542693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:20.545210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.546012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.546779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:20.547266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:20.547574+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:20.547862+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' [] [] [2022-10-23T05:06:20.548171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:20.548422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.549156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:20.549922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:20.550372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:20.550800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:20.551085+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' [] [] [2022-10-23T05:06:20.551393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.398575+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T05:06:21.528196+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-23T05:06:21.596369+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-01', 8, 0, 0, 0, 0) [] [] [2022-10-23T05:06:21.686729+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:06:21.694510+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:06:21.853784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.854713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.858056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.859119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.859388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.859607+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' [] [] [2022-10-23T05:06:21.860016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.862154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.862922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.863630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.864065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.864358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.864572+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' [] [] [2022-10-23T05:06:21.864808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.864996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.865722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.866467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.866880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.867126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.867333+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' [] [] [2022-10-23T05:06:21.867556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.868627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.869349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.870133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.870550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.870795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.871000+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' [] [] [2022-10-23T05:06:21.871233+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.871461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.872194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.872944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.873368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.873603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.873800+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' [] [] [2022-10-23T05:06:21.874031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:06:21.874195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.874867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:06:21.875542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:06:21.875915+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:06:21.876191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:06:21.876440+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' [] [] [2022-10-23T05:06:21.876673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:11:49.636546+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-23T05:11:49.770328+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:11:49.784385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:11:49.784990+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:11:49.793010+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:11:49.793433+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:11:49.830104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.831083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.835088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:11:49.836412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:11:49.836708+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:11:49.836952+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' [] [] [2022-10-23T05:11:49.837444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:11:49.839941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.840725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.841492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:11:49.841943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:11:49.842279+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:11:49.842559+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' [] [] [2022-10-23T05:11:49.842868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:11:49.843123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.843864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:11:49.844620+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:11:49.845062+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:11:49.845355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:11:49.845636+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' [] [] [2022-10-23T05:11:49.845938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:11:50.221897+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"605f4d"},"request_uri":"http://127.0.0.1:8000/_wdt/605f4d","method":"GET"} [] [2022-10-23T05:12:22.813361+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-23T05:12:22.897899+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-23T05:12:22.955613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.956525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.960163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:22.961480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:22.961805+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:22.962100+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' [] [] [2022-10-23T05:12:22.962697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:22.965213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.965996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.966759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:22.967227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:22.967531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:22.967813+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' [] [] [2022-10-23T05:12:22.968123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:22.968375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.969110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:22.969863+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:22.970306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:22.970635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:22.970912+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' [] [] [2022-10-23T05:12:22.971217+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.217797+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T05:12:24.344117+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-23T05:12:24.412855+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-23T05:12:24.505752+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:12:24.513784+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:12:24.676292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.677416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.680973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.682111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.682456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.682717+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' [] [] [2022-10-23T05:12:24.683194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.685411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.686151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.686970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.687418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.687730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.688013+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' [] [] [2022-10-23T05:12:24.688333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.688556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.689242+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.690066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.690503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.690788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.691022+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' [] [] [2022-10-23T05:12:24.691322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.692461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.693215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.693950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.694361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.694592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.694821+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' [] [] [2022-10-23T05:12:24.695096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.695293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.695982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.696657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.697072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.697344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.697590+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' [] [] [2022-10-23T05:12:24.697823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:12:24.697994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.698731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:12:24.699517+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:12:24.699896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:12:24.700118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:12:24.700314+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' [] [] [2022-10-23T05:12:24.700555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:34.507855+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=5","method":"GET"} [] [2022-10-23T05:13:34.580841+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["5"] [] [2022-10-23T05:13:34.635895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.636799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.640195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:34.641480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:34.641866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:34.642283+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' [] [] [2022-10-23T05:13:34.642874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:34.645635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.646443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.647196+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:34.647684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:34.647988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:34.648268+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' [] [] [2022-10-23T05:13:34.648626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:34.648877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.649604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:34.650341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:34.650779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:34.651071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:34.651342+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' [] [] [2022-10-23T05:13:34.651637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:35.700064+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T05:13:35.831205+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-23T05:13:35.900486+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 5, 0, 0, 0, 0) [] [] [2022-10-23T05:13:36.103148+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:13:36.111577+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:13:36.268370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.269489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.273131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.274354+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.274687+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.274983+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' [] [] [2022-10-23T05:13:36.275450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:36.277693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.278511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.279349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.279803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.280132+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.280416+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' [] [] [2022-10-23T05:13:36.280697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:36.280920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.281693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.282473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.282929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.283205+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.283453+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' [] [] [2022-10-23T05:13:36.283735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:36.284847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.285601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.286366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.286799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.287076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.287326+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' [] [] [2022-10-23T05:13:36.287603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:36.287825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.288567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.289327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.289741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.290007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.290255+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' [] [] [2022-10-23T05:13:36.290526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:13:36.290743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.291475+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:13:36.292239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:13:36.292657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:13:36.292928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:13:36.293172+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' [] [] [2022-10-23T05:13:36.293442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:51.119027+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=4","method":"GET"} [] [2022-10-23T05:14:51.169853+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["4"] [] [2022-10-23T05:14:51.225808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.226707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.230122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:51.231329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:51.231635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:51.231911+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' [] [] [2022-10-23T05:14:51.232422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:51.234964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.235727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.236475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:51.236935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:51.237267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:51.237539+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' [] [] [2022-10-23T05:14:51.237838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:51.238195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.239045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:51.239845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:51.240324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:51.240620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:51.240894+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' [] [] [2022-10-23T05:14:51.241320+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:52.969083+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-23T05:14:53.081580+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2022-10-23T05:14:53.153113+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 4, 0, 0, 0, 0) [] [] [2022-10-23T05:14:53.356335+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:14:53.365822+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:14:53.522096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.523205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.526603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.527689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.527985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.528283+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' [] [] [2022-10-23T05:14:53.528791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:53.531017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.531850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.532632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.533135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.533418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.533715+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' [] [] [2022-10-23T05:14:53.534005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:53.534265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.535045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.535818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.536690+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.536958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.537233+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' [] [] [2022-10-23T05:14:53.537511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:53.538610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.539359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.540132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.540591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.540867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.541148+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' [] [] [2022-10-23T05:14:53.541427+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:53.541652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.542401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.543163+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.543616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.543897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.544140+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' [] [] [2022-10-23T05:14:53.544442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:14:53.544660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.545437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:14:53.546251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:14:53.546735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:14:53.547033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:14:53.547291+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' [] [] [2022-10-23T05:14:53.547516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.246583+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-23T05:15:52.293151+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T05:15:52.377833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.379549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.382797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.383849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.384159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.384488+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' [] [] [2022-10-23T05:15:52.384973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.387071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.387843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.388604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.389056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.389354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.389639+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' [] [] [2022-10-23T05:15:52.389947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.390193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.390926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.391626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.392098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.392446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.392786+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' [] [] [2022-10-23T05:15:52.393126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.404337+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-23T05:15:52.408889+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-23T05:15:52.431220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-23T05:15:52.432094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T05:15:52.432415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T05:15:52.432726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-23T05:15:52.433007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T05:15:52.433252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T05:15:52.433530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-23T05:15:52.433842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-23T05:15:52.434149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-23T05:15:52.434420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T05:15:52.434643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T05:15:52.434915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-23T05:15:52.435222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-23T05:15:52.435531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-23T05:15:52.435844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-23T05:15:52.436152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-23T05:15:52.437436+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T05:15:52.445840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.446641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.447414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.447905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.448209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.448489+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' [] [] [2022-10-23T05:15:52.448804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.449069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.449802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.450574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.451024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.451366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.451644+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' [] [] [2022-10-23T05:15:52.451952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.452203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.452934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:52.453690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:52.454133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:52.454428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:52.454718+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' [] [] [2022-10-23T05:15:52.455015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:52.684909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a486b8"},"request_uri":"http://127.0.0.1:8000/_wdt/a486b8","method":"GET"} [] [2022-10-23T05:15:53.943717+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-23T05:15:54.070039+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:15:54.084557+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:15:54.085178+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:15:54.093620+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:15:54.094081+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:15:54.131271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.132215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.135739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:54.136963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:54.137290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:54.137575+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' [] [] [2022-10-23T05:15:54.138107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:54.140664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.141416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.142167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:54.142625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:54.142923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:54.143237+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' [] [] [2022-10-23T05:15:54.143537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:54.143784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.144597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:15:54.145628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:15:54.146224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:15:54.146547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:15:54.146831+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' [] [] [2022-10-23T05:15:54.147519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:15:54.342001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79f95f"},"request_uri":"http://127.0.0.1:8000/_wdt/79f95f","method":"GET"} [] [2022-10-23T05:19:49.343060+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-23T05:19:49.448549+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:19:49.461948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:19:49.462522+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:19:49.469894+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:19:49.470318+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:19:49.503668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.504631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.507861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:49.509026+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:49.509388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:49.509647+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' [] [] [2022-10-23T05:19:49.510129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:49.512464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.513187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.513897+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:49.514316+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:49.514590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:49.514838+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' [] [] [2022-10-23T05:19:49.515201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:49.515423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.516113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:49.516815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:49.517322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:49.517595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:49.517841+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' [] [] [2022-10-23T05:19:49.518118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:52.767565+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"348e89"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/348e89","method":"GET"} [] [2022-10-23T05:19:57.316579+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-23T05:19:57.415350+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:19:57.428211+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:19:57.428681+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:19:57.435921+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:19:57.436304+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:19:57.469327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.470197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.473334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:57.474410+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:57.474677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:57.474908+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' [] [] [2022-10-23T05:19:57.475352+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:57.477682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.478363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.479041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:57.479425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:57.479669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:57.479889+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' [] [] [2022-10-23T05:19:57.480131+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:57.480324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.480981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:19:57.481653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:19:57.482068+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:19:57.482308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:19:57.482525+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' [] [] [2022-10-23T05:19:57.482768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:19:57.688524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae7e18"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ae7e18","method":"GET"} [] [2022-10-23T05:20:31.337208+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-23T05:20:31.498323+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-23T05:20:31.619203+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:20:31.625441+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-23T05:20:31.768378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.770103+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.773152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.774160+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.774462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.774737+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' [] [] [2022-10-23T05:20:31.775204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:31.777250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.777964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.778745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.779180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.779509+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.779777+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' [] [] [2022-10-23T05:20:31.780068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:31.780305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.781009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.781732+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.782158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.782444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.782713+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' [] [] [2022-10-23T05:20:31.783069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:31.786704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.787423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.788152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.788580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.788880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.789185+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' [] [] [2022-10-23T05:20:31.789480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:31.789724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.790428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.791159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.791585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.791870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.792138+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' [] [] [2022-10-23T05:20:31.792428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:31.792666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.793376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:31.794152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:31.794578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:31.794870+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:31.795138+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' [] [] [2022-10-23T05:20:31.795428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:59.512464+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-23T05:20:59.616997+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-23T05:20:59.625955+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-23T05:20:59.626423+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-23T05:20:59.633858+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-23T05:20:59.634260+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-23T05:20:59.634663+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-23T05:20:59.635100+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-23T05:20:59.669356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.670273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.673467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:59.674647+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:59.674944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:59.675203+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' [] [] [2022-10-23T05:20:59.675724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:59.678157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.678883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.679605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:59.680021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:59.680292+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:59.680538+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' [] [] [2022-10-23T05:20:59.680811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:20:59.681033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.681719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:20:59.682422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:20:59.682824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:20:59.683091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:20:59.683334+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' [] [] [2022-10-23T05:20:59.683605+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:00.041716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4b191"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e4b191","method":"GET"} [] [2022-10-23T05:21:03.232188+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-23T05:21:03.286654+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T05:21:03.366620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.368408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.371406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.372368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.372667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.372941+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' [] [] [2022-10-23T05:21:03.373396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.375330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.376040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.376769+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.377219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.377573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.377841+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' [] [] [2022-10-23T05:21:03.378129+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.378368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.379084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.379808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.380312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.380594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.380856+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' [] [] [2022-10-23T05:21:03.381147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.391434+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-23T05:21:03.395498+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-23T05:21:03.412935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-23T05:21:03.413704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T05:21:03.414056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T05:21:03.414393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-23T05:21:03.414700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T05:21:03.414984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T05:21:03.415293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-23T05:21:03.415636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-23T05:21:03.415976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-23T05:21:03.416283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T05:21:03.416565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T05:21:03.416885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-23T05:21:03.417243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-23T05:21:03.417606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-23T05:21:03.417977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-23T05:21:03.418360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-23T05:21:03.419568+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T05:21:03.427179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.427981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.428718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.429184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.429504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.429786+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' [] [] [2022-10-23T05:21:03.430090+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.430338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.431073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.431797+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.432222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.432510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.432777+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' [] [] [2022-10-23T05:21:03.433068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.433302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.434010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:03.434758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:03.435219+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:03.435501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:03.435768+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' [] [] [2022-10-23T05:21:03.436057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:03.643210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77fb11"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/77fb11","method":"GET"} [] [2022-10-23T05:21:06.833843+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-23T05:21:06.886828+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T05:21:06.912331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T05:21:06.973759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.974653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.977849+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:06.978981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:06.979309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:06.979576+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' [] [] [2022-10-23T05:21:06.980066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:06.982388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.983087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.983805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:06.984230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:06.984512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:06.984774+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' [] [] [2022-10-23T05:21:06.985060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:06.985292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.985985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:06.986740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:06.987162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:06.987443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:06.987703+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' [] [] [2022-10-23T05:21:06.987987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:06.989773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-23T05:21:06.992381+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-23T05:21:07.009343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-23T05:21:07.010094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T05:21:07.010415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T05:21:07.010745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-23T05:21:07.011090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-23T05:21:07.011430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-23T05:21:07.011769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T05:21:07.012108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-23T05:21:07.012446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-23T05:21:07.018936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.019700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.020451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:07.020932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:07.021220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:07.021493+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' [] [] [2022-10-23T05:21:07.021788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:07.022032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.022724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.023433+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:07.023848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:07.024128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:07.024392+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' [] [] [2022-10-23T05:21:07.024679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:07.024910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.025596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:07.026300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:07.026719+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:07.027000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:07.027261+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' [] [] [2022-10-23T05:21:07.027546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:07.213836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1a141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b1a141","method":"GET"} [] [2022-10-23T05:21:13.458862+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-23T05:21:13.535822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-23T05:21:13.596883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-23T05:21:13.597357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-23T05:21:13.597652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-23T05:21:13.597931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T05:21:13.598225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-23T05:21:13.598496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-23T05:21:13.598801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-23T05:21:13.599076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-23T05:21:13.613063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.613915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.617154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:13.618270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:13.618566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:13.618820+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' [] [] [2022-10-23T05:21:13.619299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:13.621605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.622316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.623019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:13.623433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:13.623702+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:13.623946+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' [] [] [2022-10-23T05:21:13.624260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:13.624481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.625163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T05:21:13.625857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T05:21:13.626261+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T05:21:13.626527+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T05:21:13.626770+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' [] [] [2022-10-23T05:21:13.627038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T05:21:13.825665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54be59"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/54be59","method":"GET"} [] [2022-10-23T12:04:47.829198+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/" (from "http://192.168.0.208:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.208:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-23T12:04:47.867457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.869600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.878216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:47.879503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:47.879841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:47.880185+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' [] [] [2022-10-23T12:04:47.880721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:47.884505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.885353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.886091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:47.886587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:47.886898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:47.887183+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' [] [] [2022-10-23T12:04:47.887496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:47.887737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.888446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:47.889169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:47.889599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:47.889940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:47.890203+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' [] [] [2022-10-23T12:04:47.890491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:47.996474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"060060"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/060060","method":"GET"} [] [2022-10-23T12:04:58.913539+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2022-10-23T12:04:58.965163+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T12:04:59.051220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.053073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.056371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.057502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.057815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.058091+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' [] [] [2022-10-23T12:04:59.058635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.061033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.061767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.062500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.062934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.063223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.063494+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' [] [] [2022-10-23T12:04:59.063792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.064029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.064738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.065550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.065981+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.066267+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.066537+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' [] [] [2022-10-23T12:04:59.066870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.076832+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-23T12:04:59.082267+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-23T12:04:59.085167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-23T12:04:59.097928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.098703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.099411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.099859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.100118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.100346+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' [] [] [2022-10-23T12:04:59.100603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.100808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.101476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.102160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.102547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.102795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.103015+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' [] [] [2022-10-23T12:04:59.103259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.103450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.104129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:04:59.104814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:04:59.105197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:04:59.105438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:04:59.105657+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' [] [] [2022-10-23T12:04:59.105900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:04:59.401894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3e0f8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b3e0f8","method":"GET"} [] [2022-10-23T12:05:02.847647+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-23T12:05:02.898151+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T12:05:02.972467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.974353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.977614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:02.978906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:02.979282+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:02.979675+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' [] [] [2022-10-23T12:05:02.980186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:02.982453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.983377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.984228+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:02.984740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:02.985065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:02.985504+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' [] [] [2022-10-23T12:05:02.985823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:02.986155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.986909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:02.987614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:02.988079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:02.988367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:02.988630+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' [] [] [2022-10-23T12:05:02.988918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:02.999537+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-23T12:05:03.006969+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-23T12:05:03.024755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-23T12:05:03.025524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T12:05:03.025852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T12:05:03.026191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-23T12:05:03.026504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T12:05:03.026785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T12:05:03.027099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-23T12:05:03.027450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-23T12:05:03.027797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-23T12:05:03.028112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T12:05:03.028394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T12:05:03.028708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-23T12:05:03.029055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-23T12:05:03.029435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-23T12:05:03.029786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-23T12:05:03.030149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-23T12:05:03.031309+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-23T12:05:03.040213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.041044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.041781+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:03.042269+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:03.042573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:03.042865+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' [] [] [2022-10-23T12:05:03.043174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:03.043428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.044138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.044856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:03.045291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:03.045578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:03.045847+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' [] [] [2022-10-23T12:05:03.046139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:03.046378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.047080+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:03.047808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:03.048234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:03.048536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:03.048815+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' [] [] [2022-10-23T12:05:03.049112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:03.208001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd9891"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/fd9891","method":"GET"} [] [2022-10-23T12:05:07.269560+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetname","method":"GET"} [] [2022-10-23T12:05:07.317606+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-23T12:05:07.408777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.410597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.413839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.414961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.415262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.415532+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' [] [] [2022-10-23T12:05:07.416064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.418465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.419163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.419884+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.420365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.420657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.420924+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' [] [] [2022-10-23T12:05:07.421211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.421454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.422145+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.423006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.423427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.423711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.423979+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' [] [] [2022-10-23T12:05:07.424265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.434306+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-23T12:05:07.439609+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[110,109,108,107,106,105,104,103,102,101]] [] [2022-10-23T12:05:07.450369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-23T12:05:07.451062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-23T12:05:07.451374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-23T12:05:07.452916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-23T12:05:07.453355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-23T12:05:07.453867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-23T12:05:07.454170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-23T12:05:07.455504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-23T12:05:07.471576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.472360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.473089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.473566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.473864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.474141+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' [] [] [2022-10-23T12:05:07.474441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.474690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.475385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.476098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.476525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.476807+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.477073+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' [] [] [2022-10-23T12:05:07.477361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.477597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.478411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-23T12:05:07.479125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-23T12:05:07.479544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-23T12:05:07.479831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-23T12:05:07.480095+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' [] [] [2022-10-23T12:05:07.480423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-23T12:05:07.637319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7f2ca"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a7f2ca","method":"GET"} [] [2022-10-24T10:23:33.189811+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T10:23:33.424067+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:23:33.452347+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:23:33.454164+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:23:33.465742+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:23:33.468655+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:23:33.528644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.532587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.538458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:33.541139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:33.542187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:33.542908+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' [] [] [2022-10-24T10:23:33.544833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:33.549401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.550110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.550799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:33.551210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:33.551464+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:33.551686+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' [] [] [2022-10-24T10:23:33.551935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:33.552127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.552790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:33.553466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:33.553846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:33.554084+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:33.554310+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' [] [] [2022-10-24T10:23:33.554556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:36.856962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29727b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/29727b","method":"GET"} [] [2022-10-24T10:23:43.638573+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:23:43.746188+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:23:43.760080+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:23:43.761193+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:23:43.769519+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:23:43.770541+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:23:43.806343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.807312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.810558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:43.811731+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:43.812661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:43.812895+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' [] [] [2022-10-24T10:23:43.813358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:43.815709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.816396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.817083+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:43.817516+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:43.817771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:43.817995+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' [] [] [2022-10-24T10:23:43.818245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:43.818439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.819107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:23:43.819785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:23:43.820168+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:23:43.820408+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:23:43.820628+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' [] [] [2022-10-24T10:23:43.820873+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:23:44.039325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11a244"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/11a244","method":"GET"} [] [2022-10-24T10:24:22.408818+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:24:22.613203+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:24:22.761539+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:24:22.769652+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:24:22.916342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.918066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.921390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.922437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.923567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.923911+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' [] [] [2022-10-24T10:24:22.924440+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:24:22.926554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.927372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.928136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.928606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.928952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.929246+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' [] [] [2022-10-24T10:24:22.929566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:24:22.929846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.930608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.931368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.931846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.932105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.932421+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' [] [] [2022-10-24T10:24:22.932710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:24:22.936629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.937444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.938175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.938681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.938929+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.939176+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' [] [] [2022-10-24T10:24:22.939442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:24:22.939657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.940385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.941133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.941617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.941933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.942231+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' [] [] [2022-10-24T10:24:22.942558+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:24:22.942828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.943578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:24:22.944328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:24:22.944771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:24:22.945062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:24:22.945310+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' [] [] [2022-10-24T10:24:22.945574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:51.621612+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:29:51.787007+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:29:51.903382+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:29:51.910468+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:29:52.050291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.052399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.055678+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.056803+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.057726+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.057997+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' [] [] [2022-10-24T10:29:52.058491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:52.060898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.061601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.062313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.062741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.063069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.063340+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' [] [] [2022-10-24T10:29:52.063628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:52.063863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.064553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.065264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.065683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.065964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.066229+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' [] [] [2022-10-24T10:29:52.066515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:52.071522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.072237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.072957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.073385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.073668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.073942+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' [] [] [2022-10-24T10:29:52.074240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:52.074479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.075178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.075893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.076315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.076596+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.076860+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' [] [] [2022-10-24T10:29:52.077148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:29:52.077380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.078079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:29:52.078792+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:29:52.079211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:29:52.079495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:29:52.079769+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' [] [] [2022-10-24T10:29:52.080058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:37.983157+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/" (from "http://192.168.0.208:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.208:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-24T10:32:38.030882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.032838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.040810+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:38.041925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:38.042850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:38.043110+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' [] [] [2022-10-24T10:32:38.043589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:38.045948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.046652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.047347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:38.047811+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:38.048082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:38.048328+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' [] [] [2022-10-24T10:32:38.048601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:38.048830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.049505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:38.050191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:38.050588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:38.050852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:38.051095+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' [] [] [2022-10-24T10:32:38.051365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:38.160942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d77a3a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d77a3a","method":"GET"} [] [2022-10-24T10:32:43.864160+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2022-10-24T10:32:43.921265+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:32:44.013140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.014908+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.018151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.019238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.020153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.020389+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' [] [] [2022-10-24T10:32:44.020856+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.023191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.023880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.024565+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.024955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.025204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.025466+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' [] [] [2022-10-24T10:32:44.025716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.025912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.026576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.027329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.027715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.027957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.028182+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' [] [] [2022-10-24T10:32:44.028433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.039365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-24T10:32:44.046580+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-24T10:32:44.049689+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-24T10:32:44.061265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.061984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.062668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.063088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.063338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.063563+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' [] [] [2022-10-24T10:32:44.063814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.064015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.064665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.065331+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.065710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.065947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.066164+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' [] [] [2022-10-24T10:32:44.066413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.066572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.067221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:44.067885+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:44.068257+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:44.068552+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:44.068771+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' [] [] [2022-10-24T10:32:44.069015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:44.316474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eef591"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/eef591","method":"GET"} [] [2022-10-24T10:32:45.278009+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:32:45.326536+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:32:45.389962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.393920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.400162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.401864+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.403497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.403908+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' [] [] [2022-10-24T10:32:45.404638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.407541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.408610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.409601+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.410129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.410458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.410755+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' [] [] [2022-10-24T10:32:45.411088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.411346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.412249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.413174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.413687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.414018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.414281+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' [] [] [2022-10-24T10:32:45.414577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.426689+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:32:45.432578+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:32:45.449733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:32:45.450669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:32:45.450958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:32:45.451254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:32:45.451520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:32:45.451755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:32:45.452016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:32:45.452317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:32:45.452609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:32:45.452870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:32:45.453103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:32:45.453360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:32:45.453649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:32:45.453948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:32:45.454238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:32:45.454546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:32:45.455681+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:32:45.468810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.469554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.470235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.470666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.470924+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.471151+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' [] [] [2022-10-24T10:32:45.471408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.471639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.472291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.472951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.473327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.473563+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.473816+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' [] [] [2022-10-24T10:32:45.474059+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.474249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.474894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:45.475554+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:45.475940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:45.476179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:45.476394+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' [] [] [2022-10-24T10:32:45.476633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:45.638950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50ff4c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/50ff4c","method":"GET"} [] [2022-10-24T10:32:56.855480+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:32:56.963288+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:32:56.976815+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:32:56.978003+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:32:56.985840+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:32:56.986829+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:32:57.020640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.021489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.024789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:57.025881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:57.026772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:57.027003+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' [] [] [2022-10-24T10:32:57.027450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:57.029767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.030445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.031118+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:57.031501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:57.031740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:57.031959+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' [] [] [2022-10-24T10:32:57.032248+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:57.032439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.033091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:32:57.033762+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:32:57.034136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:32:57.034372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:32:57.034586+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' [] [] [2022-10-24T10:32:57.034826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:32:57.217466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a68aea"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a68aea","method":"GET"} [] [2022-10-24T10:33:01.392347+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:33:01.444972+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:33:01.524808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.526598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.529632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.530662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.531582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.531851+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' [] [] [2022-10-24T10:33:01.532313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.534253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.534953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.535667+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.536087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.536367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.536633+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' [] [] [2022-10-24T10:33:01.536924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.537158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.537848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.538596+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.539024+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.539344+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.539609+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' [] [] [2022-10-24T10:33:01.539900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.549982+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:33:01.558132+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:33:01.576328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:33:01.577121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:33:01.577427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:33:01.577732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:33:01.578009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:33:01.578252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:33:01.578531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:33:01.578848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:33:01.579160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:33:01.579432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:33:01.579677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:33:01.579953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:33:01.580261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:33:01.580576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:33:01.580888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:33:01.581203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:33:01.582386+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:33:01.590148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.590962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.591730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.592237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.592550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.592837+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' [] [] [2022-10-24T10:33:01.593148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.593405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.594140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.594937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.595383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.595681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.595959+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' [] [] [2022-10-24T10:33:01.596260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.596505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.597235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:01.597988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:01.598440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:01.598743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:01.599021+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' [] [] [2022-10-24T10:33:01.599321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:01.750954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aad948"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/aad948","method":"GET"} [] [2022-10-24T10:33:08.863609+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:33:08.960387+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:33:08.973922+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:33:08.975507+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:33:08.983762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:33:08.984768+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:33:09.018725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.019591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.022922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:09.024064+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:09.024978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:09.025240+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' [] [] [2022-10-24T10:33:09.025715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:09.028041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.028737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.029434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:09.029890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:09.030169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:09.030422+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' [] [] [2022-10-24T10:33:09.030697+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:09.030914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.031587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:09.032274+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:09.032674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:09.032938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:09.033180+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' [] [] [2022-10-24T10:33:09.033448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:09.209410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d45011"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d45011","method":"GET"} [] [2022-10-24T10:33:28.106078+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:33:28.268145+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:33:28.393567+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:33:28.399765+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:33:28.544328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.546030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.549349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.550461+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.551393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.551679+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' [] [] [2022-10-24T10:33:28.552150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:28.554577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.555274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.555961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.556356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.556602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.556823+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' [] [] [2022-10-24T10:33:28.557072+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:28.557268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.557932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.558614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.558996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.559236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.559457+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' [] [] [2022-10-24T10:33:28.559747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:28.564734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.565487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.566175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.566570+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.566814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.567036+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' [] [] [2022-10-24T10:33:28.567284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:28.567483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.568147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.568825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.569205+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.569445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.569665+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' [] [] [2022-10-24T10:33:28.569911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:33:28.570108+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.570770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:33:28.571451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:33:28.571835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:33:28.572075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:33:28.572303+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' [] [] [2022-10-24T10:33:28.572547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:35:50.819421+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T10:35:50.923541+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:35:50.937122+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:35:50.938276+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:35:50.946289+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:35:50.947264+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:35:50.981583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.982447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.985736+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:35:50.986902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:35:50.987837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:35:50.988097+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' [] [] [2022-10-24T10:35:50.988574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:35:50.990903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.991599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.992296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:35:50.992705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:35:50.992975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:35:50.993220+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' [] [] [2022-10-24T10:35:50.993491+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:35:50.993706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.994373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:35:50.995060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:35:50.995491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:35:50.995757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:35:50.996003+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' [] [] [2022-10-24T10:35:50.996281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:35:51.560812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8774e5"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/8774e5","method":"GET"} [] [2022-10-24T10:35:59.981721+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:36:00.044617+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:36:00.125951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.128102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.131952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.133136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.134050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.134305+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' [] [] [2022-10-24T10:36:00.134755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.137260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.137939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.138604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.138970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.139182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.139365+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' [] [] [2022-10-24T10:36:00.139574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.139733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.140380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.141028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.141382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.141590+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.141807+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' [] [] [2022-10-24T10:36:00.142015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.154916+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:36:00.161950+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:36:00.181600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:36:00.182460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:36:00.182776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:36:00.183081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:36:00.183359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:36:00.183621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:36:00.183965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:36:00.184297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:36:00.184613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:36:00.184884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:36:00.185156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:36:00.185431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:36:00.185734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:36:00.186045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:36:00.186347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:36:00.186659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:36:00.188009+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:36:00.196047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.196795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.197497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.197944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.198201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.198443+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' [] [] [2022-10-24T10:36:00.198706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.198920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.199600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.200287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.200722+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.201013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.201243+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' [] [] [2022-10-24T10:36:00.201499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.201701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.202385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:00.203069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:00.203468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:00.203725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:00.203956+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' [] [] [2022-10-24T10:36:00.204208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:00.461739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3adc77"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/3adc77","method":"GET"} [] [2022-10-24T10:36:04.313016+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-24T10:36:04.371817+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:36:04.404743+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:36:04.474583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.475483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.478874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.480008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.481018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.481288+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' [] [] [2022-10-24T10:36:04.481770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.484135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.484829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.485523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.485934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.486246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.486495+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' [] [] [2022-10-24T10:36:04.486767+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.486986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.487657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.488343+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.488741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.489004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.489249+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' [] [] [2022-10-24T10:36:04.489517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.491240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-24T10:36:04.493919+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-24T10:36:04.511544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-24T10:36:04.512817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T10:36:04.513107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T10:36:04.513405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-24T10:36:04.513729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-24T10:36:04.514048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-24T10:36:04.514365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-24T10:36:04.514688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-24T10:36:04.515007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-24T10:36:04.521675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.522420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.523124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.523572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.523850+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.524104+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' [] [] [2022-10-24T10:36:04.524382+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.524614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.525283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.525967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.526370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.526633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.526936+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' [] [] [2022-10-24T10:36:04.527209+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.527426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.528148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:36:04.528833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:36:04.529240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:36:04.529502+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:36:04.529747+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' [] [] [2022-10-24T10:36:04.530014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:36:04.737385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f5dd2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/0f5dd2","method":"GET"} [] [2022-10-24T10:37:22.389833+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/show","method":"GET"} [] [2022-10-24T10:37:22.483815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-24T10:37:22.525437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-24T10:37:22.526734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T10:37:22.527655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T10:37:22.528585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:22.529511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:37:22.530415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:22.531323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:22.532231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [35] [] [2022-10-24T10:37:22.548190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.549041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.552504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:22.553665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:22.554594+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:22.554862+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' [] [] [2022-10-24T10:37:22.555368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:22.557792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.558496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.559211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:22.559683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:22.559964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:22.560226+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' [] [] [2022-10-24T10:37:22.560514+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:22.560748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.561705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:22.562438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:22.562912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:22.563213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:22.563529+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' [] [] [2022-10-24T10:37:22.563840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:22.862568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152ff2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/152ff2","method":"GET"} [] [2022-10-24T10:37:47.738394+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-24T10:37:47.818997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-24T10:37:47.859759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-24T10:37:47.860201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T10:37:47.860487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T10:37:47.860764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:47.861723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:37:47.861994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:47.862261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:37:47.863156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-24T10:37:47.878776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.879665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.883185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:47.884340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:47.884654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:47.884889+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' [] [] [2022-10-24T10:37:47.885355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:47.887725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.888406+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.889086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:47.889477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:47.889718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:47.889940+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' [] [] [2022-10-24T10:37:47.890187+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:47.890380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.891033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:37:47.891707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:37:47.892087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:37:47.892324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:37:47.892547+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' [] [] [2022-10-24T10:37:47.892792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:37:48.143167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab101a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ab101a","method":"GET"} [] [2022-10-24T10:39:28.421202+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-24T10:39:28.588230+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2018-07-01', '2019-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:39:29.632347+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:39:29.639956+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:39:29.793143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.794885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.798254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.799434+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.799749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.800035+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' [] [] [2022-10-24T10:39:29.800551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:29.802999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.803726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.804537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.805007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.805368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.805684+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' [] [] [2022-10-24T10:39:29.806054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:29.806375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.807302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.808360+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.808861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.809162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.809438+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' [] [] [2022-10-24T10:39:29.809746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:29.815211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.816060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.816807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.817301+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.817598+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.817874+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' [] [] [2022-10-24T10:39:29.818182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:29.818435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.819147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.819949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.820386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.820675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.820944+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' [] [] [2022-10-24T10:39:29.821246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:29.821527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.822289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:29.823031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:29.823449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:29.823700+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:29.823926+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' [] [] [2022-10-24T10:39:29.824180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:39.811498+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:39:39.900587+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:39:39.909647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:39:39.910118+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:39:39.918241+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:39:39.918635+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:39:39.952001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.952868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.955993+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:39.957077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:39.957330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:39.957558+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' [] [] [2022-10-24T10:39:39.957997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:39.960276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.960962+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.961641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:39.962031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:39.962337+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:39.962568+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' [] [] [2022-10-24T10:39:39.962819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:39.963014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.963682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:39:39.964361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:39:39.964744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:39:39.964986+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:39:39.965206+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' [] [] [2022-10-24T10:39:39.965454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:39:40.285773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27e26a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/27e26a","method":"GET"} [] [2022-10-24T10:40:17.386194+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:40:17.541448+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2018-07-01', '2019-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:40:17.652218+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:40:17.658602+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:40:17.807354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.809088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.812126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.813124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.813427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.813709+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' [] [] [2022-10-24T10:40:17.814180+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:40:17.816254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.816977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.817711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.818195+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.818481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.818747+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' [] [] [2022-10-24T10:40:17.819043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:40:17.819284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.820017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.820751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.821344+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.821635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.821959+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' [] [] [2022-10-24T10:40:17.822263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:40:17.825918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.826647+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.827386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.827827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.828115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.828386+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' [] [] [2022-10-24T10:40:17.828682+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:40:17.828925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.829633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.830383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.830815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.831101+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.831377+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' [] [] [2022-10-24T10:40:17.831675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:40:17.831911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.832619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:40:17.833350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:40:17.833822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:40:17.834109+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:40:17.834379+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' [] [] [2022-10-24T10:40:17.834675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.318999+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:45:11.375829+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:45:11.461583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.463458+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.466671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.467845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.468781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.469100+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' [] [] [2022-10-24T10:45:11.469608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.472039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.472730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.473437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.473856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.474138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.474402+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' [] [] [2022-10-24T10:45:11.474687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.474918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.475870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.476719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.477293+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.477599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.477889+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' [] [] [2022-10-24T10:45:11.478244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.489536+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:45:11.496264+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:45:11.517617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:45:11.518401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:45:11.518729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:45:11.519068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:45:11.519374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:45:11.519650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:45:11.519957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:45:11.520303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:45:11.520642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:45:11.520946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:45:11.521226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:45:11.521535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:45:11.521873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:45:11.522328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:45:11.522717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:45:11.523127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:45:11.524400+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:45:11.531865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.532607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.533323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.533827+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.534110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.534384+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' [] [] [2022-10-24T10:45:11.534680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.534923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.535632+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.536333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.536753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.537039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.537302+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' [] [] [2022-10-24T10:45:11.537592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.537920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.538598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:11.539299+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:11.539715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:11.540018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:11.540280+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' [] [] [2022-10-24T10:45:11.540565+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:11.864255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"238b8e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/238b8e","method":"GET"} [] [2022-10-24T10:45:19.071823+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:45:19.176746+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:45:19.190269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:45:19.191470+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:45:19.199677+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:45:19.200661+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:45:19.234217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.235087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.238414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:19.239586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:19.239883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:19.240152+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' [] [] [2022-10-24T10:45:19.240655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:19.242972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.243671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.244379+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:19.244802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:19.245080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:19.245388+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' [] [] [2022-10-24T10:45:19.245679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:19.245911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.246597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:45:19.247303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:45:19.247715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:45:19.247993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:45:19.248256+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' [] [] [2022-10-24T10:45:19.248543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:45:19.424889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3d52c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d3d52c","method":"GET"} [] [2022-10-24T10:49:10.994238+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T10:49:11.104845+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:49:11.117960+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:49:11.119211+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:49:11.127376+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:49:11.128423+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:49:11.162314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.163203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.166451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:11.167597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:11.167898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:11.168156+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' [] [] [2022-10-24T10:49:11.168637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:11.170974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.171681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.172378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:11.172788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:11.173054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:11.173304+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' [] [] [2022-10-24T10:49:11.173574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:11.173841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.174515+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:11.175202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:11.175603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:11.175867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:11.176111+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' [] [] [2022-10-24T10:49:11.176378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:11.362945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8b769"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d8b769","method":"GET"} [] [2022-10-24T10:49:13.803158+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T10:49:13.915200+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:49:13.928201+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:49:13.928687+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:49:13.936286+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:49:13.937308+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:49:13.971172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.972025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.975399+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:13.976893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:13.977218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:13.977488+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' [] [] [2022-10-24T10:49:13.977979+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:13.980568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.981431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.982136+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:13.982566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:13.982847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:13.983114+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' [] [] [2022-10-24T10:49:13.983403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:13.983643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.984336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:13.985038+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:13.985499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:13.985781+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:13.986041+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' [] [] [2022-10-24T10:49:13.986325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:14.404624+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95238a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/95238a","method":"GET"} [] [2022-10-24T10:49:29.408470+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:49:29.515147+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:49:29.528458+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:49:29.528967+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:49:29.537132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:49:29.537516+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:49:29.571171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.572037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.575340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:29.576638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:29.576936+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:29.577220+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' [] [] [2022-10-24T10:49:29.577724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:29.580093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.580798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.581511+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:29.581944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:29.582224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:29.582490+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' [] [] [2022-10-24T10:49:29.582780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:29.583014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.583707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:29.584419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:29.584849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:29.585170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:29.585435+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' [] [] [2022-10-24T10:49:29.585723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:29.827474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a899cd"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a899cd","method":"GET"} [] [2022-10-24T10:49:58.270357+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:49:58.428782+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:49:58.545487+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:49:58.551829+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:49:58.696630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.698700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.702019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.703012+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.703308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.703587+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' [] [] [2022-10-24T10:49:58.704048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:58.706076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.706784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.707497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.707926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.708206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.708624+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' [] [] [2022-10-24T10:49:58.708916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:58.709152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.709844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.710564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.710985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.711268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.711532+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' [] [] [2022-10-24T10:49:58.711820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:58.715353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.716057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.716768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.717192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.717477+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.717742+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' [] [] [2022-10-24T10:49:58.718038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:58.718281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.718970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.719689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.720113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.720393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.720656+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' [] [] [2022-10-24T10:49:58.720949+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:49:58.721181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.721872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:49:58.722583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:49:58.723004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:49:58.723284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:49:58.723547+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' [] [] [2022-10-24T10:49:58.723838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.378771+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T10:55:59.537462+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T10:55:59.652358+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:55:59.659891+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T10:55:59.809723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.811525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.815019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.816263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.816606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.816856+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' [] [] [2022-10-24T10:55:59.817346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.819972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.820776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.821491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.821965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.822233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.822474+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' [] [] [2022-10-24T10:55:59.822737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.822956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.823681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.824394+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.824822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.825130+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.825365+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' [] [] [2022-10-24T10:55:59.825669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.830946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.831826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.832607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.833127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.833430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.833686+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' [] [] [2022-10-24T10:55:59.833983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.834206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.834972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.835734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.836228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.836528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.836814+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' [] [] [2022-10-24T10:55:59.837126+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:55:59.837374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.838109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:55:59.838845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:55:59.839295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:55:59.839559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:55:59.839796+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' [] [] [2022-10-24T10:55:59.840058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.760697+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:57:03.805061+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:57:03.875042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.876644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.879714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.880742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.881045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.881328+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' [] [] [2022-10-24T10:57:03.881791+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.883780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.884490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.885218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.885650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.885946+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.886218+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' [] [] [2022-10-24T10:57:03.886512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.886750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.887456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.888182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.888618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.888937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.889256+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' [] [] [2022-10-24T10:57:03.889552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.899279+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:57:03.903310+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:57:03.923250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:57:03.924060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:03.924402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:03.924745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:57:03.925060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:57:03.925347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:57:03.925663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:57:03.926012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:57:03.926361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:57:03.926681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:57:03.926965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:57:03.927283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:57:03.927629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:57:03.927984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:57:03.928373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:57:03.928728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:57:03.929931+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:57:03.937487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.938267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.939017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.939493+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.939790+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.940069+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' [] [] [2022-10-24T10:57:03.940375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.940628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.941393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.942134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.942560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.942830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.943085+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' [] [] [2022-10-24T10:57:03.943358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:03.943578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.944268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:03.944979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:03.945383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:03.945649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:03.945894+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' [] [] [2022-10-24T10:57:03.946163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:04.254931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d19930"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d19930","method":"GET"} [] [2022-10-24T10:57:11.045749+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/show","method":"GET"} [] [2022-10-24T10:57:11.119317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-24T10:57:11.159506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:57:11.159975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:11.160312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:11.160639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:11.161626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:57:11.161946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:11.162267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:11.163207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [141] [] [2022-10-24T10:57:11.177757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.178535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.181836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:11.182937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:11.183244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:11.183481+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' [] [] [2022-10-24T10:57:11.183940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:11.186231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.186932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.187625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:11.188016+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:11.188260+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:11.188481+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' [] [] [2022-10-24T10:57:11.188731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:11.188924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.189589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:11.190273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:11.190660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:11.190905+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:11.191126+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' [] [] [2022-10-24T10:57:11.191372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:11.386419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c43d2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/6c43d2","method":"GET"} [] [2022-10-24T10:57:19.017966+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/edit","method":"GET"} [] [2022-10-24T10:57:19.096291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-24T10:57:19.171986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:19.172755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:57:19.173140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:57:19.173742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:19.174756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:57:19.175674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:19.176720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:57:19.179740+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:57:19.181315+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:57:19.181750+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:57:19.184478+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T10:57:19.184802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:57:19.185117+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:57:19.185490+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T10:57:19.215205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.216075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.219398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:19.220509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:19.220782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:19.221015+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' [] [] [2022-10-24T10:57:19.221473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:19.223902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.224596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.225288+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:19.225730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:19.225982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:19.226206+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' [] [] [2022-10-24T10:57:19.226455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:19.226652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.227319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:57:19.228002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:57:19.228386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:57:19.228628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:57:19.228847+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' [] [] [2022-10-24T10:57:19.229093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:57:19.432492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58d03e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/58d03e","method":"GET"} [] [2022-10-24T10:58:01.708181+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/edit","method":"POST"} [] [2022-10-24T10:58:01.786067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-24T10:58:01.857647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:01.858389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:01.858714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:58:01.859276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:01.860302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:58:01.861216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:01.862143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:01.871929+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-24T10:58:01.873311+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["8"]] [] [2022-10-24T10:58:01.873763+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-24T10:58:01.875143+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-24T10:58:01.875631+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-24T10:58:01.876053+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-24T10:58:01.876462+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-24T10:58:01.933223+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T10:58:01.933444+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ? WHERE id = ? ["2021-06-30T00:00:00+00:00",141] [] [2022-10-24T10:58:01.934231+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T10:58:01.953037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.953865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.957151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:01.958266+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:01.958541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:01.958778+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' [] [] [2022-10-24T10:58:01.959250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:01.961690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.962392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.963080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:01.963478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:01.963725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:01.963947+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' [] [] [2022-10-24T10:58:01.964201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:01.964397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.965060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:01.965738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:01.966118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:01.966359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:01.966581+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' [] [] [2022-10-24T10:58:01.966828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.187556+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:58:02.240881+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:58:02.304530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.306184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.309089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.310014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.310320+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.310550+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' [] [] [2022-10-24T10:58:02.310963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.312810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.313482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.314159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.314543+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.314783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.315004+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' [] [] [2022-10-24T10:58:02.315247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.315435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.316083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.316746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.317117+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.317393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.317610+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' [] [] [2022-10-24T10:58:02.317853+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.326930+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:58:02.330744+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[141,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:58:02.350108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:58:02.350804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:02.351090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:02.351424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:58:02.351692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:58:02.351924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:58:02.352184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:58:02.352484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:58:02.352781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:58:02.353050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:58:02.353280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:58:02.353536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:58:02.353827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:58:02.354144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:58:02.354433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:58:02.354726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:58:02.355864+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:58:02.363763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.364496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.365194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.365699+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.365950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.366184+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' [] [] [2022-10-24T10:58:02.366442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.366648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.367315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.367995+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.368383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.368626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.368848+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' [] [] [2022-10-24T10:58:02.369095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.369287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.369948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:02.370636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:02.371019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:02.371256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:02.371474+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' [] [] [2022-10-24T10:58:02.371729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:02.682922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2d847"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d2d847","method":"GET"} [] [2022-10-24T10:58:16.081228+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/edit","method":"GET"} [] [2022-10-24T10:58:16.159004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-24T10:58:16.232862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:16.233644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:58:16.233996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:58:16.234580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:16.234938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T10:58:16.235302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:16.235678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T10:58:16.238150+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:58:16.239647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:58:16.240105+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:58:16.242760+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T10:58:16.243106+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:58:16.243441+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:58:16.243835+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T10:58:16.273459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.274321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.277603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:16.278712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:16.278981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:16.279215+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' [] [] [2022-10-24T10:58:16.279677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:16.282052+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.282743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.283477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:16.283870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:16.284116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:16.284339+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' [] [] [2022-10-24T10:58:16.284632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:16.284825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.285494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:16.286181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:16.286565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:16.286806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:16.287026+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' [] [] [2022-10-24T10:58:16.287271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:16.510400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c699a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2c699a","method":"GET"} [] [2022-10-24T10:58:26.241278+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"141"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/141/delete","method":"POST"} [] [2022-10-24T10:58:26.326268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["141"] [] [2022-10-24T10:58:26.365343+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T10:58:26.365534+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [141] [] [2022-10-24T10:58:26.369265+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T10:58:26.404212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.405046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.408263+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.409416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.409685+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.409918+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' [] [] [2022-10-24T10:58:26.410371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.412648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.413339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.414030+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.414423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.414667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.414889+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' [] [] [2022-10-24T10:58:26.415138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.415331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.416041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.416725+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.417147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.417391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.417615+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' [] [] [2022-10-24T10:58:26.417861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.556646+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:58:26.611623+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:58:26.685743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.687531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.690588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.691556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.691860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.692132+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' [] [] [2022-10-24T10:58:26.692634+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.694564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.695266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.695984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.696406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.696691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.696956+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' [] [] [2022-10-24T10:58:26.697245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.697482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.698174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.698887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.699309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.699963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.700279+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' [] [] [2022-10-24T10:58:26.700597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.710966+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:58:26.714976+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[140,139,138,137,136,135,134,133,132,131]] [] [2022-10-24T10:58:26.736048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:58:26.736856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:58:26.737178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:58:26.737515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:58:26.737862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:58:26.738216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:58:26.738526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:58:26.738811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:58:26.739125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:58:26.739468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:58:26.739811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:58:26.740160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:58:26.740502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:58:26.740857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-24T10:58:26.742052+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:58:26.749602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.750349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.751074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.751552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.751839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.752111+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' [] [] [2022-10-24T10:58:26.752414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.752664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.753362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.754075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.754497+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.754786+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.755053+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' [] [] [2022-10-24T10:58:26.755381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.755615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.756311+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:26.757024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:26.757452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:26.757733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:26.757997+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' [] [] [2022-10-24T10:58:26.758284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:26.944658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb5557"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/eb5557","method":"GET"} [] [2022-10-24T10:58:30.145277+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-24T10:58:30.255303+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:58:30.267669+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:58:30.268122+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:58:30.275901+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T10:58:30.276258+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:58:30.276583+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:58:30.276993+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T10:58:30.309504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.310338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.313481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:30.314569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:30.314834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:30.315061+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' [] [] [2022-10-24T10:58:30.315507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:30.318097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.318884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.319600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:30.320056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:30.320312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:30.320564+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' [] [] [2022-10-24T10:58:30.320976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:30.321198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.321947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:30.322687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:30.323123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:30.323365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:30.323612+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' [] [] [2022-10-24T10:58:30.323933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:30.536276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63fc2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a63fc2","method":"GET"} [] [2022-10-24T10:58:35.866445+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-24T10:58:35.936149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-24T10:58:35.990878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:35.991743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:35.994975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:35.996078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:35.996394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:35.996634+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' [] [] [2022-10-24T10:58:35.997195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:35.999627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:36.000353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:36.001049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:36.001468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:36.001719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:36.001945+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' [] [] [2022-10-24T10:58:36.002197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:36.002394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:36.003055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:36.003734+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:36.004116+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:36.004359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:36.004621+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' [] [] [2022-10-24T10:58:36.004874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:41.663286+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetname/getassetbysubgroupid?subGroupId=8","method":"GET"} [] [2022-10-24T10:58:41.742611+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["8"] [] [2022-10-24T10:58:41.809126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.810211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.813502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:41.814598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:41.814864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:41.815093+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' [] [] [2022-10-24T10:58:41.815545+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:41.817883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.818570+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.819245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:41.819631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:41.819927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:41.820150+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' [] [] [2022-10-24T10:58:41.820396+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:41.820588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.821241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:41.821907+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:41.822280+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:41.822517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:41.822732+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' [] [] [2022-10-24T10:58:41.822973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:46.291642+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/unit/getunitbyassetid?assetnameId=110","method":"GET"} [] [2022-10-24T10:58:46.359467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["110"] [] [2022-10-24T10:58:46.403291+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-24T10:58:46.431076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.431907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.435373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:46.436489+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:46.436759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:46.436995+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' [] [] [2022-10-24T10:58:46.437446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:46.439709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.440407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.441092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:46.441478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:46.441719+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:46.441938+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' [] [] [2022-10-24T10:58:46.442182+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:58:46.442375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.443035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:58:46.443760+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:58:46.444136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:58:46.444376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:58:46.444593+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' [] [] [2022-10-24T10:58:46.444834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:45.983710+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"POST"} [] [2022-10-24T10:59:46.099015+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-24T10:59:46.108540+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["8"]] [] [2022-10-24T10:59:46.109049+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["110"]] [] [2022-10-24T10:59:46.114937+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-24T10:59:46.116198+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-24T10:59:46.116678+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-24T10:59:46.117150+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-24T10:59:46.169218+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-24T10:59:46.179831+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T10:59:46.180666+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-06-30T00:00:00+00:00","2":25060335.0,"3":"BCC/2022/10/00107","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":14600,"20":"2061-06-20T00:00:00+00:00","21":2.5,"22":8,"23":8,"24":110,"25":1,"26":2,"27":1,"28":1} [] [2022-10-24T10:59:46.182009+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T10:59:46.199170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.199958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.203162+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.204249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.204516+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.204752+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' [] [] [2022-10-24T10:59:46.205200+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.207600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.208273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.208943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.209379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.209620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.209839+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' [] [] [2022-10-24T10:59:46.210085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.210277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.210930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.211607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.211978+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.212215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.212429+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' [] [] [2022-10-24T10:59:46.212669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.360176+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T10:59:46.416044+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T10:59:46.495764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.500198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.506396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.508072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.508547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.508963+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' [] [] [2022-10-24T10:59:46.509720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.512611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.513683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.514755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.515311+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.515640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.515940+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' [] [] [2022-10-24T10:59:46.516333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.516595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.517506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.518439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.518959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.519287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.519584+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' [] [] [2022-10-24T10:59:46.519916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.531226+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T10:59:46.535875+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T10:59:46.555343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T10:59:46.556087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T10:59:46.556376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T10:59:46.556667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T10:59:46.556933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T10:59:46.557165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T10:59:46.557425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T10:59:46.557721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T10:59:46.558016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T10:59:46.558276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T10:59:46.558509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T10:59:46.558766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T10:59:46.559060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T10:59:46.559352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T10:59:46.559661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T10:59:46.559961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T10:59:46.561096+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T10:59:46.569156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.569896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.570600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.571042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.571340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.571570+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' [] [] [2022-10-24T10:59:46.571831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.572037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.572703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.573385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.573770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.574011+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.574233+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' [] [] [2022-10-24T10:59:46.574481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.574672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.575336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:46.576015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:46.576400+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:46.576643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:46.576866+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' [] [] [2022-10-24T10:59:46.577114+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:46.786386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9998f7"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9998f7","method":"GET"} [] [2022-10-24T10:59:50.847584+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T10:59:50.954738+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T10:59:50.967618+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T10:59:50.968087+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T10:59:50.977886+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T10:59:50.978439+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T10:59:51.012334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.013187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.016534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:51.017631+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:51.017901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:51.018185+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' [] [] [2022-10-24T10:59:51.018639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:51.020953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.021623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.022298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:51.022681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:51.022921+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:51.023146+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' [] [] [2022-10-24T10:59:51.023394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:51.023586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.024234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T10:59:51.024896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T10:59:51.025267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T10:59:51.025512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T10:59:51.025727+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' [] [] [2022-10-24T10:59:51.026002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T10:59:51.245501+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d45f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/86d45f","method":"GET"} [] [2022-10-24T11:00:22.399937+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T11:00:22.554727+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T11:00:22.669455+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:00:22.676070+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:00:22.821016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.822737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.825811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.826860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.827166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.827444+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' [] [] [2022-10-24T11:00:22.827917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:00:22.829973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.830710+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.831452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.831887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.832176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.832448+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' [] [] [2022-10-24T11:00:22.832745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:00:22.832984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.833704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.834498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.834969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.835263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.835534+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' [] [] [2022-10-24T11:00:22.835830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:00:22.839435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.840171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.840914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.841353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.841640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.841910+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' [] [] [2022-10-24T11:00:22.842208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:00:22.842451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.843169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.843917+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.844345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.844638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.844909+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' [] [] [2022-10-24T11:00:22.845206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:00:22.845443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.846173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:00:22.846914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:00:22.847345+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:00:22.847632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:00:22.847905+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' [] [] [2022-10-24T11:00:22.848203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:40.862316+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T11:01:40.979869+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T11:01:41.099873+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:01:41.105969+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:01:41.238855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.240449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.243503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.244685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.245013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.245313+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' [] [] [2022-10-24T11:01:41.245780+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:41.247819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.248546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.249282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.249742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.250024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.250290+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' [] [] [2022-10-24T11:01:41.250580+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:41.250815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.251523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.252248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.252676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.252958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.253222+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' [] [] [2022-10-24T11:01:41.253511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:41.256977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.257694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.258465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.258889+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.259197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.259485+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' [] [] [2022-10-24T11:01:41.259862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:41.260111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.260838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.261582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.262021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.262313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.262582+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' [] [] [2022-10-24T11:01:41.262876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:01:41.263114+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.263836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:01:41.264581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:01:41.265017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:01:41.265303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:01:41.265575+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' [] [] [2022-10-24T11:01:41.265868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.243184+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T11:37:58.424686+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T11:37:58.546375+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:37:58.555955+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:37:58.716674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.718603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.722053+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.723323+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.723632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.723914+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' [] [] [2022-10-24T11:37:58.724447+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.727154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.727978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.728764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.729324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.729639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.729962+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' [] [] [2022-10-24T11:37:58.730276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.730533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.731277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.732044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.732492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.732785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.733065+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' [] [] [2022-10-24T11:37:58.733365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.739575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.740369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.741147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.741625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.741922+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.742199+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' [] [] [2022-10-24T11:37:58.742510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.742768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.743509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.744290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.744745+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.745042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.745337+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' [] [] [2022-10-24T11:37:58.745656+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:37:58.745911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.746668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:37:58.747451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:37:58.747926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:37:58.748237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:37:58.748486+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' [] [] [2022-10-24T11:37:58.748748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.005569+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-24T11:48:59.182210+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-24T11:48:59.308033+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:48:59.315332+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:48:59.468146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.469883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.473242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.474460+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.474830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.475119+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' [] [] [2022-10-24T11:48:59.475637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.478277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.479091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.479856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.480342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.480644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.480922+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' [] [] [2022-10-24T11:48:59.481228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.481482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.482208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.482954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.483394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.483735+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.484012+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' [] [] [2022-10-24T11:48:59.484315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.489944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.490677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.491422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.491860+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.492155+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.492430+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' [] [] [2022-10-24T11:48:59.492776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.493020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.493748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.494488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.494926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.495217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.495493+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' [] [] [2022-10-24T11:48:59.495795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:48:59.496035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.496758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:48:59.497499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:48:59.497934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:48:59.498233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:48:59.498507+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' [] [] [2022-10-24T11:48:59.498809+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:01.320481+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-24T11:49:01.356191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.357969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.366820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:01.368086+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:01.368562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:01.368816+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' [] [] [2022-10-24T11:49:01.369578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:01.372214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.372993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.373646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:01.374130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:01.374421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:01.374727+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' [] [] [2022-10-24T11:49:01.375060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:01.375291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.376022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:01.376696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:01.377104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:01.377420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:01.377658+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' [] [] [2022-10-24T11:49:01.377917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:01.495786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ce08a"},"request_uri":"http://127.0.0.1:8000/_wdt/7ce08a","method":"GET"} [] [2022-10-24T11:49:11.539217+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-24T11:49:11.584211+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:49:11.669590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.671348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.674649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.675793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.676134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.676426+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' [] [] [2022-10-24T11:49:11.676946+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:11.679144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.679949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.680708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.681309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.681679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.682014+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' [] [] [2022-10-24T11:49:11.682361+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:11.682620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.683395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.684236+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.684685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.684949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.685167+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' [] [] [2022-10-24T11:49:11.685422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:11.695903+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-24T11:49:11.700233+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-24T11:49:11.703188+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-24T11:49:11.715526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.716377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.717093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.717561+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.717825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.718065+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' [] [] [2022-10-24T11:49:11.718333+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:11.718548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.719223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.719915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.720318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.720566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.720850+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' [] [] [2022-10-24T11:49:11.721111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:11.721309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.721979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:11.722669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:11.723065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:11.723318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:11.723543+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' [] [] [2022-10-24T11:49:11.723795+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:12.067098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7234a6"},"request_uri":"http://127.0.0.1:8000/_wdt/7234a6","method":"GET"} [] [2022-10-24T11:49:17.689147+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:49:17.734304+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:49:17.818757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.820402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.823674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.824702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.825013+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.825298+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' [] [] [2022-10-24T11:49:17.825781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:17.827867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.828597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.829340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.829785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.830078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.830358+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' [] [] [2022-10-24T11:49:17.830667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:17.830911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.831628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.832366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.832846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.833225+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.833560+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' [] [] [2022-10-24T11:49:17.833875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:17.844942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:49:17.848963+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T11:49:17.869559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:49:17.870657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:49:17.871000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:49:17.871314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:49:17.871601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:49:17.871809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:49:17.872084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:49:17.872395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:49:17.872705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:49:17.872976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:49:17.873221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:49:17.873501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:49:17.873819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:49:17.874171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:49:17.874479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:49:17.874791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T11:49:17.876045+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:49:17.939283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.940195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.940894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.941336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.941566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.941761+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' [] [] [2022-10-24T11:49:17.941990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:17.942171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.942851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.943527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.943906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.944123+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.944313+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' [] [] [2022-10-24T11:49:17.944530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:17.944698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.945347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:17.946000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:17.946358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:17.946569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:17.946762+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' [] [] [2022-10-24T11:49:17.946975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:18.146918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a30fc6"},"request_uri":"http://127.0.0.1:8000/_wdt/a30fc6","method":"GET"} [] [2022-10-24T11:49:27.649073+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-24T11:49:27.754646+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:49:27.768352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:49:27.768949+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:49:27.777633+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:49:27.778154+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:49:27.814982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.815904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.819484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:27.820730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:27.821051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:27.821336+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' [] [] [2022-10-24T11:49:27.821866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:27.824415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.825162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.825902+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:27.826397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:27.826694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:27.826972+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' [] [] [2022-10-24T11:49:27.827277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:27.827527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.828249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:27.828987+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:27.829457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:27.829757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:27.830035+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' [] [] [2022-10-24T11:49:27.830358+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:28.049139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b9bd9"},"request_uri":"http://127.0.0.1:8000/_wdt/0b9bd9","method":"GET"} [] [2022-10-24T11:49:34.572903+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:49:34.631720+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:49:34.726029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.727975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.731258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.732310+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.732632+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.732925+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' [] [] [2022-10-24T11:49:34.733422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:34.735538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.736303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.737088+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.737593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.737899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.738310+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' [] [] [2022-10-24T11:49:34.738635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:34.738894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.739678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.740465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.740929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.741228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.741509+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' [] [] [2022-10-24T11:49:34.741815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:34.753569+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:49:34.758160+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T11:49:34.778016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:49:34.778881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:49:34.779190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:49:34.779459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:49:34.779738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:49:34.779980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:49:34.780254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:49:34.780525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:49:34.780831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:49:34.781100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:49:34.781346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:49:34.781622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:49:34.781932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:49:34.782240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:49:34.782506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:49:34.782811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T11:49:34.784038+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:49:34.792166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.793012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.793780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.794290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.794642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.794936+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' [] [] [2022-10-24T11:49:34.795249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:34.795507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.796239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.796982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.797427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.797720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.797995+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' [] [] [2022-10-24T11:49:34.798299+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:34.798552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.799271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:49:34.800011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:49:34.800452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:49:34.800775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:49:34.801074+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' [] [] [2022-10-24T11:49:34.801436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:49:35.021850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02cad3"},"request_uri":"http://127.0.0.1:8000/_wdt/02cad3","method":"GET"} [] [2022-10-24T11:50:11.699063+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-24T11:50:11.777350+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-24T11:50:11.831686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.832581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.836089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:11.837400+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:11.837858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:11.838166+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' [] [] [2022-10-24T11:50:11.838794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:11.841280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.842259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.843011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:11.843552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:11.843857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:11.844140+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' [] [] [2022-10-24T11:50:11.844446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:11.844693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.845415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:11.846140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:11.846572+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:11.846858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:11.847129+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' [] [] [2022-10-24T11:50:11.847425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.149165+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-24T11:50:13.270043+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-24T11:50:13.340230+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-24T11:50:13.433874+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:50:13.442021+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:50:13.600318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.601275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.604496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.605593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.605931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.606185+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' [] [] [2022-10-24T11:50:13.606636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.608829+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.609539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.610246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.610706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.611015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.611266+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' [] [] [2022-10-24T11:50:13.611577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.611833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.612573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.613332+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.613761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.614033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.614320+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' [] [] [2022-10-24T11:50:13.614664+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.615814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.616580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.617348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.617820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.618127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.618431+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' [] [] [2022-10-24T11:50:13.618794+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.619085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.619981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.620846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.621419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.621706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.621936+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' [] [] [2022-10-24T11:50:13.622251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:13.622457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.623179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:13.623882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:13.624306+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:13.624550+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:13.624771+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' [] [] [2022-10-24T11:50:13.625016+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:39.886125+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-24T11:50:39.992990+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-24T11:50:40.043242+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-24T11:50:40.118260+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:50:40.126235+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-24T11:50:40.291202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.292173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.295451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.296528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.296833+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.297085+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' [] [] [2022-10-24T11:50:40.297549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:40.299721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.300568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.301349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.301878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.302184+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.302443+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' [] [] [2022-10-24T11:50:40.302724+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:40.302944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.303690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.304490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.304943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.305213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.305459+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' [] [] [2022-10-24T11:50:40.305779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:40.306990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.307782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.308589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.309063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.309334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.309600+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' [] [] [2022-10-24T11:50:40.309888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:40.310124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.310837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.311546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.312001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.312275+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.312562+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' [] [] [2022-10-24T11:50:40.312851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:50:40.313124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.313960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:50:40.314733+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:50:40.315167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:50:40.315494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:50:40.315753+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' [] [] [2022-10-24T11:50:40.316031+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.699427+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-24T11:52:08.740989+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:52:08.822185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.823821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.826901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.828048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.828498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.828821+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' [] [] [2022-10-24T11:52:08.829329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.831693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.832474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.833257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.833738+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.834032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.834306+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' [] [] [2022-10-24T11:52:08.834612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.834862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.835565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.836284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.836925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.837433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.837719+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' [] [] [2022-10-24T11:52:08.838036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.847886+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-24T11:52:08.851799+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[110,109,108,107,106,105,104,103,102,101]] [] [2022-10-24T11:52:08.864060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:52:08.864896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:52:08.865236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:52:08.866236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:52:08.866527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:52:08.866888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:52:08.867178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:52:08.868524+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-24T11:52:08.886239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.887109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.887877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.888384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.888695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.888976+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' [] [] [2022-10-24T11:52:08.889288+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.889548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.890280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.891021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.891480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.891780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.892064+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' [] [] [2022-10-24T11:52:08.892362+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:08.892603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.893329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:08.894078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:08.894519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:08.894819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:08.895175+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' [] [] [2022-10-24T11:52:08.895458+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:09.128547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ca3e3"},"request_uri":"http://127.0.0.1:8000/_wdt/6ca3e3","method":"GET"} [] [2022-10-24T11:52:11.422813+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:52:11.479260+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:52:11.569571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.571493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.575014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.576212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.576532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.576827+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' [] [] [2022-10-24T11:52:11.577360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.579926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.580696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.581464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.582004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.582300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.582579+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' [] [] [2022-10-24T11:52:11.582927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.583196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.584061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.584839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.585318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.585619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.585906+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' [] [] [2022-10-24T11:52:11.586295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.597511+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:52:11.602026+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T11:52:11.622637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:52:11.623531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:52:11.623891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:52:11.624247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:52:11.624580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:52:11.624878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:52:11.625209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:52:11.625536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:52:11.625899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:52:11.626227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:52:11.626535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:52:11.626868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:52:11.627231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:52:11.627592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:52:11.627954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:52:11.628320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T11:52:11.629626+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:52:11.637664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.638481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.639276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.639788+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.640096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.640383+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' [] [] [2022-10-24T11:52:11.640709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.640977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.641722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.642475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.642925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.643228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.643513+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' [] [] [2022-10-24T11:52:11.643821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.644073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.644801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:11.645559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:11.646009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:11.646346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:11.646626+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' [] [] [2022-10-24T11:52:11.646931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:11.851051+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391277"},"request_uri":"http://127.0.0.1:8000/_wdt/391277","method":"GET"} [] [2022-10-24T11:52:13.348695+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-24T11:52:13.488305+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:52:13.501859+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:52:13.502448+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:52:13.510914+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:52:13.511429+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:52:13.511826+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:52:13.512254+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T11:52:13.546338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.547248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.550660+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:13.551847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:13.552154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:13.552437+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' [] [] [2022-10-24T11:52:13.552953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:13.555414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.556183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.556979+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:13.557463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:13.557771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:13.558067+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' [] [] [2022-10-24T11:52:13.558376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:13.558628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.559367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:13.560174+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:13.560619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:13.560912+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:13.561191+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' [] [] [2022-10-24T11:52:13.561495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:13.765664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a035e1"},"request_uri":"http://127.0.0.1:8000/_wdt/a035e1","method":"GET"} [] [2022-10-24T11:52:20.395677+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=7","method":"GET"} [] [2022-10-24T11:52:20.476626+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["7"] [] [2022-10-24T11:52:20.531173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.532067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.535474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:20.536691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:20.536999+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:20.537332+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' [] [] [2022-10-24T11:52:20.537886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:20.540303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.541053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.541784+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:20.542244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:20.542535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:20.542810+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' [] [] [2022-10-24T11:52:20.543115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:20.543357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.544067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:20.544790+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:20.545222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:20.545510+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:20.545783+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' [] [] [2022-10-24T11:52:20.546120+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:22.345732+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=7","method":"GET"} [] [2022-10-24T11:52:22.422503+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["7"] [] [2022-10-24T11:52:22.474650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.475525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.478837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:22.479982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:22.480257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:22.480498+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' [] [] [2022-10-24T11:52:22.480967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:22.483398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.484107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.484805+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:22.485215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:22.485528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:22.485758+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' [] [] [2022-10-24T11:52:22.486013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:22.486216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.487065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:22.487806+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:22.488235+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:22.488493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:22.488729+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' [] [] [2022-10-24T11:52:22.488990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:28.798155+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-24T11:52:28.871612+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-24T11:52:28.926654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.927564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.931165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:28.932374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:28.932744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:28.933057+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' [] [] [2022-10-24T11:52:28.933591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:28.936091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.936897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.937674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:28.938175+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:28.938479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:28.938761+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' [] [] [2022-10-24T11:52:28.939073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:28.939324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.940048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:28.940796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:28.941244+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:28.941583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:28.941868+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' [] [] [2022-10-24T11:52:28.942169+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:30.526173+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=8","method":"GET"} [] [2022-10-24T11:52:30.603780+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["8"] [] [2022-10-24T11:52:30.654903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.655995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.659369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:30.660556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:30.660841+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:30.661082+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' [] [] [2022-10-24T11:52:30.661552+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:30.663965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.664671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.665367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:30.665834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:30.666088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:30.666317+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' [] [] [2022-10-24T11:52:30.666574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:30.666771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.667445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:30.668132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:30.668523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:30.668769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:30.668994+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' [] [] [2022-10-24T11:52:30.669204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:38.532083+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-24T11:52:38.653306+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:52:38.671019+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:52:38.671623+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:52:38.700547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.701460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.704626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:38.705670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:38.705958+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:38.706249+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' [] [] [2022-10-24T11:52:38.706737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:38.708777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.709510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.710311+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:38.710777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:38.711067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:38.711346+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' [] [] [2022-10-24T11:52:38.711693+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:38.711905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.712788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:38.713547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:38.714001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:38.714303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:38.714540+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' [] [] [2022-10-24T11:52:38.714802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:38.884930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5e59e"},"request_uri":"http://127.0.0.1:8000/_wdt/f5e59e","method":"GET"} [] [2022-10-24T11:52:45.926035+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-24T11:52:45.966695+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:52:46.037737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.039391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.042534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.043576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.043959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.044247+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' [] [] [2022-10-24T11:52:46.044740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.046813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.047611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.048371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.048852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.049151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.049433+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' [] [] [2022-10-24T11:52:46.049743+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.049992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.050707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.051445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.051885+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.052237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.052513+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' [] [] [2022-10-24T11:52:46.052815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.063037+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-24T11:52:46.067024+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-24T11:52:46.069719+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-24T11:52:46.077308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.078096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.078853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.079348+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.079653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.079934+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' [] [] [2022-10-24T11:52:46.080247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.080505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.081238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.081988+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.082491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.082760+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.083050+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' [] [] [2022-10-24T11:52:46.083392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.083656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.084420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:46.085188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:46.085680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:46.085988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:46.086275+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' [] [] [2022-10-24T11:52:46.086589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:46.262038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"582f8f"},"request_uri":"http://127.0.0.1:8000/_wdt/582f8f","method":"GET"} [] [2022-10-24T11:52:53.042909+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-24T11:52:53.135988+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:52:53.154851+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:52:53.155565+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:52:53.184197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.185101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.188244+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:53.189263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:53.189577+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:53.189869+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' [] [] [2022-10-24T11:52:53.190351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:53.192574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.193351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.194102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:53.194571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:53.194947+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:53.195279+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' [] [] [2022-10-24T11:52:53.195593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:53.195848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.196574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:53.197318+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:53.197761+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:53.198052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:53.198328+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' [] [] [2022-10-24T11:52:53.198632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:53.361619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9d791"},"request_uri":"http://127.0.0.1:8000/_wdt/d9d791","method":"GET"} [] [2022-10-24T11:52:59.519082+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-24T11:52:59.589196+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-24T11:52:59.643049+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.643956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.647309+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:59.648500+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:59.648862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:59.649144+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' [] [] [2022-10-24T11:52:59.649696+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:59.652190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.652978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.653745+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:59.654241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:59.654542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:59.654825+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' [] [] [2022-10-24T11:52:59.655147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:52:59.655402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.656127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:52:59.656820+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:52:59.657228+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:52:59.657530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:52:59.657760+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' [] [] [2022-10-24T11:52:59.658013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:11.916358+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-24T11:53:12.030213+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-24T11:53:12.042948+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-24T11:53:12.043486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-24T11:53:12.087269+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T11:53:12.091295+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Test Asset","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":3,"11":3,"12":1} [] [2022-10-24T11:53:12.092889+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T11:53:12.132407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.133564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.137497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.138710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.139067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.139388+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' [] [] [2022-10-24T11:53:12.140014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.142283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.143075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.143872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.144347+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.144660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.144955+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' [] [] [2022-10-24T11:53:12.145281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.145529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.146249+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.146990+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.147437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.147732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.148007+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' [] [] [2022-10-24T11:53:12.148306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.247711+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-24T11:53:12.288580+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:53:12.369913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.371499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.374581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.375581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.375885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.376166+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' [] [] [2022-10-24T11:53:12.376642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.378625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.379342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.380075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.380514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.380860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.381133+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' [] [] [2022-10-24T11:53:12.381432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.381680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.382388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.383122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.383553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.383904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.384176+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' [] [] [2022-10-24T11:53:12.384473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.393915+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-24T11:53:12.397642+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[111,110,109,108,107,106,105,104,103,102]] [] [2022-10-24T11:53:12.411509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:53:12.412405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:53:12.412793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:53:12.413830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:53:12.414130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:53:12.414504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:53:12.414830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:53:12.415189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:53:12.415475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:53:12.417138+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-24T11:53:12.436331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.437190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.437938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.438443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.438744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.439037+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' [] [] [2022-10-24T11:53:12.439339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.439601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.440337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.441066+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.441504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.441798+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.442070+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' [] [] [2022-10-24T11:53:12.442367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.442607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.443319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:12.444015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:12.444412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:12.444659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:12.444926+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' [] [] [2022-10-24T11:53:12.445221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:12.656441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cbafb"},"request_uri":"http://127.0.0.1:8000/_wdt/7cbafb","method":"GET"} [] [2022-10-24T11:53:18.482751+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-24T11:53:18.596498+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:53:18.609902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:53:18.610447+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:53:18.619241+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:53:18.620552+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:53:18.620949+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:53:18.621382+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T11:53:18.656120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.657016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.660415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:18.661599+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:18.661910+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:18.662191+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' [] [] [2022-10-24T11:53:18.662766+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:18.665304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.666027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.666764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:18.667212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:18.667505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:18.667779+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' [] [] [2022-10-24T11:53:18.668082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:18.668328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.669046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:18.669782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:18.670218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:18.670511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:18.670785+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' [] [] [2022-10-24T11:53:18.671085+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:18.870635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efa5cc"},"request_uri":"http://127.0.0.1:8000/_wdt/efa5cc","method":"GET"} [] [2022-10-24T11:53:20.177592+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-24T11:53:20.302630+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:53:20.316356+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:53:20.317009+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:53:20.325075+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:53:20.325491+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:53:20.325876+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:53:20.326317+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T11:53:20.361044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.361948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.365339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:20.366530+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:20.366838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:20.367118+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' [] [] [2022-10-24T11:53:20.367644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:20.370536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.371432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.372172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:20.372638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:20.372865+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:20.373100+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' [] [] [2022-10-24T11:53:20.373367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:20.373580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.374227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:20.375014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:20.375470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:20.375738+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:20.375987+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' [] [] [2022-10-24T11:53:20.376251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:20.570730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db1cae"},"request_uri":"http://127.0.0.1:8000/_wdt/db1cae","method":"GET"} [] [2022-10-24T11:53:23.737582+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=3","method":"GET"} [] [2022-10-24T11:53:23.818860+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["3"] [] [2022-10-24T11:53:23.872749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.873649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.876957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:23.878114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:23.878427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:23.878704+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' [] [] [2022-10-24T11:53:23.879307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:23.881852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.882638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.883376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:23.883857+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:23.884160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:23.884485+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' [] [] [2022-10-24T11:53:23.884788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:23.885032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.885732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:23.886452+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:23.886896+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:23.887231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:23.887585+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' [] [] [2022-10-24T11:53:23.887918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:25.731007+00:00] request.INFO: Matched route "assetname_getassetbysubgroupid". {"route":"assetname_getassetbysubgroupid","route_parameters":{"_route":"assetname_getassetbysubgroupid","_controller":"App\\Controller\\AssetnameController::getAssetBySubgroupId"},"request_uri":"http://127.0.0.1:8000/assetname/getassetbysubgroupid?subGroupId=3","method":"GET"} [] [2022-10-24T11:53:25.818422+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.subgroup_id = ? ["3"] [] [2022-10-24T11:53:25.869388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.870345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.873654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:25.874843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:25.875191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:25.875467+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' [] [] [2022-10-24T11:53:25.875980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:25.878379+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.879162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.880441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:25.881037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:25.881336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:25.881610+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' [] [] [2022-10-24T11:53:25.881919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:25.882168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.882980+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:25.883711+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:25.884150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:25.884487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:25.884758+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' [] [] [2022-10-24T11:53:25.885058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:31.448271+00:00] request.INFO: Matched route "unit_getunitbyassetid". {"route":"unit_getunitbyassetid","route_parameters":{"_route":"unit_getunitbyassetid","_controller":"App\\Controller\\UnitController::getUnitByAssetId"},"request_uri":"http://127.0.0.1:8000/unit/getunitbyassetid?assetnameId=111","method":"GET"} [] [2022-10-24T11:53:31.522373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["111"] [] [2022-10-24T11:53:31.556494+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id = ? [1] [] [2022-10-24T11:53:31.585384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.586269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.589788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:31.591091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:31.591416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:31.591704+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' [] [] [2022-10-24T11:53:31.592225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:31.594664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.595426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.596177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:31.596777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:31.597169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:31.597503+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' [] [] [2022-10-24T11:53:31.597823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:53:31.598135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.598897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:53:31.599669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:53:31.600121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:53:31.600418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:53:31.600696+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' [] [] [2022-10-24T11:53:31.601000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:16.935500+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"POST"} [] [2022-10-24T11:54:17.069537+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-24T11:54:17.079372+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-24T11:54:17.079960+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["111"]] [] [2022-10-24T11:54:17.086038+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-24T11:54:17.086671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-24T11:54:17.087158+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-24T11:54:17.087792+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-24T11:54:17.144832+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-24T11:54:17.156037+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T11:54:17.157000+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-10-24T00:00:00+00:00","2":80000.0,"3":"MV/2022/10/00108","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":2433,"20":"2029-06-22T00:00:00+00:00","21":15.0,"22":3,"23":3,"24":111,"25":1,"26":2,"27":1,"28":1} [] [2022-10-24T11:54:17.158084+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T11:54:17.176954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.177855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.181510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.182814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.183201+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.183492+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' [] [] [2022-10-24T11:54:17.184033+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.186636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.187445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.188195+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.188657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.188955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.189236+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' [] [] [2022-10-24T11:54:17.189611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.189903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.190652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.191396+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.191861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.192156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.192437+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' [] [] [2022-10-24T11:54:17.192742+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.324223+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:54:17.383209+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:54:17.470820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.472720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.475970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.477073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.477401+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.477700+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' [] [] [2022-10-24T11:54:17.478207+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.480287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.481149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.481905+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.482395+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.482694+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.482974+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' [] [] [2022-10-24T11:54:17.483281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.483531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.484243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.485025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.485467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.485766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.486045+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' [] [] [2022-10-24T11:54:17.486346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.497328+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:54:17.501735+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[143,142,140,139,138,137,136,135,134,133]] [] [2022-10-24T11:54:17.521434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:54:17.522255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:54:17.522577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:54:17.522905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:54:17.523201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:54:17.523468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:54:17.523767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:54:17.524069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:54:17.524333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:54:17.524631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:54:17.525112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:54:17.525545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:54:17.525861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:54:17.526170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:54:17.526496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:54:17.526853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:54:17.527212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:54:17.527573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:54:17.528896+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:54:17.537418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.538263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.539029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.539545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.539852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.540135+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' [] [] [2022-10-24T11:54:17.540448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.540708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.541431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.542173+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.542616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.542963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.543249+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' [] [] [2022-10-24T11:54:17.543554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.543800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.544518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:17.545255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:17.545741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:17.546033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:17.546307+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' [] [] [2022-10-24T11:54:17.546608+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:17.825604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7478be"},"request_uri":"http://127.0.0.1:8000/_wdt/7478be","method":"GET"} [] [2022-10-24T11:54:20.561203+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"143"},"request_uri":"http://127.0.0.1:8000/assetregister/143/edit","method":"GET"} [] [2022-10-24T11:54:20.635164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["143"] [] [2022-10-24T11:54:20.709415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:54:20.710297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:54:20.710688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:54:20.711334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:54:20.711731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T11:54:20.712199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:54:20.712520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T11:54:20.715221+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:54:20.716934+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:54:20.717420+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:54:20.720346+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:54:20.720742+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:54:20.721115+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:54:20.721553+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T11:54:20.752239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.753150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.756623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:20.757838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:20.758196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:20.758479+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' [] [] [2022-10-24T11:54:20.759009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:20.761544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.762268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.763008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:20.763456+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:20.763749+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:20.764025+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' [] [] [2022-10-24T11:54:20.764325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:20.764569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.765393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:54:20.766139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:54:20.766593+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:54:20.766890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:54:20.767178+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' [] [] [2022-10-24T11:54:20.767483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:54:20.974058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61bac0"},"request_uri":"http://127.0.0.1:8000/_wdt/61bac0","method":"GET"} [] [2022-10-24T11:57:39.001506+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"143"},"request_uri":"http://127.0.0.1:8000/assetregister/143/edit","method":"POST"} [] [2022-10-24T11:57:39.095629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["143"] [] [2022-10-24T11:57:39.172172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:57:39.173119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:57:39.173557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:57:39.174201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:57:39.174598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T11:57:39.174946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:57:39.175286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T11:57:39.183505+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-24T11:57:39.185027+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-24T11:57:39.185539+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["111"]] [] [2022-10-24T11:57:39.186389+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-24T11:57:39.186950+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-24T11:57:39.187426+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-24T11:57:39.187929+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-24T11:57:39.239880+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T11:57:39.240143+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2022-10-04T00:00:00+00:00","2029-06-02T00:00:00+00:00",143] [] [2022-10-24T11:57:39.241531+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T11:57:39.260599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.261499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.264923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.266112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.266424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.266705+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' [] [] [2022-10-24T11:57:39.267215+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.269750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.270488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.271213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.271663+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.271956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.272234+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' [] [] [2022-10-24T11:57:39.272497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.272736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.273437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.274157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.274769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.275171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.275567+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' [] [] [2022-10-24T11:57:39.275937+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.404076+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:57:39.459844+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:57:39.546500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.548351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.551507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.552536+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.552914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.553207+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' [] [] [2022-10-24T11:57:39.553688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.555697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.556628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.557395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.557874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.558176+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.558509+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' [] [] [2022-10-24T11:57:39.558827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.559071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.559772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.560649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.561091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.561377+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.561647+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' [] [] [2022-10-24T11:57:39.561953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.571605+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:57:39.575660+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[143,142,140,139,138,137,136,135,134,133]] [] [2022-10-24T11:57:39.595059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:57:39.595877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:57:39.596213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:57:39.596556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:57:39.596873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:57:39.597159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:57:39.597479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:57:39.597798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:57:39.598090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:57:39.598410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:57:39.598764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:57:39.599118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:57:39.599434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:57:39.599718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:57:39.600041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:57:39.600390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:57:39.600741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:57:39.601094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:57:39.602325+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:57:39.610594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.611373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.612109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.612652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.612956+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.613236+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' [] [] [2022-10-24T11:57:39.613543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.613798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.614501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.615221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.615659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.615951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.616228+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' [] [] [2022-10-24T11:57:39.616531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.616771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.617467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:57:39.618552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:57:39.619033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:57:39.619358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:57:39.619719+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' [] [] [2022-10-24T11:57:39.620039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:57:39.828577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e58cd5"},"request_uri":"http://127.0.0.1:8000/_wdt/e58cd5","method":"GET"} [] [2022-10-24T11:58:28.401383+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:58:28.459115+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:58:28.552151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.554057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.558014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.559352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.559684+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.560027+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' [] [] [2022-10-24T11:58:28.560561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.563060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.563826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.564585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.565105+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.565435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.565716+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' [] [] [2022-10-24T11:58:28.566077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.566331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.567078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.567828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.568285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.568580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.568905+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' [] [] [2022-10-24T11:58:28.569212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.580012+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:58:28.585094+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[143,142,140,139,138,137,136,135,134,133]] [] [2022-10-24T11:58:28.605168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:58:28.606040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:28.606348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:28.606654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:58:28.606937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:28.607180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:28.607459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:58:28.607730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:28.607969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:28.608243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:58:28.608551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:58:28.608858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:58:28.609127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:28.609370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:28.609646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:58:28.609958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:58:28.610266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:58:28.610535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:58:28.611774+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:58:28.620002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.620936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.621729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.622210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.622478+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.622724+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' [] [] [2022-10-24T11:58:28.622997+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.623221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.623870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.624508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.624925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.625138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.625333+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' [] [] [2022-10-24T11:58:28.625547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.625704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.626334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:28.626966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:28.627314+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:28.627520+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:28.627703+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' [] [] [2022-10-24T11:58:28.627909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:28.825922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4681f"},"request_uri":"http://127.0.0.1:8000/_wdt/e4681f","method":"GET"} [] [2022-10-24T11:58:30.914027+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"143"},"request_uri":"http://127.0.0.1:8000/assetregister/143/edit","method":"GET"} [] [2022-10-24T11:58:30.990997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["143"] [] [2022-10-24T11:58:31.067719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:31.068603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:31.068999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [111] [] [2022-10-24T11:58:31.069633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:31.069991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T11:58:31.070338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:31.070678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:31.073224+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:58:31.074984+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T11:58:31.075500+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T11:58:31.078590+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:58:31.078981+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T11:58:31.079362+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T11:58:31.079808+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T11:58:31.111326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.112383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.115927+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:31.117157+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:31.117479+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:31.117766+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' [] [] [2022-10-24T11:58:31.118295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:31.120940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.121797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.122588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:31.123093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:31.123404+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:31.123694+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' [] [] [2022-10-24T11:58:31.124012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:31.124270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.125018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:31.125780+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:31.126294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:31.126599+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:31.126890+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' [] [] [2022-10-24T11:58:31.127206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:31.319068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"534785"},"request_uri":"http://127.0.0.1:8000/_wdt/534785","method":"GET"} [] [2022-10-24T11:58:33.693872+00:00] request.INFO: Matched route "assetregister_delete". {"route":"assetregister_delete","route_parameters":{"_route":"assetregister_delete","_controller":"App\\Controller\\AssetregisterController::delete","id":"143"},"request_uri":"http://127.0.0.1:8000/assetregister/143/delete","method":"POST"} [] [2022-10-24T11:58:33.774647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["143"] [] [2022-10-24T11:58:33.808107+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T11:58:33.808421+00:00] doctrine.DEBUG: DELETE FROM assetregister WHERE id = ? [143] [] [2022-10-24T11:58:33.810951+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T11:58:33.833273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.834205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.838164+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:33.839912+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:33.840286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:33.840587+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' [] [] [2022-10-24T11:58:33.841135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:33.843602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.844370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.845117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:33.845588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:33.845882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:33.846164+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' [] [] [2022-10-24T11:58:33.846469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:33.846717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.847440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:33.848181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:33.848621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:33.848961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:33.849240+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' [] [] [2022-10-24T11:58:33.849544+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:33.972091+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-24T11:58:34.029548+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:58:34.113523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.115432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.118767+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.119977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.120317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.120637+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' [] [] [2022-10-24T11:58:34.121164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.123388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.124152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.124872+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.125352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.125657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.125939+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' [] [] [2022-10-24T11:58:34.126247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.126497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.127221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.128034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.128480+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.128777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.129054+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' [] [] [2022-10-24T11:58:34.129359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.140124+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T11:58:34.144472+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T11:58:34.164463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T11:58:34.165408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:34.165757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:34.166108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T11:58:34.166438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:34.166730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:34.167057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T11:58:34.167443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T11:58:34.167803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T11:58:34.168126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:34.168421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:34.168745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T11:58:34.169107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T11:58:34.169467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T11:58:34.169830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T11:58:34.170198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T11:58:34.171488+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T11:58:34.179942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.180813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.181793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.182338+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.182651+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.182942+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' [] [] [2022-10-24T11:58:34.183261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.183522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.184268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.185024+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.185471+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.185775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.186118+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' [] [] [2022-10-24T11:58:34.186424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.186675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.187407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:34.188160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:34.188605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:34.188898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:34.189180+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' [] [] [2022-10-24T11:58:34.189483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:34.387816+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e11043"},"request_uri":"http://127.0.0.1:8000/_wdt/e11043","method":"GET"} [] [2022-10-24T11:58:43.136051+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-24T11:58:43.188349+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:58:43.275254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.278213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.281793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.283172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.283485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.283787+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' [] [] [2022-10-24T11:58:43.284331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.286873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.287607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.288356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.288899+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.289196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.289474+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' [] [] [2022-10-24T11:58:43.289784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.290030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.290746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.291484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.291922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.292288+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.292554+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' [] [] [2022-10-24T11:58:43.292878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.303812+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-24T11:58:43.309356+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[111,110,109,108,107,106,105,104,103,102]] [] [2022-10-24T11:58:43.321588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:43.322356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:43.322696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:43.323028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:43.323320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:43.323639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:43.323965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:43.324383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:43.324676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:43.325956+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-24T11:58:43.343690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.344567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.345319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.345825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.346128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.346411+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' [] [] [2022-10-24T11:58:43.346723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.346991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.347706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.348441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.348886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.349181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.349523+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' [] [] [2022-10-24T11:58:43.349839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.350086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.350851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:43.351583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:43.352023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:43.352315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:43.352594+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' [] [] [2022-10-24T11:58:43.352904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:43.551869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b83e87"},"request_uri":"http://127.0.0.1:8000/_wdt/b83e87","method":"GET"} [] [2022-10-24T11:58:45.177742+00:00] request.INFO: Matched route "assetname_edit". {"route":"assetname_edit","route_parameters":{"_route":"assetname_edit","_controller":"App\\Controller\\AssetnameController::edit","id":"111"},"request_uri":"http://127.0.0.1:8000/assetname/111/edit","method":"GET"} [] [2022-10-24T11:58:45.236906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["111"] [] [2022-10-24T11:58:45.311734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:45.312218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:45.312531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-24T11:58:45.314953+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T11:58:45.316434+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T11:58:45.316930+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ORDER BY s0_.name ASC [3] [] [2022-10-24T11:58:45.406059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.406985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.410413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:45.411623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:45.411935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:45.412222+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' [] [] [2022-10-24T11:58:45.412774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:45.415427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.416167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.416920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:45.417369+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:45.417743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:45.418079+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' [] [] [2022-10-24T11:58:45.418392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:45.418638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.419365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:45.420113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:45.420573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:45.420908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:45.421207+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' [] [] [2022-10-24T11:58:45.421522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:45.608041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb59f4"},"request_uri":"http://127.0.0.1:8000/_wdt/bb59f4","method":"GET"} [] [2022-10-24T11:58:47.351260+00:00] request.INFO: Matched route "assetname_delete". {"route":"assetname_delete","route_parameters":{"_route":"assetname_delete","_controller":"App\\Controller\\AssetnameController::delete","id":"111"},"request_uri":"http://127.0.0.1:8000/assetname/111/delete","method":"POST"} [] [2022-10-24T11:58:47.436184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? ["111"] [] [2022-10-24T11:58:47.468359+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-24T11:58:47.468616+00:00] doctrine.DEBUG: DELETE FROM assetname WHERE id = ? [111] [] [2022-10-24T11:58:47.469513+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-24T11:58:47.501395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.502326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.505723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.506968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.507277+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.507564+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' [] [] [2022-10-24T11:58:47.508096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.510532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.511263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.512006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.512448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.512740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.513018+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' [] [] [2022-10-24T11:58:47.513322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.513693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.514438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.515198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.515687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.516042+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.516326+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' [] [] [2022-10-24T11:58:47.516637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.636573+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-24T11:58:47.689016+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T11:58:47.763645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.765481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.768614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.769628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.769941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.770228+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' [] [] [2022-10-24T11:58:47.770788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.772881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.773657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.774543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.775318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.775655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.775947+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' [] [] [2022-10-24T11:58:47.776271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.776533+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.777343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.778122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.778571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.778839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.779078+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' [] [] [2022-10-24T11:58:47.779345+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.790046+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-24T11:58:47.794527+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[110,109,108,107,106,105,104,103,102,101]] [] [2022-10-24T11:58:47.807336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:47.808499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T11:58:47.808860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T11:58:47.809246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:47.809540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T11:58:47.809906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:47.810199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T11:58:47.811510+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-24T11:58:47.828895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.829717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.830482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.830984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.831357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.831647+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' [] [] [2022-10-24T11:58:47.831967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.832232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.832967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.833722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.834171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.834465+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.834745+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' [] [] [2022-10-24T11:58:47.835051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:47.835298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.836024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T11:58:47.836785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T11:58:47.837225+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T11:58:47.837662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T11:58:47.838019+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' [] [] [2022-10-24T11:58:47.838353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T11:58:48.043191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4916c"},"request_uri":"http://127.0.0.1:8000/_wdt/b4916c","method":"GET"} [] [2022-10-24T12:17:40.887487+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T12:17:40.998177+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:17:41.011510+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:17:41.011998+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:17:41.019507+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:17:41.019890+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:17:41.054755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.055656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.058938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:41.060127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:41.060410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:41.060712+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' [] [] [2022-10-24T12:17:41.061181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:41.063559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.064247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.064931+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:41.065324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:41.065568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:41.065792+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' [] [] [2022-10-24T12:17:41.066042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:41.066236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.066892+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:41.067568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:41.067946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:41.068187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:41.068462+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' [] [] [2022-10-24T12:17:41.068713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:42.360260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95c77e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/95c77e","method":"GET"} [] [2022-10-24T12:17:53.618143+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-24T12:17:53.745385+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:17:53.758520+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:17:53.758999+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:17:53.766626+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T12:17:53.767035+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:17:53.767425+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:17:53.767872+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T12:17:53.800500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.801371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.804604+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:53.805725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:53.806012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:53.806303+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' [] [] [2022-10-24T12:17:53.806764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:53.809111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.809809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.810507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:53.810925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:53.811173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:53.811397+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' [] [] [2022-10-24T12:17:53.811651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:53.811846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.812516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:17:53.813197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:17:53.813579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:17:53.813821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:17:53.814042+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' [] [] [2022-10-24T12:17:53.814335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:17:54.053892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"edafa5"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/edafa5","method":"GET"} [] [2022-10-24T12:18:04.642724+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T12:18:04.758505+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:18:04.772691+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:18:04.773316+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:18:04.781345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:18:04.781779+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:18:04.818063+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.818949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.822563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:04.823768+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:04.824067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:04.824347+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' [] [] [2022-10-24T12:18:04.824923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:04.827414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.828126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.828844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:04.829274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:04.829561+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:04.829829+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' [] [] [2022-10-24T12:18:04.830121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:04.830364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.831064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:04.831782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:04.832206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:04.832490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:04.832763+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' [] [] [2022-10-24T12:18:04.833055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:05.032563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e6775"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5e6775","method":"GET"} [] [2022-10-24T12:18:08.599360+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-24T12:18:08.656515+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-24T12:18:08.742006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.743805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.747075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.748094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.748391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.748666+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' [] [] [2022-10-24T12:18:08.749133+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.751171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.751865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.752574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.753001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.753335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.753603+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' [] [] [2022-10-24T12:18:08.753892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.754143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.754847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.755566+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.756010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.756295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.756564+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' [] [] [2022-10-24T12:18:08.756857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.768282+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-24T12:18:08.772825+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-24T12:18:08.791296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T12:18:08.792188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:08.792546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:08.792896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-24T12:18:08.793217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-24T12:18:08.793505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-24T12:18:08.793833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-24T12:18:08.794191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-24T12:18:08.794540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-24T12:18:08.794916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-24T12:18:08.795210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-24T12:18:08.795529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-24T12:18:08.795878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-24T12:18:08.796234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-24T12:18:08.796589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-24T12:18:08.796953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-24T12:18:08.798289+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-24T12:18:08.806484+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.807351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.808096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.808590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.808894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.809176+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' [] [] [2022-10-24T12:18:08.809481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.809736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.810448+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.811175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.811605+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.811890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.812160+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' [] [] [2022-10-24T12:18:08.812456+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.812693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.813396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:08.814122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:08.814555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:08.814842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:08.815112+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' [] [] [2022-10-24T12:18:08.815416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:08.994113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4ae3a"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f4ae3a","method":"GET"} [] [2022-10-24T12:18:26.137917+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"142"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/142/show","method":"GET"} [] [2022-10-24T12:18:26.222291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["142"] [] [2022-10-24T12:18:26.261727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T12:18:26.262282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:26.262624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:26.262951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:26.263340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T12:18:26.263660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:26.263971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:26.264290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [142] [] [2022-10-24T12:18:26.279001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.279858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.283414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:26.284614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:26.284915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:26.285199+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' [] [] [2022-10-24T12:18:26.285718+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:26.288136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.288866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.289595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:26.290040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:26.290383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:26.290657+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' [] [] [2022-10-24T12:18:26.290953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:26.291191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.291907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:26.292635+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:26.293072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:26.293363+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:26.293638+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' [] [] [2022-10-24T12:18:26.293931+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:26.618893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1249d4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/1249d4","method":"GET"} [] [2022-10-24T12:18:39.401136+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"142"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/142/edit","method":"GET"} [] [2022-10-24T12:18:39.485232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["142"] [] [2022-10-24T12:18:39.557465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:39.558265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-24T12:18:39.558627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-24T12:18:39.559264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:39.559635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-24T12:18:39.559965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:39.560285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-24T12:18:39.562814+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:18:39.564405+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:18:39.564863+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:18:39.567540+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T12:18:39.567895+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:18:39.568245+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:18:39.568649+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T12:18:39.599529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.600455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.604273+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:39.605718+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:39.606122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:39.606431+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' [] [] [2022-10-24T12:18:39.607030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:39.610012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.610788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.611495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:39.612014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:39.612274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:39.612587+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' [] [] [2022-10-24T12:18:39.612914+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:39.613181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.613909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:18:39.614582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:18:39.615043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:18:39.615345+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:18:39.615584+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' [] [] [2022-10-24T12:18:39.615909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:18:39.836219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8825f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d8825f","method":"GET"} [] [2022-10-24T12:24:20.813530+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-24T12:24:20.937945+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:24:20.951653+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:24:20.952132+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:24:20.959743+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:24:20.960118+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:24:20.995453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:20.996339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:21.000205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:21.001418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:21.001777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:21.002044+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' [] [] [2022-10-24T12:24:21.002542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:21.004986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:21.005715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:21.006421+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:21.006842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:21.007116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:21.007368+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' [] [] [2022-10-24T12:24:21.007644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:21.007867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:21.008545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:21.009242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:21.009649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:21.009917+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:21.010208+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' [] [] [2022-10-24T12:24:21.010484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:21.356876+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01e357"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/01e357","method":"GET"} [] [2022-10-24T12:24:28.457187+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-24T12:24:28.576808+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:24:28.590183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:24:28.590729+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:24:28.598394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:24:28.599491+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:24:28.635516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.636435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.640368+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:28.641583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:28.641906+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:28.642232+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' [] [] [2022-10-24T12:24:28.642751+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:28.645188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.645913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.646627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:28.647047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:28.647330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:28.647594+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' [] [] [2022-10-24T12:24:28.647881+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:28.648117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.648806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:28.649508+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:28.649925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:28.650207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:28.650469+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' [] [] [2022-10-24T12:24:28.650799+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:28.852194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"276376"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/276376","method":"GET"} [] [2022-10-24T12:24:31.710828+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-24T12:24:31.826031+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-24T12:24:31.838943+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-24T12:24:31.839410+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-24T12:24:31.847185+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-24T12:24:31.847572+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-24T12:24:31.847937+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-24T12:24:31.848349+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-24T12:24:31.882469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.883331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.886814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:31.887965+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:31.888233+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:31.888526+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' [] [] [2022-10-24T12:24:31.888992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:31.891375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.892065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.892754+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:31.893148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:31.893393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:31.893615+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' [] [] [2022-10-24T12:24:31.893866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:31.894062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.894728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-24T12:24:31.895410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-24T12:24:31.895790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-24T12:24:31.896040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-24T12:24:31.896260+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' [] [] [2022-10-24T12:24:31.896560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-24T12:24:32.095178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64aea8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/64aea8","method":"GET"} [] [2022-10-25T04:19:49.479712+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-25T04:19:49.539040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.546574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.562922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:49.564358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:49.564690+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:49.564973+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' [] [] [2022-10-25T04:19:49.565540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:49.568467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.569330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.570110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:49.570607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:49.570926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:49.571150+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' [] [] [2022-10-25T04:19:49.571414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:49.571624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.572350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:49.573055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:49.573482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:49.573732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:49.573925+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' [] [] [2022-10-25T04:19:49.574143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:49.689584+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00aaf4"},"request_uri":"http://127.0.0.1:8000/_wdt/00aaf4","method":"GET"} [] [2022-10-25T04:19:57.312496+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-25T04:19:57.358828+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-25T04:19:57.446542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.448195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.451350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.452401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.452714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.453001+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' [] [] [2022-10-25T04:19:57.453494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.455556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.456299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.457045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.457495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.457788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.458066+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' [] [] [2022-10-25T04:19:57.458373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.458617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.459401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.460147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.460589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.460944+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.461220+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' [] [] [2022-10-25T04:19:57.461522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.472552+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-25T04:19:57.476777+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-25T04:19:57.479703+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-25T04:19:57.492552+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.493540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.494846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.495515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.495831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.496122+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' [] [] [2022-10-25T04:19:57.496441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.496704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.497463+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.498212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.498665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.498955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.499231+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' [] [] [2022-10-25T04:19:57.499541+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.499788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.500518+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:19:57.501259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:19:57.501698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:19:57.501997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:19:57.502275+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' [] [] [2022-10-25T04:19:57.502578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:19:57.900883+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"289fc6"},"request_uri":"http://127.0.0.1:8000/_wdt/289fc6","method":"GET"} [] [2022-10-25T04:20:00.556010+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-25T04:20:00.601512+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-25T04:20:00.679481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.681232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.685008+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.686197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.686526+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.686820+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' [] [] [2022-10-25T04:20:00.687315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.689407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.690170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.690934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.691449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.691750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.692089+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' [] [] [2022-10-25T04:20:00.692397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.692649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.693679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.694475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.694923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.695190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.695396+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' [] [] [2022-10-25T04:20:00.695655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.705839+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-25T04:20:00.709850+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-25T04:20:00.730146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-25T04:20:00.730996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-25T04:20:00.731305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-25T04:20:00.731611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-25T04:20:00.731855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-25T04:20:00.732099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-25T04:20:00.732377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-25T04:20:00.732690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-25T04:20:00.732965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-25T04:20:00.733234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-25T04:20:00.733484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-25T04:20:00.733761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-25T04:20:00.734082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-25T04:20:00.734394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-25T04:20:00.734704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-25T04:20:00.734978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-25T04:20:00.736195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-25T04:20:00.745224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.746183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.746920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.747404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.747679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.747926+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' [] [] [2022-10-25T04:20:00.748202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.748433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.749135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.749837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.750245+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.750503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.750739+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' [] [] [2022-10-25T04:20:00.751002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.751273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.751966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:00.752666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:00.753074+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:00.753330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:00.753573+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' [] [] [2022-10-25T04:20:00.753800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:00.959823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b632d9"},"request_uri":"http://127.0.0.1:8000/_wdt/b632d9","method":"GET"} [] [2022-10-25T04:20:24.661143+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-25T04:20:24.791096+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:20:24.804845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-25T04:20:24.805734+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-25T04:20:24.814993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-25T04:20:24.815473+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-25T04:20:24.852125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.853101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.856680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:24.857895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:24.858220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:24.858505+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' [] [] [2022-10-25T04:20:24.859023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:24.861558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.862298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.863050+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:24.863504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:24.863796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:24.864073+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' [] [] [2022-10-25T04:20:24.864379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:24.864623+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.865354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:24.866100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:24.866637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:24.866939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:24.867221+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' [] [] [2022-10-25T04:20:24.867532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:25.085333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdc8c8"},"request_uri":"http://127.0.0.1:8000/_wdt/cdc8c8","method":"GET"} [] [2022-10-25T04:20:36.057825+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-25T04:20:36.117651+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-25T04:20:36.214174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.221852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.229940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.232078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.232603+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.233184+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' [] [] [2022-10-25T04:20:36.234024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.237719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.238920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.240078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.240787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.241198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.241605+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' [] [] [2022-10-25T04:20:36.242054+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.242380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.243371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.244450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.245176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.245641+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.246060+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' [] [] [2022-10-25T04:20:36.246452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.257567+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-25T04:20:36.262008+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-25T04:20:36.282325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-25T04:20:36.283127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-25T04:20:36.283435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-25T04:20:36.283741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-25T04:20:36.284026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-25T04:20:36.284270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-25T04:20:36.284525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-25T04:20:36.284801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-25T04:20:36.285058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-25T04:20:36.285280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-25T04:20:36.285475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-25T04:20:36.285695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-25T04:20:36.285954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-25T04:20:36.286209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-25T04:20:36.286463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-25T04:20:36.286719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-25T04:20:36.287927+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-25T04:20:36.295819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.296627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.297352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.297769+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.298032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.298266+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' [] [] [2022-10-25T04:20:36.298537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.298751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.299443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.300147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.300632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.300961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.301234+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' [] [] [2022-10-25T04:20:36.301532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.301736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.302411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:20:36.303113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:20:36.303514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:20:36.303762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:20:36.303993+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' [] [] [2022-10-25T04:20:36.304250+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:20:36.529355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d4683"},"request_uri":"http://127.0.0.1:8000/_wdt/5d4683","method":"GET"} [] [2022-10-25T04:21:57.722746+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-25T04:21:57.902270+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-25T04:21:59.560767+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:21:59.569745+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-25T04:21:59.742824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.744771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.748702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.749985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.750274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.750520+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' [] [] [2022-10-25T04:21:59.751079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:21:59.754061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.754934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.755626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.756151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.756381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.756576+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' [] [] [2022-10-25T04:21:59.756814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:21:59.756992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.757665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.758323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.758702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.758914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.759098+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' [] [] [2022-10-25T04:21:59.759311+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:21:59.765032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.766130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.767145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.767802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.768150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.768427+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' [] [] [2022-10-25T04:21:59.768786+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:21:59.769001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.769769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.770482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.770999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.771250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.771492+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' [] [] [2022-10-25T04:21:59.771785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:21:59.771999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.772932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:21:59.773881+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:21:59.774394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:21:59.774664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:21:59.775001+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' [] [] [2022-10-25T04:21:59.775388+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:05.136522+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=8","method":"GET"} [] [2022-10-25T04:22:05.207599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["8"] [] [2022-10-25T04:22:05.261051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.261917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.265139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:05.266268+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:05.266541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:05.266775+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' [] [] [2022-10-25T04:22:05.267371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:05.270038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.270817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.271529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:05.271984+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:05.272244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:05.272472+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' [] [] [2022-10-25T04:22:05.272729+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:05.272929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.273606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:05.274393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:05.274773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:05.275017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:05.275197+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' [] [] [2022-10-25T04:22:05.275446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.156268+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-25T04:22:06.273109+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-25T04:22:06.340436+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-25T04:22:06.419102+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:22:06.427346+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-25T04:22:06.581517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.582436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.585632+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.586671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.587017+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.587278+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' [] [] [2022-10-25T04:22:06.587783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.590087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.591009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.591712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.592199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.592481+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.592732+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' [] [] [2022-10-25T04:22:06.593008+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.593233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.593966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.594698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.595119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.595382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.595625+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' [] [] [2022-10-25T04:22:06.595896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.597113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.597904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.598670+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.599146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.599417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.599665+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' [] [] [2022-10-25T04:22:06.599939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.600166+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.600889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.601608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.602042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.602367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.602611+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' [] [] [2022-10-25T04:22:06.602879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:22:06.603090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.603814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:22:06.604534+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:22:06.604939+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:22:06.605177+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:22:06.605426+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' [] [] [2022-10-25T04:22:06.605677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.030942+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-25T04:32:27.146610+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-25T04:32:27.221094+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-25T04:32:27.311466+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:32:27.321384+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-25T04:32:27.477125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.478156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.481953+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.483308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.483602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.483836+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' [] [] [2022-10-25T04:32:27.484336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.486944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.487726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.488533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.488996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.489263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.489506+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' [] [] [2022-10-25T04:32:27.489777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.489991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.490702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.491412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.491821+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.492086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.492326+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' [] [] [2022-10-25T04:32:27.492589+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.493738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.494576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.495341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.495853+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.496200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.496486+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' [] [] [2022-10-25T04:32:27.496773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.496974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.497694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.498365+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.498777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.499014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.499215+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' [] [] [2022-10-25T04:32:27.499436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:32:27.499601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.500318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:32:27.501056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:32:27.501542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:32:27.501794+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:32:27.502036+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' [] [] [2022-10-25T04:32:27.502305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.302759+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-25T04:33:20.408319+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-25T04:33:20.457881+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-25T04:33:20.545920+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:33:20.553437+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-25T04:33:20.702211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.703245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.706796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.707929+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.708229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.708492+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' [] [] [2022-10-25T04:33:20.708990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.711157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.711945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.712765+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.713495+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.713847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.714184+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' [] [] [2022-10-25T04:33:20.714489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.714764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.715676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.716536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.717078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.717367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.717619+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' [] [] [2022-10-25T04:33:20.717940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.719073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.719840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.720600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.721053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.721331+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.721611+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' [] [] [2022-10-25T04:33:20.721960+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.722187+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.722931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.723718+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.724180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.724450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.724731+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' [] [] [2022-10-25T04:33:20.725010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:33:20.725225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.725986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:33:20.726740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:33:20.727202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:33:20.727471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:33:20.727725+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' [] [] [2022-10-25T04:33:20.728029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:10.810297+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-25T04:43:10.929080+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["8"]] [] [2022-10-25T04:43:11.000589+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 8, 0, 0, 0, 0) [] [] [2022-10-25T04:43:11.098473+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-25T04:43:11.108057+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-25T04:43:11.267689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.268629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.272154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.273443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.273801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.274059+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' [] [] [2022-10-25T04:43:11.274631+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:11.278609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.279443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.280212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.280697+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.280940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.281143+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' [] [] [2022-10-25T04:43:11.281432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:11.281611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.282277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.282958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.283374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.283709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.283916+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' [] [] [2022-10-25T04:43:11.284185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:11.285305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.286019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.286738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.287237+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.287472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.287673+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' [] [] [2022-10-25T04:43:11.287921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:11.288102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.288776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.289459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.289883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.290163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.290420+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' [] [] [2022-10-25T04:43:11.290706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:43:11.290895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.291655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:43:11.292371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:43:11.292868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:43:11.293150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:43:11.293381+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' [] [] [2022-10-25T04:43:11.293667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.144816+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-25T04:44:01.195035+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-25T04:44:01.279698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.281418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.284672+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.285808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.286126+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.286421+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' [] [] [2022-10-25T04:44:01.286919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.289012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.289764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.290523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.290980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.291283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.291567+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' [] [] [2022-10-25T04:44:01.291876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.292138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.292868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.293624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.294145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.294421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.294706+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' [] [] [2022-10-25T04:44:01.295013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.305228+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-25T04:44:01.309898+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-25T04:44:01.329747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-25T04:44:01.330744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-25T04:44:01.331126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-25T04:44:01.331482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-25T04:44:01.331811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-25T04:44:01.332105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-25T04:44:01.332429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-25T04:44:01.332789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-25T04:44:01.333150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-25T04:44:01.333476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-25T04:44:01.333775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-25T04:44:01.334101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-25T04:44:01.334458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-25T04:44:01.334818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-25T04:44:01.335180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-25T04:44:01.335544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-25T04:44:01.336817+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-25T04:44:01.345263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.346205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.346986+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.347503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.347810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.348096+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' [] [] [2022-10-25T04:44:01.348420+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.348685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.349408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.350150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.350597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.350898+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.351178+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' [] [] [2022-10-25T04:44:01.351481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.351729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.352445+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-25T04:44:01.353185+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-25T04:44:01.353632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-25T04:44:01.353925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-25T04:44:01.354205+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' [] [] [2022-10-25T04:44:01.354509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-25T04:44:01.624639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d6f1d"},"request_uri":"http://127.0.0.1:8000/_wdt/9d6f1d","method":"GET"} [] [2022-10-27T08:54:16.003724+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-27T08:54:16.130279+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:54:16.150126+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T08:54:16.152188+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T08:54:16.162487+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T08:54:16.164115+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T08:54:16.204743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.205763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.209306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:16.211109+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:16.211440+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:16.211640+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' [] [] [2022-10-27T08:54:16.212079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:16.215235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.215899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.216535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:16.217017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:16.217268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:16.217496+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' [] [] [2022-10-27T08:54:16.217747+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:16.217916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.218587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:16.219218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:16.219565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:16.219768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:16.219950+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' [] [] [2022-10-27T08:54:16.220152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:17.486971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a7b22"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/1a7b22","method":"GET"} [] [2022-10-27T08:54:33.853095+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-27T08:54:33.984003+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:54:33.997445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T08:54:33.997967+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T08:54:34.005583+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T08:54:34.006052+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T08:54:34.041364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.042385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.045947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:34.047298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:34.047637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:34.047886+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' [] [] [2022-10-27T08:54:34.048423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:34.050945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.051823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.052584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:34.053079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:34.053414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:34.053668+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' [] [] [2022-10-27T08:54:34.053947+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:34.054178+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.054882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:54:34.055562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:54:34.055982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:54:34.056248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:54:34.056554+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' [] [] [2022-10-27T08:54:34.056910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:54:34.299447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"740687"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/740687","method":"GET"} [] [2022-10-27T08:55:18.113587+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T08:55:18.290565+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T08:55:18.412359+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:55:18.419213+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T08:55:18.559953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.561651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.564643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.565624+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.565977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.566250+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' [] [] [2022-10-27T08:55:18.566763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:55:18.568805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.569512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.570233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.570659+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.570996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.571303+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' [] [] [2022-10-27T08:55:18.571594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:55:18.571832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.572531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.573248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.573672+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.573954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.574220+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' [] [] [2022-10-27T08:55:18.574511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:55:18.578005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.578726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.579459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.579892+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.580182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.580454+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' [] [] [2022-10-27T08:55:18.580753+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:55:18.581005+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.581721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.582456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.582893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.583182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.583455+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' [] [] [2022-10-27T08:55:18.583757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:55:18.584001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.584769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:55:18.585504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:55:18.585931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:55:18.586273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:55:18.586545+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' [] [] [2022-10-27T08:55:18.586840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.069300+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T08:56:00.203867+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2018-07-01', '2019-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T08:56:00.311565+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:56:00.317686+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T08:56:00.454849+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.456440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.459510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.460512+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.460853+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.461136+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' [] [] [2022-10-27T08:56:00.461613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.463717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.464465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.465201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.465679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.466045+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.466319+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' [] [] [2022-10-27T08:56:00.466628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.466872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.467580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.468302+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.468735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.469040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.469310+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' [] [] [2022-10-27T08:56:00.469607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.473756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.474538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.475276+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.475758+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.476025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.476297+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' [] [] [2022-10-27T08:56:00.476598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.476852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.477562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.478296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.478730+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.478995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.479273+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' [] [] [2022-10-27T08:56:00.479568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:00.479810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.480523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:00.481256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:00.481686+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:00.481974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:00.482247+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' [] [] [2022-10-27T08:56:00.482602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.473595+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T08:56:21.592911+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2019-07-01', '2020-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T08:56:21.703275+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:56:21.709201+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T08:56:21.840650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.842186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.845161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.846871+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.847221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.847529+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' [] [] [2022-10-27T08:56:21.847981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.849924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.850639+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.851377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.851792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.852083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.852355+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' [] [] [2022-10-27T08:56:21.852627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.852848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.853540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.854279+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.854682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.855002+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.855253+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' [] [] [2022-10-27T08:56:21.855525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.858970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.859683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.860420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.860831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.861092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.861416+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' [] [] [2022-10-27T08:56:21.861675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.861887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.862568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.863265+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.863744+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.864012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.864266+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' [] [] [2022-10-27T08:56:21.864537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:21.864754+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.865467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:21.866193+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:21.866594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:21.866859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:21.867108+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' [] [] [2022-10-27T08:56:21.867377+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:42.653732+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T08:56:42.787784+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2020-07-01', '2021-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T08:56:42.898820+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T08:56:42.905524+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T08:56:43.039506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.041076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.044274+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.045396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.045727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.046013+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' [] [] [2022-10-27T08:56:43.046532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:43.048993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.049696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.050475+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.050916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.051226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.051491+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' [] [] [2022-10-27T08:56:43.051785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:43.052029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.052737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.053464+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.053937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.054340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.054611+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' [] [] [2022-10-27T08:56:43.054916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:43.060717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.061437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.062157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.062595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.062895+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.063162+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' [] [] [2022-10-27T08:56:43.063453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:43.063694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.064395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.065121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.065542+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.065856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.066127+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' [] [] [2022-10-27T08:56:43.066424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T08:56:43.066659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.067360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T08:56:43.068079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T08:56:43.068501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T08:56:43.068818+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T08:56:43.069085+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' [] [] [2022-10-27T08:56:43.069393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.634749+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:20:20.691568+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:20:20.780530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.782425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.785782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.786944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.787340+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.787626+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' [] [] [2022-10-27T09:20:20.788185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.790669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.791412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.792161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.792591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.792878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.793142+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' [] [] [2022-10-27T09:20:20.793432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.793676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.794374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.795144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.795571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.795879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.796149+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' [] [] [2022-10-27T09:20:20.796436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.807132+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:20:20.811506+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:20:20.832307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:20:20.833125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:20:20.833449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:20:20.833787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:20:20.834095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:20.834374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:20.834742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:20:20.835086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:20:20.835435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:20:20.835744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:20:20.836023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:20:20.836362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:20:20.836744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:20:20.837123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:20:20.837500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:20:20.837862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:20:20.839062+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:20:20.847606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.848398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.849133+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.849604+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.849902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.850182+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' [] [] [2022-10-27T09:20:20.850483+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.850736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.851443+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.852166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.852600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.852883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.853151+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' [] [] [2022-10-27T09:20:20.853442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:20.853678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.854378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:20.855097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:20.855526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:20.855817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:20.856082+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' [] [] [2022-10-27T09:20:20.856373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:21.189116+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b95fa6"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b95fa6","method":"GET"} [] [2022-10-27T09:20:40.527620+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"138"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/138/show","method":"GET"} [] [2022-10-27T09:20:40.614721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["138"] [] [2022-10-27T09:20:40.651921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:20:40.652467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:40.652857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:40.653183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:40.653551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:20:40.653952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:40.654276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:40.654606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [138] [] [2022-10-27T09:20:40.670595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.671404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.674595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:40.675716+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:40.676050+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:40.676412+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' [] [] [2022-10-27T09:20:40.676904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:40.679223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.679941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.680704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:40.681135+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:40.681416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:40.681755+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' [] [] [2022-10-27T09:20:40.682122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:40.682407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.683450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:40.684158+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:40.684574+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:40.684855+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:40.685127+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' [] [] [2022-10-27T09:20:40.685416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:40.885481+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19de47"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/19de47","method":"GET"} [] [2022-10-27T09:20:44.005705+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"138"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/138/edit","method":"GET"} [] [2022-10-27T09:20:44.102725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["138"] [] [2022-10-27T09:20:44.172988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:44.173867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:20:44.174253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:20:44.174895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:44.175300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:20:44.175692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:44.176040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:20:44.178390+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:20:44.179957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:20:44.180457+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:20:44.183214+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:20:44.183577+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:20:44.183995+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:20:44.184416+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:20:44.213420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.214341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.217696+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:44.218873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:44.219221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:44.219494+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' [] [] [2022-10-27T09:20:44.220004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:44.222470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.223191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.223890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:44.224285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:44.224531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:44.224754+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' [] [] [2022-10-27T09:20:44.225004+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:44.225201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.225866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:20:44.226545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:20:44.226985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:20:44.227228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:20:44.227447+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' [] [] [2022-10-27T09:20:44.227691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:20:44.426853+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b7602"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/6b7602","method":"GET"} [] [2022-10-27T09:21:18.038606+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"138"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/138/edit","method":"POST"} [] [2022-10-27T09:21:18.132586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["138"] [] [2022-10-27T09:21:18.202197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:21:18.203025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:21:18.203467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:21:18.204056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:21:18.204435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:21:18.204816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:21:18.205176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:21:18.212413+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["7"]] [] [2022-10-27T09:21:18.213681+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["7"]] [] [2022-10-27T09:21:18.214107+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["107"]] [] [2022-10-27T09:21:18.214834+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:21:18.215315+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:21:18.215724+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:21:18.216118+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:21:18.266334+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:21:18.266553+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2027-06-28T00:00:00+00:00",138] [] [2022-10-27T09:21:18.268729+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:21:18.294807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.295667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.298958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.300061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.300354+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.300549+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' [] [] [2022-10-27T09:21:18.300967+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.303333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.304101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.304807+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.305201+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.305448+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.305682+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' [] [] [2022-10-27T09:21:18.305930+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.306127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.306798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.307484+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.307867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.308169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.308393+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' [] [] [2022-10-27T09:21:18.308642+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.524062+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:21:18.576677+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:21:18.654429+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.658361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.664238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.665881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.666350+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.666704+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' [] [] [2022-10-27T09:21:18.667336+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.670336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.671416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.672354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.672878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.673202+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.673497+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' [] [] [2022-10-27T09:21:18.673826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.674084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.674982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.675906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.676363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.676649+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.676913+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' [] [] [2022-10-27T09:21:18.677204+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.687543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:21:18.691595+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:21:18.708431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:21:18.709151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:21:18.709457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:21:18.709777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:21:18.710069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:21:18.710331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:21:18.710618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:21:18.710942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:21:18.711267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:21:18.711556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:21:18.711815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:21:18.712100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:21:18.712459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:21:18.712778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:21:18.713096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:21:18.713416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:21:18.714560+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:21:18.722543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.723321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.724031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.724481+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.724757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.725006+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' [] [] [2022-10-27T09:21:18.725287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.725519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.726219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.726904+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.727317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.727580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.727823+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' [] [] [2022-10-27T09:21:18.728093+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.728356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.729026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:18.729712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:18.730161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:18.730425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:18.730666+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' [] [] [2022-10-27T09:21:18.730933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:18.919429+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26d9c8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/26d9c8","method":"GET"} [] [2022-10-27T09:21:51.580042+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/2","method":"GET"} [] [2022-10-27T09:21:51.633456+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:21:51.667888+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:21:51.729883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.731179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.734444+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.735568+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.735863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.736131+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' [] [] [2022-10-27T09:21:51.736607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:51.738975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.739686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.740400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.740815+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.741089+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.741363+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' [] [] [2022-10-27T09:21:51.741612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:51.741807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.742434+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.743109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.743487+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.743725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.743943+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' [] [] [2022-10-27T09:21:51.744183+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:51.745838+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:21:51.748446+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[131,130,129,128,127,126,125,124,123,122]] [] [2022-10-27T09:21:51.765502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2022-10-27T09:21:51.766177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:21:51.766446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:21:51.766721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2022-10-27T09:21:51.766999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2022-10-27T09:21:51.767271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2022-10-27T09:21:51.767539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2022-10-27T09:21:51.767807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2022-10-27T09:21:51.768075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2022-10-27T09:21:51.768344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2022-10-27T09:21:51.768613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2022-10-27T09:21:51.768888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2022-10-27T09:21:51.775403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.776129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.776787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.777212+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.777462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.777686+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' [] [] [2022-10-27T09:21:51.777962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:51.778203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.778864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.779538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.779918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.780207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.780428+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' [] [] [2022-10-27T09:21:51.780677+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:51.780870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.781527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:21:51.782199+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:21:51.782579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:21:51.782819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:21:51.783036+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' [] [] [2022-10-27T09:21:51.783277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:21:52.007454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80d111"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/80d111","method":"GET"} [] [2022-10-27T09:22:06.066453+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/3","method":"GET"} [] [2022-10-27T09:22:06.119496+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:06.155459+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:06.217940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.218850+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.222103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.223190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.223540+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.223798+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' [] [] [2022-10-27T09:22:06.224269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.226699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.227442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.228159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.228579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.228908+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.229159+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' [] [] [2022-10-27T09:22:06.229499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.229731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.230447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.231147+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.231558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.231825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.232070+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' [] [] [2022-10-27T09:22:06.232340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.234015+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:06.236592+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[121,120,119,118,117,116,115,114,113,112]] [] [2022-10-27T09:22:06.253896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [90] [] [2022-10-27T09:22:06.254645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:06.254964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:06.255285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [89] [] [2022-10-27T09:22:06.255616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [88] [] [2022-10-27T09:22:06.255940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [87] [] [2022-10-27T09:22:06.256266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [86] [] [2022-10-27T09:22:06.256588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [85] [] [2022-10-27T09:22:06.256973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [84] [] [2022-10-27T09:22:06.257298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [83] [] [2022-10-27T09:22:06.257622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [82] [] [2022-10-27T09:22:06.257949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [81] [] [2022-10-27T09:22:06.264976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.265755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.266503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.266960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.267241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.267479+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' [] [] [2022-10-27T09:22:06.267762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.268000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.268690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.269423+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.269838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.270107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.270354+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' [] [] [2022-10-27T09:22:06.270624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.270848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.271561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:06.272262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:06.272665+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:06.272930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:06.273174+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' [] [] [2022-10-27T09:22:06.273443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:06.525292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39f759"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/39f759","method":"GET"} [] [2022-10-27T09:22:12.030025+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"4","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/4","method":"GET"} [] [2022-10-27T09:22:12.083521+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:12.115600+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:12.177848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.178808+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.181985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.183121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.183454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.183708+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' [] [] [2022-10-27T09:22:12.184193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.186580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.187288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.187996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.188412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.188682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.188930+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' [] [] [2022-10-27T09:22:12.189201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.189420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.190170+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.190898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.191300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.191569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.191813+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' [] [] [2022-10-27T09:22:12.192082+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.193749+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:12.196413+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[111,110,109,108,107,106,105,104,103,102]] [] [2022-10-27T09:22:12.213426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [80] [] [2022-10-27T09:22:12.214144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:12.214455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:12.214774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [79] [] [2022-10-27T09:22:12.215101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [78] [] [2022-10-27T09:22:12.215428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [77] [] [2022-10-27T09:22:12.215751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [76] [] [2022-10-27T09:22:12.216071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [75] [] [2022-10-27T09:22:12.216390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [74] [] [2022-10-27T09:22:12.216699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [73] [] [2022-10-27T09:22:12.217021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [72] [] [2022-10-27T09:22:12.217347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [71] [] [2022-10-27T09:22:12.223911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.224695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.225409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.225859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.226138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.226454+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' [] [] [2022-10-27T09:22:12.226733+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.226965+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.227682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.228374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.228792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.229058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.229309+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' [] [] [2022-10-27T09:22:12.229586+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.229803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.230509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:12.231202+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:12.231602+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:12.231863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:12.232156+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' [] [] [2022-10-27T09:22:12.232428+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:12.440598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f4f85"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/8f4f85","method":"GET"} [] [2022-10-27T09:22:19.791293+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"5","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/5","method":"GET"} [] [2022-10-27T09:22:19.843659+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:19.880841+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:19.942728+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.943680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.946856+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.947938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.948382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.948641+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' [] [] [2022-10-27T09:22:19.949165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:19.951559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.952267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.952981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.953397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.953669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.953916+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' [] [] [2022-10-27T09:22:19.954192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:19.954412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.955094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.955822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.956227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.956487+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.956838+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' [] [] [2022-10-27T09:22:19.957112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:19.958724+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:19.961329+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[101,100,99,98,97,96,95,94,93,92]] [] [2022-10-27T09:22:19.978342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [70] [] [2022-10-27T09:22:19.979119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:19.979467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:19.979785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [69] [] [2022-10-27T09:22:19.980115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [68] [] [2022-10-27T09:22:19.980442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [67] [] [2022-10-27T09:22:19.980761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [66] [] [2022-10-27T09:22:19.981091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [65] [] [2022-10-27T09:22:19.981409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [64] [] [2022-10-27T09:22:19.981731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [63] [] [2022-10-27T09:22:19.982049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [62] [] [2022-10-27T09:22:19.982382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [61] [] [2022-10-27T09:22:19.988963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.989756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.990502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.990962+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.991241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.991495+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' [] [] [2022-10-27T09:22:19.991776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:19.992008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.992724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.993463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.993870+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.994140+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.994388+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' [] [] [2022-10-27T09:22:19.994661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:19.994888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.995599+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:19.996411+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:19.996855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:19.997191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:19.997434+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' [] [] [2022-10-27T09:22:19.997676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:20.210293+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bdbe0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2bdbe0","method":"GET"} [] [2022-10-27T09:22:24.507823+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"6","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/6","method":"GET"} [] [2022-10-27T09:22:24.560345+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:24.598409+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:24.660346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.661239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.664383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.665550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.665815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.666044+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' [] [] [2022-10-27T09:22:24.666492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.668855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.669551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.670165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.670547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.670748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.670965+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' [] [] [2022-10-27T09:22:24.671205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.671396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.672039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.672698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.673071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.673362+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.673580+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' [] [] [2022-10-27T09:22:24.673906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.675580+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:24.678131+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[91,90,89,88,87,86,85,84,83,82]] [] [2022-10-27T09:22:24.694907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [60] [] [2022-10-27T09:22:24.695648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:24.695928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:24.696214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [59] [] [2022-10-27T09:22:24.696511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [58] [] [2022-10-27T09:22:24.696808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [57] [] [2022-10-27T09:22:24.697101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [56] [] [2022-10-27T09:22:24.697392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [55] [] [2022-10-27T09:22:24.697645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [54] [] [2022-10-27T09:22:24.697930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [53] [] [2022-10-27T09:22:24.698220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [52] [] [2022-10-27T09:22:24.698523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [51] [] [2022-10-27T09:22:24.705143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.706127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.707022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.707565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.707882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.708156+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' [] [] [2022-10-27T09:22:24.708455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.708709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.709385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.710397+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.710843+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.711139+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.711491+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' [] [] [2022-10-27T09:22:24.711877+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.712126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.712845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:24.713523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:24.713926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:24.714191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:24.714428+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' [] [] [2022-10-27T09:22:24.714687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:24.887695+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ddcb8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/6ddcb8","method":"GET"} [] [2022-10-27T09:22:30.915781+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:22:30.969696+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:31.006674+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:31.068703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.069600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.072789+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.073873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.074167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.074424+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' [] [] [2022-10-27T09:22:31.074899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.077273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.077999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.078726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.079136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.079403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.079654+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' [] [] [2022-10-27T09:22:31.079924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.080212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.080918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.081608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.082030+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.082294+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.082542+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' [] [] [2022-10-27T09:22:31.083244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.084924+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:31.087492+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:22:31.104400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:22:31.105115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:31.105428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:31.105746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:22:31.106072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:22:31.106392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:22:31.106713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:22:31.107030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:22:31.107350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:22:31.107669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:22:31.107989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:22:31.108315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:22:31.114975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.115761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.116466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.116914+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.117190+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.117438+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' [] [] [2022-10-27T09:22:31.117716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.117945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.118649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.119337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.119740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.120005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.120308+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' [] [] [2022-10-27T09:22:31.120587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.120804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.121478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:31.122166+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:31.122565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:31.122831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:31.123072+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' [] [] [2022-10-27T09:22:31.123339+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:31.359305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53fae3"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/53fae3","method":"GET"} [] [2022-10-27T09:22:43.989433+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/8","method":"GET"} [] [2022-10-27T09:22:44.042264+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:44.080529+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:44.142452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.143331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.146558+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.147653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.147949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.148207+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' [] [] [2022-10-27T09:22:44.148681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.150984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.151725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.152435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.152861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.153168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.153391+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' [] [] [2022-10-27T09:22:44.153593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.153788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.154442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.155058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.155438+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.155637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.155857+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' [] [] [2022-10-27T09:22:44.156100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.158080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:44.161258+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[71,70,69,68,67,66,65,64,63,62]] [] [2022-10-27T09:22:44.180439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [40] [] [2022-10-27T09:22:44.181211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:44.181468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:22:44.181720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-27T09:22:44.181976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-27T09:22:44.182225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-27T09:22:44.182471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:22:44.182740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-27T09:22:44.182954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:22:44.183203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:22:44.183422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-27T09:22:44.183671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-27T09:22:44.183916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-27T09:22:44.184162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-27T09:22:44.190826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.191588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.192296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.192736+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.192991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.193217+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' [] [] [2022-10-27T09:22:44.193475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.193682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.194361+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.194992+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.195379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.195586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.195806+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' [] [] [2022-10-27T09:22:44.196051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.196243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.196923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:44.197624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:44.198006+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:44.198250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:44.198425+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' [] [] [2022-10-27T09:22:44.198670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:44.424208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbafef"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/cbafef","method":"GET"} [] [2022-10-27T09:22:59.763090+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"9","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/9","method":"GET"} [] [2022-10-27T09:22:59.824498+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:22:59.863433+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:22:59.934194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.935071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.938539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.939766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.940065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.940328+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' [] [] [2022-10-27T09:22:59.940855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:59.943219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.943981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.944702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.945119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.945397+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.945648+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' [] [] [2022-10-27T09:22:59.945920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:59.946150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.946835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.947567+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.947969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.948240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.948485+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' [] [] [2022-10-27T09:22:59.948756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:59.950534+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%","%%","%%","%%"] [] [2022-10-27T09:22:59.953287+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[61,60,59,58,57,56,55,54,53,52]] [] [2022-10-27T09:22:59.971255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-27T09:22:59.971988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:22:59.972303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:22:59.972652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:22:59.972981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-27T09:22:59.973275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:22:59.973540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:22:59.973832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-27T09:22:59.974159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-27T09:22:59.974505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-27T09:22:59.974825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-27T09:22:59.975156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-27T09:22:59.981967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.982733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.983485+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.983937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.984219+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.984469+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' [] [] [2022-10-27T09:22:59.984838+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:59.985631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.986384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.987119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.987528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.987793+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.988043+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' [] [] [2022-10-27T09:22:59.988315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:22:59.988538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.989253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:22:59.989954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:22:59.990361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:22:59.990629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:22:59.990875+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' [] [] [2022-10-27T09:22:59.991145+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:00.221770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c10b58"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c10b58","method":"GET"} [] [2022-10-27T09:23:32.566996+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"59"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/59/show","method":"GET"} [] [2022-10-27T09:23:32.656390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["59"] [] [2022-10-27T09:23:32.694391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:23:32.694899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:23:32.695249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:23:32.695572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:32.695931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:23:32.696266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:32.696597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:32.696936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [59] [] [2022-10-27T09:23:32.710670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.711447+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.714705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:32.715880+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:32.716222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:32.716526+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' [] [] [2022-10-27T09:23:32.717021+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:32.719281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.719986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.720701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:32.721127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:32.721411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:32.721680+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' [] [] [2022-10-27T09:23:32.721973+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:32.722212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.722906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:32.723626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:32.724047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:32.724382+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:32.724649+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' [] [] [2022-10-27T09:23:32.724941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:32.899984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2ca61"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a2ca61","method":"GET"} [] [2022-10-27T09:23:35.837302+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"59"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/59/edit","method":"GET"} [] [2022-10-27T09:23:35.942509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["59"] [] [2022-10-27T09:23:36.014650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:23:36.015463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:23:36.015812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:23:36.016392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:36.016787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:23:36.017117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:36.017509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:36.020629+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:23:36.022185+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:23:36.022635+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:23:36.025421+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:23:36.025766+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:23:36.026100+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:23:36.026488+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:23:36.055598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.056503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.059899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:36.061073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:36.061383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:36.061671+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' [] [] [2022-10-27T09:23:36.062189+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:36.064613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.065350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.066112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:36.066636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:36.066932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:36.067209+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' [] [] [2022-10-27T09:23:36.067511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:36.067776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.068513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:36.069282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:36.069737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:36.070032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:36.070310+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' [] [] [2022-10-27T09:23:36.070613+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:36.233647+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fad5c4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/fad5c4","method":"GET"} [] [2022-10-27T09:23:42.301422+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/" (from "http://192.168.0.208:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" (from \"http://192.168.0.208:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-27T09:23:42.352879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.354790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.363033+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:42.364154+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:42.364453+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:42.364739+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' [] [] [2022-10-27T09:23:42.365220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:42.367680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.368407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.369101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:42.369515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:42.369782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:42.370097+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' [] [] [2022-10-27T09:23:42.370372+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:42.370592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.371293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:42.371984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:42.372388+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:42.372652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:42.372894+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' [] [] [2022-10-27T09:23:42.373165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:42.527321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffa456"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ffa456","method":"GET"} [] [2022-10-27T09:23:46.859180+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2022-10-27T09:23:46.905661+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:23:47.008065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.013906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.022290+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.024503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.024993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.025391+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' [] [] [2022-10-27T09:23:47.026142+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.029661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.030724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.031786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.032382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.032748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.033079+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' [] [] [2022-10-27T09:23:47.033453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.033740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.034760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.035680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.036278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.036610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.036900+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' [] [] [2022-10-27T09:23:47.037227+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.049843+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T09:23:47.053778+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-27T09:23:47.056523+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T09:23:47.068146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.068974+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.069742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.070256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.070530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.070783+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' [] [] [2022-10-27T09:23:47.071047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.071264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.072004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.072747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.073210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.073505+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.073750+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' [] [] [2022-10-27T09:23:47.074014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.074222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.074928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:47.075616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:47.076039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:47.076295+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:47.076521+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' [] [] [2022-10-27T09:23:47.076778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:47.289938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f86be4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f86be4","method":"GET"} [] [2022-10-27T09:23:48.439690+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:23:48.486422+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:23:48.567160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.568758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.572058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.573131+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.573430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.573705+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' [] [] [2022-10-27T09:23:48.574173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.576202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.576906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.577626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.578055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.578414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.578681+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' [] [] [2022-10-27T09:23:48.578976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.579215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.579917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.580639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.581067+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.581396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.581707+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' [] [] [2022-10-27T09:23:48.581998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.592349+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:23:48.596260+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:23:48.616776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:23:48.617730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:23:48.618108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:23:48.618475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:23:48.618809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:23:48.619114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:23:48.619458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:23:48.619830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:23:48.620201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:23:48.620542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:23:48.620854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:23:48.621223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:23:48.621654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:23:48.622025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:23:48.622441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:23:48.622823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:23:48.624260+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:23:48.632958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.633913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.634748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.635283+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.635621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.635934+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' [] [] [2022-10-27T09:23:48.636223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.636503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.637260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.638041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.638555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.638878+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.639207+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' [] [] [2022-10-27T09:23:48.639523+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.639806+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.640609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:48.641377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:48.641933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:48.642251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:48.642548+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' [] [] [2022-10-27T09:23:48.642887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:48.831334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3975d2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/3975d2","method":"GET"} [] [2022-10-27T09:23:50.725505+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"142"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/142/edit","method":"GET"} [] [2022-10-27T09:23:50.823049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["142"] [] [2022-10-27T09:23:50.895220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:23:50.895994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:23:50.896348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:23:50.896995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:50.897441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:23:50.897846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:50.898148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:23:50.901351+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:23:50.902921+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:23:50.903369+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:23:50.906056+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:23:50.906402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:23:50.906735+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:23:50.907126+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:23:50.937162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.938027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.941496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:50.942724+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:50.943019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:50.943274+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' [] [] [2022-10-27T09:23:50.943818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:50.946267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.946997+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.947691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:50.948099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:50.948368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:50.948613+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' [] [] [2022-10-27T09:23:50.949467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:50.949688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.950360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:23:50.951077+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:23:50.951477+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:23:50.951746+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:23:50.951990+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' [] [] [2022-10-27T09:23:50.952258+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:23:51.111900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b89853"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b89853","method":"GET"} [] [2022-10-27T09:23:59.922586+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"59"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/59/edit","method":"POST"} [] [2022-10-27T09:24:00.019083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["59"] [] [2022-10-27T09:24:00.091156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:24:00.091932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:24:00.092285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:24:00.092865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:00.093314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:24:00.093653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:00.094009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:00.101638+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["5"]] [] [2022-10-27T09:24:00.102979+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["5"]] [] [2022-10-27T09:24:00.103405+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["28"]] [] [2022-10-27T09:24:00.104193+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:24:00.104667+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:24:00.105074+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:24:00.105469+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:24:00.154448+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:24:00.154662+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2027-06-28T00:00:00+00:00",59] [] [2022-10-27T09:24:00.156804+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:24:00.177011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.177834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.181344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.182509+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.182809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.183067+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' [] [] [2022-10-27T09:24:00.183556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.186124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.186840+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.187579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.187996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.188325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.188590+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' [] [] [2022-10-27T09:24:00.188865+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.189097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.189790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.190522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.190925+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.191194+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.191451+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' [] [] [2022-10-27T09:24:00.191723+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.415081+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:24:00.474139+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:24:00.543981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.545843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.549245+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.550250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.550490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.550688+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' [] [] [2022-10-27T09:24:00.551086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.553107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.553787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.554453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.554817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.555031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.555217+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' [] [] [2022-10-27T09:24:00.555426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.555585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.556239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.556964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.557321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.557531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.557714+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' [] [] [2022-10-27T09:24:00.557921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.568617+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:24:00.572802+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:24:00.590831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:24:00.591536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:24:00.591832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:24:00.592138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:24:00.592415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:24:00.592657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:24:00.592928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:24:00.593234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:24:00.593537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:24:00.593808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:00.594005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:00.594274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:24:00.594577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:24:00.594883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:24:00.595187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:24:00.595492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:24:00.596648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:24:00.604915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.605676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.606404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.606850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.607106+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.607401+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' [] [] [2022-10-27T09:24:00.607669+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.607879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.608567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.609271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.609671+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.609920+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.610144+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' [] [] [2022-10-27T09:24:00.610395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.610590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.611277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:00.611982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:00.612379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:00.612630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:00.612855+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' [] [] [2022-10-27T09:24:00.613164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:00.843704+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7167b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d7167b","method":"GET"} [] [2022-10-27T09:24:10.688932+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:24:10.746541+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:24:10.782060+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:24:10.848227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.849221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.852677+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.853808+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.854108+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.854420+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' [] [] [2022-10-27T09:24:10.854911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:10.857456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.858160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.858859+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.859274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.859519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.859797+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' [] [] [2022-10-27T09:24:10.860058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:10.860279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.860969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.861692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.862095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.862360+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.862607+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' [] [] [2022-10-27T09:24:10.862927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:10.864701+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:24:10.867388+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:24:10.885210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:24:10.885947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:10.886260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:10.886580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:24:10.886915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:24:10.887239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:24:10.887564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:24:10.887884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:24:10.888205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:24:10.888527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:24:10.888845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:24:10.889171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:24:10.895835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.896625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.897338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.897790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.898069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.898323+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' [] [] [2022-10-27T09:24:10.898603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:10.898832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.899540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.900233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.900640+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.900907+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.901151+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' [] [] [2022-10-27T09:24:10.901431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:10.901653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.902331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:10.903021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:10.903423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:10.903815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:10.904062+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' [] [] [2022-10-27T09:24:10.904332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:11.116470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2208d"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d2208d","method":"GET"} [] [2022-10-27T09:24:16.981855+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/8","method":"GET"} [] [2022-10-27T09:24:17.038457+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:24:17.072062+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:24:17.138862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.139774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.143192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.144302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.144617+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.144854+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' [] [] [2022-10-27T09:24:17.145316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.147750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.148430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.149113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.149503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.149745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.149964+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' [] [] [2022-10-27T09:24:17.150210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.150402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.151059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.151738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.152112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.152402+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.152623+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' [] [] [2022-10-27T09:24:17.152866+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.154595+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-27T09:24:17.157356+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[71,70,69,68,67,66,65,64,63,62]] [] [2022-10-27T09:24:17.175330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [40] [] [2022-10-27T09:24:17.176088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:17.176381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:17.176671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-27T09:24:17.176970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-27T09:24:17.177264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-27T09:24:17.177513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:24:17.177803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-27T09:24:17.178064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:24:17.178296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:24:17.178564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-27T09:24:17.178857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-27T09:24:17.179147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-27T09:24:17.179567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-27T09:24:17.186341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.187083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.187779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.188206+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.188417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.188645+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' [] [] [2022-10-27T09:24:17.188905+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.189106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.189771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.190448+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.190824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.191061+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.191285+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' [] [] [2022-10-27T09:24:17.191530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.191717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.192373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:17.193044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:17.193419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:17.193655+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:17.193872+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' [] [] [2022-10-27T09:24:17.194112+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:17.393856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58c4d0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/58c4d0","method":"GET"} [] [2022-10-27T09:24:43.366102+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"67"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/67/show","method":"GET"} [] [2022-10-27T09:24:43.469335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["67"] [] [2022-10-27T09:24:43.525780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:24:43.526277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:43.526567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:43.526840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:43.527218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:24:43.527524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:43.527785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:43.528133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [67] [] [2022-10-27T09:24:43.543088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.543923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.547275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:43.548382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:43.548616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:43.548847+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' [] [] [2022-10-27T09:24:43.549300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:43.551556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.552224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.552899+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:43.553343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:43.553613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:43.553851+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' [] [] [2022-10-27T09:24:43.554094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:43.554283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.554898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:43.555560+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:43.555930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:43.556166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:43.556380+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' [] [] [2022-10-27T09:24:43.556626+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:43.814764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2951db"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2951db","method":"GET"} [] [2022-10-27T09:24:48.897716+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"67"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/67/edit","method":"GET"} [] [2022-10-27T09:24:48.982670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["67"] [] [2022-10-27T09:24:49.056787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:49.057628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:24:49.058005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:24:49.058617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:49.059023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:24:49.059361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:49.059691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:24:49.062240+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:24:49.063896+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:24:49.064371+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:24:49.067167+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:24:49.067536+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:24:49.067892+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:24:49.068313+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:24:49.099219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.100164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.103764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:49.104949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:49.105249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:49.105526+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' [] [] [2022-10-27T09:24:49.106040+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:49.108584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.109265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.109950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:49.110341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:49.110584+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:49.110762+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' [] [] [2022-10-27T09:24:49.111006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:49.111208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.111872+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:24:49.112541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:24:49.112884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:24:49.113122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:24:49.113337+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' [] [] [2022-10-27T09:24:49.113578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:24:49.346927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9425c8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9425c8","method":"GET"} [] [2022-10-27T09:25:09.301179+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"67"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/67/edit","method":"POST"} [] [2022-10-27T09:25:09.384935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["67"] [] [2022-10-27T09:25:09.458386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:09.459205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:09.459574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:25:09.460189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:25:09.460639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:25:09.461004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:25:09.461331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:25:09.469039+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["6"]] [] [2022-10-27T09:25:09.470472+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["6"]] [] [2022-10-27T09:25:09.470953+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["36"]] [] [2022-10-27T09:25:09.471745+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:25:09.472276+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:25:09.472734+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:25:09.473182+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:25:09.523173+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:25:09.523428+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2027-06-28T00:00:00+00:00",67] [] [2022-10-27T09:25:09.526139+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:25:09.547162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.548027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.551595+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.552795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.553172+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.553460+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' [] [] [2022-10-27T09:25:09.554035+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.556597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.557331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.558067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.558518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.558813+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.559085+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' [] [] [2022-10-27T09:25:09.559385+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.559628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.560342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.561079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.561514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.561802+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.562080+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' [] [] [2022-10-27T09:25:09.562379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.697203+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:25:09.753184+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:25:09.834744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.839096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.846109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.847373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.848200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.848834+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' [] [] [2022-10-27T09:25:09.849277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.851938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.852740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.853420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.853937+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.854210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.854456+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' [] [] [2022-10-27T09:25:09.854727+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.854947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.855615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.856303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.856701+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.856966+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.857209+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' [] [] [2022-10-27T09:25:09.857475+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.867673+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:25:09.871929+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:25:09.889634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:25:09.890365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:25:09.890664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:25:09.890957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:25:09.891227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:25:09.891463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:25:09.891728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:25:09.892026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:25:09.892322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:25:09.892593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:09.892827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:09.893088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:25:09.893383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:25:09.893678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:25:09.894065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:25:09.894383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:25:09.895621+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:25:09.904163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.904982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.905683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.906184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.906459+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.906701+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' [] [] [2022-10-27T09:25:09.906962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.907217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.907948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.908685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.909136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.909399+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.909630+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' [] [] [2022-10-27T09:25:09.909933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:09.910138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.910826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:09.911568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:09.911968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:09.912215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:09.912442+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' [] [] [2022-10-27T09:25:09.912691+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:10.129430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"287a78"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/287a78","method":"GET"} [] [2022-10-27T09:25:15.227727+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:25:15.284592+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:25:15.331138+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:25:15.397414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.398337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.401724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.402829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.403097+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.403285+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' [] [] [2022-10-27T09:25:15.403741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.406054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.406735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.407412+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.407800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.408041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.408261+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' [] [] [2022-10-27T09:25:15.408611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.408861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.409858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.410703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.411100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.411346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.411566+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' [] [] [2022-10-27T09:25:15.411810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.413565+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:25:15.416363+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:25:15.434109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:25:15.434810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:15.435096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:15.435343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:25:15.435642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:25:15.435935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:25:15.436228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:25:15.436521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:25:15.436820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:25:15.437113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:25:15.437358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:25:15.437719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:25:15.444408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.445144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.445839+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.446267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.446518+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.446748+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' [] [] [2022-10-27T09:25:15.447006+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.447209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.447866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.448539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.448917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.449158+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.449436+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' [] [] [2022-10-27T09:25:15.449688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.449885+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.450542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:15.451212+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:15.451586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:15.451825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:15.452040+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' [] [] [2022-10-27T09:25:15.452238+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:15.639607+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"648c74"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/648c74","method":"GET"} [] [2022-10-27T09:25:19.189084+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"8","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/8","method":"GET"} [] [2022-10-27T09:25:19.246294+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:25:19.279650+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:25:19.346917+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.347925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.351398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.352548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.352852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.353123+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' [] [] [2022-10-27T09:25:19.353624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.356011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.356719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.357441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.357872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.358161+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.358489+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' [] [] [2022-10-27T09:25:19.358782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.359020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.359725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.360442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.360867+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.361151+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.361417+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' [] [] [2022-10-27T09:25:19.361707+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.363512+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%","%%","%%","%%"] [] [2022-10-27T09:25:19.366226+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[71,70,69,68,67,66,65,64,63,62]] [] [2022-10-27T09:25:19.384479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [40] [] [2022-10-27T09:25:19.385334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:19.385664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:25:19.386001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [39] [] [2022-10-27T09:25:19.386351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [38] [] [2022-10-27T09:25:19.386695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [37] [] [2022-10-27T09:25:19.387038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [36] [] [2022-10-27T09:25:19.387382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [35] [] [2022-10-27T09:25:19.387691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:25:19.387973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:25:19.388286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [34] [] [2022-10-27T09:25:19.388631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [33] [] [2022-10-27T09:25:19.388975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [32] [] [2022-10-27T09:25:19.389336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [31] [] [2022-10-27T09:25:19.396154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.396921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.397650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.398125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.398418+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.398688+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' [] [] [2022-10-27T09:25:19.398987+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.399236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.399938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.400707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.401199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.401491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.401763+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' [] [] [2022-10-27T09:25:19.402055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.402290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.402991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:19.403712+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:19.404137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:19.404425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:19.404692+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' [] [] [2022-10-27T09:25:19.404981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:19.582920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b3ea5"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4b3ea5","method":"GET"} [] [2022-10-27T09:25:31.777168+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"9","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/9","method":"GET"} [] [2022-10-27T09:25:31.834501+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:25:31.875641+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:25:31.942605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.943524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.946963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.948132+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.948460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.948748+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' [] [] [2022-10-27T09:25:31.949277+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:31.951718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.952451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.953224+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.953657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.953939+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.954206+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' [] [] [2022-10-27T09:25:31.954494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:31.954744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.955441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.956150+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.956580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.956869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.957134+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' [] [] [2022-10-27T09:25:31.957421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:31.959219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%","%%","%%","%%"] [] [2022-10-27T09:25:31.961963+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[61,60,59,58,57,56,55,54,53,52]] [] [2022-10-27T09:25:31.979957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-27T09:25:31.980705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:25:31.981032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:25:31.981397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:25:31.981755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-27T09:25:31.982066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:25:31.982347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:25:31.982748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-27T09:25:31.983099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-27T09:25:31.983476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-27T09:25:31.983824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-27T09:25:31.984182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-27T09:25:31.991070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.991863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.992603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.993078+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.993371+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.993648+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' [] [] [2022-10-27T09:25:31.993953+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:31.994205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.994911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.995637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.996066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.996358+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.996628+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' [] [] [2022-10-27T09:25:31.996926+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:31.997162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.997924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:31.998649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:31.999077+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:31.999367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:31.999638+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' [] [] [2022-10-27T09:25:31.999932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:32.214819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df2948"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/df2948","method":"GET"} [] [2022-10-27T09:25:40.871553+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:25:40.928575+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:25:40.969265+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:25:41.036325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.037254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.040662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.041765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.042031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.042260+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' [] [] [2022-10-27T09:25:41.042778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.045119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.045802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.046482+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.046869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.047112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.047330+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' [] [] [2022-10-27T09:25:41.047574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.047778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.048430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.049101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.049478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.049679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.049894+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' [] [] [2022-10-27T09:25:41.050134+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.051846+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:25:41.054663+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:25:41.072298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:25:41.072998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:25:41.073279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:25:41.073571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:25:41.073868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:25:41.074133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:25:41.074365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:25:41.074641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:25:41.075025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:25:41.075316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:25:41.075606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:25:41.075896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:25:41.076184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:25:41.076484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:25:41.084769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.085661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.086405+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.086895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.087218+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.087439+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' [] [] [2022-10-27T09:25:41.087702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.087920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.088618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.089289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.089687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.089932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.090152+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' [] [] [2022-10-27T09:25:41.090399+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.090600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.091292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:25:41.092057+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:25:41.092522+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:25:41.092874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:25:41.093123+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' [] [] [2022-10-27T09:25:41.093398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:25:41.293774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9abcc4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9abcc4","method":"GET"} [] [2022-10-27T09:32:15.382945+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"50"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/50/show","method":"GET"} [] [2022-10-27T09:32:15.473604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["50"] [] [2022-10-27T09:32:15.514153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:32:15.514626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:15.514965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:15.515301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:15.515655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:32:15.515982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:15.516304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:15.516697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [50] [] [2022-10-27T09:32:15.532365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.533220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.536862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:15.538099+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:15.538409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:15.538693+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' [] [] [2022-10-27T09:32:15.539221+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:15.541718+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.542454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.543206+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:15.543650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:15.543945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:15.544225+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' [] [] [2022-10-27T09:32:15.544601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:15.544847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.545577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:15.546324+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:15.546771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:15.547065+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:15.547344+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' [] [] [2022-10-27T09:32:15.547645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:15.888825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2130c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a2130c","method":"GET"} [] [2022-10-27T09:32:17.415625+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"50"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/50/edit","method":"GET"} [] [2022-10-27T09:32:17.505729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["50"] [] [2022-10-27T09:32:17.580161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:17.580941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:17.581367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:32:17.581956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:17.582366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:32:17.582706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:17.583059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:17.585642+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:32:17.587332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:32:17.587789+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:32:17.590472+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:32:17.590825+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:32:17.591158+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:32:17.591555+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:32:17.633331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.634216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.637690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:17.638848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:17.639207+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:17.639474+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' [] [] [2022-10-27T09:32:17.639963+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:17.642425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.643131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.643842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:17.644267+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:17.644542+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:17.644794+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' [] [] [2022-10-27T09:32:17.645068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:17.645287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.645976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:17.646705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:17.647111+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:17.647379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:17.647641+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' [] [] [2022-10-27T09:32:17.647915+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:17.836745+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c5ace"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/3c5ace","method":"GET"} [] [2022-10-27T09:32:39.802085+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"50"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/50/edit","method":"POST"} [] [2022-10-27T09:32:39.900836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["50"] [] [2022-10-27T09:32:39.976501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:39.977281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:32:39.977622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:32:39.978194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:39.978648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:32:39.978984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:39.979284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:32:39.987037+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["4"]] [] [2022-10-27T09:32:39.988446+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["4"]] [] [2022-10-27T09:32:39.988962+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["18"]] [] [2022-10-27T09:32:39.989722+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:32:39.990215+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:32:39.990641+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:32:39.991050+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:32:40.041916+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:32:40.042135+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2027-06-28T00:00:00+00:00",50] [] [2022-10-27T09:32:40.043456+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:32:40.062133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.062966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.066583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.067751+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.068026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.068263+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' [] [] [2022-10-27T09:32:40.068735+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.071228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.071937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.072646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.073112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.073374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.073601+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' [] [] [2022-10-27T09:32:40.073854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.074054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.074733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.075434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.075836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.076102+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.076352+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' [] [] [2022-10-27T09:32:40.076620+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.229282+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:32:40.285387+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:32:40.375169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.377100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.380385+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.381425+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.381725+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.382012+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' [] [] [2022-10-27T09:32:40.382496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.384514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.385239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.385981+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.386415+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.386703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.386974+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' [] [] [2022-10-27T09:32:40.387329+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.387572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.388289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.389022+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.389462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.389757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.390029+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' [] [] [2022-10-27T09:32:40.390330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.400771+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:32:40.405059+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:32:40.423121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:32:40.423925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:32:40.424264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:32:40.424607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:32:40.424934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:32:40.425222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:32:40.425538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:32:40.425892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:32:40.426244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:32:40.426559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:32:40.426843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:32:40.427167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:32:40.427574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:32:40.427932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:32:40.428286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:32:40.428639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:32:40.429901+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:32:40.438315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.439090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.439842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.440320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.440673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.440954+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' [] [] [2022-10-27T09:32:40.441263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.441519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.442247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.442985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.443418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.443706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.443977+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' [] [] [2022-10-27T09:32:40.444276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.444517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.445231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:32:40.445966+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:32:40.446402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:32:40.446693+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:32:40.447020+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' [] [] [2022-10-27T09:32:40.447316+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:32:40.678024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ded87"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/1ded87","method":"GET"} [] [2022-10-27T09:33:36.772277+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:33:36.831269+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:33:36.877663+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:33:36.950351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.951252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.955146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:36.956448+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:36.956836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:36.957195+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' [] [] [2022-10-27T09:33:36.957792+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:36.960462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.961319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.962129+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:36.962553+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:36.962817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:36.963088+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' [] [] [2022-10-27T09:33:36.963394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:36.963635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.964347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:36.965072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:36.965502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:36.965902+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:36.966208+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' [] [] [2022-10-27T09:33:36.966511+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:36.968487+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:33:36.971963+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:33:36.991172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:33:36.991987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:33:36.992319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:33:36.992656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:33:36.993027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:33:36.993389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:33:36.993746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:33:36.994112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:33:36.994471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:33:36.994823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:33:36.995190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:33:36.995561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:33:37.003042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.003807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.004507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:37.005033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:37.005265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:37.005493+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' [] [] [2022-10-27T09:33:37.005750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:37.005958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.006618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.007301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:37.007691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:37.007935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:37.008165+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' [] [] [2022-10-27T09:33:37.008441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:37.008648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.009317+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:37.009996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:37.010353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:37.010595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:37.010818+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' [] [] [2022-10-27T09:33:37.011022+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:37.350554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6cdb8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c6cdb8","method":"GET"} [] [2022-10-27T09:33:39.917742+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"9","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/9","method":"GET"} [] [2022-10-27T09:33:39.974412+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:33:40.015646+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:33:40.082691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.083602+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.087169+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.088335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.088633+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.088908+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' [] [] [2022-10-27T09:33:40.089414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.091873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.092573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.093330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.093755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.094036+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.094307+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' [] [] [2022-10-27T09:33:40.094597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.094835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.095521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.096229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.096702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.096988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.097256+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' [] [] [2022-10-27T09:33:40.097547+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.099347+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%","%%","%%","%%"] [] [2022-10-27T09:33:40.102111+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[61,60,59,58,57,56,55,54,53,52]] [] [2022-10-27T09:33:40.119980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [29] [] [2022-10-27T09:33:40.120746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T09:33:40.121071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [5] [] [2022-10-27T09:33:40.121438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [28] [] [2022-10-27T09:33:40.121785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [26] [] [2022-10-27T09:33:40.122091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:33:40.122378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:33:40.122686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [25] [] [2022-10-27T09:33:40.123031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [23] [] [2022-10-27T09:33:40.123817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [22] [] [2022-10-27T09:33:40.124214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [21] [] [2022-10-27T09:33:40.124593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2022-10-27T09:33:40.132510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.133392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.134187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.134705+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.134975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.135274+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' [] [] [2022-10-27T09:33:40.135537+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.135756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.136479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.137204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.137649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.137913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.138156+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' [] [] [2022-10-27T09:33:40.138417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.138628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.139383+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:40.140060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:40.140558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:40.140830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:40.141069+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' [] [] [2022-10-27T09:33:40.141356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:40.378804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64395f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/64395f","method":"GET"} [] [2022-10-27T09:33:50.453456+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:33:50.510527+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:33:50.549967+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:33:50.617192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.618086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.621543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.622654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.622927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.623159+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' [] [] [2022-10-27T09:33:50.623578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.625984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.626686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.627533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.627959+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.628206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.628386+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' [] [] [2022-10-27T09:33:50.628632+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.628823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.629569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.630262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.630643+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.630882+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.631101+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' [] [] [2022-10-27T09:33:50.631346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.633074+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:33:50.635767+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:33:50.653611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:33:50.654320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:33:50.654608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:33:50.654897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:33:50.655200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:33:50.655469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:33:50.655702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:33:50.655964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:33:50.656258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:33:50.656550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:33:50.656840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:33:50.657131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:33:50.657524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:33:50.657826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:33:50.664581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.665335+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.666036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.666465+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.666717+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.666941+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' [] [] [2022-10-27T09:33:50.667194+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.667396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.668071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.668703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.669085+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.669287+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.669506+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' [] [] [2022-10-27T09:33:50.669764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.669953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.670624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:33:50.671315+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:33:50.671691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:33:50.671928+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:33:50.672150+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' [] [] [2022-10-27T09:33:50.672394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:33:50.882224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7a081"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f7a081","method":"GET"} [] [2022-10-27T09:34:31.065378+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"46"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/46/show","method":"GET"} [] [2022-10-27T09:34:31.153781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["46"] [] [2022-10-27T09:34:31.194900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:34:31.195389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:31.195695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:31.195980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:31.196279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:34:31.196588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:31.196866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:31.197151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [46] [] [2022-10-27T09:34:31.212185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.213107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.216626+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:31.217794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:31.218088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:31.218343+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' [] [] [2022-10-27T09:34:31.218903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:31.221266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.222003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.222736+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:31.223149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:31.223416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:31.223669+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' [] [] [2022-10-27T09:34:31.223941+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:31.224159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.224863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:31.225553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:31.225968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:31.226276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:31.226566+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' [] [] [2022-10-27T09:34:31.226832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:31.549972+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7235f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f7235f","method":"GET"} [] [2022-10-27T09:34:34.578673+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"46"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/46/edit","method":"GET"} [] [2022-10-27T09:34:34.676198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["46"] [] [2022-10-27T09:34:34.750568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:34.751485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:34.751922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:34:34.752613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:34.753056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:34:34.753416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:34.753769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:34.757523+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:34:34.759631+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:34:34.760147+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:34:34.762966+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:34:34.763423+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:34:34.763814+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:34:34.764267+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:34:34.795462+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.796368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.799960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:34.801221+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:34.801497+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:34.801735+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' [] [] [2022-10-27T09:34:34.802212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:34.804769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.805503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.806201+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:34.806581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:34.806835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:34.807146+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' [] [] [2022-10-27T09:34:34.807405+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:34.807605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.808276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:34.808973+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:34.809363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:34.809608+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:34.809830+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' [] [] [2022-10-27T09:34:34.810078+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:35.031746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4846ec"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/4846ec","method":"GET"} [] [2022-10-27T09:34:49.109701+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"46"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/46/edit","method":"POST"} [] [2022-10-27T09:34:49.200692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["46"] [] [2022-10-27T09:34:49.268812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:49.269714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:49.270106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:34:49.270721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:49.271128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:34:49.271461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:49.271820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:34:49.279437+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:34:49.280787+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:34:49.281257+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["14"]] [] [2022-10-27T09:34:49.282090+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:34:49.282609+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:34:49.283059+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:34:49.283510+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:34:49.332287+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:34:49.332536+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",46] [] [2022-10-27T09:34:49.334717+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:34:49.352884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.353743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.357144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.358385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.358711+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.359010+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' [] [] [2022-10-27T09:34:49.359557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.362050+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.362783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.363512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.363935+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.364244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.364529+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' [] [] [2022-10-27T09:34:49.364868+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.365141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.365865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.366616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.367136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.367445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.367738+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' [] [] [2022-10-27T09:34:49.368065+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.514391+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:34:49.568432+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:34:49.656722+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.658595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.661666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.662677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.662978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.663260+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' [] [] [2022-10-27T09:34:49.663796+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.665787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.666506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.667230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.667664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.667955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.668226+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' [] [] [2022-10-27T09:34:49.668522+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.668762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.669466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.670188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.670620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.670951+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.671228+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' [] [] [2022-10-27T09:34:49.671528+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.681045+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:34:49.685101+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:34:49.703095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:34:49.704456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:34:49.705479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:34:49.706388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:34:49.707264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:34:49.707543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:34:49.707915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:34:49.708263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:34:49.708607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:34:49.708920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:34:49.709215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:34:49.709525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:34:49.709869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:34:49.710221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:34:49.710568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:34:49.710919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:34:49.712089+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:34:49.720065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.720815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.721535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.722009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.722299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.722572+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' [] [] [2022-10-27T09:34:49.722876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.723125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.723816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.724527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.724948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.725229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.725497+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' [] [] [2022-10-27T09:34:49.725788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.726024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.726709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:49.727416+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:49.727834+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:49.728115+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:49.728382+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' [] [] [2022-10-27T09:34:49.728672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:49.915568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b892a0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b892a0","method":"GET"} [] [2022-10-27T09:34:53.885949+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:34:53.938420+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:34:53.972858+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:34:54.035182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.036139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.039391+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.040511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.040844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.041122+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' [] [] [2022-10-27T09:34:54.041646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.044020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.044750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.045465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.045923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.046276+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.046544+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' [] [] [2022-10-27T09:34:54.046839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.047079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.047783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.048495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.048943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.049251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.049527+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' [] [] [2022-10-27T09:34:54.049817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.051611+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:34:54.054301+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:34:54.071362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:34:54.072101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:34:54.072427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:34:54.072778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:34:54.073121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:34:54.073471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:34:54.073816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:34:54.074162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:34:54.074508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:34:54.074911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:34:54.075273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:34:54.075629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:34:54.082401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.083230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.083985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.084458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.084753+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.085030+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' [] [] [2022-10-27T09:34:54.085334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.085553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.086227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.086915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.087372+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.087619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.087847+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' [] [] [2022-10-27T09:34:54.088104+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.088302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.088968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:54.089651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:54.090032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:54.090273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:54.090495+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' [] [] [2022-10-27T09:34:54.090752+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:54.266084+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f74c0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2f74c0","method":"GET"} [] [2022-10-27T09:34:56.847023+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:34:56.900112+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:34:56.937861+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:34:56.999330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.000236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.003437+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.004566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.004864+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.005144+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' [] [] [2022-10-27T09:34:57.005640+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.007973+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.008681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.009404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.009903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.010193+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.010462+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' [] [] [2022-10-27T09:34:57.010755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.010992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.011691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.012414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.012838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.013185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.013577+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' [] [] [2022-10-27T09:34:57.013867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.015614+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:34:57.018329+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:34:57.035326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:34:57.036082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:34:57.036405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:34:57.036738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:34:57.037087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:34:57.037395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:57.037675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:34:57.037990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:34:57.038336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:34:57.038681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:34:57.039031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:34:57.039375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:34:57.039727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:34:57.040081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:34:57.046870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.047630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.048353+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.048823+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.049113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.049386+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' [] [] [2022-10-27T09:34:57.049687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.049936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.050628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.051333+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.051756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.052039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.052305+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' [] [] [2022-10-27T09:34:57.052598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.052835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.053520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:34:57.054227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:34:57.054648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:34:57.054940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:34:57.055206+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' [] [] [2022-10-27T09:34:57.055503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:34:57.242373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7f7af"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f7f7af","method":"GET"} [] [2022-10-27T09:35:03.936139+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"45"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/45/show","method":"GET"} [] [2022-10-27T09:35:04.023065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["45"] [] [2022-10-27T09:35:04.060465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:35:04.060879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:04.061166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:04.061443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:04.061733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:35:04.062000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:04.062257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:04.062523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [45] [] [2022-10-27T09:35:04.077110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.077902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.081113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:04.082230+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:04.082500+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:04.082731+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' [] [] [2022-10-27T09:35:04.083177+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:04.085479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.086159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.086842+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:04.087229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:04.087472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:04.087692+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' [] [] [2022-10-27T09:35:04.087940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:04.088131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.088785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:04.089463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:04.089895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:04.090138+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:04.090356+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' [] [] [2022-10-27T09:35:04.090603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:04.299748+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba36cf"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ba36cf","method":"GET"} [] [2022-10-27T09:35:05.709062+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"45"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/45/edit","method":"GET"} [] [2022-10-27T09:35:05.789806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["45"] [] [2022-10-27T09:35:05.870041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:05.870884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:05.871241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:35:05.871854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:05.872345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:35:05.872707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:05.873035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:05.875665+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:35:05.877376+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:35:05.877852+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:35:05.881036+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:35:05.881402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:35:05.881737+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:35:05.882169+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:35:05.915313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.916208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.919967+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:05.921232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:05.921539+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:05.921791+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' [] [] [2022-10-27T09:35:05.922379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:05.925123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.925906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.926637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:05.927073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:05.927334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:05.927573+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' [] [] [2022-10-27T09:35:05.927851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:05.928071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.928807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:05.929512+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:05.929934+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:05.930200+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:05.930443+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' [] [] [2022-10-27T09:35:05.930709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:06.118257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aff185"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/aff185","method":"GET"} [] [2022-10-27T09:35:17.406294+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"45"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/45/edit","method":"POST"} [] [2022-10-27T09:35:17.492391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["45"] [] [2022-10-27T09:35:17.560226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:17.561027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:17.561383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:35:17.561977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:17.562338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:35:17.562666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:17.562972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:17.570274+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:35:17.571580+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:35:17.572043+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["13"]] [] [2022-10-27T09:35:17.572829+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:35:17.573426+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:35:17.573867+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:35:17.574298+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:35:17.629815+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:35:17.630055+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",45] [] [2022-10-27T09:35:17.630723+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:35:17.648821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.649627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.652926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.654050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.654347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.654612+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' [] [] [2022-10-27T09:35:17.655095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.657473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.658212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.658952+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.659375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.659682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.659939+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' [] [] [2022-10-27T09:35:17.660216+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.660439+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.661154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.661944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.662352+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.662621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.662870+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' [] [] [2022-10-27T09:35:17.663143+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.804784+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:35:17.856868+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:35:17.949010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.955587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.963205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.965220+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.965762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.966174+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' [] [] [2022-10-27T09:35:17.966928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.970333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.971474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.972561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.973130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.973378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.973617+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' [] [] [2022-10-27T09:35:17.973903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.974111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.974790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:17.975467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:17.975901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:17.976145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:17.976369+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' [] [] [2022-10-27T09:35:17.976616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:17.985980+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:35:17.989980+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:35:18.007279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:35:18.008042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:35:18.008344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:35:18.008647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:35:18.008916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:35:18.009151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:35:18.009414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:35:18.009728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:35:18.010022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:35:18.010286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:35:18.010519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:35:18.010781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:35:18.011078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:35:18.011411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:35:18.011711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:35:18.012008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:35:18.013146+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:35:18.021283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.022044+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.022740+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:18.023183+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:18.023436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:18.023665+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' [] [] [2022-10-27T09:35:18.023923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:18.024130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.024793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.025468+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:18.025854+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:18.026096+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:18.026314+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' [] [] [2022-10-27T09:35:18.026563+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:18.026752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.027407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:18.028089+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:18.028467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:18.028706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:18.028923+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' [] [] [2022-10-27T09:35:18.029167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:18.205483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f369bc"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f369bc","method":"GET"} [] [2022-10-27T09:35:21.747317+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:35:21.800432+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:35:21.836772+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:35:21.898835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.899730+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.902975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.904113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.904441+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.904785+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' [] [] [2022-10-27T09:35:21.905309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:21.907644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.908354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.909072+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.909502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.909810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.910076+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' [] [] [2022-10-27T09:35:21.910365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:21.910626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.911326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.912045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.912496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.912819+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.913127+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' [] [] [2022-10-27T09:35:21.913443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:21.915163+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:35:21.917762+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:35:21.934835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:35:21.935592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:35:21.935946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:35:21.936277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:35:21.936650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:35:21.937008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:35:21.937362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:35:21.937707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:35:21.938058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:35:21.938399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:35:21.938742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:35:21.939091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:35:21.946041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.946799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.947553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.948047+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.948372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.948643+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' [] [] [2022-10-27T09:35:21.948942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:21.949189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.949886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.950602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.951050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.951336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.951604+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' [] [] [2022-10-27T09:35:21.951902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:21.952138+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.952834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:21.953555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:21.953991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:21.954305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:21.954571+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' [] [] [2022-10-27T09:35:21.954879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:22.122898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"906b38"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/906b38","method":"GET"} [] [2022-10-27T09:35:24.520208+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:35:24.573233+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:35:24.608742+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:35:24.670814+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.671686+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.674844+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.675995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.676274+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.676507+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' [] [] [2022-10-27T09:35:24.676956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.679260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.679927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.680538+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.680923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.681169+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.681392+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' [] [] [2022-10-27T09:35:24.681635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.681827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.682474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.683134+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.683507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.683775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.683996+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' [] [] [2022-10-27T09:35:24.684195+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.685850+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:35:24.688492+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:35:24.705759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:35:24.706454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:35:24.706743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:35:24.707036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:35:24.707337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:35:24.707599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:24.707832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:24.708094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:35:24.708387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:35:24.708678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:35:24.708968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:35:24.709261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:35:24.709562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:35:24.709867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:35:24.716369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.717094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.717768+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.718276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.718523+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.718745+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' [] [] [2022-10-27T09:35:24.718998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.719200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.719846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.720445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.720820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.721059+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.721277+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' [] [] [2022-10-27T09:35:24.721521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.721707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.722385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:24.723045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:24.723418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:24.723653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:24.723869+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' [] [] [2022-10-27T09:35:24.724069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:24.941332+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a47f0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/0a47f0","method":"GET"} [] [2022-10-27T09:35:29.469431+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"44"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/44/show","method":"GET"} [] [2022-10-27T09:35:29.539025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["44"] [] [2022-10-27T09:35:29.576851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:35:29.577599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:29.578743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:29.579068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:29.579407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:35:29.579728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:29.580043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:29.580359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [44] [] [2022-10-27T09:35:29.594123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.594948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.598096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:29.599172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:29.599417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:29.599648+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' [] [] [2022-10-27T09:35:29.600139+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:29.602349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.603022+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.603699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:29.604094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:29.604338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:29.604564+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' [] [] [2022-10-27T09:35:29.604811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:29.605003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.605652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:29.606319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:29.606696+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:29.606935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:29.607153+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' [] [] [2022-10-27T09:35:29.607402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:29.767577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd3ca5"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/dd3ca5","method":"GET"} [] [2022-10-27T09:35:31.923256+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"44"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/44/edit","method":"GET"} [] [2022-10-27T09:35:32.009747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["44"] [] [2022-10-27T09:35:32.078566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:32.079341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:35:32.079692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:35:32.080283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:32.080644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:35:32.080947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:32.081251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:35:32.083529+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:35:32.085027+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:35:32.085479+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:35:32.088265+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:35:32.088610+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:35:32.088956+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:35:32.089322+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:35:32.126558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.127392+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.130581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:32.131704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:32.131972+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:32.132205+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' [] [] [2022-10-27T09:35:32.132655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:32.135130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.135805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.136474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:32.136830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:32.137073+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:32.137296+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' [] [] [2022-10-27T09:35:32.137542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:32.137695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.138339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:35:32.139000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:35:32.139378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:35:32.139620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:35:32.139837+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' [] [] [2022-10-27T09:35:32.140080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:35:32.331238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18a324"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/18a324","method":"GET"} [] [2022-10-27T09:36:02.060251+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"44"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/44/edit","method":"POST"} [] [2022-10-27T09:36:02.160546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["44"] [] [2022-10-27T09:36:02.233100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:02.233881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:02.234237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:36:02.234825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:02.235230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:02.235546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:02.235847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:02.243428+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:36:02.244801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:36:02.245256+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["12"]] [] [2022-10-27T09:36:02.246020+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:36:02.246493+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:36:02.246898+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:36:02.247290+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:36:02.297191+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:36:02.297435+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",44] [] [2022-10-27T09:36:02.299564+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:36:02.318083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.319048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.322574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.323759+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.324051+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.324357+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' [] [] [2022-10-27T09:36:02.324852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.327338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.328039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.328777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.329197+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.329468+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.329718+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' [] [] [2022-10-27T09:36:02.329993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.330217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.330887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.331579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.331982+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.332249+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.332531+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' [] [] [2022-10-27T09:36:02.332802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.492349+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:36:02.548764+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:02.648701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.654657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.662519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.664446+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.664916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.665328+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' [] [] [2022-10-27T09:36:02.666092+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.669446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.670534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.671622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.672227+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.672664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.673074+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' [] [] [2022-10-27T09:36:02.673476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.673768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.674692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.675640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.676161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.676489+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.676787+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' [] [] [2022-10-27T09:36:02.677123+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.689226+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:02.693448+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:36:02.710993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:36:02.711691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:02.711984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:02.712275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:36:02.712541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:02.712773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:02.713034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:36:02.713292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:36:02.713583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:36:02.713845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:02.714080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:02.714338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:36:02.714631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:36:02.714922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:36:02.715213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:36:02.715505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:36:02.716616+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:02.725168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.725924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.726592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.727028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.727281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.727504+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' [] [] [2022-10-27T09:36:02.727758+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.727963+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.728586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.729258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.729636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.729875+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.730092+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' [] [] [2022-10-27T09:36:02.730335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.730523+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.731188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:02.731858+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:02.732233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:02.732474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:02.732691+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' [] [] [2022-10-27T09:36:02.732932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:02.953382+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"501d5e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/501d5e","method":"GET"} [] [2022-10-27T09:36:07.097278+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:36:07.154289+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:07.192088+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:07.258098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.259058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.262527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.263715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.264016+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.264275+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' [] [] [2022-10-27T09:36:07.264765+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.267240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.267983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.268694+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.269113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.269386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.269633+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' [] [] [2022-10-27T09:36:07.269909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.270129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.270815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.271539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.271977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.272245+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.272491+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' [] [] [2022-10-27T09:36:07.272763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.274527+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:07.277295+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:36:07.295064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:36:07.295809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:07.296127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:07.296443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:36:07.296770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:36:07.297235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:36:07.297550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:36:07.297881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:36:07.298203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:36:07.298522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:36:07.298843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:36:07.299170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:36:07.305929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.306701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.307419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.307903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.308182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.308432+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' [] [] [2022-10-27T09:36:07.308719+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.308951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.309634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.310334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.310740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.311000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.311303+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' [] [] [2022-10-27T09:36:07.311581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.311817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.312524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:07.313231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:07.313636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:07.313903+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:07.314148+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' [] [] [2022-10-27T09:36:07.314417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:07.511052+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"123efa"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/123efa","method":"GET"} [] [2022-10-27T09:36:09.728910+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:36:09.785845+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:09.819342+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:09.888991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.889896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.893428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.894591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.894867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.895105+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' [] [] [2022-10-27T09:36:09.895584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:09.898029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.898744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.899446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.899848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.900100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.900370+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' [] [] [2022-10-27T09:36:09.900625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:09.900822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.901501+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.902190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.902577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.902823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.903046+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' [] [] [2022-10-27T09:36:09.903296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:09.905077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:09.907859+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:36:09.926075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:36:09.926810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:09.927105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:09.927404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:36:09.927716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:36:09.927989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:09.928245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:09.928514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:36:09.928819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:36:09.929122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:36:09.929461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:36:09.929764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:36:09.930066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:09.930378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:09.937284+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.938038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.938689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.939125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.939394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.939628+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' [] [] [2022-10-27T09:36:09.939887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:09.940095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.940791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.941491+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.941922+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.942171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.942395+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' [] [] [2022-10-27T09:36:09.942649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:09.942844+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.943524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:09.944222+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:09.944617+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:09.944863+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:09.945086+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' [] [] [2022-10-27T09:36:09.945294+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:10.149624+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80efaf"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/80efaf","method":"GET"} [] [2022-10-27T09:36:13.969101+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"43"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/43/show","method":"GET"} [] [2022-10-27T09:36:14.060023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["43"] [] [2022-10-27T09:36:14.099217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:14.099682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:14.100005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:14.100311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:14.100636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:14.100931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:14.101197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:14.101489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [43] [] [2022-10-27T09:36:14.116524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.117363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.120823+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:14.122058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:14.122388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:14.122651+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' [] [] [2022-10-27T09:36:14.123138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:14.125449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.126205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.126923+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:14.127342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:14.127615+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:14.127862+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' [] [] [2022-10-27T09:36:14.128122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:14.128341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.129066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:14.129778+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:14.130190+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:14.130456+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:14.130703+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' [] [] [2022-10-27T09:36:14.130977+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:14.338365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8f72f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f8f72f","method":"GET"} [] [2022-10-27T09:36:16.130666+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"43"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/43/edit","method":"GET"} [] [2022-10-27T09:36:16.218680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["43"] [] [2022-10-27T09:36:16.291089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:16.291859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:16.292209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:16.292798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:16.293154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:16.293467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:16.293770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:16.300881+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:36:16.302462+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:36:16.302956+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:36:16.305689+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:36:16.306032+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:36:16.306365+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:36:16.306759+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:36:16.336946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.337832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.341323+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:16.342556+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:16.342840+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:16.343095+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' [] [] [2022-10-27T09:36:16.343577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:16.346193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.346943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.347648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:16.348093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:16.348381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:16.348626+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' [] [] [2022-10-27T09:36:16.348884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:16.349088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.349756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:16.350426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:16.350830+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:16.351064+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:16.351289+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' [] [] [2022-10-27T09:36:16.351572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:16.522072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"035002"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/035002","method":"GET"} [] [2022-10-27T09:36:25.892182+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"43"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/43/edit","method":"POST"} [] [2022-10-27T09:36:25.982961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["43"] [] [2022-10-27T09:36:26.058109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:26.058904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:26.059264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:26.059864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:26.060222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:26.060538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:26.060929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:26.070443+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:36:26.071875+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:36:26.072320+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["11"]] [] [2022-10-27T09:36:26.073075+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:36:26.073548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:36:26.073955+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:36:26.074347+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:36:26.124039+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:36:26.124258+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",43] [] [2022-10-27T09:36:26.124918+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:36:26.157285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.158282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.162425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.163750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.164053+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.164265+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' [] [] [2022-10-27T09:36:26.164775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.167367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.168057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.168688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.169125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.169373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.169595+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' [] [] [2022-10-27T09:36:26.169845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.170087+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.170796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.171483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.171868+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.172110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.172286+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' [] [] [2022-10-27T09:36:26.172532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.317772+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:36:26.375225+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:26.459651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.464396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.472861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.475023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.475667+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.476149+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' [] [] [2022-10-27T09:36:26.476913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.480468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.481653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.482742+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.483351+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.483722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.484061+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' [] [] [2022-10-27T09:36:26.484441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.484733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.485785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.486770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.487300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.487625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.487969+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' [] [] [2022-10-27T09:36:26.488267+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.500744+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:26.504993+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:36:26.522542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:36:26.523243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:26.523528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:26.523817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:36:26.524120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:26.524356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:26.524616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:36:26.524910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:36:26.525157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:36:26.525417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:26.525648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:26.525905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:36:26.526154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:36:26.526443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:36:26.526732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:36:26.527025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:36:26.528172+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:26.536250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.537010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.537703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.538129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.538376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.538604+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' [] [] [2022-10-27T09:36:26.538857+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.539023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.539679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.540354+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.540735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.540977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.541194+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' [] [] [2022-10-27T09:36:26.541435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.541622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.542280+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:26.542954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:26.543329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:26.543569+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:26.543785+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' [] [] [2022-10-27T09:36:26.543981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:26.738821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fef3a1"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/fef3a1","method":"GET"} [] [2022-10-27T09:36:29.550619+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:36:29.607349+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:29.655018+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:29.722286+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.723195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.726764+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.727947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.728258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.728537+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' [] [] [2022-10-27T09:36:29.729053+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.731625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.732344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.733078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.733557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.733849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.734121+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' [] [] [2022-10-27T09:36:29.734419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.734660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.735366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.736095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.736533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.736821+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.737097+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' [] [] [2022-10-27T09:36:29.737392+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.739229+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:29.742065+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:36:29.760333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:36:29.761128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:29.761467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:29.761812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:36:29.762164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:36:29.762577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:36:29.762928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:36:29.763313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:36:29.763666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:36:29.764020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:36:29.764372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:36:29.764732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:36:29.771778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.772554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.773293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.773770+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.774069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.774347+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' [] [] [2022-10-27T09:36:29.774658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.774944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.775660+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.776375+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.776802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.777090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.777365+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' [] [] [2022-10-27T09:36:29.777636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.777870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.778645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:29.779361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:29.779786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:29.780070+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:29.780338+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' [] [] [2022-10-27T09:36:29.780638+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:29.972241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd8089"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/fd8089","method":"GET"} [] [2022-10-27T09:36:32.816930+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:36:32.873474+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:32.913482+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:32.980098+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.980979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.984431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:32.985571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:32.985836+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:32.986074+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' [] [] [2022-10-27T09:36:32.986579+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:32.988968+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.989725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.990403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:32.990792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:32.991035+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:32.991255+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' [] [] [2022-10-27T09:36:32.991498+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:32.991692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.992348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:32.993023+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:32.993397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:32.993635+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:32.993853+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' [] [] [2022-10-27T09:36:32.994097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:32.995808+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:32.998546+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:36:33.016382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:36:33.017156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:33.017447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:33.017737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:36:33.018036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:36:33.018300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:33.018534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:33.018795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:36:33.019088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:36:33.019380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:36:33.019671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:36:33.019960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:36:33.020250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:33.020547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:33.029611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.030452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.031140+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:33.031571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:33.031844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:33.032042+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' [] [] [2022-10-27T09:36:33.032263+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:33.032441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.033105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.033758+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:33.034123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:33.034334+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:33.034517+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' [] [] [2022-10-27T09:36:33.034725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:33.034882+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.035530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:33.036183+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:33.036537+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:33.036747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:33.036931+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' [] [] [2022-10-27T09:36:33.037168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:33.237942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cb669"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9cb669","method":"GET"} [] [2022-10-27T09:36:39.428092+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"42"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/42/show","method":"GET"} [] [2022-10-27T09:36:39.517037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["42"] [] [2022-10-27T09:36:39.554427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:39.554844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:39.555129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:39.555405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:39.555709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:39.555982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:39.556243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:39.556575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [42] [] [2022-10-27T09:36:39.570483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.571282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.574364+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:39.575491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:39.575757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:39.575989+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' [] [] [2022-10-27T09:36:39.576434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:39.578717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.579425+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.580106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:39.580510+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:39.580754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:39.580973+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' [] [] [2022-10-27T09:36:39.581261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:39.581420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.582073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:39.582748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:39.583126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:39.583365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:39.583582+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' [] [] [2022-10-27T09:36:39.583825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:39.774467+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"779797"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/779797","method":"GET"} [] [2022-10-27T09:36:41.776676+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"42"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/42/edit","method":"GET"} [] [2022-10-27T09:36:41.845610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["42"] [] [2022-10-27T09:36:41.915823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:41.916592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:41.917001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:41.917597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:41.917956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:41.918274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:41.918579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:41.920846+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:36:41.922335+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:36:41.922788+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:36:41.925510+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:36:41.925854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:36:41.926185+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:36:41.926588+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:36:41.955154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.956047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.959336+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:41.960483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:41.960829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:41.961093+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' [] [] [2022-10-27T09:36:41.961571+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:41.963904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.964649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.965376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:41.965794+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:41.966057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:41.966325+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' [] [] [2022-10-27T09:36:41.966599+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:41.966818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.967494+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:41.968216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:41.968620+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:41.968886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:41.969136+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' [] [] [2022-10-27T09:36:41.969409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:42.333357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c95648"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c95648","method":"GET"} [] [2022-10-27T09:36:52.102064+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"42"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/42/edit","method":"POST"} [] [2022-10-27T09:36:52.194716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["42"] [] [2022-10-27T09:36:52.263427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:52.264267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:52.264638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:52.265258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:52.265670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:36:52.266033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:52.266367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:36:52.273907+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:36:52.275260+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:36:52.275772+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["10"]] [] [2022-10-27T09:36:52.276560+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:36:52.277083+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:36:52.277534+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:36:52.277976+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:36:52.326894+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:36:52.327125+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",42] [] [2022-10-27T09:36:52.328382+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:36:52.346488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.347389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.350786+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.351940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.352248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.352549+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' [] [] [2022-10-27T09:36:52.353075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.355579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.356288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.357044+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.357544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.357856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.358149+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' [] [] [2022-10-27T09:36:52.358472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.358738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.359452+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.360182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.360632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.360941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.361225+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' [] [] [2022-10-27T09:36:52.361502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.497588+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:36:52.550548+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:52.630479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.634874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.641170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.643042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.643606+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.644101+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' [] [] [2022-10-27T09:36:52.644834+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.647824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.648910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.649898+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.650469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.650808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.651109+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' [] [] [2022-10-27T09:36:52.651496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.651764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.652536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.653234+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.653625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.653860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.654081+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' [] [] [2022-10-27T09:36:52.654325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.663547+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:52.667337+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:36:52.684240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:36:52.684944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:52.685236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:36:52.685530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:36:52.685803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:52.686040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:36:52.686305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:36:52.686607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:36:52.686953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:36:52.687220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:52.687456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:52.687721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:36:52.688060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:36:52.688360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:36:52.688657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:36:52.688958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:36:52.690059+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:52.698039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.698768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.699404+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.699835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.700092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.700320+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' [] [] [2022-10-27T09:36:52.700578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.700783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.701440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.702113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.702499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.702742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.702982+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' [] [] [2022-10-27T09:36:52.703228+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.703418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.704073+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:52.704748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:52.705090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:52.705333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:52.705554+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' [] [] [2022-10-27T09:36:52.705801+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:52.910217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2be417"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2be417","method":"GET"} [] [2022-10-27T09:36:55.835796+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"7","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/7","method":"GET"} [] [2022-10-27T09:36:55.888598+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:55.922675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:55.984881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.985760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.988937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:55.990008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:55.990324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:55.990558+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' [] [] [2022-10-27T09:36:55.990964+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:55.993305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.993990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.994666+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:55.995056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:55.995297+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:55.995517+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' [] [] [2022-10-27T09:36:55.995720+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:55.995910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.996561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:55.997170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:55.997545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:55.997777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:55.997997+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' [] [] [2022-10-27T09:36:55.998240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:55.999881+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:56.002561+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[81,80,79,78,77,76,75,74,73,72]] [] [2022-10-27T09:36:56.020345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [50] [] [2022-10-27T09:36:56.021077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:56.021347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:36:56.021621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [49] [] [2022-10-27T09:36:56.021901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [48] [] [2022-10-27T09:36:56.022172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [47] [] [2022-10-27T09:36:56.022439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [46] [] [2022-10-27T09:36:56.022708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [45] [] [2022-10-27T09:36:56.022976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [44] [] [2022-10-27T09:36:56.023240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [43] [] [2022-10-27T09:36:56.023504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [42] [] [2022-10-27T09:36:56.023751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [41] [] [2022-10-27T09:36:56.030231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.031149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.031938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:56.032630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:56.032919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:56.033154+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' [] [] [2022-10-27T09:36:56.033410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:56.033618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.034272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.034942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:56.035321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:56.035564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:56.035781+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' [] [] [2022-10-27T09:36:56.036029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:56.036219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.036871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:56.037536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:56.037947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:56.038186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:56.038403+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' [] [] [2022-10-27T09:36:56.038603+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:56.283513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7854b8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/7854b8","method":"GET"} [] [2022-10-27T09:36:58.789744+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:36:58.843167+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:36:58.877729+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:36:58.942285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.943169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.946630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.947786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.948083+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.948347+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' [] [] [2022-10-27T09:36:58.948847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:58.951252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.951936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.952614+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.952997+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.953248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.953478+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' [] [] [2022-10-27T09:36:58.953728+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:58.953896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.954565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.955285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.955710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.955961+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.956191+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' [] [] [2022-10-27T09:36:58.956443+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:58.958170+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:36:58.960834+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:36:58.978131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:36:58.978922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:58.979261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:36:58.979614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:36:58.979978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:36:58.980304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:58.980596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:36:58.980919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:36:58.981279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:36:58.981637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:36:58.981995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:36:58.982352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:36:58.982707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:36:58.983076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:36:58.989883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.990673+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.991442+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.991928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.992238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.992519+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' [] [] [2022-10-27T09:36:58.992832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:58.993090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.993828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.994578+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.995022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.995324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.995607+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' [] [] [2022-10-27T09:36:58.995910+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:58.996163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.996894+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:36:58.997648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:36:58.998090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:36:58.998383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:36:58.998661+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' [] [] [2022-10-27T09:36:58.998965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:36:59.189530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a79a7c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a79a7c","method":"GET"} [] [2022-10-27T09:37:03.376655+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:37:03.430516+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:37:03.465104+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:37:03.527460+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.528370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.531586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.532693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.532991+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.533265+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' [] [] [2022-10-27T09:37:03.533763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.536159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.536860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.537583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.538011+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.538335+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.538603+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' [] [] [2022-10-27T09:37:03.538896+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.539135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.539830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.540545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.540968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.541251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.541521+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' [] [] [2022-10-27T09:37:03.541772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.543549+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:37:03.546149+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:37:03.563155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:03.563925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:03.564251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:03.564584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:03.564941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:03.565286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:03.565630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:37:03.565975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:37:03.566321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:03.572944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.573695+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.574418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.577088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.577386+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.577665+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' [] [] [2022-10-27T09:37:03.577932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.578140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.578796+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.579463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.579852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.580093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.580312+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' [] [] [2022-10-27T09:37:03.580555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.580748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.581396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:03.582065+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:03.582439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:03.582677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:03.582852+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' [] [] [2022-10-27T09:37:03.583094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:03.783044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c78b05"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c78b05","method":"GET"} [] [2022-10-27T09:37:08.563528+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"41"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/41/show","method":"GET"} [] [2022-10-27T09:37:08.662380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["41"] [] [2022-10-27T09:37:08.716373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:08.716854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:08.717195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:08.717506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:08.717796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:08.718066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:08.718324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:08.718590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [41] [] [2022-10-27T09:37:08.732160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.733033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.736230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:08.737322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:08.737588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:08.737819+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' [] [] [2022-10-27T09:37:08.738225+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:08.740480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.741168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.741850+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:08.742202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:08.742483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:08.742707+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' [] [] [2022-10-27T09:37:08.742956+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:08.743150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.743805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:08.744420+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:08.744799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:08.745000+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:08.745218+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' [] [] [2022-10-27T09:37:08.745465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:08.992470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36d0f4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/36d0f4","method":"GET"} [] [2022-10-27T09:37:10.325218+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"41"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/41/edit","method":"GET"} [] [2022-10-27T09:37:10.408955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["41"] [] [2022-10-27T09:37:10.477208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:10.477957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:10.478287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:10.478852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:10.479183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:10.479480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:10.479758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:10.482084+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:37:10.483561+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:37:10.483985+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:37:10.486765+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:37:10.487110+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:37:10.487463+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:37:10.487830+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:37:10.517721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.518731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.522126+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:10.523239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:10.523508+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:10.523744+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' [] [] [2022-10-27T09:37:10.524199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:10.526588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.527282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.527965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:10.528324+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:10.528567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:10.528792+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' [] [] [2022-10-27T09:37:10.529046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:10.529239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.529893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:10.530510+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:10.530890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:10.531090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:10.531309+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' [] [] [2022-10-27T09:37:10.531557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:10.735511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c86d7f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c86d7f","method":"GET"} [] [2022-10-27T09:37:20.090798+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"41"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/41/edit","method":"POST"} [] [2022-10-27T09:37:20.171822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["41"] [] [2022-10-27T09:37:20.242579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:20.243630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:20.244127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:20.244819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:20.245232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:20.245547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:20.245837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:20.253970+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:37:20.255289+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:37:20.255732+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["9"]] [] [2022-10-27T09:37:20.256502+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:37:20.256991+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:37:20.257399+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:37:20.257797+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:37:20.306935+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:37:20.307161+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",41] [] [2022-10-27T09:37:20.308229+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:37:20.329996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.330836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.334114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.335224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.335495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.335796+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' [] [] [2022-10-27T09:37:20.336259+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.338664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.339351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.340040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.340437+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.340684+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.340909+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' [] [] [2022-10-27T09:37:20.341171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.341367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.342031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.342707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.343171+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.343416+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.343642+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' [] [] [2022-10-27T09:37:20.343892+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.485801+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:37:20.538243+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:37:20.615715+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.620124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.626573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.627549+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.627815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.628046+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' [] [] [2022-10-27T09:37:20.628488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.630353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.631024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.631690+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.632129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.632378+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.632604+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' [] [] [2022-10-27T09:37:20.632818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.633007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.633669+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.634340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.634725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.634975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.635199+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' [] [] [2022-10-27T09:37:20.635446+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.644574+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:37:20.648445+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:37:20.666352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:37:20.667026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:20.667350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:20.667685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:37:20.667979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:20.668265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:20.668577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:37:20.668922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:37:20.669302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:37:20.669612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:20.669893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:20.670231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:37:20.670575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:37:20.670929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:37:20.671275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:37:20.671620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:37:20.672759+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:37:20.680681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.681478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.682218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.682689+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.682982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.683258+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' [] [] [2022-10-27T09:37:20.683560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.683809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.684509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.685227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.685653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.685937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.686205+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' [] [] [2022-10-27T09:37:20.686497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.686731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.687431+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:20.688152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:20.688579+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:20.688952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:20.689222+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' [] [] [2022-10-27T09:37:20.689512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:20.868595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3e879"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c3e879","method":"GET"} [] [2022-10-27T09:37:22.889719+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:37:22.942312+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:37:22.981822+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:37:23.043868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.044751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.047912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.048983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.049250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.049479+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' [] [] [2022-10-27T09:37:23.049924+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.052248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.052914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.053584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.053967+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.054208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.054426+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' [] [] [2022-10-27T09:37:23.054670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.054863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.055549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.056211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.056585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.056826+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.057041+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' [] [] [2022-10-27T09:37:23.057307+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.058941+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:37:23.061551+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:37:23.080020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:23.080714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:23.081001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:23.081292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:23.081590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:23.081882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:23.082176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:37:23.082473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:37:23.082763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:23.089339+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.090060+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.090737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.091204+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.091454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.091682+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' [] [] [2022-10-27T09:37:23.091934+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.092135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.092781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.093441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.093816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.094052+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.094275+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' [] [] [2022-10-27T09:37:23.094516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.094705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.095349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:23.096002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:23.096336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:23.096613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:23.096831+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' [] [] [2022-10-27T09:37:23.097075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:23.300019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69056e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/69056e","method":"GET"} [] [2022-10-27T09:37:26.322178+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"40"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/40/show","method":"GET"} [] [2022-10-27T09:37:26.407607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["40"] [] [2022-10-27T09:37:26.445746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:26.446185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:26.446481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:26.446765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:26.447059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:26.447335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:26.447640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:26.447916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [40] [] [2022-10-27T09:37:26.461791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.462621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.465816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:26.466918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:26.467185+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:26.467420+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' [] [] [2022-10-27T09:37:26.467916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:26.470212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.470904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.471593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:26.471990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:26.472235+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:26.472501+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' [] [] [2022-10-27T09:37:26.472755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:26.472949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.473620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:26.474299+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:26.474684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:26.474927+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:26.475158+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' [] [] [2022-10-27T09:37:26.475429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:26.661703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"833151"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/833151","method":"GET"} [] [2022-10-27T09:37:27.680153+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"40"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/40/edit","method":"GET"} [] [2022-10-27T09:37:27.760789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["40"] [] [2022-10-27T09:37:27.828715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:27.829551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:27.829912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:27.830513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:27.830890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:27.831223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:27.831547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:27.833876+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:37:27.835390+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:37:27.835852+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:37:27.838714+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:37:27.839085+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:37:27.839438+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:37:27.839850+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:37:27.868270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.869255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.872970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:27.874274+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:27.874674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:27.874985+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' [] [] [2022-10-27T09:37:27.875637+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:27.878504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.879442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.880255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:27.880777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:27.881094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:27.881390+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' [] [] [2022-10-27T09:37:27.881716+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:27.881988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.882859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:27.883591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:27.884037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:27.884381+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:27.884656+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' [] [] [2022-10-27T09:37:27.884954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:28.049218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"def034"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/def034","method":"GET"} [] [2022-10-27T09:37:36.259278+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"40"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/40/edit","method":"POST"} [] [2022-10-27T09:37:36.340066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["40"] [] [2022-10-27T09:37:36.407627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:36.408396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:36.408778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:36.409369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:36.409728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:36.410049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:36.410353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:36.417591+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:37:36.419198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:37:36.419701+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["8"]] [] [2022-10-27T09:37:36.420496+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:37:36.420988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:37:36.421435+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:37:36.421868+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:37:36.478214+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:37:36.478456+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",40] [] [2022-10-27T09:37:36.480498+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:37:36.497931+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.498703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.502032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.503120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.503387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.503618+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' [] [] [2022-10-27T09:37:36.504070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.506454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.507134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.507847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.508240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.508488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.508709+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' [] [] [2022-10-27T09:37:36.509560+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.509760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.510375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.511041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.511418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.511660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.511878+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' [] [] [2022-10-27T09:37:36.512121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.657987+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:37:36.711180+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:37:36.795168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.799423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.805500+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.807173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.807652+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.808061+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' [] [] [2022-10-27T09:37:36.808750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.811634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.812713+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.813744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.814276+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.814611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.814967+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' [] [] [2022-10-27T09:37:36.815308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.815569+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.816485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.817427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.817947+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.818285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.818552+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' [] [] [2022-10-27T09:37:36.818850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.829262+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:37:36.833190+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:37:36.850556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:37:36.851290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:36.851608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:36.851928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:37:36.852225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:36.852495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:36.852784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:37:36.853112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:37:36.853438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:37:36.853729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:36.854017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:36.854345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:37:36.854737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:37:36.855060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:37:36.855382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:37:36.855706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:37:36.856825+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:37:36.864677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.865464+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.866179+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.866639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.866957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.867217+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' [] [] [2022-10-27T09:37:36.867507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.867738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.868455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.869155+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.869999+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.870310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.870592+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' [] [] [2022-10-27T09:37:36.870870+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:36.871090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.871778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:36.872506+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:36.872911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:36.873223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:36.873477+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' [] [] [2022-10-27T09:37:36.873750+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:37.068732+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16526d"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/16526d","method":"GET"} [] [2022-10-27T09:37:40.874517+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:37:40.927612+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:37:40.970906+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:37:41.032911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.033753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.036968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.038039+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.038355+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.038590+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' [] [] [2022-10-27T09:37:41.039038+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.041307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.041983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.042663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.043053+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.043299+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.043523+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' [] [] [2022-10-27T09:37:41.043769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.043960+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.044613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.045374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.045767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.046041+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.046338+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' [] [] [2022-10-27T09:37:41.046601+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.048288+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:37:41.050891+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:37:41.070111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:37:41.070865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:41.071165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:41.071458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:37:41.071759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:41.072054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:37:41.072348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:37:41.072643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:37:41.072936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:41.079598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.080342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.081032+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.081428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.081682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.081953+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' [] [] [2022-10-27T09:37:41.082212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.082418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.083077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.083691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.084072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.084273+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.084493+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' [] [] [2022-10-27T09:37:41.084737+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.084926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.085580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:41.086251+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:41.086628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:41.086867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:41.087084+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' [] [] [2022-10-27T09:37:41.087363+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:41.286611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3e028"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/c3e028","method":"GET"} [] [2022-10-27T09:37:47.978545+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"39"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/39/show","method":"GET"} [] [2022-10-27T09:37:48.066365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["39"] [] [2022-10-27T09:37:48.104731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:48.105163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:48.105463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:48.105746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:48.106044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:48.106321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:48.106593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:48.106866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [39] [] [2022-10-27T09:37:48.120864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.121648+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.124982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:48.126103+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:48.126379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:48.126619+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' [] [] [2022-10-27T09:37:48.127081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:48.129427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.130129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.130830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:48.131236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:48.131488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:48.131716+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' [] [] [2022-10-27T09:37:48.131971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:48.132171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.132843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:48.133533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:48.133960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:48.134211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:48.134438+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' [] [] [2022-10-27T09:37:48.134690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:48.337523+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee423c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ee423c","method":"GET"} [] [2022-10-27T09:37:50.281136+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"39"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/39/edit","method":"GET"} [] [2022-10-27T09:37:50.349466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["39"] [] [2022-10-27T09:37:50.419555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:50.420324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:37:50.420657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:37:50.421224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:50.421608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:37:50.421901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:50.422190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:37:50.424437+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:37:50.426542+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:37:50.426973+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:37:50.429694+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:37:50.430022+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:37:50.430330+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:37:50.430700+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:37:50.459244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.460152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.463424+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:50.464524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:50.464795+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:50.465029+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' [] [] [2022-10-27T09:37:50.465525+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:50.467957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.468664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.469356+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:50.469755+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:50.470005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:50.470229+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' [] [] [2022-10-27T09:37:50.470482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:50.470676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.471345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:37:50.472121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:37:50.472557+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:37:50.472844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:37:50.473114+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' [] [] [2022-10-27T09:37:50.473412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:37:50.681088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"014656"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/014656","method":"GET"} [] [2022-10-27T09:38:04.325593+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"39"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/39/edit","method":"POST"} [] [2022-10-27T09:38:04.423494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["39"] [] [2022-10-27T09:38:04.494671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:04.495405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:04.495733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:04.496291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:04.496619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:04.496904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:04.497178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:04.504379+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:38:04.505641+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:38:04.506074+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["7"]] [] [2022-10-27T09:38:04.506802+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:38:04.507325+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:38:04.507731+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:38:04.508114+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:38:04.557011+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:38:04.557222+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",39] [] [2022-10-27T09:38:04.558500+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:38:04.576007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.576784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.580151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.581353+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.581628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.581859+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' [] [] [2022-10-27T09:38:04.582269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.584625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.585303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.585974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.586357+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.586644+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.586865+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' [] [] [2022-10-27T09:38:04.587071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.587263+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.587911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.588570+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.588946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.589183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.589407+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' [] [] [2022-10-27T09:38:04.589647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.758671+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:38:04.811167+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:38:04.893528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.897822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.903865+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.905538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.906007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.906432+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' [] [] [2022-10-27T09:38:04.907079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.909932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.911012+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.911944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.912478+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.912809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.913107+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' [] [] [2022-10-27T09:38:04.913445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.913705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.914621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.915563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.916133+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.916470+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.916735+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' [] [] [2022-10-27T09:38:04.917032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.927424+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:38:04.931385+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:38:04.948017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:38:04.948691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:04.948961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:04.949205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:38:04.949472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:04.949705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:04.949965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:38:04.950269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:38:04.950636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:38:04.950900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:04.951115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:04.951352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:38:04.951623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:38:04.951934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:38:04.952204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:38:04.952473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:38:04.954134+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:38:04.961898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.962629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.963321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.963748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.963997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.964218+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' [] [] [2022-10-27T09:38:04.964472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.964676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.965330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.965997+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.966377+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.966614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.966830+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' [] [] [2022-10-27T09:38:04.967029+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:04.967219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.967868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:04.968477+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:04.968848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:04.969086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:04.969301+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' [] [] [2022-10-27T09:38:04.969542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:05.151206+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac5447"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/ac5447","method":"GET"} [] [2022-10-27T09:38:09.846320+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:38:09.900015+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:38:09.945378+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:38:10.019485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.020419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.023576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.024636+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.024899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.025139+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' [] [] [2022-10-27T09:38:10.025647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.027888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.028571+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.029267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.029652+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.029893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.030069+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' [] [] [2022-10-27T09:38:10.030312+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.030505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.031164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.031833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.032210+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.032447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.032662+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' [] [] [2022-10-27T09:38:10.032938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.034539+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:38:10.037139+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:38:10.060763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:38:10.061439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:10.061722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:10.062012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:10.062309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:10.062604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:10.062898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:38:10.063193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:38:10.063483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:10.070130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.070863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.071497+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.071919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.072170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.072400+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' [] [] [2022-10-27T09:38:10.072653+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.072859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.073486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.074165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.074582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.074822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.075001+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' [] [] [2022-10-27T09:38:10.075244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.075435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.076092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:10.076763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:10.077102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:10.077339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:10.077553+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' [] [] [2022-10-27T09:38:10.077793+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:10.283442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e6c45"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/3e6c45","method":"GET"} [] [2022-10-27T09:38:18.557043+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"38"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/38/show","method":"GET"} [] [2022-10-27T09:38:18.637507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["38"] [] [2022-10-27T09:38:18.675461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:18.675955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:18.676308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:18.676629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:18.676948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:18.677244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:18.677532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:18.677833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [38] [] [2022-10-27T09:38:18.691497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.692287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.695648+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:18.696757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:18.697094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:18.697357+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' [] [] [2022-10-27T09:38:18.697875+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:18.700125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.700862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.701603+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:18.702018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:18.702290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:18.702539+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' [] [] [2022-10-27T09:38:18.702812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:18.703031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.703740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:18.704431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:18.704820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:18.705090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:18.705335+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' [] [] [2022-10-27T09:38:18.705609+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:18.890230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9380e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e9380e","method":"GET"} [] [2022-10-27T09:38:20.334272+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"38"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/38/edit","method":"GET"} [] [2022-10-27T09:38:20.418205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["38"] [] [2022-10-27T09:38:20.488135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:20.488958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:20.489335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:20.489951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:20.490320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:20.490636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:20.490935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:20.493559+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:38:20.495330+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:38:20.495866+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:38:20.498808+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:38:20.499223+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:38:20.499555+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:38:20.500001+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:38:20.531553+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.532378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.535579+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:20.536666+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:20.536934+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:20.537165+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' [] [] [2022-10-27T09:38:20.537612+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:20.539897+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.540578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.541259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:20.541610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:20.541899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:20.542123+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' [] [] [2022-10-27T09:38:20.542370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:20.542564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.543221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:20.543912+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:20.544290+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:20.544491+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:20.544708+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' [] [] [2022-10-27T09:38:20.544951+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:20.772428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d943f"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9d943f","method":"GET"} [] [2022-10-27T09:38:32.209088+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"38"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/38/edit","method":"POST"} [] [2022-10-27T09:38:32.291621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["38"] [] [2022-10-27T09:38:32.361582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:32.362333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:32.362666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:32.363238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:32.363583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:32.363880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:32.364160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:32.371505+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:38:32.372811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:38:32.373250+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["6"]] [] [2022-10-27T09:38:32.373994+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:38:32.374478+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:38:32.374895+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:38:32.375304+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:38:32.423981+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:38:32.424204+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",38] [] [2022-10-27T09:38:32.425675+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:38:32.456146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.457086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.460975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.462186+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.462483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.462738+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' [] [] [2022-10-27T09:38:32.463245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.465832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.466524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.467217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.467611+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.467861+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.468084+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' [] [] [2022-10-27T09:38:32.468389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.468592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.469262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.469959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.470336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.470575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.470749+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' [] [] [2022-10-27T09:38:32.470991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.612603+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:38:32.664840+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:38:32.745755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.750193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.756378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.758178+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.758783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.759229+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' [] [] [2022-10-27T09:38:32.760000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.762966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.764152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.765225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.765833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.766181+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.766492+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' [] [] [2022-10-27T09:38:32.766836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.767109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.768058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.769010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.769618+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.770056+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.770386+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' [] [] [2022-10-27T09:38:32.770746+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.781233+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:38:32.785487+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:38:32.803720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:38:32.804546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:32.804889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:32.805236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:38:32.805551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:32.805837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:32.806152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:38:32.806504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:38:32.806862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:38:32.807179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:32.807465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:32.807783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:38:32.808143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:38:32.808500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:38:32.808852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:38:32.809246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:38:32.810460+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:38:32.818855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.819689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.820434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.820928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.821234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.821513+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' [] [] [2022-10-27T09:38:32.821820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.822076+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.822786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.823519+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.824007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.824300+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.824577+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' [] [] [2022-10-27T09:38:32.824872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:32.825116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.825820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:32.826545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:32.826973+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:32.827264+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:32.827538+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' [] [] [2022-10-27T09:38:32.827832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:33.037215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b1729"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9b1729","method":"GET"} [] [2022-10-27T09:38:38.649698+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:38:38.702270+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:38:38.740775+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:38:38.802508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.803418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.806699+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.807799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.808070+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.808322+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' [] [] [2022-10-27T09:38:38.808782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:38.811025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.811703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.812327+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.812766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.813012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.813232+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' [] [] [2022-10-27T09:38:38.813476+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:38.813667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.814292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.814968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.815342+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.815581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.815800+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' [] [] [2022-10-27T09:38:38.816042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:38.817695+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:38:38.820409+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:38:38.837444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:38:38.838144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:38.838431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:38.838725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:38:38.839034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:38:38.839331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:38:38.839627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:38:38.839928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:38:38.840229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:38.846861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.847574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.848246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.848681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.848938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.849173+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' [] [] [2022-10-27T09:38:38.849429+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:38.849638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.850304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.851515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.851903+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.852179+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.852405+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' [] [] [2022-10-27T09:38:38.852651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:38.852851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.853503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:38.854160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:38.854544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:38.854788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:38.855011+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' [] [] [2022-10-27T09:38:38.855255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:39.093890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c0840"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5c0840","method":"GET"} [] [2022-10-27T09:38:44.504603+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/show","method":"GET"} [] [2022-10-27T09:38:44.596499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-27T09:38:44.634120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:38:44.634570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:44.634857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:44.635137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:44.635424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:44.635692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:44.635949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:44.636215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [37] [] [2022-10-27T09:38:44.650090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.650848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.653915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:44.654985+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:44.655247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:44.655474+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' [] [] [2022-10-27T09:38:44.655962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:44.658256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.658922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.659588+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:44.659975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:44.660216+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:44.660433+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' [] [] [2022-10-27T09:38:44.660676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:44.660867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.661508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:44.662165+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:44.662538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:44.662775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:44.662949+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' [] [] [2022-10-27T09:38:44.663188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:44.894053+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6399b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a6399b","method":"GET"} [] [2022-10-27T09:38:47.530843+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"GET"} [] [2022-10-27T09:38:47.620145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-27T09:38:47.688072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:47.688816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:38:47.689141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:38:47.689700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:47.690027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:38:47.690343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:47.690618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:38:47.692831+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:38:47.694290+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:38:47.694711+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:38:47.697409+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:38:47.697781+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:38:47.698086+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:38:47.698454+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:38:47.726694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.727498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.730864+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:47.731963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:47.732230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:47.732458+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' [] [] [2022-10-27T09:38:47.732909+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:47.735283+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.735958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.736576+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:47.736966+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:47.737170+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:47.737433+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' [] [] [2022-10-27T09:38:47.737686+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:47.737877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.738530+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:38:47.739194+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:38:47.739569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:38:47.739806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:38:47.740020+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' [] [] [2022-10-27T09:38:47.740219+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:38:47.932413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317ec2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/317ec2","method":"GET"} [] [2022-10-27T09:39:03.447691+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"37"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/37/edit","method":"POST"} [] [2022-10-27T09:39:03.534129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["37"] [] [2022-10-27T09:39:03.605068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:03.605869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:03.606197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:39:03.606764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:03.607100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:03.607390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:03.607670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:03.614989+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:39:03.616279+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:39:03.616717+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["5"]] [] [2022-10-27T09:39:03.617466+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:39:03.617951+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:39:03.618381+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:39:03.618785+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:39:03.668713+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:39:03.668939+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",37] [] [2022-10-27T09:39:03.670208+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:39:03.702366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.703417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.707492+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:03.708847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:03.709145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:03.709402+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' [] [] [2022-10-27T09:39:03.709912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:03.712544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.713241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.713935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:03.714335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:03.714583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:03.714808+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' [] [] [2022-10-27T09:39:03.715062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:03.715260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.715932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:03.716618+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:03.717003+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:03.717251+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:03.717531+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' [] [] [2022-10-27T09:39:03.717803+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:03.861089+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:39:03.913434+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:04.007272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.013128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.020524+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.022492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.022964+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.023373+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' [] [] [2022-10-27T09:39:04.024205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.027542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.028610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.029681+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.030282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.030657+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.030995+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' [] [] [2022-10-27T09:39:04.031373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.031664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.032683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.033609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.034127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.034455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.034750+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' [] [] [2022-10-27T09:39:04.035095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.046084+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:04.050106+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:39:04.066881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:39:04.067562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:04.067838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:04.068107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:39:04.068351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:04.068561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:04.068800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:39:04.069070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:39:04.069335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:39:04.069570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:04.069778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:04.070013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:39:04.070279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:39:04.070544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:39:04.070808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:39:04.071075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:39:04.072125+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:04.079970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.080687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.081338+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.081750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.081984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.082186+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' [] [] [2022-10-27T09:39:04.082417+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.082610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.083256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.083921+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.084298+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.084535+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.084753+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' [] [] [2022-10-27T09:39:04.084998+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.085189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.085836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:04.086495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:04.086869+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:04.087114+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:04.087329+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' [] [] [2022-10-27T09:39:04.087569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:04.320367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a4cb0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9a4cb0","method":"GET"} [] [2022-10-27T09:39:06.752474+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:39:06.805798+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:06.839521+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:06.901485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.902330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.905501+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.906573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.906849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.907109+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' [] [] [2022-10-27T09:39:06.907564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:06.909898+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.910581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.911262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.911651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.911943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.912166+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' [] [] [2022-10-27T09:39:06.912414+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:06.912607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.913264+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.914007+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.914386+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.914638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.914856+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' [] [] [2022-10-27T09:39:06.915101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:06.916757+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:06.919292+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:39:06.936139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:39:06.936907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:06.937195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:06.937485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:06.937786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:06.938080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:06.938373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:39:06.938672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:06.938970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:06.945583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.946346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.946980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.947409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.947622+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.947852+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' [] [] [2022-10-27T09:39:06.948106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:06.948309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.948969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.949644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.950023+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.950266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.950486+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' [] [] [2022-10-27T09:39:06.950731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:06.950967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.951625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:06.952295+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:06.952674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:06.952913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:06.953137+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' [] [] [2022-10-27T09:39:06.953379+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:07.183938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ac150"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5ac150","method":"GET"} [] [2022-10-27T09:39:13.552236+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"36"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/36/show","method":"GET"} [] [2022-10-27T09:39:13.638951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["36"] [] [2022-10-27T09:39:13.678328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:13.678794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:13.679154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:13.679441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:13.679737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:13.680012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:13.680276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:13.680507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [36] [] [2022-10-27T09:39:13.694461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.695247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.698435+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:13.699608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:13.699879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:13.700116+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' [] [] [2022-10-27T09:39:13.700570+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:13.702815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.703512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.704205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:13.704563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:13.704858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:13.705086+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' [] [] [2022-10-27T09:39:13.705337+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:13.705536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.706206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:13.706834+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:13.707218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:13.707423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:13.707648+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' [] [] [2022-10-27T09:39:13.707902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:13.924018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b92e6"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/5b92e6","method":"GET"} [] [2022-10-27T09:39:17.020720+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"36"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/36/edit","method":"GET"} [] [2022-10-27T09:39:17.110494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["36"] [] [2022-10-27T09:39:17.178384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:17.179117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:17.179442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:17.180001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:17.180329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:17.180615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:17.180889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:17.183101+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:39:17.184566+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:39:17.184993+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:39:17.187729+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:39:17.188049+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:39:17.188353+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:39:17.188716+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:39:17.216864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.217757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.221455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:17.222702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:17.223004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:17.223257+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' [] [] [2022-10-27T09:39:17.224118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:17.226794+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.227625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.228329+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:17.228824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:17.229080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:17.229378+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' [] [] [2022-10-27T09:39:17.229689+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:17.229971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.230709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:17.231471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:17.231907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:17.232163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:17.232388+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' [] [] [2022-10-27T09:39:17.232639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:17.438006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b052e"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/7b052e","method":"GET"} [] [2022-10-27T09:39:26.844550+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"36"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/36/edit","method":"POST"} [] [2022-10-27T09:39:26.928287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["36"] [] [2022-10-27T09:39:26.998958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:26.999694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:27.000025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:27.000594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:27.000977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:27.001270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:27.001549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:27.008979+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:39:27.010269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:39:27.010708+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["4"]] [] [2022-10-27T09:39:27.011458+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:39:27.011942+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:39:27.012358+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:39:27.012762+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:39:27.062714+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:39:27.062933+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",36] [] [2022-10-27T09:39:27.063965+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:39:27.081408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.082188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.085450+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.086565+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.086838+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.087116+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' [] [] [2022-10-27T09:39:27.087581+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.089969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.090748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.091427+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.091820+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.092067+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.092246+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' [] [] [2022-10-27T09:39:27.092500+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.092697+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.093352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.094019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.094362+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.094602+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.094823+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' [] [] [2022-10-27T09:39:27.095068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.234895+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:39:27.288305+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:27.371025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.377202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.388229+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.391612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.392586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.393489+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' [] [] [2022-10-27T09:39:27.395094+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.401769+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.403689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.405662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.406791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.407369+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.407929+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' [] [] [2022-10-27T09:39:27.408526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.409002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.410525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.411948+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.412700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.413192+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.413650+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' [] [] [2022-10-27T09:39:27.414155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.427786+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:27.432756+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:39:27.451816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:39:27.452605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:27.452912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:27.453216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:39:27.453519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:27.453748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:27.454031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:39:27.454341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:39:27.454641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:39:27.454913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:27.455151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:27.455417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:39:27.455704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:39:27.456018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:39:27.456316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:39:27.456618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:39:27.457754+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:27.465781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.466565+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.467191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.467625+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.467847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.468071+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' [] [] [2022-10-27T09:39:27.468330+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.468534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.469177+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.469837+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.470211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.470450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.470669+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' [] [] [2022-10-27T09:39:27.470911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.471100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.471742+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:27.472395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:27.472809+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:27.473047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:27.473263+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' [] [] [2022-10-27T09:39:27.473503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:27.650510+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"448807"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/448807","method":"GET"} [] [2022-10-27T09:39:30.311382+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:39:30.365535+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:30.399845+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:30.463302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.464142+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.467410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.468508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.468780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.469015+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' [] [] [2022-10-27T09:39:30.469472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.471848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.472534+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.473223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.473616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.473872+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.474161+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' [] [] [2022-10-27T09:39:30.474411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.474606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.475274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.476049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.476459+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.476727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.476974+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' [] [] [2022-10-27T09:39:30.477246+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.478931+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:30.481503+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:39:30.501521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:39:30.502662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:30.503057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:30.503382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:30.503702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:30.504091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:30.504400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:39:30.504766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:30.505063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:30.512192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.513045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.513759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.514234+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.514529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.514771+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' [] [] [2022-10-27T09:39:30.515048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.515262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.515953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.516721+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.517153+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.517388+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.517628+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' [] [] [2022-10-27T09:39:30.517885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.518082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.518766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:30.519505+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:30.519908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:30.520191+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:30.520433+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' [] [] [2022-10-27T09:39:30.520687+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:30.717765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"101221"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/101221","method":"GET"} [] [2022-10-27T09:39:37.080756+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/show","method":"GET"} [] [2022-10-27T09:39:37.165809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-27T09:39:37.205374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:37.205878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:37.206254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:37.206604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:37.206976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:37.207321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:37.207699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:37.208048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [35] [] [2022-10-27T09:39:37.221912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.222727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.226028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:37.227147+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:37.227472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:37.227751+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' [] [] [2022-10-27T09:39:37.228290+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:37.230549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.231250+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.231963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:37.232391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:37.232682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:37.232997+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' [] [] [2022-10-27T09:39:37.233289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:37.233525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.234221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:37.234934+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:37.235356+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:37.235639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:37.235904+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' [] [] [2022-10-27T09:39:37.236193+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:37.434000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e5076"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2e5076","method":"GET"} [] [2022-10-27T09:39:38.816101+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/edit","method":"GET"} [] [2022-10-27T09:39:38.898824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-27T09:39:38.967131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:38.967930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:38.968253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:38.968812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:38.969146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:38.969431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:38.969707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:38.971911+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:39:38.973375+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:39:38.973800+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:39:38.976497+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:39:38.976811+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:39:38.977115+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:39:38.977481+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:39:39.016578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.017471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.020680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:39.021765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:39.022187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:39.022441+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' [] [] [2022-10-27T09:39:39.022888+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:39.025191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.025871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.026489+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:39.026874+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:39.027077+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:39.027298+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' [] [] [2022-10-27T09:39:39.027543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:39.027733+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.028381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:39.029047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:39.029423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:39.029662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:39.029880+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' [] [] [2022-10-27T09:39:39.030080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:39.233901+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc2199"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/cc2199","method":"GET"} [] [2022-10-27T09:39:47.318833+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"35"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/35/edit","method":"POST"} [] [2022-10-27T09:39:47.402036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["35"] [] [2022-10-27T09:39:47.469548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:47.470326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:47.470685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:47.471276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:47.471638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T09:39:47.471955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:47.472260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T09:39:47.479627+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["3"]] [] [2022-10-27T09:39:47.480965+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["3"]] [] [2022-10-27T09:39:47.481407+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["3"]] [] [2022-10-27T09:39:47.482164+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T09:39:47.482654+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T09:39:47.483070+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T09:39:47.483475+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T09:39:47.533072+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T09:39:47.533289+00:00] doctrine.DEBUG: UPDATE assetregister SET acquisitiondate = ?, lastdepdate = ? WHERE id = ? ["2017-06-30T00:00:00+00:00","2024-02-27T00:00:00+00:00",35] [] [2022-10-27T09:39:47.534600+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T09:39:47.566629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.567583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.571562+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.572775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.573068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.573323+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' [] [] [2022-10-27T09:39:47.573826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.576490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.577188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.577938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.578340+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.578588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.578814+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' [] [] [2022-10-27T09:39:47.579066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.579273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.579942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.580624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.581009+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.581255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.581487+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' [] [] [2022-10-27T09:39:47.581757+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.737576+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:39:47.789816+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:47.875649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.880479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.887172+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.888938+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.889436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.889855+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' [] [] [2022-10-27T09:39:47.890625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.893729+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.894880+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.895982+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.896619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.896959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.897328+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' [] [] [2022-10-27T09:39:47.897675+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.897943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.898865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.899804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.900331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.900660+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.900955+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' [] [] [2022-10-27T09:39:47.901287+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.911906+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:47.915931+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:39:47.932727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:39:47.933465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:47.933782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:47.934101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:39:47.934400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:47.934663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:47.934955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:39:47.935279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:39:47.935602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:39:47.935900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:47.936163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:47.936454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:39:47.936776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:39:47.937096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:39:47.937427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:39:47.937750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:39:47.938855+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:47.946675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.947465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.948187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.948676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.948931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.949156+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' [] [] [2022-10-27T09:39:47.949373+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.949583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.950237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.950915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.951295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.951533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.951750+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' [] [] [2022-10-27T09:39:47.951995+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:47.952183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.952803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:47.953473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:47.953848+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:47.954088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:47.954306+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' [] [] [2022-10-27T09:39:47.954549+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:48.157627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d803f2"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d803f2","method":"GET"} [] [2022-10-27T09:39:51.742966+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:39:51.795727+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:39:51.841992+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:39:51.904257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.905261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.908476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.909595+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.909959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.910232+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' [] [] [2022-10-27T09:39:51.910725+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:51.913243+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.913979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.914720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.915149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.915433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.915697+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' [] [] [2022-10-27T09:39:51.915985+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:51.916220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.916910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.917625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.919680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.920024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.920291+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' [] [] [2022-10-27T09:39:51.920582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:51.922348+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:39:51.925056+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:39:51.942036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:39:51.942793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:51.943121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:51.943455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:39:51.943800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:39:51.944142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:39:51.944485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:39:51.944829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:39:51.945173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:39:51.952193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.953189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.953965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.954491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.954768+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.955072+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' [] [] [2022-10-27T09:39:51.955442+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:51.955685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.956435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.957177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.957612+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.957926+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.958174+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' [] [] [2022-10-27T09:39:51.958510+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:51.958851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.959672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:39:51.960446+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:39:51.960986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:39:51.961310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:39:51.961613+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' [] [] [2022-10-27T09:39:51.961999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:39:52.170341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6556ca"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/6556ca","method":"GET"} [] [2022-10-27T09:40:31.614110+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"10","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/10","method":"GET"} [] [2022-10-27T09:40:31.668181+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:40:31.690208+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:40:31.752399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.753371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.756731+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.757877+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.758238+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.758516+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' [] [] [2022-10-27T09:40:31.759018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:31.761352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.762077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.762822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.763262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.763551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.763822+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' [] [] [2022-10-27T09:40:31.764124+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:31.764365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.765078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.765814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.766248+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.766541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.766852+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' [] [] [2022-10-27T09:40:31.767148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:31.768892+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%","%%","%%","%%"] [] [2022-10-27T09:40:31.771592+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[51,50,49,48,47,46,45,44,43,42]] [] [2022-10-27T09:40:31.788709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [19] [] [2022-10-27T09:40:31.789433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T09:40:31.789757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2022-10-27T09:40:31.790094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [18] [] [2022-10-27T09:40:31.790442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [17] [] [2022-10-27T09:40:31.790753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:40:31.791035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:40:31.791348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [16] [] [2022-10-27T09:40:31.791694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [15] [] [2022-10-27T09:40:31.792041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [14] [] [2022-10-27T09:40:31.792385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [13] [] [2022-10-27T09:40:31.792728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [12] [] [2022-10-27T09:40:31.793073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [11] [] [2022-10-27T09:40:31.793425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [10] [] [2022-10-27T09:40:31.800097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.801308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.802058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.802567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.802890+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.803185+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' [] [] [2022-10-27T09:40:31.803512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:31.803786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.804516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.805261+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.805712+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.806023+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.806314+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' [] [] [2022-10-27T09:40:31.806629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:31.806890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.807626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:31.808370+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:31.808858+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:31.809168+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:31.809465+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' [] [] [2022-10-27T09:40:31.809784+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:32.026973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a359a8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a359a8","method":"GET"} [] [2022-10-27T09:40:34.557256+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"11","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/11","method":"GET"} [] [2022-10-27T09:40:34.610357+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:40:34.652726+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:40:34.719893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.720867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.724042+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.725108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.725372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.725598+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' [] [] [2022-10-27T09:40:34.726042+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.728369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.729040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.729707+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.730102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.730343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.730559+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' [] [] [2022-10-27T09:40:34.730802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.730991+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.731598+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.732257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.732674+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.732914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.733090+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' [] [] [2022-10-27T09:40:34.733334+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.734978+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%","%%","%%","%%"] [] [2022-10-27T09:40:34.737499+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[41,40,39,38,37,36,35]] [] [2022-10-27T09:40:34.754459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [9] [] [2022-10-27T09:40:34.755154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T09:40:34.755440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [3] [] [2022-10-27T09:40:34.755728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [8] [] [2022-10-27T09:40:34.756027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [7] [] [2022-10-27T09:40:34.756323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [6] [] [2022-10-27T09:40:34.756618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [5] [] [2022-10-27T09:40:34.756909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [4] [] [2022-10-27T09:40:34.757155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [3] [] [2022-10-27T09:40:34.763712+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.764436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.765114+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.765538+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.765789+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.765973+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' [] [] [2022-10-27T09:40:34.766224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.766424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.767068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.767727+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.768104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.768339+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.768557+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' [] [] [2022-10-27T09:40:34.768797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.768988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.769628+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:34.770285+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:34.770658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:34.770962+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:34.771179+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' [] [] [2022-10-27T09:40:34.771418+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:34.969084+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e03f46"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/e03f46","method":"GET"} [] [2022-10-27T09:40:47.791189+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-27T09:40:47.901770+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:40:47.914814+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:40:47.915277+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:40:47.922571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:40:47.922956+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:40:47.956615+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.957438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.960621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:47.961709+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:47.962364+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:47.962629+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' [] [] [2022-10-27T09:40:47.963231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:47.966969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.967779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.968515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:47.968943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:47.969171+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:47.969376+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' [] [] [2022-10-27T09:40:47.969597+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:47.969767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.970417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:40:47.971068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:40:47.971430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:40:47.971639+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:40:47.971871+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' [] [] [2022-10-27T09:40:47.972083+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:40:48.195417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2efd17"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2efd17","method":"GET"} [] [2022-10-27T09:41:28.497324+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T09:41:28.674448+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T09:41:28.786530+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:41:28.793062+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T09:41:28.936293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.938030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.941123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.942134+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.942447+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.942732+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' [] [] [2022-10-27T09:41:28.943210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:41:28.945257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.945994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.946747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.947193+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.947490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.947769+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' [] [] [2022-10-27T09:41:28.948073+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:41:28.948328+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.949062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.949811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.950299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.950593+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.950872+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' [] [] [2022-10-27T09:41:28.951174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:41:28.954751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.955489+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.956238+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.956683+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.956978+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.957258+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' [] [] [2022-10-27T09:41:28.957569+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:41:28.957827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.958556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.959306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.959747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.960040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.960323+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' [] [] [2022-10-27T09:41:28.960625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:41:28.960871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.961597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:41:28.962344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:41:28.962784+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:41:28.963079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:41:28.963358+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' [] [] [2022-10-27T09:41:28.963660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:07.461502+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-27T09:52:07.603065+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:52:07.617059+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:52:07.617653+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:52:07.625336+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:52:07.625742+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:52:07.626127+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:52:07.626557+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:52:07.660416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.661303+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.664759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:07.665969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:07.666250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:07.666506+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' [] [] [2022-10-27T09:52:07.667012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:07.669614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.670325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.671015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:07.671402+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:07.671713+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:07.671939+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' [] [] [2022-10-27T09:52:07.672201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:07.672396+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.673069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:07.673748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:07.674146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:07.674389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:07.674612+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' [] [] [2022-10-27T09:52:07.674863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:07.960854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eebebb"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/eebebb","method":"GET"} [] [2022-10-27T09:52:11.190243+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:52:11.245292+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:52:11.325846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.327677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.330729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.331715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.332019+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.332294+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' [] [] [2022-10-27T09:52:11.332759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.334784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.335495+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.336217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.336645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.336931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.337201+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' [] [] [2022-10-27T09:52:11.337492+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.337780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.338477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.339197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.339619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.340001+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.340283+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' [] [] [2022-10-27T09:52:11.340574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.350939+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:52:11.355011+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:52:11.372262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:52:11.373041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:52:11.373369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:52:11.373704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:52:11.374023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:52:11.374306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:52:11.374618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:52:11.374964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:52:11.375309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:52:11.375620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:52:11.375904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:52:11.376217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:52:11.376611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:52:11.376962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:52:11.377310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:52:11.377663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:52:11.378851+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:52:11.386441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.387208+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.387971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.388449+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.388742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.389025+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' [] [] [2022-10-27T09:52:11.389331+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.389584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.390285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.391002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.391429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.391715+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.391983+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' [] [] [2022-10-27T09:52:11.392275+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.392512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.393209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:11.393937+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:11.394364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:11.394653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:11.394923+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' [] [] [2022-10-27T09:52:11.395215+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:11.639431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1c79c"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f1c79c","method":"GET"} [] [2022-10-27T09:52:16.220224+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-27T09:52:16.339063+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:52:16.352423+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:52:16.352912+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:52:16.362412+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:52:16.362897+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:52:16.397224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.398093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.401964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:16.403110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:16.403387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:16.403626+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' [] [] [2022-10-27T09:52:16.404154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:16.406543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.407254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.407965+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:16.408334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:16.408588+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:16.408825+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' [] [] [2022-10-27T09:52:16.409081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:16.409282+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.410000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:52:16.410720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:52:16.411118+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:52:16.411368+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:52:16.411596+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' [] [] [2022-10-27T09:52:16.411849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:52:16.623868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9c3d3"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a9c3d3","method":"GET"} [] [2022-10-27T09:54:45.535398+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T09:54:45.595787+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:54:45.699879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.702306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.705726+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.706921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.707255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.707557+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' [] [] [2022-10-27T09:54:45.708080+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:45.710607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.711348+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.712189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.712651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.713055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.713322+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' [] [] [2022-10-27T09:54:45.713611+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:45.713859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.714549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.715259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.715679+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.715988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.716252+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' [] [] [2022-10-27T09:54:45.716592+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:45.727292+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:54:45.731476+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:54:45.749306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:54:45.750112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:54:45.750445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:54:45.750791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:54:45.751107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:54:45.751387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:54:45.751701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:54:45.752050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:54:45.752397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:54:45.752750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:54:45.753031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:54:45.753345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:54:45.753697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:54:45.754044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:54:45.754392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:54:45.754749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:54:45.755951+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:54:45.763661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.764433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.765488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.765970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.766263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.766545+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' [] [] [2022-10-27T09:54:45.766847+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:45.767100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.767792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.768503+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.768930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.769214+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.769480+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' [] [] [2022-10-27T09:54:45.769769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:45.770011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.770698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:45.771409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:45.771838+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:45.772127+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:45.772396+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' [] [] [2022-10-27T09:54:45.772683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:46.087686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0344c4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/0344c4","method":"GET"} [] [2022-10-27T09:54:49.584529+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2022-10-27T09:54:49.710441+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:54:49.723228+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:54:49.723705+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:54:49.731274+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T09:54:49.731671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:54:49.732035+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:54:49.732461+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T09:54:49.764345+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.765238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.768498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:49.769637+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:49.769938+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:49.770208+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' [] [] [2022-10-27T09:54:49.770703+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:49.773261+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.773983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.774703+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:49.775139+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:49.775433+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:49.775702+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' [] [] [2022-10-27T09:54:49.775993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:49.776237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.776936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:54:49.777658+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:54:49.778119+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:54:49.778407+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:54:49.778672+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' [] [] [2022-10-27T09:54:49.778961+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:54:49.989603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86cd60"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/86cd60","method":"GET"} [] [2022-10-27T09:57:10.442710+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://127.0.0.1:8000/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://127.0.0.1:8000/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-10-27T09:57:10.478308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.480279+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.489039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:10.490366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:10.490704+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:10.491053+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' [] [] [2022-10-27T09:57:10.491607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:10.494442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.495397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.496252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:10.496824+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:10.497270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:10.497612+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' [] [] [2022-10-27T09:57:10.497958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:10.498240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.499093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:10.499845+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:10.500308+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:10.500581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:10.500800+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' [] [] [2022-10-27T09:57:10.501091+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:10.617575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef1134"},"request_uri":"http://127.0.0.1:8000/_wdt/ef1134","method":"GET"} [] [2022-10-27T09:57:18.729233+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-27T09:57:18.840104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.842021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.850877+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:18.852181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:18.852506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:18.852805+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' [] [] [2022-10-27T09:57:18.853344+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:18.855890+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.856677+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.857434+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:18.857891+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:18.858196+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:18.858534+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' [] [] [2022-10-27T09:57:18.858851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:18.859100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.859838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:18.860592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:18.861032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:18.861326+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:18.861609+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' [] [] [2022-10-27T09:57:18.861917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:19.236513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1597b1"},"request_uri":"http://127.0.0.1:8000/_wdt/1597b1","method":"GET"} [] [2022-10-27T09:57:22.007329+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T09:57:22.051751+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:57:22.135694+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.137389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.140540+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.141657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.141973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.142260+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' [] [] [2022-10-27T09:57:22.142740+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.144815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.145550+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.146296+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.146743+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.147048+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.147326+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' [] [] [2022-10-27T09:57:22.147635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.147883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.148621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.149367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.150125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.150493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.150823+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' [] [] [2022-10-27T09:57:22.151283+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.161755+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T09:57:22.165804+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-27T09:57:22.168634+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T09:57:22.180929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.182160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.183021+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.183552+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.183868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.184167+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' [] [] [2022-10-27T09:57:22.184489+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.184761+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.185510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.186259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.186710+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.187007+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.187284+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' [] [] [2022-10-27T09:57:22.187591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.187841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.188560+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:22.189307+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:22.189753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:22.190046+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:22.190321+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' [] [] [2022-10-27T09:57:22.190622+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:22.367520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3a5f8"},"request_uri":"http://127.0.0.1:8000/_wdt/b3a5f8","method":"GET"} [] [2022-10-27T09:57:23.790433+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-27T09:57:23.836391+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T09:57:23.899851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.901861+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.905260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.906367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.906689+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.906979+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' [] [] [2022-10-27T09:57:23.907487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:23.909699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.910480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.911192+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.911651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.911977+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.912187+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' [] [] [2022-10-27T09:57:23.912451+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:23.912665+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.913466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.914246+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.914706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.915010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.915299+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' [] [] [2022-10-27T09:57:23.915616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:23.926133+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T09:57:23.930224+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[142,140,139,138,137,136,135,134,133,132]] [] [2022-10-27T09:57:23.950337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2022-10-27T09:57:23.951166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T09:57:23.951441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T09:57:23.951711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2022-10-27T09:57:23.951954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T09:57:23.952154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T09:57:23.952385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2022-10-27T09:57:23.952651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2022-10-27T09:57:23.952916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2022-10-27T09:57:23.953146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T09:57:23.953349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T09:57:23.953579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2022-10-27T09:57:23.953845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2022-10-27T09:57:23.954105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2022-10-27T09:57:23.954363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2022-10-27T09:57:23.954629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2022-10-27T09:57:23.955850+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T09:57:23.964338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.965220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.965955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.966444+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.966723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.966967+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' [] [] [2022-10-27T09:57:23.967245+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:23.967472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.968175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.968878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.969289+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.969551+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.969788+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' [] [] [2022-10-27T09:57:23.970057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:23.970273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.970972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:23.971652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:23.972148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:23.972421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:23.972624+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' [] [] [2022-10-27T09:57:23.972851+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:24.177949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c724f8"},"request_uri":"http://127.0.0.1:8000/_wdt/c724f8","method":"GET"} [] [2022-10-27T09:57:26.349435+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-27T09:57:26.402677+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-27T09:57:26.462058+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:57:26.476757+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:57:26.477356+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:57:26.485454+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:57:26.485894+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:57:26.517724+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:57:26.523809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.525025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.528840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.530060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.530311+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.530538+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' [] [] [2022-10-27T09:57:26.531003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.532186+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T09:57:26.532757+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T09:57:26.533852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.534643+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.535398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.535839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.536075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.536326+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' [] [] [2022-10-27T09:57:26.536646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.536838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.537580+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.538347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.538753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.538985+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.539189+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' [] [] [2022-10-27T09:57:26.539462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.541235+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T09:57:26.541689+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T09:57:26.578966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.579895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.583440+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.584634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.584931+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.585240+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' [] [] [2022-10-27T09:57:26.585738+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.588603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.589645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.590432+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.590963+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.591261+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.591535+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' [] [] [2022-10-27T09:57:26.591817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.592045+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.592822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:26.593608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:26.594059+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:26.594330+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:26.594536+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' [] [] [2022-10-27T09:57:26.594864+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:26.805734+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5b801"},"request_uri":"http://127.0.0.1:8000/_wdt/b5b801","method":"GET"} [] [2022-10-27T09:57:26.868230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57d1e8"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/57d1e8","method":"GET"} [] [2022-10-27T09:57:43.190423+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T09:57:43.378864+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T09:57:43.517717+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T09:57:43.526705+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T09:57:43.699294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.701188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.704502+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.705704+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.706027+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.706286+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' [] [] [2022-10-27T09:57:43.706770+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:43.709014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.709846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.710647+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.711177+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.711496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.711795+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' [] [] [2022-10-27T09:57:43.712113+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:43.712398+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.713247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.714186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.714946+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.715290+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.715608+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' [] [] [2022-10-27T09:57:43.715922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:43.719969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.720863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.721653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.722214+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.722562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.722842+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' [] [] [2022-10-27T09:57:43.723130+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:43.723372+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.724152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.724910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.725399+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.725681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.725931+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' [] [] [2022-10-27T09:57:43.726212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T09:57:43.726441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.727221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T09:57:43.727984+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T09:57:43.728513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T09:57:43.728829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T09:57:43.729081+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' [] [] [2022-10-27T09:57:43.729389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:57.867334+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:17:58.038540+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:17:58.046774+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NonUniqueFieldNameException: "An exception occurred while executing 'CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0)': SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'depreciationrate'" at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 84 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NonUniqueFieldNameException(code: 0): An exception occurred while executing 'CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0)':\n\nSQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'depreciationrate' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:84)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S21): SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'depreciationrate' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S21): SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'depreciationrate' at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:112)"} [] [2022-10-27T10:17:58.114230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.116072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.119925+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.121232+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.121522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.121768+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' [] [] [2022-10-27T10:17:58.122265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.124869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.125656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.126413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.126873+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.127215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.127494+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' [] [] [2022-10-27T10:17:58.127800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.128051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.128783+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.129533+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.129975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.130271+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.130549+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' [] [] [2022-10-27T10:17:58.130854+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.136205+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.136946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.137698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.138156+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.138458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.138739+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' [] [] [2022-10-27T10:17:58.139045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.139299+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.140031+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.140785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.141229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.141533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.141812+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' [] [] [2022-10-27T10:17:58.142116+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.142362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.143095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:17:58.143847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:17:58.144291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:17:58.144586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:17:58.144866+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' [] [] [2022-10-27T10:17:58.145173+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:17:58.294711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8049c"},"request_uri":"http://127.0.0.1:8000/_wdt/e8049c","method":"GET"} [] [2022-10-27T10:19:51.316268+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:19:51.453787+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:19:51.625701+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:19:51.637193+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:19:51.807321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.809486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.813152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.814424+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.814744+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.815035+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' [] [] [2022-10-27T10:19:51.815568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:19:51.818344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.819202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.820002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.820514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.820832+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.821125+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' [] [] [2022-10-27T10:19:51.821445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:19:51.821702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.822468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.823235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.823753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.824055+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.824357+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' [] [] [2022-10-27T10:19:51.824673+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:19:51.830717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.831714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.832537+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.833042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.833332+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.833577+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' [] [] [2022-10-27T10:19:51.833858+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:19:51.834089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.834832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.835561+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.836004+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.836268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.836505+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' [] [] [2022-10-27T10:19:51.836776+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:19:51.836986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.837736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:19:51.838730+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:19:51.839284+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:19:51.839580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:19:51.839833+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' [] [] [2022-10-27T10:19:51.840074+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:25.972467+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:20:26.159973+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:20:26.324616+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:20:26.335598+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:20:26.500422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.502182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.505592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.506791+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.507075+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.507327+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' [] [] [2022-10-27T10:20:26.507863+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:26.510472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.511203+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.511976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.512464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.512747+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.513051+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' [] [] [2022-10-27T10:20:26.513369+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:26.513624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.514381+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.515156+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.515615+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.515914+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.516193+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' [] [] [2022-10-27T10:20:26.516502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:26.522437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.523308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.524109+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.524623+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.524959+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.525247+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' [] [] [2022-10-27T10:20:26.525556+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:26.525831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.526603+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.527351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.527789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.528025+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.528226+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' [] [] [2022-10-27T10:20:26.528454+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:20:26.528630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.529309+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:20:26.530045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:20:26.530433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:20:26.530661+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:20:26.530886+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' [] [] [2022-10-27T10:20:26.531149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:43.478132+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:23:43.661569+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:23:43.826080+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:23:43.837760+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:23:44.000765+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.002635+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.006167+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.007408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.007730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.008021+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' [] [] [2022-10-27T10:23:44.008557+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:44.011241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.011994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.012757+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.013258+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.013581+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.013925+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' [] [] [2022-10-27T10:23:44.014260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:44.014540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.015350+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.016146+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.016645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.016957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.017249+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' [] [] [2022-10-27T10:23:44.017566+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:44.023642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.024537+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.025313+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.025844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.026173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.026522+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' [] [] [2022-10-27T10:23:44.026845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:44.027125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.027864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.028669+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.029166+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.029450+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.029694+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' [] [] [2022-10-27T10:23:44.029990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:23:44.030183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.030998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:23:44.031753+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:23:44.032196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:23:44.032428+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:23:44.032625+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' [] [] [2022-10-27T10:23:44.032855+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:26.776995+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:24:26.960941+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:24:27.124689+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:24:27.136781+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:24:27.299798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.301586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.305028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.306277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.306722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.307012+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' [] [] [2022-10-27T10:24:27.307575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:27.310426+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.311307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.312049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.312555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.312849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.313088+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' [] [] [2022-10-27T10:24:27.313416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:27.313641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.314369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.315112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.315534+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.315873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.316121+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' [] [] [2022-10-27T10:24:27.316395+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:27.322316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.323196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.323939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.324420+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.324691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.324935+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' [] [] [2022-10-27T10:24:27.325212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:27.325469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.326266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.327102+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.327589+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.327867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.328111+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' [] [] [2022-10-27T10:24:27.328389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:27.328638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.329400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:27.330135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:27.330586+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:27.330857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:27.331101+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' [] [] [2022-10-27T10:24:27.331376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.342581+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:24:51.531667+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:24:51.695660+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:24:51.707638+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:24:51.870642+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.872614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.876213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.877466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.877788+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.878075+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' [] [] [2022-10-27T10:24:51.878663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.881336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.882124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.882867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.883382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.883654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.883892+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' [] [] [2022-10-27T10:24:51.884159+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.884377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.885137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.885886+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.886309+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.886566+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.886798+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' [] [] [2022-10-27T10:24:51.887057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.892983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.893842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.894600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.895141+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.895414+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.895654+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' [] [] [2022-10-27T10:24:51.895923+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.896144+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.896853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.897676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.898151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.898429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.898669+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' [] [] [2022-10-27T10:24:51.898939+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:24:51.899150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.899874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:24:51.900654+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:24:51.901110+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:24:51.901444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:24:51.901688+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' [] [] [2022-10-27T10:24:51.901958+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.018311+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:26:12.183560+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:26:12.344467+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:26:12.355440+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:26:12.522086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.523942+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.528247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.529684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.530026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.530268+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' [] [] [2022-10-27T10:26:12.530800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.533465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.534273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.535015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.535483+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.535750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.535986+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' [] [] [2022-10-27T10:26:12.536255+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.536467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.537224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.537955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.538394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.538673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.538909+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' [] [] [2022-10-27T10:26:12.539218+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.545193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.546093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.546828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.547326+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.547625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.547905+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' [] [] [2022-10-27T10:26:12.548205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.548409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.549130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.549800+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.550211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.550436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.550625+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' [] [] [2022-10-27T10:26:12.550846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:12.551018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.551727+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:12.552428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:12.552940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:12.553221+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:12.553502+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' [] [] [2022-10-27T10:26:12.553815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:40.544154+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T10:26:40.733660+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T10:26:40.898266+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T10:26:40.910802+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T10:26:41.072195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.074034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.077541+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.078780+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.079107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.079454+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' [] [] [2022-10-27T10:26:41.079989+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:41.082653+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.083413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.084177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.084645+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.084943+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.085225+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' [] [] [2022-10-27T10:26:41.085532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:41.085795+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.086548+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.087328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.087886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.088240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.088525+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' [] [] [2022-10-27T10:26:41.088872+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:41.094930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.095868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.096705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.097285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.097612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.097910+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' [] [] [2022-10-27T10:26:41.098237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:41.098513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.099323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.100107+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.100632+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.100941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.101301+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' [] [] [2022-10-27T10:26:41.101647+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T10:26:41.101936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.102751+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T10:26:41.103551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T10:26:41.104069+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T10:26:41.104356+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T10:26:41.104605+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' [] [] [2022-10-27T10:26:41.104886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:45.898711+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T11:25:45.955177+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:25:46.056875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.059389+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.062960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.064211+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.064573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.064857+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' [] [] [2022-10-27T11:25:46.065406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.068065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.068805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.069552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.070043+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.070338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.070620+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' [] [] [2022-10-27T11:25:46.070927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.071173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.071918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.072748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.073207+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.073503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.073827+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' [] [] [2022-10-27T11:25:46.074136+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.084319+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:25:46.088949+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-27T11:25:46.092004+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:25:46.105558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.106412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.107175+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.107687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.107993+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.108284+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' [] [] [2022-10-27T11:25:46.108600+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.108867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.109593+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.110334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.110783+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.111076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.111358+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' [] [] [2022-10-27T11:25:46.111665+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.111920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.112636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:25:46.113376+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:25:46.113813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:25:46.114110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:25:46.114387+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' [] [] [2022-10-27T11:25:46.114694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:25:46.375052+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d9c58"},"request_uri":"http://127.0.0.1:8000/_wdt/3d9c58","method":"GET"} [] [2022-10-27T11:29:11.871173+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T11:29:11.923568+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:29:12.021007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.022977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.026564+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.027797+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.028125+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.028412+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' [] [] [2022-10-27T11:29:12.028942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.031479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.032230+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.032978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.033427+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.033732+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.034078+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' [] [] [2022-10-27T11:29:12.034436+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.034709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.035589+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.036350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.036822+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.037122+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.037404+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' [] [] [2022-10-27T11:29:12.037715+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.047744+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:29:12.051901+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-27T11:29:12.054783+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:29:12.067424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.068327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.069099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.069622+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.069935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.070220+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' [] [] [2022-10-27T11:29:12.070530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.070825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.071612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.072352+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.072763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.073005+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.073224+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' [] [] [2022-10-27T11:29:12.073474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.073662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.074327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:12.074963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:12.075313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:12.075558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:12.075772+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' [] [] [2022-10-27T11:29:12.076015+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:12.255351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adb193"},"request_uri":"http://127.0.0.1:8000/_wdt/adb193","method":"GET"} [] [2022-10-27T11:29:36.436633+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"GET"} [] [2022-10-27T11:29:36.528675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.530336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.537344+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:36.538440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:36.538761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:36.539050+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' [] [] [2022-10-27T11:29:36.539533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:36.541562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.542319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.543076+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:36.543577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:36.543869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:36.544148+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' [] [] [2022-10-27T11:29:36.544452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:36.544696+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.545415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:36.546161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:36.546601+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:36.546897+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:36.547171+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' [] [] [2022-10-27T11:29:36.547473+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:36.708643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3071e2"},"request_uri":"http://127.0.0.1:8000/_wdt/3071e2","method":"GET"} [] [2022-10-27T11:29:53.006797+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://127.0.0.1:8000/group/new","method":"POST"} [] [2022-10-27T11:29:53.136570+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:29:53.140780+00:00] doctrine.DEBUG: INSERT INTO `group` (name, code, depreciationrate, remarks) VALUES (?, ?, ?, ?) {"1":"Land","2":"ND","3":0.1,"4":null} [] [2022-10-27T11:29:53.143639+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:29:53.166371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.167972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.171204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.172341+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.172673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.172966+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' [] [] [2022-10-27T11:29:53.173452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.175588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.176337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.177091+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.177544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.177843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.178125+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' [] [] [2022-10-27T11:29:53.178433+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.178683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.179408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.180227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.180781+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.181223+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.181564+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' [] [] [2022-10-27T11:29:53.181936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.280509+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T11:29:53.319519+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:29:53.385498+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.387094+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.390143+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.391137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.391436+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.391769+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' [] [] [2022-10-27T11:29:53.392243+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.394334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.395070+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.395799+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.396250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.396538+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.396810+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' [] [] [2022-10-27T11:29:53.397111+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.397355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.398065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.398868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.399358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.399883+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.400328+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' [] [] [2022-10-27T11:29:53.400648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.409583+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:29:53.412992+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2022-10-27T11:29:53.415634+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:29:53.423342+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.424128+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.424866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.425355+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.425659+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.425935+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' [] [] [2022-10-27T11:29:53.426244+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.426504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.427220+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.427945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.428379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.428673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.428946+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' [] [] [2022-10-27T11:29:53.429242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.429480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.430244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:29:53.431235+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:29:53.431996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:29:53.432409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:29:53.432727+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' [] [] [2022-10-27T11:29:53.433163+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:29:53.608980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b7870"},"request_uri":"http://127.0.0.1:8000/_wdt/9b7870","method":"GET"} [] [2022-10-27T11:32:06.226784+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-27T11:32:06.278701+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:32:06.400100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.402513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.406152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.407381+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.407697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.407989+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' [] [] [2022-10-27T11:32:06.408543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.411197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.411941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.412706+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.413300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.413675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.413994+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' [] [] [2022-10-27T11:32:06.414614+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.414971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.415976+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.416890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.417396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.417677+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.417932+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' [] [] [2022-10-27T11:32:06.418273+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.442521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:32:06.446799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3]] [] [2022-10-27T11:32:06.455583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:32:06.456353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:32:06.456679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:32:06.457000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T11:32:06.457317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T11:32:06.457637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T11:32:06.458818+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:32:06.472682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.473608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.474393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.474953+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.475272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.475568+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' [] [] [2022-10-27T11:32:06.475887+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.476154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.476904+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.477691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.478152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.478455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.478732+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' [] [] [2022-10-27T11:32:06.479030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.479267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.479989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:06.480719+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:06.481152+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:06.481429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:06.481697+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' [] [] [2022-10-27T11:32:06.481993+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:06.748277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e41d1f"},"request_uri":"http://127.0.0.1:8000/_wdt/e41d1f","method":"GET"} [] [2022-10-27T11:32:07.545901+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-27T11:32:07.653446+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:32:07.732483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.733401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.736853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:07.738032+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:07.738338+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:07.738679+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' [] [] [2022-10-27T11:32:07.739232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:07.741772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.742514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.743256+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:07.743926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:07.744318+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:07.744672+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' [] [] [2022-10-27T11:32:07.745162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:07.745402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.746185+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:07.746945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:07.747422+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:07.747720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:07.748054+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' [] [] [2022-10-27T11:32:07.748366+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:07.940027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a25b7b"},"request_uri":"http://127.0.0.1:8000/_wdt/a25b7b","method":"GET"} [] [2022-10-27T11:32:24.467296+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"POST"} [] [2022-10-27T11:32:24.574807+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:32:24.633896+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:32:24.637995+00:00] doctrine.DEBUG: INSERT INTO subgroup (name, remarks, groups_id) VALUES (?, ?, ?) {"1":"Land","2":null,"3":9} [] [2022-10-27T11:32:24.639962+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:32:24.663708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.664630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.667814+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.668883+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.669197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.669482+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' [] [] [2022-10-27T11:32:24.669969+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.672062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.672835+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.673593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.674095+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.674395+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.674674+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' [] [] [2022-10-27T11:32:24.674981+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.675232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.675969+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.676720+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.677164+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.677460+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.677740+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' [] [] [2022-10-27T11:32:24.678044+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.776204+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://127.0.0.1:8000/subgroup","method":"GET"} [] [2022-10-27T11:32:24.817346+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:32:24.885862+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.887471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.890573+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.891584+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.891891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.892173+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' [] [] [2022-10-27T11:32:24.892655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.894678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.895414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.896154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.896596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.896888+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.897165+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' [] [] [2022-10-27T11:32:24.897468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.897767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.898485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.899225+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.899711+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.900186+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.900538+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' [] [] [2022-10-27T11:32:24.900861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.910596+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:32:24.914295+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2022-10-27T11:32:24.922170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:32:24.922913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:32:24.923240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:32:24.923556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:32:24.923875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2022-10-27T11:32:24.924195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2022-10-27T11:32:24.924513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2022-10-27T11:32:24.925592+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:32:24.939768+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.940649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.941413+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.941923+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.942229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.942512+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' [] [] [2022-10-27T11:32:24.942827+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.943092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.943809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.944550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.944993+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.945285+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.945566+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' [] [] [2022-10-27T11:32:24.945927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:24.946173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.946886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:24.947802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:24.948239+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:24.948532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:24.948812+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' [] [] [2022-10-27T11:32:24.949118+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:25.153850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea1b04"},"request_uri":"http://127.0.0.1:8000/_wdt/ea1b04","method":"GET"} [] [2022-10-27T11:32:51.250846+00:00] request.INFO: Matched route "subgroup_new". {"route":"subgroup_new","route_parameters":{"_route":"subgroup_new","_controller":"App\\Controller\\SubgroupController::new"},"request_uri":"http://127.0.0.1:8000/subgroup/new","method":"GET"} [] [2022-10-27T11:32:51.350276+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:32:51.403995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.405032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.408883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:51.410173+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:51.410600+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:51.410903+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' [] [] [2022-10-27T11:32:51.411474+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:51.414576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.415468+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.416213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:51.416723+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:51.417021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:51.417293+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' [] [] [2022-10-27T11:32:51.417596+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:51.417846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.418595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:51.419320+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:51.419787+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:51.420090+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:51.420410+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' [] [] [2022-10-27T11:32:51.420708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:51.586230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec7eee"},"request_uri":"http://127.0.0.1:8000/_wdt/ec7eee","method":"GET"} [] [2022-10-27T11:32:57.019174+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-27T11:32:57.061840+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:32:57.120586+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.122258+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.125525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.126619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.126935+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.127227+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' [] [] [2022-10-27T11:32:57.127708+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.130028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.130813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.131575+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.132096+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.132403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.132689+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' [] [] [2022-10-27T11:32:57.132999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.133253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.133979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.134738+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.135200+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.135495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.135781+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' [] [] [2022-10-27T11:32:57.136087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.146284+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-27T11:32:57.150723+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[110,109,108,107,106,105,104,103,102,101]] [] [2022-10-27T11:32:57.163148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:32:57.163905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T11:32:57.164245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T11:32:57.164587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:32:57.164920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T11:32:57.165299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:32:57.165594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T11:32:57.166897+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-27T11:32:57.185421+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.186297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.187019+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.187502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.187771+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.188011+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' [] [] [2022-10-27T11:32:57.188249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.188467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.189150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.189840+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.190246+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.190498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.190736+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' [] [] [2022-10-27T11:32:57.190994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.191164+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.191841+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:57.192581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:57.192980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:57.193198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:57.193482+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' [] [] [2022-10-27T11:32:57.193741+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:57.393552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9c170"},"request_uri":"http://127.0.0.1:8000/_wdt/c9c170","method":"GET"} [] [2022-10-27T11:32:59.144612+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-27T11:32:59.259991+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T11:32:59.278754+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:32:59.279415+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:32:59.309893+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.310847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.314390+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:59.315578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:59.315896+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:59.316204+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' [] [] [2022-10-27T11:32:59.316774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:59.319401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.320190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.320939+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:59.321468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:59.321761+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:59.322033+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' [] [] [2022-10-27T11:32:59.322327+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:59.322566+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.323401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:32:59.324154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:32:59.324603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:32:59.324891+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:32:59.325158+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' [] [] [2022-10-27T11:32:59.325450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:32:59.494107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc90b4"},"request_uri":"http://127.0.0.1:8000/_wdt/fc90b4","method":"GET"} [] [2022-10-27T11:33:04.831683+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:33:04.896729+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:33:04.951419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.952355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.955709+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:04.956893+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:04.957252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:04.957533+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' [] [] [2022-10-27T11:33:04.958089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:04.960619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.961370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.962121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:04.962639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:04.962945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:04.963228+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' [] [] [2022-10-27T11:33:04.963539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:04.963791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.964519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:04.965317+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:04.965767+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:04.966058+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:04.966338+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' [] [] [2022-10-27T11:33:04.966646+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.329778+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-27T11:33:10.447772+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T11:33:10.460470+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:33:10.461045+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["9"]] [] [2022-10-27T11:33:10.504906+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:33:10.508660+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Freehold Land -Bashundhara","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":9,"11":9,"12":1} [] [2022-10-27T11:33:10.511487+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:33:10.534171+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.535079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.538287+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.539371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.539739+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.540026+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' [] [] [2022-10-27T11:33:10.540512+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.542607+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.543349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.544100+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.544523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.544779+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.545011+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' [] [] [2022-10-27T11:33:10.545271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.545472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.546148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.546846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.547240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.547534+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.547764+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' [] [] [2022-10-27T11:33:10.548020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.649131+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-27T11:33:10.691041+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:33:10.774034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.775984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.779286+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.780334+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.780645+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.780933+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' [] [] [2022-10-27T11:33:10.781416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.783446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.784195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.784955+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.785460+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.785756+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.786036+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' [] [] [2022-10-27T11:33:10.786349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.786600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.787329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.788112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.788603+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.788937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.789234+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' [] [] [2022-10-27T11:33:10.789546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.799225+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-27T11:33:10.803100+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[112,110,109,108,107,106,105,104,103,102]] [] [2022-10-27T11:33:10.814983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:10.815785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:10.816086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T11:33:10.816378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:10.816627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:10.816898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:10.817144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:10.817465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:10.817715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:10.818919+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-27T11:33:10.836054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.837100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.838014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.838519+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.838800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.839051+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' [] [] [2022-10-27T11:33:10.839328+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.839555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.840255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.840940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.841320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.841573+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.841805+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' [] [] [2022-10-27T11:33:10.842061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:10.842234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.842907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:10.843592+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:10.844005+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:10.844269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:10.844517+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' [] [] [2022-10-27T11:33:10.844833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:11.045756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92be62"},"request_uri":"http://127.0.0.1:8000/_wdt/92be62","method":"GET"} [] [2022-10-27T11:33:22.338728+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-27T11:33:22.436806+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T11:33:22.454933+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:33:22.455584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:33:22.485444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.486393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.489882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:22.491070+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:22.491387+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:22.491678+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' [] [] [2022-10-27T11:33:22.492220+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:22.494886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.495760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.496605+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:22.497125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:22.497444+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:22.497704+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' [] [] [2022-10-27T11:33:22.498036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:22.498296+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.499135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:22.499920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:22.500409+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:22.500706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:22.500980+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' [] [] [2022-10-27T11:33:22.501254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:22.666673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bf5d2"},"request_uri":"http://127.0.0.1:8000/_wdt/0bf5d2","method":"GET"} [] [2022-10-27T11:33:27.279639+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:33:27.353366+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:33:27.408058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.408950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.412384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:27.414060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:27.414376+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:27.414625+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' [] [] [2022-10-27T11:33:27.415107+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:27.417543+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.418259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.418946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:27.419358+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:27.419604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:27.419828+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' [] [] [2022-10-27T11:33:27.420135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:27.420337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.420998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:27.421674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:27.422060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:27.422262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:27.422482+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' [] [] [2022-10-27T11:33:27.422731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:30.614240+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-27T11:33:30.730199+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T11:33:30.743133+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:33:30.743816+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["9"]] [] [2022-10-27T11:33:30.785817+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:33:30.789459+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Land Development Cost -Bas [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":9,"11":9,"12":1} [] [2022-10-27T11:33:30.790783+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:33:30.814047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.815004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.818152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:30.819262+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:30.819576+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:30.819896+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' [] [] [2022-10-27T11:33:30.820441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:30.822606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.823366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.824121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:30.824600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:30.824901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:30.825184+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' [] [] [2022-10-27T11:33:30.825495+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:30.825746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.826469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:30.827218+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:30.827662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:30.828014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:30.828343+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' [] [] [2022-10-27T11:33:30.828628+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:30.931243+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-27T11:33:30.973724+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:33:31.050417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.052029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.055139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.056313+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.056663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.057014+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' [] [] [2022-10-27T11:33:31.057659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.059731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.060503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.061262+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.061807+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.062107+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.062388+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' [] [] [2022-10-27T11:33:31.062713+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.062964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.063725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.064483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.064936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.065230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.065509+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' [] [] [2022-10-27T11:33:31.065817+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.075498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-27T11:33:31.079464+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[113,112,110,109,108,107,106,105,104,103]] [] [2022-10-27T11:33:31.091530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:31.092371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:31.092715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T11:33:31.093073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:31.093370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:31.093692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:31.093984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:31.094347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:31.094637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:31.096024+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-27T11:33:31.113148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.113967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.114729+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.115233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.115543+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.115832+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' [] [] [2022-10-27T11:33:31.116150+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.116408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.117133+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.117878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.118320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.118763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.119134+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' [] [] [2022-10-27T11:33:31.119494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.119791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.120587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:31.121337+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:31.121828+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:31.122183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:31.122466+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' [] [] [2022-10-27T11:33:31.122777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:31.327891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6ad49"},"request_uri":"http://127.0.0.1:8000/_wdt/a6ad49","method":"GET"} [] [2022-10-27T11:33:45.427943+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-27T11:33:45.539417+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T11:33:45.558709+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:33:45.559381+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:33:45.589275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.590219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.593643+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:45.594816+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:45.595134+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:45.595423+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' [] [] [2022-10-27T11:33:45.596003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:45.598542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.599315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.600124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:45.600600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:45.600901+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:45.601185+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' [] [] [2022-10-27T11:33:45.601497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:45.601746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.602486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:45.603233+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:45.603682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:45.603987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:45.604269+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' [] [] [2022-10-27T11:33:45.604577+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:45.774039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee71e8"},"request_uri":"http://127.0.0.1:8000/_wdt/ee71e8","method":"GET"} [] [2022-10-27T11:33:49.029863+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:33:49.089676+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:33:49.145016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.145906+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.149264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:49.150567+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:49.150904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:49.151193+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' [] [] [2022-10-27T11:33:49.151775+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:49.154235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.155003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.155748+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:49.156229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:49.156533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:49.156870+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' [] [] [2022-10-27T11:33:49.157184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:49.157430+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.158148+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:49.158882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:49.159325+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:49.159623+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:49.159901+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' [] [] [2022-10-27T11:33:49.160205+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.482221+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-27T11:33:52.605804+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T11:33:52.619247+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:33:52.620071+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["9"]] [] [2022-10-27T11:33:52.662188+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:33:52.665901+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Freehold Land -Bhabanipur","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":9,"11":9,"12":1} [] [2022-10-27T11:33:52.668184+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:33:52.691682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.692978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.696395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.697563+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.697915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.698212+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' [] [] [2022-10-27T11:33:52.698731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.700984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.701821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.702609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.703122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.703429+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.703716+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' [] [] [2022-10-27T11:33:52.704032+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.704295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.705057+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.705817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.706366+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.706759+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.707052+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' [] [] [2022-10-27T11:33:52.707387+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.812670+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-27T11:33:52.855008+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:33:52.928081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.929698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.933328+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.934502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.934800+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.935112+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' [] [] [2022-10-27T11:33:52.935561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.937545+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.938268+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.939014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.939464+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.939757+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.940043+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' [] [] [2022-10-27T11:33:52.940355+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.940601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.941373+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.942110+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.942547+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.942839+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.943115+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' [] [] [2022-10-27T11:33:52.943468+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.953141+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-27T11:33:52.957048+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[114,113,112,110,109,108,107,106,105,104]] [] [2022-10-27T11:33:52.969301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:52.970135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T11:33:52.970474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T11:33:52.970848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:52.971141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T11:33:52.971465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:52.971758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T11:33:52.972136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:52.972503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T11:33:52.973766+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-27T11:33:52.991130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.991911+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.992625+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.993083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.993410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.993698+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' [] [] [2022-10-27T11:33:52.994064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.994391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.995281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.996015+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.996463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.996724+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.996959+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' [] [] [2022-10-27T11:33:52.997226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:52.997437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.998123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:33:52.998828+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:33:52.999242+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:33:52.999498+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:33:52.999726+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' [] [] [2022-10-27T11:33:52.999984+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:33:53.202907+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a21769"},"request_uri":"http://127.0.0.1:8000/_wdt/a21769","method":"GET"} [] [2022-10-27T11:34:07.468194+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"GET"} [] [2022-10-27T11:34:07.579151+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T11:34:07.603650+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:34:07.604425+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:34:07.633349+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.634285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.637704+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:07.638847+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:07.639215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:07.639463+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' [] [] [2022-10-27T11:34:07.639940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:07.642356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.643085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.643796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:07.644270+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:07.644531+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:07.644764+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' [] [] [2022-10-27T11:34:07.645027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:07.645233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.645889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:07.646589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:07.646983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:07.647231+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:07.647476+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' [] [] [2022-10-27T11:34:07.647739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:07.813216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6b577"},"request_uri":"http://127.0.0.1:8000/_wdt/b6b577","method":"GET"} [] [2022-10-27T11:34:10.847032+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:34:10.908061+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:34:10.962359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.963308+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.966705+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:10.967898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:10.968208+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:10.968487+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' [] [] [2022-10-27T11:34:10.968994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:10.971436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.972352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.973112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:10.973606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:10.973965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:10.974242+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' [] [] [2022-10-27T11:34:10.974548+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:10.974798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.975502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:10.976227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:10.976667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:10.976954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:10.977229+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' [] [] [2022-10-27T11:34:10.977530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.295113+00:00] request.INFO: Matched route "assetname_new". {"route":"assetname_new","route_parameters":{"_route":"assetname_new","_controller":"App\\Controller\\AssetnameController::new"},"request_uri":"http://127.0.0.1:8000/assetname/new","method":"POST"} [] [2022-10-27T11:34:22.412348+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T11:34:22.424587+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:34:22.425133+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["9"]] [] [2022-10-27T11:34:22.466588+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:34:22.470277+00:00] doctrine.DEBUG: INSERT INTO assetname (name, remarks, note, status, type, entrydate, entryby, editdate, editby, groups_id, subgroup_id, unit_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Land Development Cost -Bha [...]","2":null,"3":null,"4":null,"5":null,"6":null,"7":null,"8":null,"9":null,"10":9,"11":9,"12":1} [] [2022-10-27T11:34:22.471231+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:34:22.493842+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.494987+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.498272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.499327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.499640+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.499935+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' [] [] [2022-10-27T11:34:22.500416+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.502617+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.503358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.504101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.504550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.504851+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.505130+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' [] [] [2022-10-27T11:34:22.505487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.505737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.506465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.507213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.507654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.507949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.508229+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' [] [] [2022-10-27T11:34:22.508539+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.609439+00:00] request.INFO: Matched route "assetname_index". {"route":"assetname_index","route_parameters":{"_route":"assetname_index","page":1,"_controller":"App\\Controller\\AssetnameController::index"},"request_uri":"http://127.0.0.1:8000/assetname","method":"GET"} [] [2022-10-27T11:34:22.651214+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:34:22.732347+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.733946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.737063+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.738071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.738437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.738728+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' [] [] [2022-10-27T11:34:22.739201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.741195+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.741925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.742673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.743113+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.743449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.743847+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' [] [] [2022-10-27T11:34:22.744354+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.744619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.745362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.746108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.746594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.747012+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.747318+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' [] [] [2022-10-27T11:34:22.747627+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.757401+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, g1_.name AS name_10, s2_.name AS name_11 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] [] [2022-10-27T11:34:22.761178+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE (a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%",[115,114,113,112,110,109,108,107,106,105]] [] [2022-10-27T11:34:22.772677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:34:22.773362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T11:34:22.773683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T11:34:22.774090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2022-10-27T11:34:22.774589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2022-10-27T11:34:22.775117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2022-10-27T11:34:22.775431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2022-10-27T11:34:22.775888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2022-10-27T11:34:22.776199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2022-10-27T11:34:22.777579+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9 FROM assetname a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id WHERE a0_.name LIKE ? OR g1_.name LIKE ? OR s2_.name LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] [] [2022-10-27T11:34:22.794500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.795285+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.796025+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.796515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.796815+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.797099+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' [] [] [2022-10-27T11:34:22.797410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.797667+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.798368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.799092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.799523+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.799812+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.800086+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' [] [] [2022-10-27T11:34:22.800434+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:22.800672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.801378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:34:22.802101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:34:22.802544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:34:22.802835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:34:22.803106+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' [] [] [2022-10-27T11:34:22.803403+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:34:23.008446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cb51f"},"request_uri":"http://127.0.0.1:8000/_wdt/4cb51f","method":"GET"} [] [2022-10-27T11:41:18.960910+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://127.0.0.1:8000/assetregister/new","method":"GET"} [] [2022-10-27T11:41:19.103401+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:41:19.117246+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:41:19.117928+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T11:41:19.126987+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T11:41:19.127509+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T11:41:19.127901+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T11:41:19.128387+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T11:41:19.164001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.164933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.168417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:19.169799+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:19.170164+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:19.170417+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' [] [] [2022-10-27T11:41:19.170912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:19.173474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.174265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.175031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:19.175520+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:19.175827+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:19.176115+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' [] [] [2022-10-27T11:41:19.176430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:19.176734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.177467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:19.178223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:19.178675+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:19.178973+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:19.179252+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' [] [] [2022-10-27T11:41:19.179561+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:19.439129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"536914"},"request_uri":"http://127.0.0.1:8000/_wdt/536914","method":"GET"} [] [2022-10-27T11:41:45.961361+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:41:46.058932+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.060876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.069188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:46.070240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:46.070533+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:46.070871+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' [] [] [2022-10-27T11:41:46.071410+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:46.073487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.074228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.074971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:46.075419+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:46.075714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:46.075992+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' [] [] [2022-10-27T11:41:46.076309+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:46.076556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.077270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:41:46.078010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:41:46.078452+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:41:46.078743+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:41:46.079020+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' [] [] [2022-10-27T11:41:46.079370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:41:46.239872+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"064d0a"},"request_uri":"http://127.0.0.1:8000/_wdt/064d0a","method":"GET"} [] [2022-10-27T11:42:08.941695+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-27T11:43:58.397901+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:43:58.501476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.503408+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.512141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:43:58.513361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:43:58.513668+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:43:58.513999+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' [] [] [2022-10-27T11:43:58.514505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:43:58.516984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.517724+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.518453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:43:58.518905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:43:58.519247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:43:58.519529+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' [] [] [2022-10-27T11:43:58.519836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:43:58.520083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.520798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:43:58.521527+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:43:58.521961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:43:58.522252+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:43:58.522529+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' [] [] [2022-10-27T11:43:58.522826+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:43:58.700627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34882e"},"request_uri":"http://127.0.0.1:8000/_wdt/34882e","method":"GET"} [] [2022-10-27T11:44:02.469760+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-27T11:44:25.170076+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:44:25.274181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.276360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.284950+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:25.286184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:25.286501+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:25.286792+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' [] [] [2022-10-27T11:44:25.287409+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:25.289975+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.290778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.291639+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:25.292136+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:25.292443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:25.292732+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' [] [] [2022-10-27T11:44:25.293048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:25.293302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.294035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:25.294796+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:25.295299+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:25.295604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:25.295885+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' [] [] [2022-10-27T11:44:25.296191+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:25.485359+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf07be"},"request_uri":"http://127.0.0.1:8000/_wdt/bf07be","method":"GET"} [] [2022-10-27T11:44:29.384432+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-27T11:44:29.544589+00:00] request.CRITICAL: Uncaught PHP Exception Exception: "DateTime::__construct(): Failed to parse time string (Abc) at position 0 (A): The timezone could not be found in the database" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 429 {"exception":"[object] (Exception(code: 0): DateTime::__construct(): Failed to parse time string (Abc) at position 0 (A): The timezone could not be found in the database at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:429)"} [] [2022-10-27T11:44:29.595921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.597618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.604659+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.605678+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.605989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.606337+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' [] [] [2022-10-27T11:44:29.606821+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.608912+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.609640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.610428+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.610886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.611178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.611459+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' [] [] [2022-10-27T11:44:29.611763+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.612006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.612721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.613459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.613901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.614197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.614478+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' [] [] [2022-10-27T11:44:29.614828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.615809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.616532+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.617278+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.617714+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.618003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.618285+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' [] [] [2022-10-27T11:44:29.618625+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.618957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.619753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.620572+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.621060+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.621365+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.621652+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' [] [] [2022-10-27T11:44:29.621962+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.622213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.622938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:44:29.623679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:44:29.624129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:44:29.624419+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:44:29.624698+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' [] [] [2022-10-27T11:44:29.625000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:44:29.745564+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"596d21"},"request_uri":"http://127.0.0.1:8000/_wdt/596d21","method":"GET"} [] [2022-10-27T11:45:50.643979+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:45:50.729561+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.731281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.738458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:50.739548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:50.739879+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:50.740235+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' [] [] [2022-10-27T11:45:50.740748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:50.742876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.743789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.744702+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:50.745233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:50.745547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:50.745843+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' [] [] [2022-10-27T11:45:50.746176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:50.746444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.747190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:50.747964+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:50.748428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:50.748727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:50.749014+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' [] [] [2022-10-27T11:45:50.749378+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:50.913856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"848ad1"},"request_uri":"http://127.0.0.1:8000/_wdt/848ad1","method":"GET"} [] [2022-10-27T11:45:54.660662+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-27T11:45:54.813887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land & Building"] [] [2022-10-27T11:45:54.847412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.848329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.851607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:54.852646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:54.852955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:54.853251+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' [] [] [2022-10-27T11:45:54.853804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:54.855982+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.856744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.857465+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:54.857917+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:54.858265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:54.858530+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' [] [] [2022-10-27T11:45:54.858814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:54.859047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.859752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:54.860466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:54.860890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:54.861166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:54.861427+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' [] [] [2022-10-27T11:45:54.861709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:54.966426+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:45:55.048809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.050486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.057857+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:55.059065+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:55.059451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:55.059745+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' [] [] [2022-10-27T11:45:55.060240+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:55.062324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.063174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.063930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:55.064385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:55.064682+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:55.064966+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' [] [] [2022-10-27T11:45:55.065272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:55.065524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.066254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:45:55.067017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:45:55.067469+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:45:55.067810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:45:55.068093+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' [] [] [2022-10-27T11:45:55.068398+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:45:55.226930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"475ff5"},"request_uri":"http://127.0.0.1:8000/_wdt/475ff5","method":"GET"} [] [2022-10-27T11:46:30.471778+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"POST"} [] [2022-10-27T11:46:30.672351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.688786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.691676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Freehold Land -Bashundhara"] [] [2022-10-27T11:46:30.695810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.699371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.702111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.704521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.704867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.705155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.705442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.705833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.706166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.706449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.706724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.707031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.707315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.707592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.707958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.708233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.708514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.708794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.709100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.709389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.709678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.710040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.710320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.710598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.710879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.711229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.711514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.711792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.712161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.712672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.713056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.713299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.713598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.713908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.714123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.714417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.714595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.714775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.714948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.715151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.715332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.715508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.715769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.715943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.716120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.716292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.716494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.716673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.716850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bas [...]"] [] [2022-10-27T11:46:30.717106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.717279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.717456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.717626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.717828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.718005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.718179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Freehold Land -Bhabanipur"] [] [2022-10-27T11:46:30.718678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.718919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.719110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.719288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.719493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.719675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.719853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.720129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.720304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.720482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.720653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.720854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.721032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.721209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.721466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.721637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.721811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.721980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.722181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.722422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.722602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.722862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.723034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.723221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.723392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.723593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.723770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.723948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.724207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.724378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.724553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.724723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.724921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.725098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.725317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.725755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.725948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.726134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.726310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.726515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.726699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.726876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.727134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.727305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.727480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.727651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.727852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.728029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.728205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.728461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.728632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.728806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.729028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.729234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.729415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.729592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.729851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.730021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.730196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.730365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.730758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.730977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.name = ? LIMIT 1 ["Land"] [] [2022-10-27T11:46:30.731152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.name = ? LIMIT 1 ["Land Development Cost -Bha [...]"] [] [2022-10-27T11:46:30.731409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.name = ? LIMIT 1 ["Pices"] [] [2022-10-27T11:46:30.731580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.name = ? LIMIT 1 ["Abc"] [] [2022-10-27T11:46:30.731769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.name = ? LIMIT 1 ["Cross World Power Ltd"] [] [2022-10-27T11:46:30.731939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.name = ? LIMIT 1 ["Cw Head Office"] [] [2022-10-27T11:46:30.741973+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.753712+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.754809+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-05-17T00:00:00+00:00","2":20534000.0,"3":"ND/2022/10/00108","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3017-09-17T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":112,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.757989+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.760339+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.760899+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.761108+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-05-17T00:00:00+00:00","2":148666000.0,"3":"ND/2022/10/00109","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3017-09-17T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.761901+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.764348+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.764857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.765059+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-06-03T00:00:00+00:00","2":138000.0,"3":"ND/2022/10/00110","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3017-10-04T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.765825+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.768181+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.768712+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.768916+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-10-22T00:00:00+00:00","2":9250.0,"3":"ND/2022/10/00111","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3018-02-22T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.769551+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.772194+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.774179+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.774883+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2018-11-11T00:00:00+00:00","2":20000.0,"3":"ND/2022/10/00112","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3018-03-14T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.776260+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.779051+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.780583+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.780999+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-04-19T00:00:00+00:00","2":30000.0,"3":"ND/2022/10/00113","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3021-08-20T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.782021+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.784674+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.785934+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.786348+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-09-22T00:00:00+00:00","2":358010.0,"3":"ND/2022/10/00114","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3022-01-23T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.787365+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.790004+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.791314+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.791753+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-09-30T00:00:00+00:00","2":1274505.0,"3":"ND/2022/10/00115","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3022-01-31T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":113,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.792789+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.795404+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.796794+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.797210+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":2000000.0,"3":"ND/2022/10/00116","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3016-11-01T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":114,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.798227+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.801137+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.804605+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.805679+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2017-07-01T00:00:00+00:00","2":2982930.0,"3":"ND/2022/10/00117","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3016-11-01T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.812826+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.815377+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.816219+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.816484+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-04-29T00:00:00+00:00","2":116000.0,"3":"ND/2022/10/00118","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3018-08-30T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.817232+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.819861+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.820844+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.821148+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-04-29T00:00:00+00:00","2":19570.0,"3":"ND/2022/10/00119","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3018-08-30T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.822177+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.824936+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.825957+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.826272+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-08-25T00:00:00+00:00","2":32600.0,"3":"ND/2022/10/00120","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3018-12-26T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.827063+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.829727+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.830747+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.831052+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-03-09T00:00:00+00:00","2":150000.0,"3":"ND/2022/10/00121","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3020-07-10T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.832119+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.834846+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.835902+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.836200+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-12-08T00:00:00+00:00","2":20000.0,"3":"ND/2022/10/00122","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3021-04-10T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.836902+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.839609+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.840671+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.840968+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-01-30T00:00:00+00:00","2":50000.0,"3":"ND/2022/10/00123","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3021-06-02T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.842025+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.844697+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.845706+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.845970+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-02-22T00:00:00+00:00","2":30000.0,"3":"ND/2022/10/00124","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3021-06-25T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.847028+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.849794+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ ORDER BY a0_.id DESC LIMIT 1 [] [] [2022-10-27T11:46:30.850869+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:46:30.851168+00:00] doctrine.DEBUG: INSERT INTO assetregister (acquisitiondate, acquisitioncost, serialno, quantity, disposaldate, disposalamount, docpath, remarks, openingbalence, note, spnote, status, type, active, entrydate, entryby, editdate, editby, totaldepdays, lastdepdate, depreciationrate, groups_id, subgroup_id, assetname_id, unit_id, vendor_id, businessunit_id, location_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2022-04-04T00:00:00+00:00","2":2000.0,"3":"ND/2022/10/00125","4":1.0,"5":null,"6":null,"7":null,"8":null,"9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":365000,"20":"3021-08-05T00:00:00+00:00","21":0.1,"22":9,"23":9,"24":115,"25":1,"26":2,"27":1,"28":1} [] [2022-10-27T11:46:30.852224+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:46:30.871828+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.872759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.876451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:30.877662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:30.877984+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:30.878271+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' [] [] [2022-10-27T11:46:30.878804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:30.881504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.882292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.883039+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:30.883502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:30.883801+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:30.884080+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' [] [] [2022-10-27T11:46:30.884386+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:30.884634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.885351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:30.886093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:30.886540+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:30.886846+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:30.887122+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' [] [] [2022-10-27T11:46:30.887426+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:31.018905+00:00] request.INFO: Matched route "assetregister_newexcel". {"route":"assetregister_newexcel","route_parameters":{"_route":"assetregister_newexcel","_controller":"App\\Controller\\AssetregisterController::newexcel"},"request_uri":"http://127.0.0.1:8000/assetregister/assetregisternewexcel","method":"GET"} [] [2022-10-27T11:46:31.121206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.123021+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.131000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:31.132037+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:31.132347+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:31.132638+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' [] [] [2022-10-27T11:46:31.133121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:31.135231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.135986+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.136739+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:31.137196+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:31.137490+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:31.137768+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' [] [] [2022-10-27T11:46:31.138135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:31.138382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.139105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:31.139851+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:31.140294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:31.140589+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:31.140868+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' [] [] [2022-10-27T11:46:31.141171+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:31.376044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e119ea"},"request_uri":"http://127.0.0.1:8000/_wdt/e119ea","method":"GET"} [] [2022-10-27T11:46:33.737184+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://127.0.0.1:8000/assetregister","method":"GET"} [] [2022-10-27T11:46:33.789996+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:46:33.886503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.892240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.903918+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.905504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.905820+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.906091+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' [] [] [2022-10-27T11:46:33.906575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:33.908717+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.909482+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.910205+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.910639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.910919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.911178+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' [] [] [2022-10-27T11:46:33.911479+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:33.911711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.912474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.913242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.913720+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.914071+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.914352+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' [] [] [2022-10-27T11:46:33.914662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:33.925675+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T11:46:33.930142+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2022-10-27T11:46:33.950257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2022-10-27T11:46:33.951105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T11:46:33.951454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T11:46:33.951995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2022-10-27T11:46:33.953274+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T11:46:33.960979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.961773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.962825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.963633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.964010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.964363+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' [] [] [2022-10-27T11:46:33.964709+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:33.964985+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.965785+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.966609+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.967087+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.967383+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.967662+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' [] [] [2022-10-27T11:46:33.967971+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:33.968217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.968941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:46:33.969698+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:46:33.970138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:46:33.970432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:46:33.970715+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' [] [] [2022-10-27T11:46:33.971020+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:46:34.180789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ff51f"},"request_uri":"http://127.0.0.1:8000/_wdt/6ff51f","method":"GET"} [] [2022-10-27T11:49:41.605233+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"GET"} [] [2022-10-27T11:49:41.738928+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:49:41.753902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:49:41.754610+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T11:49:41.763074+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T11:49:41.763506+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T11:49:41.800555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.801466+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.805031+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:41.806616+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:41.807250+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:41.807662+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' [] [] [2022-10-27T11:49:41.808356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:41.810929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.811706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.812457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:41.813002+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:41.813309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:41.813586+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' [] [] [2022-10-27T11:49:41.813932+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:41.814192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.814941+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:41.815683+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:41.816148+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:41.816445+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:41.816723+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' [] [] [2022-10-27T11:49:41.817030+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:42.018708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd4858"},"request_uri":"http://127.0.0.1:8000/_wdt/dd4858","method":"GET"} [] [2022-10-27T11:49:57.717977+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:49:57.800933+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:49:57.855352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.856275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.859581+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:57.860928+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:57.861256+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:57.861540+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' [] [] [2022-10-27T11:49:57.862061+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:57.864493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.865232+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.865978+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:57.866440+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:57.866733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:57.867014+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' [] [] [2022-10-27T11:49:57.867310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:57.867591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.868336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:57.869438+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:57.869913+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:57.870213+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:57.870500+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' [] [] [2022-10-27T11:49:57.870804+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:58.761291+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-27T11:49:58.871133+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:49:58.941543+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2021-07-01', '2022-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:49:59.239112+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:49:59.248037+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:49:59.399631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.400937+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.404607+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.405846+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.406183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.406477+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' [] [] [2022-10-27T11:49:59.407009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:59.409233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.410048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.410838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.411265+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.411568+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.411813+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' [] [] [2022-10-27T11:49:59.412100+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:59.412356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.413120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.413858+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.414320+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.414621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.414904+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' [] [] [2022-10-27T11:49:59.415199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:59.416363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.417143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.417935+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.418404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.418705+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.418999+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' [] [] [2022-10-27T11:49:59.419313+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:59.419572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.420407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.421189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.421646+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.421949+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.422236+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' [] [] [2022-10-27T11:49:59.422546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:49:59.422798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.423557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:49:59.424341+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:49:59.424793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:49:59.425068+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:49:59.425404+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' [] [] [2022-10-27T11:49:59.425714+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:46.386745+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-27T11:51:46.476795+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:51:46.527911+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-07-01', '2023-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:51:46.845986+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:51:46.853920+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:51:47.006779+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.007700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.010974+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.012250+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.012558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.012863+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' [] [] [2022-10-27T11:51:47.013359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:47.015541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.016344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.017113+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.017592+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.017886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.018151+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' [] [] [2022-10-27T11:51:47.018450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:47.018687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.019438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.020160+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.020693+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.020952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.021220+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' [] [] [2022-10-27T11:51:47.021533+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:47.022709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.023473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.024247+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.024735+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.025028+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.025244+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' [] [] [2022-10-27T11:51:47.025480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:47.025711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.026470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.027170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.027606+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.027884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.028136+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' [] [] [2022-10-27T11:51:47.028421+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:51:47.028645+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.029375+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:51:47.030095+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:51:47.030525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:51:47.030823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:51:47.031077+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' [] [] [2022-10-27T11:51:47.031353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:36.402747+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-27T11:52:36.545709+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:52:36.617581+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-07-01', '2024-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:52:36.938703+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:52:36.948507+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:52:37.116179+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.117152+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.121013+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.122279+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.122613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.122910+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' [] [] [2022-10-27T11:52:37.123515+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:37.126266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.127081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.127883+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.128364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.128669+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.128952+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' [] [] [2022-10-27T11:52:37.129272+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:37.129549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.130324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.131127+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.131582+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.131859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.132146+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' [] [] [2022-10-27T11:52:37.132478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:37.133640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.134422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.135267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.135743+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.136047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.136343+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' [] [] [2022-10-27T11:52:37.136659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:37.136918+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.137685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.138481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.138952+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.139247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.139547+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' [] [] [2022-10-27T11:52:37.139871+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:52:37.140100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.140859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:52:37.141674+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:52:37.142149+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:52:37.142422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:52:37.142714+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' [] [] [2022-10-27T11:52:37.143027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.128493+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/depreciationschedule","method":"POST"} [] [2022-10-27T11:53:18.233568+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:53:18.286249+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2024-07-01', '2025-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:53:18.606306+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:53:18.614048+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:53:18.763843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.764863+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.768355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.769526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.769871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.770171+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' [] [] [2022-10-27T11:53:18.770702+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.773061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.773886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.774715+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.775243+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.775822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.776137+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' [] [] [2022-10-27T11:53:18.776472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.776755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.777604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.778759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.779331+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.779654+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.779950+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' [] [] [2022-10-27T11:53:18.780278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.781490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.782316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.783135+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.783627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.783971+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.784258+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' [] [] [2022-10-27T11:53:18.784585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.784855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.785640+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.786429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.786898+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.787204+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.787510+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' [] [] [2022-10-27T11:53:18.787824+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:18.788089+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.788853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:18.789644+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:18.790104+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:18.790410+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:18.790697+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' [] [] [2022-10-27T11:53:18.791009+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:43.554146+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-27T11:53:43.657872+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:53:43.667704+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:53:43.668277+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T11:53:43.676555+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T11:53:43.676975+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T11:53:43.713109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.714167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.717808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:43.719151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:43.719482+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:43.719770+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' [] [] [2022-10-27T11:53:43.720303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:43.722871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.723763+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.724550+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:43.725034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:43.725333+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:43.725618+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' [] [] [2022-10-27T11:53:43.725927+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:43.726181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.726899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:53:43.727637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:53:43.728079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:53:43.728373+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:53:43.728649+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' [] [] [2022-10-27T11:53:43.728952+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:53:44.015878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37f749"},"request_uri":"http://127.0.0.1:8000/_wdt/37f749","method":"GET"} [] [2022-10-27T11:54:06.605844+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:54:06.688789+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:54:06.744300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.745313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.748791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:06.749960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:06.750247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:06.750490+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' [] [] [2022-10-27T11:54:06.750966+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:06.753402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.754136+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.754847+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:06.755255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:06.755511+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:06.755804+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' [] [] [2022-10-27T11:54:06.756064+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:06.756269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.756957+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:06.757655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:06.758050+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:06.758305+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:06.758530+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' [] [] [2022-10-27T11:54:06.758783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:09.803292+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:54:09.929526+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:54:09.998135+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:54:10.086166+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:54:10.094886+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:54:10.248521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.249465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.252774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.253849+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.254145+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.254436+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' [] [] [2022-10-27T11:54:10.254904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:10.257078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.257833+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.258593+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.259137+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.259411+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.259659+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' [] [] [2022-10-27T11:54:10.259933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:10.260139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.260854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.261591+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.262008+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.262269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.262507+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' [] [] [2022-10-27T11:54:10.262810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:10.263907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.264672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.265426+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.265886+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.266224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.266509+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' [] [] [2022-10-27T11:54:10.266790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:10.267029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.267755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.268481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.268901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.269163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.269400+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' [] [] [2022-10-27T11:54:10.269662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:10.269921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.270693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:10.271523+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:10.271954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:10.272265+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:10.272522+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' [] [] [2022-10-27T11:54:10.272850+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.660593+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T11:54:23.700750+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:54:23.780304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.781946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.785047+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.786055+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.786357+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.786635+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' [] [] [2022-10-27T11:54:23.787108+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.789121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.789843+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.790630+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.791145+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.791495+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.791775+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' [] [] [2022-10-27T11:54:23.792084+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.792332+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.793062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.793802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.794249+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.794614+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.794885+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' [] [] [2022-10-27T11:54:23.795184+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.803976+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:54:23.807802+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2022-10-27T11:54:23.810575+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:54:23.818129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.818903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.819642+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.820130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.820430+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.820705+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' [] [] [2022-10-27T11:54:23.821014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.821269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.822111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.822866+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.823329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.823626+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.823903+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' [] [] [2022-10-27T11:54:23.824208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:23.824451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.825156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:23.825957+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:23.826403+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:23.826716+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:23.826996+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' [] [] [2022-10-27T11:54:23.827301+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:24.019025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33db0e"},"request_uri":"http://127.0.0.1:8000/_wdt/33db0e","method":"GET"} [] [2022-10-27T11:54:25.711303+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/group/9/edit","method":"GET"} [] [2022-10-27T11:54:25.754909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["9"] [] [2022-10-27T11:54:25.826190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.827160+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.830398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:25.831458+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:25.831837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:25.832129+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' [] [] [2022-10-27T11:54:25.832621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:25.834822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.835621+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.836398+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:25.836887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:25.837210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:25.837490+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' [] [] [2022-10-27T11:54:25.837867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:25.838204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.839078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:25.839890+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:25.840544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:25.840975+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:25.841309+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' [] [] [2022-10-27T11:54:25.841655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:26.005393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16d7a3"},"request_uri":"http://127.0.0.1:8000/_wdt/16d7a3","method":"GET"} [] [2022-10-27T11:54:30.344383+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"9"},"request_uri":"http://127.0.0.1:8000/group/9/edit","method":"POST"} [] [2022-10-27T11:54:30.407799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["9"] [] [2022-10-27T11:54:30.472847+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-10-27T11:54:30.473133+00:00] doctrine.DEBUG: UPDATE `group` SET depreciationrate = ? WHERE id = ? [0.0,9] [] [2022-10-27T11:54:30.473911+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-10-27T11:54:30.497608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.498597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.501770+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.502793+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.503099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.503387+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' [] [] [2022-10-27T11:54:30.503919+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.506781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.507888+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.508640+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.509184+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.509474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.509726+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' [] [] [2022-10-27T11:54:30.510010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.510236+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.510921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.511624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.512041+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.512312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.512562+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' [] [] [2022-10-27T11:54:30.512832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.612772+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://127.0.0.1:8000/group","method":"GET"} [] [2022-10-27T11:54:30.652828+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T11:54:30.731592+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.733233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.736378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.737401+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.737776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.738080+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' [] [] [2022-10-27T11:54:30.738578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.740620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.741368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.742117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.742588+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.742930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.743344+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' [] [] [2022-10-27T11:54:30.743810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.744096+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.744884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.745641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.746130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.746435+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.746720+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' [] [] [2022-10-27T11:54:30.747028+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.756000+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-10-27T11:54:30.759457+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2022-10-27T11:54:30.762102+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-10-27T11:54:30.770105+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.770933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.771692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.772202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.772512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.772798+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' [] [] [2022-10-27T11:54:30.773152+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.773417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.774194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.775159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.775688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.776020+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.776294+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' [] [] [2022-10-27T11:54:30.776591+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.776826+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.777549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:30.778267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:30.778694+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:30.779031+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:30.779288+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' [] [] [2022-10-27T11:54:30.779572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:30.953544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adc2d6"},"request_uri":"http://127.0.0.1:8000/_wdt/adc2d6","method":"GET"} [] [2022-10-27T11:54:33.719471+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:54:33.808493+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:54:33.859939+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2021-07-01', '2022-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:54:33.943144+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:54:33.952006+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:54:34.099707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.100690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.103901+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.104957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.105257+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.105509+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' [] [] [2022-10-27T11:54:34.106045+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:34.108270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.109091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.109809+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.110312+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.110595+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.110881+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' [] [] [2022-10-27T11:54:34.111226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:34.111479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.112256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.113041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.113505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.113778+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.114060+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' [] [] [2022-10-27T11:54:34.114340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:34.115442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.116202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.116994+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.117453+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.117748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.118058+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' [] [] [2022-10-27T11:54:34.118367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:34.118666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.119454+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.120264+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.120766+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.121043+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.121385+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' [] [] [2022-10-27T11:54:34.121690+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:54:34.121928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.122704+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:54:34.123472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:54:34.123931+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:54:34.124211+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:54:34.124501+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' [] [] [2022-10-27T11:54:34.124777+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:55:29.542742+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"GET"} [] [2022-10-27T11:55:29.641737+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:55:29.652053+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T11:55:29.652797+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T11:55:29.660978+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T11:55:29.661443+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T11:55:29.697896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.698811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.702266+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:55:29.703503+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:55:29.703824+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:55:29.704115+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' [] [] [2022-10-27T11:55:29.704645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:55:29.707319+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.708119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.708878+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:55:29.709361+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:55:29.709730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:55:29.710013+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' [] [] [2022-10-27T11:55:29.710325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:55:29.710574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.711313+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:55:29.712068+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:55:29.712607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:55:29.713074+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:55:29.713551+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' [] [] [2022-10-27T11:55:29.713913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:55:29.907994+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09f7e8"},"request_uri":"http://127.0.0.1:8000/_wdt/09f7e8","method":"GET"} [] [2022-10-27T11:56:06.958702+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T11:56:07.042437+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T11:56:07.097816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.098816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.102132+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:07.103315+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:07.103619+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:07.103937+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' [] [] [2022-10-27T11:56:07.104550+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:07.107149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.107936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.108679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:07.109162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:07.109472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:07.109751+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' [] [] [2022-10-27T11:56:07.110057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:07.110302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.111009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:07.111737+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:07.112238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:07.112528+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:07.112775+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' [] [] [2022-10-27T11:56:07.113199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.302014+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:56:23.420511+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:56:23.490011+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2022-07-01', '2023-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:56:23.579628+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:56:23.588257+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:56:23.744435+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.745514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.749358+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.750539+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.750845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.751137+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' [] [] [2022-10-27T11:56:23.751607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.753793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.754576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.755334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.755763+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.756088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.756335+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' [] [] [2022-10-27T11:56:23.756643+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.756868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.757594+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.758369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.758832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.759104+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.759330+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' [] [] [2022-10-27T11:56:23.759598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.760747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.761585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.762350+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.762814+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.763087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.763372+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' [] [] [2022-10-27T11:56:23.763655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.763875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.764633+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.765386+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.765839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.766110+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.766390+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' [] [] [2022-10-27T11:56:23.766679+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:56:23.766927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.767691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:56:23.768453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:56:23.768872+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:56:23.769131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:56:23.769366+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' [] [] [2022-10-27T11:56:23.769645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.095272+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:57:28.204615+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:57:28.254844+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2023-07-01', '2024-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:57:28.338170+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:57:28.346843+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:57:28.496416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.497480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.500903+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.502021+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.502349+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.502645+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' [] [] [2022-10-27T11:57:28.503148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.505507+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.506360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.507138+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.507609+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.507884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.508131+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' [] [] [2022-10-27T11:57:28.508472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.508699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.509420+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.510257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.510748+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.511022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.511301+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' [] [] [2022-10-27T11:57:28.511582+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.512691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.513424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.514211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.514648+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.514933+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.515174+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' [] [] [2022-10-27T11:57:28.515488+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.515716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.516432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.517154+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.517577+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.517884+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.518134+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' [] [] [2022-10-27T11:57:28.518408+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:28.518620+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.519362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:28.520184+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:28.520590+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:28.520860+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:28.521072+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' [] [] [2022-10-27T11:57:28.521310+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.199479+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:57:54.310038+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T11:57:54.360217+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2024-07-01', '2025-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T11:57:54.443026+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:57:54.450952+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:57:54.604674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.605616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.608875+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.609954+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.610243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.610503+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' [] [] [2022-10-27T11:57:54.611023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.613212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.613977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.614749+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.615215+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.615488+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.615774+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' [] [] [2022-10-27T11:57:54.616052+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.616266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.616995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.617861+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.618318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.618629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.618921+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' [] [] [2022-10-27T11:57:54.619254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.620657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.621750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.622808+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.623363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.623638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.623880+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' [] [] [2022-10-27T11:57:54.624137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.624354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.625159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.626125+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.626634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.626913+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.627159+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' [] [] [2022-10-27T11:57:54.627438+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:57:54.627657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.628401+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:57:54.629223+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:57:54.629651+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:57:54.629885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:57:54.630084+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' [] [] [2022-10-27T11:57:54.630353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:03.683907+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://127.0.0.1:8000/subgroup/getsubgroupbygroupid?groupId=","method":"GET"} [] [2022-10-27T11:58:03.753943+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? [""] [] [2022-10-27T11:58:03.780102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.781095+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.784513+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:03.785790+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:03.786180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:03.786462+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' [] [] [2022-10-27T11:58:03.787062+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:03.789206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.790051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.790841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:03.791364+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:03.791675+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:03.791960+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' [] [] [2022-10-27T11:58:03.792278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:03.792538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.793292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:03.794073+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:03.794564+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:03.794873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:03.795160+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' [] [] [2022-10-27T11:58:03.795480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:04.614615+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://127.0.0.1:8000/reports/depreciationsummary","method":"POST"} [] [2022-10-27T11:58:04.761194+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2024-07-01', '2025-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T11:58:04.907950+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T11:58:04.916421+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T11:58:05.070793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.072456+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.075691+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.076757+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.077144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.077450+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' [] [] [2022-10-27T11:58:05.077954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:05.080117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.080896+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.081686+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.082159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.082471+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.082757+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' [] [] [2022-10-27T11:58:05.083075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:05.083331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.084083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.084915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.085373+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.085686+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.085989+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' [] [] [2022-10-27T11:58:05.086303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:05.090295+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.091154+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.091946+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.092472+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.092804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.093099+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' [] [] [2022-10-27T11:58:05.093441+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:05.093706+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.094477+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.095281+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.095752+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.096057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.096348+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' [] [] [2022-10-27T11:58:05.096662+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T11:58:05.096913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.097698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T11:58:05.098483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T11:58:05.098941+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T11:58:05.099248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T11:58:05.099532+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' [] [] [2022-10-27T11:58:05.099849+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:07.484638+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-27T12:54:07.600221+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T12:54:07.615445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T12:54:07.616010+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T12:54:07.624040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T12:54:07.624431+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T12:54:07.661338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.662370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.665661+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:07.666949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:07.667228+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:07.667458+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' [] [] [2022-10-27T12:54:07.667935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:07.670391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.671101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.671774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:07.672159+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:07.672396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:07.672618+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' [] [] [2022-10-27T12:54:07.672860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:07.673047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.673688+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:07.674409+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:07.674785+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:07.675024+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:07.675240+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' [] [] [2022-10-27T12:54:07.675480+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:08.827689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92c67b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/92c67b","method":"GET"} [] [2022-10-27T12:54:12.512959+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-27T12:54:12.620024+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T12:54:12.633863+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T12:54:12.634397+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T12:54:12.642113+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T12:54:12.642505+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T12:54:12.677331+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.678204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.681777+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:12.683031+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:12.683310+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:12.683549+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' [] [] [2022-10-27T12:54:12.684012+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:12.686424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.687131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.687818+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:12.688216+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:12.688462+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:12.688685+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' [] [] [2022-10-27T12:54:12.688935+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:12.689129+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.689789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:12.690471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:12.690906+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:12.691150+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:12.691371+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' [] [] [2022-10-27T12:54:12.691619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:13.064893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ac4aa"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/8ac4aa","method":"GET"} [] [2022-10-27T12:54:40.291401+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T12:54:40.457467+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T12:54:40.582776+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T12:54:40.589771+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T12:54:40.728719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.730419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.733377+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.734327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.734597+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.734827+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' [] [] [2022-10-27T12:54:40.735252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:40.737442+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.738140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.738817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.739229+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.739475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.739758+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' [] [] [2022-10-27T12:54:40.740010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:40.740204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.740851+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.741516+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.741890+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.742128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.742345+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' [] [] [2022-10-27T12:54:40.742587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:40.746112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.746854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.747586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.747988+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.748232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.748458+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' [] [] [2022-10-27T12:54:40.748762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:40.748964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.749619+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.750289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.750664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.750904+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.751118+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' [] [] [2022-10-27T12:54:40.751360+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T12:54:40.751547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.752193+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T12:54:40.752954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T12:54:40.753327+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T12:54:40.753562+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T12:54:40.753776+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' [] [] [2022-10-27T12:54:40.754017+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:04.889287+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2022-10-27T13:04:05.003700+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:04:05.017067+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T13:04:05.017724+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T13:04:05.025246+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T13:04:05.025625+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T13:04:05.058889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.059786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.063036+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:05.064241+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:05.064564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:05.064793+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' [] [] [2022-10-27T13:04:05.065335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:05.068032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.069184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.069947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:05.070501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:05.070769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:05.071039+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' [] [] [2022-10-27T13:04:05.071335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:05.071544+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.072262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:05.073014+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:05.073502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:05.073796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:05.074037+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' [] [] [2022-10-27T13:04:05.074303+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:05.393783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6198e3"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/6198e3","method":"GET"} [] [2022-10-27T13:04:47.593744+00:00] request.INFO: Matched route "subgroup_getsubgroupbygroupid". {"route":"subgroup_getsubgroupbygroupid","route_parameters":{"_route":"subgroup_getsubgroupbygroupid","_controller":"App\\Controller\\SubgroupController::getSubgroupByGroupId"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/subgroup/getsubgroupbygroupid?groupId=9","method":"GET"} [] [2022-10-27T13:04:47.665731+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.groups_id = ? ["9"] [] [2022-10-27T13:04:47.718503+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.719393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.722627+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:47.723739+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:47.724009+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:47.724241+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' [] [] [2022-10-27T13:04:47.724706+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:47.727067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.727771+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.728462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:47.728855+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:47.729100+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:47.729322+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' [] [] [2022-10-27T13:04:47.729572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:47.729832+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.730505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:47.731191+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:47.731573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:47.731817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:47.732037+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' [] [] [2022-10-27T13:04:47.732284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:48.975402+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2022-10-27T13:04:49.087291+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T13:04:49.154120+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2020-07-01', '2021-06-30', 9, 0, 0, 0, 0) [] [] [2022-10-27T13:04:49.353462+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:04:49.360173+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T13:04:49.494327+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.495227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.498217+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.499202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.499504+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.499766+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' [] [] [2022-10-27T13:04:49.500208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:49.502186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.502899+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.503610+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.504028+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.504366+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.504618+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' [] [] [2022-10-27T13:04:49.504895+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:49.505116+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.505800+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.506496+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.506901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.507234+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.507490+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' [] [] [2022-10-27T13:04:49.507762+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:49.508743+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.509436+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.510141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.510550+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.510822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.511073+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' [] [] [2022-10-27T13:04:49.511350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:49.511575+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.512260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.512959+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.513363+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.513629+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.513876+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' [] [] [2022-10-27T13:04:49.514148+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:04:49.514368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.515048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:04:49.515751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:04:49.516161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:04:49.516485+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:04:49.516742+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' [] [] [2022-10-27T13:04:49.517014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:28:37.400510+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2022-10-27T13:28:37.510189+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:28:37.524338+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T13:28:37.524849+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T13:28:37.532441+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T13:28:37.532830+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T13:28:37.568245+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.569137+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.572449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:28:37.573644+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:28:37.573950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:28:37.574210+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' [] [] [2022-10-27T13:28:37.574759+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:28:37.577172+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.577884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.578583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:28:37.578998+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:28:37.579268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:28:37.579516+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' [] [] [2022-10-27T13:28:37.579790+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:28:37.580010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.580683+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:28:37.581369+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:28:37.581775+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:28:37.582040+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:28:37.582284+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' [] [] [2022-10-27T13:28:37.582554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:28:37.916880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"caebf4"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/caebf4","method":"GET"} [] [2022-10-27T13:29:21.828610+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T13:29:21.998125+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-01-07', '2018-03-06', 0, 0, 0, 0, 0) [] [] [2022-10-27T13:29:22.123652+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:29:22.130215+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T13:29:22.273228+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.274953+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.278227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.279541+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.279817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.280175+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' [] [] [2022-10-27T13:29:22.280648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:29:22.282799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.283848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.284542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.284933+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.285183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.285371+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' [] [] [2022-10-27T13:29:22.285587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:29:22.285753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.286496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.287131+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.287492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.287764+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.287955+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' [] [] [2022-10-27T13:29:22.288168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:29:22.291915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.292691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.293453+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.293878+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.294136+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.294363+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' [] [] [2022-10-27T13:29:22.294585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:29:22.294760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.295412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.296058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.296414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.296628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.296813+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' [] [] [2022-10-27T13:29:22.297025+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:29:22.297183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.297816+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:29:22.298454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:29:22.298806+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:29:22.299018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:29:22.299204+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' [] [] [2022-10-27T13:29:22.299412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:11.928373+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"POST"} [] [2022-10-27T13:30:12.063597+00:00] doctrine.DEBUG: CALL usp_depreciation_summary('2017-07-01', '2018-06-30', 0, 0, 0, 0, 0) [] [] [2022-10-27T13:30:12.188314+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:30:12.194397+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2022-10-27T13:30:12.330692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.332298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.335495+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.336614+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.336963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.337317+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' [] [] [2022-10-27T13:30:12.337828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:12.340024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.340819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.341650+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.342255+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.342555+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.342830+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' [] [] [2022-10-27T13:30:12.343135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:12.343382+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.344104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.344841+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.345277+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.345575+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.345852+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' [] [] [2022-10-27T13:30:12.346149+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:12.349798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.350522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.351259+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.351778+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.352078+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.352351+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' [] [] [2022-10-27T13:30:12.352651+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:12.352901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.353618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.354348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.354779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.355072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.355342+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' [] [] [2022-10-27T13:30:12.355639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:12.355877+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.356596+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:12.357378+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:12.357813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:12.358103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:12.358375+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' [] [] [2022-10-27T13:30:12.358676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.529916+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2022-10-27T13:30:29.574517+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2022-10-27T13:30:29.644577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.646238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.649408+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.650513+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.650822+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.651105+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' [] [] [2022-10-27T13:30:29.651639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.653693+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.654419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.655148+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.655591+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.655880+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.656151+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' [] [] [2022-10-27T13:30:29.656448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.656690+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.657402+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.658128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.658633+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.658967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.659247+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' [] [] [2022-10-27T13:30:29.659584+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.669391+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2022-10-27T13:30:29.677381+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2022-10-27T13:30:29.695799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2022-10-27T13:30:29.696620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:29.696928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:29.697382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2022-10-27T13:30:29.698562+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2022-10-27T13:30:29.706353+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.707149+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.707910+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.708405+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.708707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.708987+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' [] [] [2022-10-27T13:30:29.709297+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.709554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.710277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.711011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.711463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.711754+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.712030+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' [] [] [2022-10-27T13:30:29.712448+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:29.712866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.713672+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:29.714410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:29.714882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:29.715182+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:29.715469+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' [] [] [2022-10-27T13:30:29.715781+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:30.119571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a54562"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/a54562","method":"GET"} [] [2022-10-27T13:30:44.544865+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"153"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/153/show","method":"GET"} [] [2022-10-27T13:30:44.634041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["153"] [] [2022-10-27T13:30:44.672272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2022-10-27T13:30:44.672769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:44.673108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:44.673441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:44.673787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T13:30:44.674113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:44.674429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:44.674756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [153] [] [2022-10-27T13:30:44.692039+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.692920+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.696267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:44.697416+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:44.697723+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:44.698001+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' [] [] [2022-10-27T13:30:44.698521+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:44.700936+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.701664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.702451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:44.702901+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:44.703197+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:44.703469+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' [] [] [2022-10-27T13:30:44.703769+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:44.704014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.704709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:44.705429+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:44.705856+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:44.706144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:44.706417+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' [] [] [2022-10-27T13:30:44.706710+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:44.999976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52d2d0"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/52d2d0","method":"GET"} [] [2022-10-27T13:30:50.068769+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"153"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/153/edit","method":"GET"} [] [2022-10-27T13:30:50.157492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["153"] [] [2022-10-27T13:30:50.229572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:50.230341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T13:30:50.230675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2022-10-27T13:30:50.231244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:50.231581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T13:30:50.232011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:50.232317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T13:30:50.234665+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2022-10-27T13:30:50.236244+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2022-10-27T13:30:50.236725+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2022-10-27T13:30:50.239595+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2022-10-27T13:30:50.239928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2022-10-27T13:30:50.240312+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2022-10-27T13:30:50.240693+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2022-10-27T13:30:50.270294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.271190+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.274479+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:50.275661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:50.275937+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:50.276174+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' [] [] [2022-10-27T13:30:50.276636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:50.279010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.279848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.280542+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:50.280975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:50.281230+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:50.281461+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' [] [] [2022-10-27T13:30:50.281672+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:50.281879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.282547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:30:50.283334+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:30:50.283742+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:30:50.283988+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:30:50.284218+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' [] [] [2022-10-27T13:30:50.284467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:30:50.510828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c44ff"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/9c44ff","method":"GET"} [] [2022-10-27T13:31:04.390882+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"153"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/assetregister/153/edit","method":"POST"} [] [2022-10-27T13:31:04.464365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["153"] [] [2022-10-27T13:31:04.533694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2022-10-27T13:31:04.534446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2022-10-27T13:31:04.534837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2022-10-27T13:31:04.535397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:31:04.535729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2022-10-27T13:31:04.536027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2022-10-27T13:31:04.536309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2022-10-27T13:31:04.543775+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.id IN (?) ORDER BY g0_.name ASC [["9"]] [] [2022-10-27T13:31:04.545133+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ WHERE s0_.id IN (?) ORDER BY s0_.name ASC [["9"]] [] [2022-10-27T13:31:04.545577+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ WHERE a0_.id IN (?) ORDER BY a0_.name ASC [["115"]] [] [2022-10-27T13:31:04.546339+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.id IN (?) ORDER BY u0_.name ASC [["1"]] [] [2022-10-27T13:31:04.546909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ WHERE v0_.id IN (?) ORDER BY v0_.name ASC [["2"]] [] [2022-10-27T13:31:04.547325+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.id IN (?) ORDER BY b0_.name ASC [["1"]] [] [2022-10-27T13:31:04.547731+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC [["1"]] [] [2022-10-27T13:31:04.605117+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: Division by zero" at C:\Apache24\htdocs\fixedasset\src\Controller\AssetregisterController.php line 220 {"exception":"[object] (ErrorException(code: 0): Warning: Division by zero at C:\\Apache24\\htdocs\\fixedasset\\src\\Controller\\AssetregisterController.php:220)"} [] [2022-10-27T13:31:04.628540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.629362+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.632662+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.633789+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.634128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.634326+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' [] [] [2022-10-27T13:31:04.634785+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.637196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.637878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.638559+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.638951+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.639199+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.639424+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' [] [] [2022-10-27T13:31:04.639671+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.639865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.640520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.641187+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.641566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.641808+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.642028+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' [] [] [2022-10-27T13:31:04.642229+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.643346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.644040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.644663+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.645094+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.645303+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.645525+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' [] [] [2022-10-27T13:31:04.645773+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.645972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.646630+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.647306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.647692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.648010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.648190+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' [] [] [2022-10-27T13:31:04.648435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.648634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.649290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-10-27T13:31:04.649960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-10-27T13:31:04.650346+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-10-27T13:31:04.650673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-10-27T13:31:04.650931+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' [] [] [2022-10-27T13:31:04.651208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-10-27T13:31:04.914861+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"402268"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/402268","method":"GET"} [] [2022-11-02T09:38:39.654970+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-11-02T09:38:39.744629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.753075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.771636+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-02T09:38:39.774514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-02T09:38:39.775244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-02T09:38:39.775510+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' [] [] [2022-11-02T09:38:39.776274+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-02T09:38:39.780989+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.781723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.782419+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-02T09:38:39.782832+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-02T09:38:39.783080+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-02T09:38:39.783305+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' [] [] [2022-11-02T09:38:39.783554+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-02T09:38:39.783752+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.784418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-02T09:38:39.785096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-02T09:38:39.785533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-02T09:38:39.785783+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-02T09:38:39.786005+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' [] [] [2022-11-02T09:38:39.786251+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-17T16:47:11.015324+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-11-17T16:47:11.095206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.101830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.120371+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-17T16:47:11.123408+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-17T16:47:11.124255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-17T16:47:11.124526+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' [] [] [2022-11-17T16:47:11.125349+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-17T16:47:11.129950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.130611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.131230+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-17T16:47:11.131600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-17T16:47:11.131804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-17T16:47:11.131981+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' [] [] [2022-11-17T16:47:11.132185+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-17T16:47:11.132336+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.132945+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-17T16:47:11.133555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-17T16:47:11.133895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-17T16:47:11.134092+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-17T16:47:11.134264+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' [] [] [2022-11-17T16:47:11.134461+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:42:16.465080+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-11-18T03:42:16.544428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.552140+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.571476+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:42:16.574431+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:42:16.574752+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:42:16.574991+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' [] [] [2022-11-18T03:42:16.575663+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:42:16.580028+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.580735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.581414+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:42:16.581902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:42:16.582153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:42:16.582407+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' [] [] [2022-11-18T03:42:16.582659+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:42:16.582859+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.583512+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:42:16.584189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:42:16.584619+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:42:16.584859+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:42:16.585077+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' [] [] [2022-11-18T03:42:16.585323+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:54:15.646088+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-11-18T03:54:15.678889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.680770+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.688970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:54:15.690179+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:54:15.691244+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:54:15.691586+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' [] [] [2022-11-18T03:54:15.692101+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:54:15.694471+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.695198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.695930+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:54:15.696411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:54:15.696703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:54:15.696987+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' [] [] [2022-11-18T03:54:15.697285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-11-18T03:54:15.697528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.698240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-11-18T03:54:15.698975+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-11-18T03:54:15.699441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-11-18T03:54:15.699762+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-11-18T03:54:15.700039+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' [] [] [2022-11-18T03:54:15.700335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-03T02:49:55.576807+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-12-03T02:49:55.655684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.664520+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.683425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-03T02:49:55.686525+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-03T02:49:55.687198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-03T02:49:55.687441+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' [] [] [2022-12-03T02:49:55.688201+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-03T02:49:55.692902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.693678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.694401+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-03T02:49:55.694908+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-03T02:49:55.695152+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-03T02:49:55.695359+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' [] [] [2022-12-03T02:49:55.695588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-03T02:49:55.695834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.696563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-03T02:49:55.697293+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-03T02:49:55.697698+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-03T02:49:55.697932+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-03T02:49:55.698126+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' [] [] [2022-12-03T02:49:55.698346+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-16T20:27:51.866679+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2022-12-16T20:27:51.956608+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:51.966088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:51.986945+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-16T20:27:51.990660+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-16T20:27:51.997679+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-16T20:27:51.997957+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' [] [] [2022-12-16T20:27:51.999138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-16T20:27:52.005081+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:52.005895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:52.006621+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-16T20:27:52.007071+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-16T20:27:52.007361+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-16T20:27:52.007630+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' [] [] [2022-12-16T20:27:52.007929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-12-16T20:27:52.008194+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:52.008903+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-12-16T20:27:52.009623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-12-16T20:27:52.010061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2022-12-16T20:27:52.010351+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-12-16T20:27:52.010620+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' [] [] [2022-12-16T20:27:52.010921+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-01-14T06:46:44.388816+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-01-14T06:46:44.486926+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.495883+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.517782+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-01-14T06:46:44.521662+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-01-14T06:46:44.536079+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-01-14T06:46:44.536514+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' [] [] [2023-01-14T06:46:44.537831+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-01-14T06:46:44.544753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.545535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.546284+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-01-14T06:46:44.546774+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-01-14T06:46:44.547069+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-01-14T06:46:44.547344+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' [] [] [2023-01-14T06:46:44.547645+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-01-14T06:46:44.547887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.548604+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-01-14T06:46:44.549340+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-01-14T06:46:44.549779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-01-14T06:46:44.550072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-01-14T06:46:44.550371+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' [] [] [2023-01-14T06:46:44.550667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-02T00:54:14.630761+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-02-02T00:54:14.710478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.719300+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.740308+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-02T00:54:14.743494+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-02T00:54:14.744942+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-02T00:54:14.745182+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' [] [] [2023-02-02T00:54:14.746431+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-02T00:54:14.751555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.752259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.752960+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-02T00:54:14.753370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-02T00:54:14.753695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-02T00:54:14.753970+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' [] [] [2023-02-02T00:54:14.754269+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-02T00:54:14.754478+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.755222+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-02T00:54:14.755906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-02T00:54:14.756329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-02T00:54:14.756621+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-02T00:54:14.756893+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' [] [] [2023-02-02T00:54:14.757188+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T04:43:04.746859+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-02-25T04:43:04.870465+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.881747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.924462+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T04:43:04.933098+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T04:43:04.942625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T04:43:04.942979+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' [] [] [2023-02-25T04:43:04.944295+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T04:43:04.950412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.951239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.951985+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T04:43:04.952504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T04:43:04.952810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T04:43:04.953096+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' [] [] [2023-02-25T04:43:04.953400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T04:43:04.953650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.954359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T04:43:04.955144+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T04:43:04.955607+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T04:43:04.955899+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T04:43:04.956167+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' [] [] [2023-02-25T04:43:04.956463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T05:14:11.051574+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-02-25T05:14:11.092254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.094102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.102149+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T05:14:11.103371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T05:14:11.104308+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T05:14:11.104585+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' [] [] [2023-02-25T05:14:11.105212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T05:14:11.107627+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.108355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.109079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T05:14:11.109514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T05:14:11.109797+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T05:14:11.110074+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' [] [] [2023-02-25T05:14:11.110367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-25T05:14:11.110605+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.111304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-25T05:14:11.112028+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-25T05:14:11.112447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-02-25T05:14:11.112730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-25T05:14:11.112994+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' [] [] [2023-02-25T05:14:11.113281+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-07T19:28:59.407034+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-03-07T19:28:59.501016+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.512947+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.535123+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-07T19:28:59.540163+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-07T19:28:59.541167+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-07T19:28:59.541446+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' [] [] [2023-03-07T19:28:59.542602+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-07T19:28:59.548090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.548819+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.549637+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-07T19:28:59.550112+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-07T19:28:59.550420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-07T19:28:59.550758+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' [] [] [2023-03-07T19:28:59.551060+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-07T19:28:59.551304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.552023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-07T19:28:59.552785+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-07T19:28:59.553172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-07T19:28:59.553458+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-07T19:28:59.553715+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' [] [] [2023-03-07T19:28:59.554026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-26T16:48:47.476266+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-03-26T16:48:47.558839+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.572026+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.591494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-26T16:48:47.595927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-26T16:48:47.603015+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-26T16:48:47.603307+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' [] [] [2023-03-26T16:48:47.604551+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-26T16:48:47.611019+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.611774+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.612515+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-26T16:48:47.612975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-26T16:48:47.613289+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-26T16:48:47.613572+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' [] [] [2023-03-26T16:48:47.613874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-26T16:48:47.614123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.614838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-26T16:48:47.615569+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-26T16:48:47.615996+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-03-26T16:48:47.616314+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-26T16:48:47.616588+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' [] [] [2023-03-26T16:48:47.616884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-01T11:47:47.716416+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-04-01T11:47:47.869474+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.883067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.923724+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-01T11:47:47.930555+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-01T11:47:47.931829+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-01T11:47:47.932183+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' [] [] [2023-04-01T11:47:47.933444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-01T11:47:47.943066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.944083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.944853+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-01T11:47:47.945391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-01T11:47:47.945691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-01T11:47:47.945964+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' [] [] [2023-04-01T11:47:47.946270+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-01T11:47:47.946525+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.947223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-01T11:47:47.947941+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-01T11:47:47.948378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-01T11:47:47.948664+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-01T11:47:47.948932+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' [] [] [2023-04-01T11:47:47.949222+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:00:04.837836+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-04-11T21:00:04.935377+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.950010+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.968119+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:00:04.971490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:00:04.973086+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:00:04.973331+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' [] [] [2023-04-11T21:00:04.974555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:00:04.979244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.979978+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.980680+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:00:04.981090+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:00:04.981403+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:00:04.981628+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' [] [] [2023-04-11T21:00:04.981880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:00:04.982104+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.982784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:00:04.983473+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:00:04.983861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:00:04.984105+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:00:04.984326+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' [] [] [2023-04-11T21:00:04.984576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:12:15.152468+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-04-11T21:12:15.184542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.186407+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.194599+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:12:15.195750+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:12:15.196782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:12:15.197097+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' [] [] [2023-04-11T21:12:15.197680+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:12:15.200079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.200812+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.201547+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:12:15.201994+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:12:15.202284+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:12:15.202562+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' [] [] [2023-04-11T21:12:15.202861+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-11T21:12:15.203107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.203820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-11T21:12:15.204552+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-11T21:12:15.204980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-04-11T21:12:15.205270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-11T21:12:15.205573+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' [] [] [2023-04-11T21:12:15.205880+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-05T20:26:20.549125+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-05-05T20:26:20.715141+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.721735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.739836+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-05T20:26:20.742826+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-05-05T20:26:20.744253+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-05T20:26:20.744503+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' [] [] [2023-05-05T20:26:20.745948+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-05T20:26:20.755734+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.756681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.757449+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-05T20:26:20.757991+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-05-05T20:26:20.758336+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-05T20:26:20.758621+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' [] [] [2023-05-05T20:26:20.758928+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-05T20:26:20.759184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.759939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-05T20:26:20.760693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-05T20:26:20.761146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-05-05T20:26:20.761438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-05T20:26:20.761710+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' [] [] [2023-05-05T20:26:20.762000+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:23:31.867781+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-06-02T17:23:32.040993+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.050720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.088271+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:23:32.094414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:23:32.096432+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:23:32.096869+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' [] [] [2023-06-02T17:23:32.099208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:23:32.107209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.108146+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.108932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:23:32.109468+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:23:32.109775+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:23:32.110060+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' [] [] [2023-06-02T17:23:32.110365+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:23:32.110613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.111355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:23:32.112117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:23:32.112587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:23:32.112881+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:23:32.113153+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' [] [] [2023-06-02T17:23:32.113450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:24:41.473701+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-06-02T17:24:41.530291+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.532207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.540543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:24:41.541765+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:24:41.542720+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:24:41.543015+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' [] [] [2023-06-02T17:24:41.543572+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:24:41.545994+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.546745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.547509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:24:41.547950+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:24:41.548240+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:24:41.548522+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' [] [] [2023-06-02T17:24:41.548820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-02T17:24:41.549072+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.549818+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-02T17:24:41.550585+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-02T17:24:41.551018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-02T17:24:41.551328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-02T17:24:41.551601+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' [] [] [2023-06-02T17:24:41.551899+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-28T10:47:39.270941+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-06-28T10:47:39.350221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.361196+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.379410+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-28T10:47:39.383692+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-28T10:47:39.390730+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-28T10:47:39.391017+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' [] [] [2023-06-28T10:47:39.392181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-28T10:47:39.397948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.398701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.399422+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-28T10:47:39.399845+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-28T10:47:39.400098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-28T10:47:39.400351+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' [] [] [2023-06-28T10:47:39.400606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-28T10:47:39.400805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.401502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-28T10:47:39.402216+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-28T10:47:39.402596+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-06-28T10:47:39.402845+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-28T10:47:39.403062+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' [] [] [2023-06-28T10:47:39.403305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-07-19T00:12:33.362131+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-07-19T00:12:33.524346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.538649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.577816+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-07-19T00:12:33.583560+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-07-19T00:12:33.585529+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-07-19T00:12:33.585963+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' [] [] [2023-07-19T00:12:33.588576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-07-19T00:12:33.599440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.600479+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.601316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-07-19T00:12:33.601844+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-07-19T00:12:33.602143+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-07-19T00:12:33.602423+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' [] [] [2023-07-19T00:12:33.602732+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-07-19T00:12:33.602995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.603966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-19T00:12:33.605060+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-07-19T00:12:33.605608+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-07-19T00:12:33.605950+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-07-19T00:12:33.606200+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' [] [] [2023-07-19T00:12:33.606467+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-08-28T23:03:16.016845+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-08-28T23:03:16.119000+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.132682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.169190+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-08-28T23:03:16.177498+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-08-28T23:03:16.187697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-08-28T23:03:16.188092+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' [] [] [2023-08-28T23:03:16.189812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-08-28T23:03:16.196873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.197678+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.198454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-08-28T23:03:16.198969+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-08-28T23:03:16.199272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-08-28T23:03:16.199545+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' [] [] [2023-08-28T23:03:16.199848+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-08-28T23:03:16.200092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.200913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-28T23:03:16.201687+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-08-28T23:03:16.202129+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-08-28T23:03:16.202423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-08-28T23:03:16.202699+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' [] [] [2023-08-28T23:03:16.202999+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-25T17:42:44.272779+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-09-25T17:42:44.353210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.360334+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.380067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-25T17:42:44.384010+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-25T17:42:44.390784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-25T17:42:44.391065+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' [] [] [2023-09-25T17:42:44.392296+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-25T17:42:44.397977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.398775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.399563+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-25T17:42:44.400019+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-25T17:42:44.400301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-25T17:42:44.400560+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' [] [] [2023-09-25T17:42:44.400845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-25T17:42:44.401075+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.401858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-25T17:42:44.402682+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-25T17:42:44.403121+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-25T17:42:44.403417+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-25T17:42:44.403696+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' [] [] [2023-09-25T17:42:44.404002+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-27T13:40:04.792207+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-09-27T13:40:04.928493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:04.943181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:04.977457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-27T13:40:04.984610+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-27T13:40:04.985916+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-27T13:40:04.986300+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' [] [] [2023-09-27T13:40:04.988285+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-27T13:40:04.996189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:04.997247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:04.998046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-27T13:40:04.998569+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-27T13:40:04.998866+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-27T13:40:04.999147+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' [] [] [2023-09-27T13:40:04.999455+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-27T13:40:04.999701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:05.000438+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-27T13:40:05.001189+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-27T13:40:05.001639+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-09-27T13:40:05.001955+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-27T13:40:05.002221+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' [] [] [2023-09-27T13:40:05.002546+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-07T11:32:36.537709+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-11-07T11:32:36.614868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.626700+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.646170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-07T11:32:36.651502+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-07T11:32:36.658323+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-07T11:32:36.658621+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' [] [] [2023-11-07T11:32:36.659832+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-07T11:32:36.666493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.667287+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.668041+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-07T11:32:36.668508+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-07T11:32:36.668856+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-07T11:32:36.669157+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' [] [] [2023-11-07T11:32:36.669478+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-07T11:32:36.669753+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.670481+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-07T11:32:36.671231+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-07T11:32:36.671680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-07T11:32:36.672003+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-07T11:32:36.672296+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' [] [] [2023-11-07T11:32:36.672615+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-08T10:45:24.399884+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-11-08T10:45:24.481487+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.486998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.502751+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-08T10:45:24.505658+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-08T10:45:24.506637+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-08T10:45:24.506884+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' [] [] [2023-11-08T10:45:24.507564+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-08T10:45:24.512239+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.512955+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.513598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-08T10:45:24.514001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-08T10:45:24.514217+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-08T10:45:24.514400+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' [] [] [2023-11-08T10:45:24.514610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-08T10:45:24.514764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.515388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-08T10:45:24.516006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-08T10:45:24.516375+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-08T10:45:24.516580+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-08T10:45:24.516756+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' [] [] [2023-11-08T10:45:24.516954+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-30T18:27:08.344679+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-11-30T18:27:08.535928+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.545766+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.563529+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-30T18:27:08.572762+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-30T18:27:08.574610+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-30T18:27:08.575446+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' [] [] [2023-11-30T18:27:08.576819+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-30T18:27:08.582201+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.582954+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.583675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-30T18:27:08.584143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-30T18:27:08.584422+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-30T18:27:08.584649+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' [] [] [2023-11-30T18:27:08.584904+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-30T18:27:08.585112+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.585797+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-30T18:27:08.586488+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-30T18:27:08.586884+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-11-30T18:27:08.587124+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-30T18:27:08.587343+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' [] [] [2023-11-30T18:27:08.587585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:06:54.837542+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/" (from "http://45.64.134.180:8081/fixedasset/public/")" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" (from \"http://45.64.134.180:8081/fixedasset/public/\") at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-12-01T06:06:54.882122+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.884337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.893079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:06:54.894426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:06:54.894814+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:06:54.895101+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' [] [] [2023-12-01T06:06:54.895641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:06:54.898183+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.898934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.899688+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:06:54.900138+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:06:54.900449+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:06:54.900767+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' [] [] [2023-12-01T06:06:54.901071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:06:54.901318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.902047+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:06:54.902794+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:06:54.903222+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:06:54.903532+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:06:54.903804+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' [] [] [2023-12-01T06:06:54.904098+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:06:55.204294+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9876f2"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/9876f2","method":"GET"} [] [2023-12-01T06:07:10.574670+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/login"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/login\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2023-12-01T06:07:10.674674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.676486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.683142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.684295+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.685227+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.685464+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' [] [] [2023-12-01T06:07:10.685882+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:10.687959+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.688901+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.689590+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.689983+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.690226+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.690445+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' [] [] [2023-12-01T06:07:10.690688+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:10.690878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.691540+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.692221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.692627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.692889+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.693107+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' [] [] [2023-12-01T06:07:10.693348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:10.694107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.694781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.695463+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.695841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.696082+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.696299+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' [] [] [2023-12-01T06:07:10.696540+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:10.696731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.697394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.698069+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.698439+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.698688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.698906+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' [] [] [2023-12-01T06:07:10.699147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:10.699330+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.699990+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:10.700667+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:10.701034+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:10.701270+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:10.701489+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' [] [] [2023-12-01T06:07:10.701730+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:11.220676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdf21d"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/cdf21d","method":"GET"} [] [2023-12-01T06:07:20.407355+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/category"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/category\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/category/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2023-12-01T06:07:20.469256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.471325+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.477915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.478916+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.479873+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.480146+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' [] [] [2023-12-01T06:07:20.480606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.482547+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.483655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.484470+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.485013+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.485298+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.485563+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' [] [] [2023-12-01T06:07:20.485852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.486086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.486807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.487586+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.488025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.488325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.488589+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' [] [] [2023-12-01T06:07:20.488876+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.489689+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.490414+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.491157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.491580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.491862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.492127+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' [] [] [2023-12-01T06:07:20.492413+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.492650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.493369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.494108+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.494548+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.494843+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.495107+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' [] [] [2023-12-01T06:07:20.495394+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.495626+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.496380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:20.497151+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:20.497598+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:20.497915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:20.498298+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' [] [] [2023-12-01T06:07:20.498594+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:20.907966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b4784"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/4b4784","method":"GET"} [] [2023-12-01T06:07:45.307215+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2023-12-01T06:07:45.338251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.340001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.347055+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:45.348273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:45.349370+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:45.349685+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' [] [] [2023-12-01T06:07:45.350232+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:45.352371+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.353273+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.354099+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:45.354654+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:45.354967+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:45.355253+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' [] [] [2023-12-01T06:07:45.355610+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:45.355865+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.356652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:45.357443+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:45.357956+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:45.358262+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:45.358549+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' [] [] [2023-12-01T06:07:45.358874+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:45.570337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fc95d"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/2fc95d","method":"GET"} [] [2023-12-01T06:07:56.373373+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/applogin"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/applogin\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/applogin/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2023-12-01T06:07:56.445302+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.447054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.453684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.454700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.455093+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.455366+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' [] [] [2023-12-01T06:07:56.455823+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.457756+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.458488+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.459657+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.460100+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.460385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.460650+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' [] [] [2023-12-01T06:07:56.460940+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.461175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.461913+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.462653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.463107+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.463472+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.463736+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' [] [] [2023-12-01T06:07:56.464023+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.464838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.465563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.466300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.466747+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.467033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.467299+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' [] [] [2023-12-01T06:07:56.467587+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.467827+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.468554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.469292+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.469740+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.470026+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.470290+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' [] [] [2023-12-01T06:07:56.470578+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.470824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.471558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:07:56.472325+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:07:56.472773+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:07:56.473087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:07:56.473383+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' [] [] [2023-12-01T06:07:56.473678+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:07:56.897176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ad3b0"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/0ad3b0","method":"GET"} [] [2023-12-01T06:08:10.106626+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/category"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/category\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/category/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2023-12-01T06:08:10.177037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.179008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.187272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.188411+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.189372+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.189671+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' [] [] [2023-12-01T06:08:10.190247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.192634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.193385+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.194145+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.194594+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.194885+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.195155+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' [] [] [2023-12-01T06:08:10.195450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.195691+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.196428+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.197182+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.197653+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.197940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.198211+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' [] [] [2023-12-01T06:08:10.198503+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.199363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.200100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.200862+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.201291+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.201578+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.201848+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' [] [] [2023-12-01T06:08:10.202147+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.202388+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.203130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.203882+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.204343+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.204642+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.204911+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' [] [] [2023-12-01T06:08:10.205203+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.205461+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.206197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:10.206951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:10.207378+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:10.207665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:10.207937+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' [] [] [2023-12-01T06:08:10.208234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:10.663679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cb900"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/5cb900","method":"GET"} [] [2023-12-01T06:08:24.602218+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://45.64.134.180:8081/fixedasset/public/index.php/item"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://45.64.134.180:8081/fixedasset/public/index.php/item\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/item/\". at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2023-12-01T06:08:24.673025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.674726+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.681316+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.682287+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.683246+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.683546+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' [] [] [2023-12-01T06:08:24.684005+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:24.685948+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.686731+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.687490+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.687960+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.688243+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.688510+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' [] [] [2023-12-01T06:08:24.688833+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:24.689068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.689778+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.690504+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.690926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.691206+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.691469+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' [] [] [2023-12-01T06:08:24.691755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:24.692564+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.693270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.693996+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.694418+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.694698+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.694962+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' [] [] [2023-12-01T06:08:24.695254+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:24.695492+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.696198+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.696922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.697335+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.697616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.697877+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' [] [] [2023-12-01T06:08:24.698164+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:24.698393+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.699097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:08:24.699822+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:08:24.700256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:08:24.700536+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:08:24.700800+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' [] [] [2023-12-01T06:08:24.701086+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:08:25.050825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f6c60"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/4f6c60","method":"GET"} [] [2023-12-01T06:10:24.486003+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:10:24.581752+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:24.729175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.733858+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.740535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.742521+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.744159+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.744621+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' [] [] [2023-12-01T06:10:24.745465+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:24.749157+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.750290+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.751349+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.752093+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.752506+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.752827+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' [] [] [2023-12-01T06:10:24.753174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:24.753416+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.754269+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.755130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.755621+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.755954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.756226+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' [] [] [2023-12-01T06:10:24.756526+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:24.773472+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:10:24.802430+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:10:24.806754+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:10:24.825817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.826655+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.827415+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.827957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.828258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.828500+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' [] [] [2023-12-01T06:10:24.828761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:24.828971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.829671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.830374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.830779+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.831021+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.831240+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' [] [] [2023-12-01T06:10:24.831487+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:24.831676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.832358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:24.833058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:24.833441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:24.833772+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:24.834002+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' [] [] [2023-12-01T06:10:24.834247+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:25.575322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cd092"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/7cd092","method":"GET"} [] [2023-12-01T06:10:36.363668+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:10:36.401355+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:36.470902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.472609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.475651+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.476667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.477638+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.477910+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' [] [] [2023-12-01T06:10:36.478374+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.480355+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.481067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.481787+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.482240+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.482519+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.482784+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' [] [] [2023-12-01T06:10:36.483069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.483304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.484004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.484766+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.485282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.485624+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.485960+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' [] [] [2023-12-01T06:10:36.486249+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.494741+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:10:36.498596+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:10:36.501146+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:10:36.508390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.509191+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.509932+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.510457+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.510780+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.511050+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' [] [] [2023-12-01T06:10:36.511367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.511612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.512322+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.513048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.513501+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.513784+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.514047+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' [] [] [2023-12-01T06:10:36.514343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.514577+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.515292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:36.516098+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:36.516597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:36.516886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:36.517176+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' [] [] [2023-12-01T06:10:36.517462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:36.803236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03789a"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/03789a","method":"GET"} [] [2023-12-01T06:10:38.909535+00:00] request.INFO: Matched route "subgroup_index". {"route":"subgroup_index","route_parameters":{"_route":"subgroup_index","page":1,"_controller":"App\\Controller\\SubgroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/subgroup","method":"GET"} [] [2023-12-01T06:10:38.952859+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:39.009707+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.011272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.014280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.015302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.015616+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.015851+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' [] [] [2023-12-01T06:10:39.016278+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.018251+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.018940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.019624+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.020018+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.020266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.020492+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' [] [] [2023-12-01T06:10:39.020772+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.020971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.021644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.022321+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.022741+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.022995+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.023220+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' [] [] [2023-12-01T06:10:39.023466+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.033778+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, g1_.name AS name_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:10:39.040244+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE (s0_.name LIKE ? OR g1_.name LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:10:39.051355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:10:39.052472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2023-12-01T06:10:39.052748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2023-12-01T06:10:39.053008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2023-12-01T06:10:39.053266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [5] [] [2023-12-01T06:10:39.053518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:10:39.053775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [3] [] [2023-12-01T06:10:39.054766+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2 FROM subgroup s0_ INNER JOIN `group` g1_ ON s0_.groups_id = g1_.id WHERE s0_.name LIKE ? OR g1_.name LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:10:39.067376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.068163+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.068867+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.069370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.069722+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.069951+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' [] [] [2023-12-01T06:10:39.070211+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.070417+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.071184+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.071868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.072282+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.072663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.072972+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' [] [] [2023-12-01T06:10:39.073223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.073418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.074119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:39.075017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:39.075587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:39.075945+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:39.076222+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' [] [] [2023-12-01T06:10:39.076481+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:39.390935+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1885e4"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/1885e4","method":"GET"} [] [2023-12-01T06:10:45.978272+00:00] request.INFO: Matched route "unit_index". {"route":"unit_index","route_parameters":{"_route":"unit_index","page":1,"_controller":"App\\Controller\\UnitController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/unit","method":"GET"} [] [2023-12-01T06:10:46.026854+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:46.114038+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.117212+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.120481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.121664+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.122630+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.122891+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' [] [] [2023-12-01T06:10:46.123368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.125821+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.126536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.127243+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.127670+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.127940+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.128189+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' [] [] [2023-12-01T06:10:46.128463+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.128681+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.129360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.130056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.130490+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.130806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.131052+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' [] [] [2023-12-01T06:10:46.131321+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.140606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:10:46.147360+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE (u0_.name LIKE ? OR u0_.shortname LIKE ?) AND u0_.id IN (?) ORDER BY u0_.id DESC ["%%","%%",[1]] [] [2023-12-01T06:10:46.149654+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ WHERE u0_.name LIKE ? OR u0_.shortname LIKE ? ORDER BY u0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:10:46.160509+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.161329+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.162040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.162533+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.162825+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.163062+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' [] [] [2023-12-01T06:10:46.163332+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.163542+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.164214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.164894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.165303+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.165547+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.165765+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' [] [] [2023-12-01T06:10:46.166011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.166202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.166867+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:46.167545+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:46.167927+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:46.168166+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:46.168386+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' [] [] [2023-12-01T06:10:46.168636+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:46.604535+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24952a"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/24952a","method":"GET"} [] [2023-12-01T06:10:50.811748+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T06:10:50.859249+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:50.935117+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.939305+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.947079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:50.949218+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:50.951004+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:50.951442+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' [] [] [2023-12-01T06:10:50.952230+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:50.955513+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.956659+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.957774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:50.958433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:50.958844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:50.959072+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' [] [] [2023-12-01T06:10:50.959325+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:50.959524+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.960223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:50.960914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:50.961317+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:50.961559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:50.961778+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' [] [] [2023-12-01T06:10:50.962024+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:50.972461+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T06:10:50.986986+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T06:10:51.007532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T06:10:51.008352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:10:51.008632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:10:51.009075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T06:10:51.010415+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:10:51.025709+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.026636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.027387+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:51.027905+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:51.028180+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:51.028502+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' [] [] [2023-12-01T06:10:51.028818+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:51.029084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.029846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.030589+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:51.031057+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:51.031317+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:51.031551+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' [] [] [2023-12-01T06:10:51.031810+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:51.032015+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.032749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:51.033535+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:51.034022+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:51.034280+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:51.034509+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' [] [] [2023-12-01T06:10:51.034808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:51.403974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ca262"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/1ca262","method":"GET"} [] [2023-12-01T06:10:55.060977+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"2","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/2","method":"GET"} [] [2023-12-01T06:10:55.117653+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:55.143784+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:10:55.212995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.213988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.217750+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.219114+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.220483+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.220863+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' [] [] [2023-12-01T06:10:55.221722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.224432+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.225312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.226075+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.226581+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.226844+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.227075+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' [] [] [2023-12-01T06:10:55.227335+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.227546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.228270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.229048+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.229583+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.229862+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.230103+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' [] [] [2023-12-01T06:10:55.230368+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.232263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%","%%","%%"] [] [2023-12-01T06:10:55.235686+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[151,150,149,148,147,146,145,144,142,140]] [] [2023-12-01T06:10:55.256392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [113] [] [2023-12-01T06:10:55.257343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:10:55.257688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:10:55.258144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [112] [] [2023-12-01T06:10:55.258451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [110] [] [2023-12-01T06:10:55.258728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [8] [] [2023-12-01T06:10:55.258971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [8] [] [2023-12-01T06:10:55.259240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [109] [] [2023-12-01T06:10:55.259541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2023-12-01T06:10:55.259810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2023-12-01T06:10:55.266716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.267702+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.268494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.269072+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.269451+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.269723+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' [] [] [2023-12-01T06:10:55.269994+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.270221+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.270972+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.271701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.272143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.272396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.272622+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' [] [] [2023-12-01T06:10:55.272878+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.273079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.273820+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:55.274546+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:55.275017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:55.275269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:55.275498+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' [] [] [2023-12-01T06:10:55.275754+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:55.589009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e5a82"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/4e5a82","method":"GET"} [] [2023-12-01T06:10:58.151682+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"3","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/3","method":"GET"} [] [2023-12-01T06:10:58.204167+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:10:58.229151+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:10:58.296123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.297037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.300306+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.301428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.302421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.302666+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' [] [] [2023-12-01T06:10:58.303125+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.305555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.306310+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.307017+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.307492+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.307750+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.307973+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' [] [] [2023-12-01T06:10:58.308223+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.308422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.309097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.309788+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.310180+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.310423+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.310685+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' [] [] [2023-12-01T06:10:58.310936+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.312650+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%","%%","%%"] [] [2023-12-01T06:10:58.315814+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[139,138,137,136,135,134,133,132,131,130]] [] [2023-12-01T06:10:58.333449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [108] [] [2023-12-01T06:10:58.334170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [7] [] [2023-12-01T06:10:58.334460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [7] [] [2023-12-01T06:10:58.334754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [107] [] [2023-12-01T06:10:58.335059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [106] [] [2023-12-01T06:10:58.335326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2023-12-01T06:10:58.335562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2023-12-01T06:10:58.335852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [105] [] [2023-12-01T06:10:58.336146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [104] [] [2023-12-01T06:10:58.336446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [103] [] [2023-12-01T06:10:58.336741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [102] [] [2023-12-01T06:10:58.337040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [101] [] [2023-12-01T06:10:58.337335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [100] [] [2023-12-01T06:10:58.337637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [99] [] [2023-12-01T06:10:58.344246+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.345014+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.345728+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.346167+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.346427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.346654+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' [] [] [2023-12-01T06:10:58.346916+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.347125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.347804+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.348494+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.348920+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.349163+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.349389+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' [] [] [2023-12-01T06:10:58.349633+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.349822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.350496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:10:58.351188+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:10:58.351684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:10:58.351954+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:10:58.352185+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' [] [] [2023-12-01T06:10:58.352435+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:10:58.665994+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65e380"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/65e380","method":"GET"} [] [2023-12-01T06:11:00.489199+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"4","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/4","method":"GET"} [] [2023-12-01T06:11:00.542068+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:11:00.563857+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:11:00.647101+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.648068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.651348+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.652470+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.653592+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.653892+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' [] [] [2023-12-01T06:11:00.654419+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:00.656905+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.657736+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.658467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.658930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.659242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.659507+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' [] [] [2023-12-01T06:11:00.659797+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:00.660032+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.660782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.661509+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.661957+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.662269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.662533+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' [] [] [2023-12-01T06:11:00.662822+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:00.664564+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%","%%","%%","%%"] [] [2023-12-01T06:11:00.667759+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[129,128,127,126,125,124,123,122,121,120]] [] [2023-12-01T06:11:00.688226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [98] [] [2023-12-01T06:11:00.689106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:00.689465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:00.689807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [97] [] [2023-12-01T06:11:00.690150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [96] [] [2023-12-01T06:11:00.690502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [95] [] [2023-12-01T06:11:00.690873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [94] [] [2023-12-01T06:11:00.691245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [93] [] [2023-12-01T06:11:00.691586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [92] [] [2023-12-01T06:11:00.691927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [91] [] [2023-12-01T06:11:00.692268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [90] [] [2023-12-01T06:11:00.692649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [89] [] [2023-12-01T06:11:00.699233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.700025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.700776+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.701260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.701582+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.701854+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' [] [] [2023-12-01T06:11:00.702161+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:00.702415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.703125+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.704010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.704482+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.704792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.705063+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' [] [] [2023-12-01T06:11:00.705375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:00.705631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.706365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:00.707124+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:00.707587+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:00.707869+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:00.708133+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' [] [] [2023-12-01T06:11:00.708422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:01.005514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25c813"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/25c813","method":"GET"} [] [2023-12-01T06:11:02.682029+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"5","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5","method":"GET"} [] [2023-12-01T06:11:02.734538+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:11:02.770595+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:11:02.835886+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.836811+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.840002+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.841125+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.841442+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.841714+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' [] [] [2023-12-01T06:11:02.842190+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:02.844557+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.845294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.846001+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.846511+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.846765+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.847050+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' [] [] [2023-12-01T06:11:02.847300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:02.847506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.848231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.848944+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.849383+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.849742+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.850001+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' [] [] [2023-12-01T06:11:02.850276+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:02.852206+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%","%%","%%","%%"] [] [2023-12-01T06:11:02.855567+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[119,118,117,116,115,114,113,112,111,110]] [] [2023-12-01T06:11:02.875861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [88] [] [2023-12-01T06:11:02.876674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:02.876997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:02.877320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [87] [] [2023-12-01T06:11:02.877723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [86] [] [2023-12-01T06:11:02.878045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [85] [] [2023-12-01T06:11:02.878363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [84] [] [2023-12-01T06:11:02.878683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [83] [] [2023-12-01T06:11:02.879001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [82] [] [2023-12-01T06:11:02.879323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [81] [] [2023-12-01T06:11:02.879640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [80] [] [2023-12-01T06:11:02.879960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [79] [] [2023-12-01T06:11:02.886472+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.887321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.888046+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.888516+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.888804+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.889057+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' [] [] [2023-12-01T06:11:02.889340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:02.889573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.890255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.890951+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.891374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.891674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.891926+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' [] [] [2023-12-01T06:11:02.892206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:02.892423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.893134+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:02.893893+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:02.894294+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:02.894558+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:02.894803+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' [] [] [2023-12-01T06:11:02.895071+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:03.221694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d868f"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/0d868f","method":"GET"} [] [2023-12-01T06:11:08.537273+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":"6","_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/6","method":"GET"} [] [2023-12-01T06:11:08.591253+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:11:08.626113+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:11:08.693664+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.694567+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.697774+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.698945+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.699268+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.699544+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' [] [] [2023-12-01T06:11:08.700055+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:08.702682+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.703412+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.704130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.704597+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.704874+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.705121+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' [] [] [2023-12-01T06:11:08.705393+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:08.705613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.706304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.707117+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.707524+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.707792+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.708037+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' [] [] [2023-12-01T06:11:08.708306+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:08.710003+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%","%%","%%","%%"] [] [2023-12-01T06:11:08.713146+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[109,108,107,106,105,104,103,102,101,100]] [] [2023-12-01T06:11:08.733058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [78] [] [2023-12-01T06:11:08.733904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:08.734224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [6] [] [2023-12-01T06:11:08.734543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [77] [] [2023-12-01T06:11:08.734868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [76] [] [2023-12-01T06:11:08.735189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [75] [] [2023-12-01T06:11:08.735508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [74] [] [2023-12-01T06:11:08.735857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [73] [] [2023-12-01T06:11:08.736274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [72] [] [2023-12-01T06:11:08.736592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [71] [] [2023-12-01T06:11:08.736911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [70] [] [2023-12-01T06:11:08.737230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [69] [] [2023-12-01T06:11:08.743868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.744651+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.745366+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.745833+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.746091+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.746318+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' [] [] [2023-12-01T06:11:08.746576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:08.746822+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.747505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.748198+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.748580+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.748823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.749092+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' [] [] [2023-12-01T06:11:08.749343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:08.749539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.750215+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:08.750906+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:08.751285+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:08.751527+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:08.751745+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' [] [] [2023-12-01T06:11:08.751991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:09.203423+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac011b"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/ac011b","method":"GET"} [] [2023-12-01T06:11:15.210180+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2023-12-01T06:11:15.341739+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:11:15.360803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T06:11:15.361943+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T06:11:15.370340+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T06:11:15.373945+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T06:11:15.410314+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.411274+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.414612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:15.415792+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:15.416094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:15.416382+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' [] [] [2023-12-01T06:11:15.416867+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:15.419224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.419939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.420641+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:15.421144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:15.421415+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:15.421662+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' [] [] [2023-12-01T06:11:15.421933+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:15.422151+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.422830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:15.423526+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:15.423926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:15.424229+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:15.424474+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' [] [] [2023-12-01T06:11:15.424745+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:15.743873+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cd37c"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/6cd37c","method":"GET"} [] [2023-12-01T06:11:21.989009+00:00] request.INFO: Matched route "group_new". {"route":"group_new","route_parameters":{"_route":"group_new","_controller":"App\\Controller\\GroupController::new"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group/new","method":"GET"} [] [2023-12-01T06:11:22.082807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.086891+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.100282+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:22.101635+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:22.101997+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:22.102313+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' [] [] [2023-12-01T06:11:22.102886+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:22.105337+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.106219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.107082+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:22.107627+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:22.107925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:22.108195+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' [] [] [2023-12-01T06:11:22.108494+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:22.108732+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.109490+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:22.110298+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:22.110728+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:22.110994+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:22.111244+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' [] [] [2023-12-01T06:11:22.111513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:22.381786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64ca1b"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/64ca1b","method":"GET"} [] [2023-12-01T06:11:27.073491+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2023-12-01T06:11:27.179477+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:11:27.193237+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T06:11:27.194416+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T06:11:27.203015+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T06:11:27.204052+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T06:11:27.242090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.242996+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.246277+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:27.247518+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:27.247852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:27.248133+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' [] [] [2023-12-01T06:11:27.248629+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:27.251023+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.251735+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.252454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:27.252968+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:27.253254+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:27.253518+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' [] [] [2023-12-01T06:11:27.253808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:27.254043+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.254739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:27.255456+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:27.256007+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:27.256394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:27.256748+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' [] [] [2023-12-01T06:11:27.257058+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:27.550992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd10dc"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/cd10dc","method":"GET"} [] [2023-12-01T06:11:29.427021+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2023-12-01T06:11:29.532619+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:11:29.546619+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T06:11:29.547750+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T06:11:29.556173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T06:11:29.557236+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T06:11:29.593610+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.594856+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.599258+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:29.600667+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:29.601018+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:29.601330+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' [] [] [2023-12-01T06:11:29.601828+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:29.604255+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.605033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.605743+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:29.606224+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:29.606494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:29.606741+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' [] [] [2023-12-01T06:11:29.607013+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:29.607235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.607914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:29.608606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:29.609123+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:29.609567+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:29.609870+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' [] [] [2023-12-01T06:11:29.610172+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:29.898616+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b9f10"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/8b9f10","method":"GET"} [] [2023-12-01T06:11:42.521811+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:11:42.716952+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-01-01', '2023-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:11:45.134703+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:11:45.146001+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:11:45.291006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.292830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.295943+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.296975+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.297286+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.297588+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' [] [] [2023-12-01T06:11:45.298057+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:45.300100+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.300817+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.301539+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.301974+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.302266+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.302533+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' [] [] [2023-12-01T06:11:45.302862+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:45.303102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.303801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.304521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.304940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.305248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.305514+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' [] [] [2023-12-01T06:11:45.305800+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:45.309614+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.310459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.311197+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.311676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.311969+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.312238+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' [] [] [2023-12-01T06:11:45.312543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:45.312792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.313558+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.314272+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.314700+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.314982+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.315251+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' [] [] [2023-12-01T06:11:45.315543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:11:45.315802+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.316500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:11:45.317220+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:11:45.317638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:11:45.317919+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:11:45.318183+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' [] [] [2023-12-01T06:11:45.318472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.514813+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:17:12.568062+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:17:12.656315+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.658333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.661684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.662943+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.663269+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.663554+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' [] [] [2023-12-01T06:17:12.664063+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.666519+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.667266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.668027+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.668462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.668751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.669056+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' [] [] [2023-12-01T06:17:12.669350+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.669588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.670374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.671128+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.671559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.671857+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.672131+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' [] [] [2023-12-01T06:17:12.672424+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.681847+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:17:12.685561+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:17:12.688226+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:17:12.699889+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.700657+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.701425+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.701861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.702118+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.702346+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' [] [] [2023-12-01T06:17:12.702607+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.702813+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.703506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.704211+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.704600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.704842+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.705061+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' [] [] [2023-12-01T06:17:12.705308+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:12.705499+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.706189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:12.706894+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:12.707278+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:12.707556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:12.707782+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' [] [] [2023-12-01T06:17:12.708027+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:13.334789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b6d4f"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/5b6d4f","method":"GET"} [] [2023-12-01T06:17:21.110011+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"3"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group/3/edit","method":"GET"} [] [2023-12-01T06:17:21.161051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["3"] [] [2023-12-01T06:17:21.225156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.226058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.229010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:21.230042+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:21.230325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:21.230567+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' [] [] [2023-12-01T06:17:21.230976+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:21.232871+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.233579+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.234347+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:21.234737+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:21.234981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:21.235200+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' [] [] [2023-12-01T06:17:21.235445+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:21.235634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.236297+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:21.236976+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:21.237426+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:21.237666+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:21.237881+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' [] [] [2023-12-01T06:17:21.238122+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:21.581900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7400b8"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/7400b8","method":"GET"} [] [2023-12-01T06:17:30.087861+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:17:30.126331+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:17:30.189837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.191588+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.194613+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.195706+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.196022+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.196296+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' [] [] [2023-12-01T06:17:30.196756+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.198760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.199531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.200260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.200687+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.201033+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.201304+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' [] [] [2023-12-01T06:17:30.201593+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.201830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.202539+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.203304+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.203835+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.204198+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.204463+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' [] [] [2023-12-01T06:17:30.204814+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.213287+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:17:30.216470+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:17:30.218935+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:17:30.226437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.227292+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.228035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.228507+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.228806+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.229107+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' [] [] [2023-12-01T06:17:30.229406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.229654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.230363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.231097+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.231546+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.231834+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.232101+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' [] [] [2023-12-01T06:17:30.232400+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.232636+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.233367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:30.234122+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:30.234573+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:30.234925+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:30.235208+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' [] [] [2023-12-01T06:17:30.235499+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:30.645402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6a470"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/d6a470","method":"GET"} [] [2023-12-01T06:17:39.092341+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:17:39.129771+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:17:39.194887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.196585+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.199600+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.200634+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.201587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.201921+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' [] [] [2023-12-01T06:17:39.202381+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.204380+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.205085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.205804+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.206231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.206522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.206785+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' [] [] [2023-12-01T06:17:39.207075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.207307+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.208007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.208723+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.209321+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.209613+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.209885+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' [] [] [2023-12-01T06:17:39.210206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.218737+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:17:39.222538+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:17:39.225130+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:17:39.233511+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.234457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.235260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.235795+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.236144+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.236471+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' [] [] [2023-12-01T06:17:39.236806+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.237091+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.237837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.238584+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.239048+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.239461+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.239757+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' [] [] [2023-12-01T06:17:39.240154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.240419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.241147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:39.241922+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:39.242367+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:39.242662+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:39.242939+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' [] [] [2023-12-01T06:17:39.243242+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:39.586709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eeaa6"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/7eeaa6","method":"GET"} [] [2023-12-01T06:17:40.599272+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"9"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group/9/edit","method":"GET"} [] [2023-12-01T06:17:40.652666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["9"] [] [2023-12-01T06:17:40.715001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.715979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.719093+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:40.720130+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:40.720437+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:40.720738+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' [] [] [2023-12-01T06:17:40.721208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:40.723168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.723895+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.724628+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:40.725063+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:40.725346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:40.725621+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' [] [] [2023-12-01T06:17:40.725972+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:40.726210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.726919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:40.727649+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:40.728102+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:40.728385+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:40.728651+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' [] [] [2023-12-01T06:17:40.729043+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:40.969412+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09c043"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/09c043","method":"GET"} [] [2023-12-01T06:17:49.363048+00:00] request.INFO: Matched route "group_edit". {"route":"group_edit","route_parameters":{"_route":"group_edit","_controller":"App\\Controller\\GroupController::edit","id":"3"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group/3/edit","method":"GET"} [] [2023-12-01T06:17:49.407986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? ["3"] [] [2023-12-01T06:17:49.472887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.473866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.476963+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:49.478040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:49.478374+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:49.478651+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' [] [] [2023-12-01T06:17:49.479181+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:49.481186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.481925+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.482675+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:49.483108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:49.483396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:49.483664+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' [] [] [2023-12-01T06:17:49.483957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:49.484206+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.485003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:17:49.485722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:17:49.486176+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:17:49.486512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:17:49.486777+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' [] [] [2023-12-01T06:17:49.487068+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:17:49.849436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e007df"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/e007df","method":"GET"} [] [2023-12-01T06:36:15.061142+00:00] request.INFO: Matched route "businessunit_index". {"route":"businessunit_index","route_parameters":{"_route":"businessunit_index","page":1,"_controller":"App\\Controller\\BusinessunitController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/businessunit","method":"GET"} [] [2023-12-01T06:36:15.115326+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:36:15.246054+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.248011+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.251622+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.252970+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.253301+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.253555+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' [] [] [2023-12-01T06:36:15.254088+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.256612+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.257469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.258257+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.258817+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.259154+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.259398+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' [] [] [2023-12-01T06:36:15.259666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.259875+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.260922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.261772+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.262273+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.262556+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.262831+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' [] [] [2023-12-01T06:36:15.263154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.273919+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:36:15.278909+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE (b0_.name LIKE ? OR b0_.shortname LIKE ?) AND b0_.id IN (?) ORDER BY b0_.id DESC ["%%","%%",[4,3,2,1]] [] [2023-12-01T06:36:15.282324+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ WHERE b0_.name LIKE ? OR b0_.shortname LIKE ? ORDER BY b0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:36:15.302413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.303378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.304157+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.304681+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.305010+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.305297+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' [] [] [2023-12-01T06:36:15.305648+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.305914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.306687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.307439+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.307921+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.308220+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.308496+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' [] [] [2023-12-01T06:36:15.308812+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.309068+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.309847+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:15.310684+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:15.311192+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:15.311503+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:15.311784+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' [] [] [2023-12-01T06:36:15.312095+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:15.836240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c66211"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/c66211","method":"GET"} [] [2023-12-01T06:36:37.148563+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T06:36:37.200457+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:36:37.267093+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.268716+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.271843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.272904+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.273258+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.273538+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' [] [] [2023-12-01T06:36:37.274014+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.276046+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.276772+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.277507+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.277944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.278236+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.278510+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' [] [] [2023-12-01T06:36:37.278802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.279040+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.279760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.280499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.280932+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.281237+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.281591+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' [] [] [2023-12-01T06:36:37.281885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.291383+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T06:36:37.295595+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T06:36:37.328842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T06:36:37.329592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:36:37.329891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:36:37.330369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T06:36:37.331522+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:36:37.339207+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.339983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.340701+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.341140+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.341394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.341626+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' [] [] [2023-12-01T06:36:37.341885+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.342090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.342762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.343455+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.343839+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.344156+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.344378+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' [] [] [2023-12-01T06:36:37.344630+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.344825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.345497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:37.346186+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:37.346566+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:37.346809+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:37.347027+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' [] [] [2023-12-01T06:36:37.347271+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:37.756848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"431ef7"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/431ef7","method":"GET"} [] [2023-12-01T06:36:44.102058+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T06:36:44.148570+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:36:44.227231+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.229197+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.232458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.233642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.233953+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.234225+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' [] [] [2023-12-01T06:36:44.234722+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.237099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.237831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.238574+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.239029+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.239312+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.239579+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' [] [] [2023-12-01T06:36:44.239906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.240143+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.240919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.241722+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.242144+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.242427+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.242693+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' [] [] [2023-12-01T06:36:44.242982+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.252718+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T06:36:44.256461+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T06:36:44.259092+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T06:36:44.270971+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.271762+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.272551+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.272995+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.273259+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.273492+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' [] [] [2023-12-01T06:36:44.273755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.273970+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.274685+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.275417+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.275813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.276062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.276285+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' [] [] [2023-12-01T06:36:44.276542+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.276738+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.277446+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:36:44.278170+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:36:44.278562+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:36:44.278852+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:36:44.279105+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' [] [] [2023-12-01T06:36:44.279356+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:36:44.575359+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b62eaa"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/b62eaa","method":"GET"} [] [2023-12-01T06:41:27.763749+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2023-12-01T06:41:27.874020+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:41:27.887640+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T06:41:27.888186+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T06:41:27.896010+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T06:41:27.896424+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T06:41:27.930622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.931595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.935074+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:27.936302+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:27.936612+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:27.936947+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' [] [] [2023-12-01T06:41:27.937432+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:27.939815+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.940549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.941280+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:27.941715+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:27.941987+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:27.942233+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' [] [] [2023-12-01T06:41:27.942504+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:27.942721+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.943413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:27.944130+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:27.944531+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:27.944803+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:27.945077+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' [] [] [2023-12-01T06:41:27.945348+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:28.709677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7941f"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/b7941f","method":"GET"} [] [2023-12-01T06:41:45.911350+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:41:46.065338+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-01-01', '2022-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:41:48.423689+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:41:48.429880+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:41:48.587086+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.588887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.592006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.593088+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.593393+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.593699+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' [] [] [2023-12-01T06:41:48.594165+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:48.596491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.597260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.598045+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.598528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.598887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.599156+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' [] [] [2023-12-01T06:41:48.599450+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:48.599699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.600415+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.601161+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.601649+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.601963+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.602229+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' [] [] [2023-12-01T06:41:48.602519+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:48.606067+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.606791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.607522+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.607948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.608232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.608498+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' [] [] [2023-12-01T06:41:48.608787+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:48.609029+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.609740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.610474+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.611370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.611674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.611941+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' [] [] [2023-12-01T06:41:48.612234+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:41:48.612473+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.613189+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:41:48.613949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:41:48.614394+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:41:48.614703+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:41:48.614972+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' [] [] [2023-12-01T06:41:48.615262+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.364656+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T06:42:39.407219+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:42:39.481562+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.483281+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.486381+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.487430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.487740+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.488042+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' [] [] [2023-12-01T06:42:39.488516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.490529+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.491267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.492009+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.492447+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.492736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.493008+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' [] [] [2023-12-01T06:42:39.493300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.493574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.494293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.495035+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.495910+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.496210+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.496483+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' [] [] [2023-12-01T06:42:39.496839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.506488+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T06:42:39.511848+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T06:42:39.530603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T06:42:39.531376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:42:39.531708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:42:39.532235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T06:42:39.533417+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:42:39.541079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.541857+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.542616+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.543097+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.543392+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.543729+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' [] [] [2023-12-01T06:42:39.544047+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.544306+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.545018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.545747+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.546188+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.546474+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.546743+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' [] [] [2023-12-01T06:42:39.547036+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.547271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.547984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:39.548714+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:39.549146+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:39.549438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:39.549708+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' [] [] [2023-12-01T06:42:39.550001+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:39.950967+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2b475"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/a2b475","method":"GET"} [] [2023-12-01T06:42:43.409994+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"161"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/161/show","method":"GET"} [] [2023-12-01T06:42:43.494349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["161"] [] [2023-12-01T06:42:43.547084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T06:42:43.547549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:42:43.547843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:42:43.548126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:42:43.549114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:42:43.549388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:42:43.549662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:42:43.550565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [161] [] [2023-12-01T06:42:43.565450+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.566247+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.569602+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:43.570760+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:43.571032+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:43.571266+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' [] [] [2023-12-01T06:42:43.571721+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:43.573999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.574703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.575406+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:43.575800+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:43.576047+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:43.576271+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' [] [] [2023-12-01T06:42:43.576518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:43.576711+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.577387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:43.578080+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:43.578491+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:43.578736+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:43.578957+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' [] [] [2023-12-01T06:42:43.579202+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:43.965786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a66593"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/a66593","method":"GET"} [] [2023-12-01T06:42:47.750559+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"161"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/161/disposal","method":"GET"} [] [2023-12-01T06:42:47.849916+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.852159+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.861090+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:47.862428+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:47.862717+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:47.862972+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' [] [] [2023-12-01T06:42:47.863513+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:47.865878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.866624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.867319+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:47.867882+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:47.868133+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:47.868379+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' [] [] [2023-12-01T06:42:47.868639+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:47.868845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.869538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:42:47.870227+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:42:47.870630+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:42:47.870871+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:42:47.871117+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' [] [] [2023-12-01T06:42:47.871376+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:42:48.185471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48fb8e"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/48fb8e","method":"GET"} [] [2023-12-01T06:43:13.982800+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T06:43:14.033096+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:43:14.108836+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.110517+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.113583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.114628+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.114930+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.115203+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' [] [] [2023-12-01T06:43:14.115667+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.117650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.118357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.119086+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.119515+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.119835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.120102+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' [] [] [2023-12-01T06:43:14.120390+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.120624+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.121324+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.122049+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.122476+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.122810+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.123271+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' [] [] [2023-12-01T06:43:14.123839+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.135155+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T06:43:14.142728+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T06:43:14.166429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T06:43:14.167337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T06:43:14.167684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T06:43:14.168244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T06:43:14.169787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T06:43:14.179041+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.180004+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.180835+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.181412+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.181785+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.182073+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' [] [] [2023-12-01T06:43:14.182371+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.182708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.183568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.184393+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.184918+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.185248+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.185575+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' [] [] [2023-12-01T06:43:14.185912+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.186192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.186988+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:14.187802+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:14.188368+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:14.188674+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:14.188935+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' [] [] [2023-12-01T06:43:14.189252+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:14.685999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"866ae0"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/866ae0","method":"GET"} [] [2023-12-01T06:43:19.106029+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"POST"} [] [2023-12-01T06:43:19.112347+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\\fixedasset\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2023-12-01T06:43:19.159571+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T06:43:19.240248+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.242223+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.245693+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.246911+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.247222+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.247496+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' [] [] [2023-12-01T06:43:19.248003+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:19.250440+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.251158+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.251874+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.252304+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.252587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.252851+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' [] [] [2023-12-01T06:43:19.253137+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:19.253374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.254200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.254915+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.255333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.255647+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.255914+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' [] [] [2023-12-01T06:43:19.256199+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:19.266330+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%"] [] [2023-12-01T06:43:19.273389+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%",[52]] [] [2023-12-01T06:43:19.294452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:43:19.295341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:43:19.295692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:43:19.296882+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%","%Civil Work -New Head Office%"] [] [2023-12-01T06:43:19.298909+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.299676+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.300407+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.300961+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.301255+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.301528+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' [] [] [2023-12-01T06:43:19.301830+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:19.302084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.302781+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.303499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.303926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.304209+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.304479+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' [] [] [2023-12-01T06:43:19.304768+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:19.305007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.305703+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:19.306418+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:19.306836+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:19.307116+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:19.307381+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' [] [] [2023-12-01T06:43:19.307666+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:20.023505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41ace8"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/41ace8","method":"GET"} [] [2023-12-01T06:43:22.149516+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/show","method":"GET"} [] [2023-12-01T06:43:22.237177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:43:22.279099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:43:22.280382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:43:22.280725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:43:22.281057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:43:22.282100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:43:22.283076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:43:22.284007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:43:22.284947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [52] [] [2023-12-01T06:43:22.299807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.300622+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.303970+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:22.305181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:22.305557+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:22.305848+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' [] [] [2023-12-01T06:43:22.306364+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:22.308758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.309493+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.310242+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:22.310688+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:22.310981+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:22.311257+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' [] [] [2023-12-01T06:43:22.311555+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:22.311803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.312535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:22.313383+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:22.313930+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:22.314272+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:22.314561+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' [] [] [2023-12-01T06:43:22.314893+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:22.631770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"377af8"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/377af8","method":"GET"} [] [2023-12-01T06:43:24.520680+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/disposal","method":"GET"} [] [2023-12-01T06:43:24.614496+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.616437+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.624252+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:24.625275+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:24.625611+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:24.625914+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' [] [] [2023-12-01T06:43:24.626367+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:24.628358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.629071+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.629825+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:24.630288+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:24.630620+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:24.630886+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' [] [] [2023-12-01T06:43:24.631176+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:24.631411+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.632113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:43:24.632843+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:43:24.633263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:43:24.633553+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:43:24.633818+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' [] [] [2023-12-01T06:43:24.634106+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:43:25.002605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5affaf"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/5affaf","method":"GET"} [] [2023-12-01T06:44:22.235944+00:00] request.INFO: Matched route "assetregister_disposal". {"route":"assetregister_disposal","route_parameters":{"_route":"assetregister_disposal","_controller":"App\\Controller\\AssetregisterController::disposal","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/disposal","method":"POST"} [] [2023-12-01T06:44:22.390463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:44:22.421776+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2023-12-01T06:44:22.422768+00:00] doctrine.DEBUG: INSERT INTO assetdisposal (disposaldate, disposalamount, sellamount, remarks, type, status, assetregister_id) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"2023-11-01T00:00:00+00:00","2":1756296.0,"3":null,"4":null,"5":null,"6":null,"7":52} [] [2023-12-01T06:44:22.424825+00:00] doctrine.DEBUG: "COMMIT" [] [] [2023-12-01T06:44:22.451531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.452394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.455679+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.456861+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.457135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.457373+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' [] [] [2023-12-01T06:44:22.457836+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:22.460237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.460949+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.461656+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.462054+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.462346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.462573+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' [] [] [2023-12-01T06:44:22.462825+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:22.463024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.463705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.464445+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.464831+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.465076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.465297+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' [] [] [2023-12-01T06:44:22.465553+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:22.693466+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/show","method":"GET"} [] [2023-12-01T06:44:22.781479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:44:22.831345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:44:22.831823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:44:22.832137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:44:22.832475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:44:22.833621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:44:22.834573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:44:22.835467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:44:22.836364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [52] [] [2023-12-01T06:44:22.851266+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.852042+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.855294+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.856443+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.856714+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.856952+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' [] [] [2023-12-01T06:44:22.857415+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:22.859668+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.860365+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.861101+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.861504+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.861763+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.861992+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' [] [] [2023-12-01T06:44:22.862241+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:22.862441+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.863124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:22.863812+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:22.864202+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:22.864454+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:22.864681+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' [] [] [2023-12-01T06:44:22.864929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:23.333415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17142d"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/17142d","method":"GET"} [] [2023-12-01T06:44:43.719191+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:44:43.873389+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-01-01', '2023-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:44:46.234823+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:44:46.241016+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:44:46.385368+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.387147+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.390269+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.391336+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.391695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.391976+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' [] [] [2023-12-01T06:44:46.392462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:46.394526+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.395265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.396010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.396451+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.396748+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.397019+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' [] [] [2023-12-01T06:44:46.397322+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:46.397563+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.398289+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.399034+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.399466+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.399796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.400076+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' [] [] [2023-12-01T06:44:46.400375+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:46.404578+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.405318+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.406067+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.406505+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.406796+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.407069+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' [] [] [2023-12-01T06:44:46.407370+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:46.407616+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.408344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.409094+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.409526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.409817+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.410093+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' [] [] [2023-12-01T06:44:46.410389+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:44:46.410631+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.411357+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:44:46.412106+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:44:46.412544+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:44:46.412835+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:44:46.413115+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' [] [] [2023-12-01T06:44:46.413411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:43.158137+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"GET"} [] [2023-12-01T06:50:43.227208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:50:43.311749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.312654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.315888+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:43.317083+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:43.317512+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:43.317786+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' [] [] [2023-12-01T06:50:43.318315+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:43.320679+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.321418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.322239+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:43.322673+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:43.322957+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:43.323227+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' [] [] [2023-12-01T06:50:43.323518+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:43.323764+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.324467+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:43.325181+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:43.325600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:43.325915+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:43.326180+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' [] [] [2023-12-01T06:50:43.326469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:43.894027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7556c0"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/7556c0","method":"GET"} [] [2023-12-01T06:50:51.970751+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"POST"} [] [2023-12-01T06:50:52.031662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:50:52.131632+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2023-12-01T06:50:52.131939+00:00] doctrine.DEBUG: UPDATE assetdisposal SET disposaldate = ? WHERE id = ? ["2023-12-31T00:00:00+00:00",5] [] [2023-12-01T06:50:52.132701+00:00] doctrine.DEBUG: "COMMIT" [] [] [2023-12-01T06:50:52.152999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.153914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.157289+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.158551+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.158867+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.159152+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' [] [] [2023-12-01T06:50:52.159670+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.162121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.162914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.163671+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.164122+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.164425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.164704+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' [] [] [2023-12-01T06:50:52.165010+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.165256+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.165995+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.166756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.167199+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.167494+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.167773+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' [] [] [2023-12-01T06:50:52.168076+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.427739+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/show","method":"GET"} [] [2023-12-01T06:50:52.506379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:50:52.548168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:50:52.548655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:50:52.548990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:50:52.549322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:50:52.550324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:50:52.551451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:50:52.552410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:50:52.553372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [52] [] [2023-12-01T06:50:52.568459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.569253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.572499+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.573677+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.574030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.574306+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' [] [] [2023-12-01T06:50:52.574805+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.577109+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.577825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.578555+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.578990+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.579278+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.579546+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' [] [] [2023-12-01T06:50:52.579840+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.580078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.580790+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:50:52.581521+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:50:52.581948+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:50:52.582327+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:50:52.582601+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' [] [] [2023-12-01T06:50:52.582900+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:50:52.930330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36bbd1"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/36bbd1","method":"GET"} [] [2023-12-01T06:51:00.562330+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:51:00.720610+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-01-01', '2023-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:51:03.186375+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:51:03.192550+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:51:03.332531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.334226+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.337623+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.338756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.339128+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.339435+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' [] [] [2023-12-01T06:51:03.339911+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:51:03.341992+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.342720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.343549+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.343986+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.344281+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.344551+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' [] [] [2023-12-01T06:51:03.344846+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:51:03.345085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.345791+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.346553+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.346977+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.347263+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.347530+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' [] [] [2023-12-01T06:51:03.347820+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:51:03.351923+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.352634+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.353359+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.353786+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.354076+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.354343+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' [] [] [2023-12-01T06:51:03.354635+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:51:03.354874+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.355576+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.356301+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.356725+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.357014+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.357280+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' [] [] [2023-12-01T06:51:03.357568+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:51:03.357801+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.358510+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:51:03.359351+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:51:03.359777+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:51:03.360062+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:51:03.360329+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' [] [] [2023-12-01T06:51:03.360616+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:14.516360+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"GET"} [] [2023-12-01T06:52:14.562065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:52:14.643940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.644854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.648221+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:14.649576+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:14.649886+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:14.650134+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' [] [] [2023-12-01T06:52:14.650624+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:14.653304+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.654132+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.654846+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:14.655365+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:14.655673+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:14.655953+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' [] [] [2023-12-01T06:52:14.656265+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:14.656516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.657267+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:14.658010+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:14.658429+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:14.658678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:14.658902+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' [] [] [2023-12-01T06:52:14.659174+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:15.076874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6df791"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/6df791","method":"GET"} [] [2023-12-01T06:52:20.362990+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"POST"} [] [2023-12-01T06:52:20.430227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:52:20.525921+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2023-12-01T06:52:20.526200+00:00] doctrine.DEBUG: UPDATE assetdisposal SET disposaldate = ? WHERE id = ? ["2023-01-01T00:00:00+00:00",5] [] [2023-12-01T06:52:20.529005+00:00] doctrine.DEBUG: "COMMIT" [] [] [2023-12-01T06:52:20.549485+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.550369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.553612+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:20.554829+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:20.555178+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:20.555677+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' [] [] [2023-12-01T06:52:20.556178+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:20.558536+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.559244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.559968+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:20.560406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:20.560695+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:20.560969+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' [] [] [2023-12-01T06:52:20.561264+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:20.561506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.562200+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:20.562913+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:20.563333+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:20.563653+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:20.563920+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' [] [] [2023-12-01T06:52:20.564208+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:20.899601+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/show","method":"GET"} [] [2023-12-01T06:52:20.967096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:52:21.007223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:52:21.007724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:52:21.008057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:52:21.008393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:52:21.009400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:52:21.009723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:52:21.010034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:52:21.011001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [52] [] [2023-12-01T06:52:21.026227+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.027082+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.030403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:21.031600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:21.031983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:21.032257+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' [] [] [2023-12-01T06:52:21.032717+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:21.035048+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.035760+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.036459+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:21.036859+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:21.037112+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:21.037335+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' [] [] [2023-12-01T06:52:21.037585+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:21.037780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.038453+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:21.039142+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:21.039578+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:21.039823+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:21.040045+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' [] [] [2023-12-01T06:52:21.040291+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:21.401381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52a0d9"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/52a0d9","method":"GET"} [] [2023-12-01T06:52:26.730395+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:52:26.896901+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-01-01', '2023-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:52:29.239091+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:52:29.245386+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:52:29.405656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.407409+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.410815+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.412017+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.412328+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.412635+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' [] [] [2023-12-01T06:52:29.413162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:29.415574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.416326+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.417061+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.417496+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.417858+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.418129+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' [] [] [2023-12-01T06:52:29.418423+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:29.418662+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.419378+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.420121+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.420545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.420831+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.421097+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' [] [] [2023-12-01T06:52:29.421391+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:29.426427+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.427182+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.427920+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.428379+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.428697+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.428966+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' [] [] [2023-12-01T06:52:29.429261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:29.429502+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.430216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.430949+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.431397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.431681+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.431947+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' [] [] [2023-12-01T06:52:29.432237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:29.432470+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.433209+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:29.433942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:29.434391+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:29.434678+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:29.434975+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' [] [] [2023-12-01T06:52:29.435268+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:56.575210+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"GET"} [] [2023-12-01T06:52:56.629429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:52:56.711451+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.712390+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.715668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:56.716841+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:56.717113+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:56.717349+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' [] [] [2023-12-01T06:52:56.717815+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:56.721546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.722260+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.722961+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:56.723370+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:56.723709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:56.723939+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' [] [] [2023-12-01T06:52:56.724192+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:56.724387+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.725065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:52:56.725763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:52:56.726151+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:52:56.726396+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:52:56.726615+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' [] [] [2023-12-01T06:52:56.726860+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:52:57.082411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fe22b"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/5fe22b","method":"GET"} [] [2023-12-01T06:53:04.907226+00:00] request.INFO: Matched route "assetregister_disposaledit". {"route":"assetregister_disposaledit","route_parameters":{"_route":"assetregister_disposaledit","_controller":"App\\Controller\\AssetregisterController::disposaledit","id":"5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/5/disposaledit","method":"POST"} [] [2023-12-01T06:53:04.970463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.id = ? ["5"] [] [2023-12-01T06:53:05.065014+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2023-12-01T06:53:05.065297+00:00] doctrine.DEBUG: UPDATE assetdisposal SET disposaldate = ? WHERE id = ? ["2023-01-31T00:00:00+00:00",5] [] [2023-12-01T06:53:05.067571+00:00] doctrine.DEBUG: "COMMIT" [] [] [2023-12-01T06:53:05.087587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.088449+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.091685+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.092876+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.093174+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.093465+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' [] [] [2023-12-01T06:53:05.093942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.096364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.097102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.097833+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.098256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.098530+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.098777+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' [] [] [2023-12-01T06:53:05.099051+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.099270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.099979+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.100744+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.101155+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.101425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.101670+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' [] [] [2023-12-01T06:53:05.101942+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.332067+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"52"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/52/show","method":"GET"} [] [2023-12-01T06:53:05.395957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["52"] [] [2023-12-01T06:53:05.434056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [20] [] [2023-12-01T06:53:05.434503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [4] [] [2023-12-01T06:53:05.434790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [4] [] [2023-12-01T06:53:05.435076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:53:05.436236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T06:53:05.437283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T06:53:05.438338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T06:53:05.440124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [52] [] [2023-12-01T06:53:05.455312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.456102+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.459362+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.460499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.460766+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.461027+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' [] [] [2023-12-01T06:53:05.461543+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.463866+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.464581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.465260+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.465680+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.465983+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.466215+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' [] [] [2023-12-01T06:53:05.466469+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.466670+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.467338+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:05.468006+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:05.468396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:05.468643+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:05.468870+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' [] [] [2023-12-01T06:53:05.469121+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:05.806167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e0ddd"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/3e0ddd","method":"GET"} [] [2023-12-01T06:53:10.166072+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T06:53:10.331618+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2023-01-01', '2023-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T06:53:12.769564+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T06:53:12.775725+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T06:53:12.920830+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.922601+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.925756+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.926850+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.927162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.927452+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' [] [] [2023-12-01T06:53:12.927922+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:12.930002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.930788+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.931543+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.932014+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.932307+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.932581+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' [] [] [2023-12-01T06:53:12.932889+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:12.933131+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.933855+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.934598+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.935033+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.935325+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.935599+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' [] [] [2023-12-01T06:53:12.935901+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:12.940186+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.940930+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.941676+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.942124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.942420+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.942693+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' [] [] [2023-12-01T06:53:12.942992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:12.943238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.943961+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.944716+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.945142+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.945426+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.945693+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' [] [] [2023-12-01T06:53:12.945983+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T06:53:12.946217+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.946929+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T06:53:12.947655+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T06:53:12.948081+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T06:53:12.948379+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T06:53:12.948647+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' [] [] [2023-12-01T06:53:12.948938+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.527023+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T07:12:30.588025+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T07:12:30.686611+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.688805+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.692152+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.693397+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.693707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.693982+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' [] [] [2023-12-01T07:12:30.694534+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.697037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.697757+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.698478+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.698907+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.699189+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.699456+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' [] [] [2023-12-01T07:12:30.699764+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.699998+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.700748+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.701498+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.701949+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.702241+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.702527+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' [] [] [2023-12-01T07:12:30.702852+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.713969+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T07:12:30.718885+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T07:12:30.739295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T07:12:30.740136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:12:30.740489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:12:30.741030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:12:30.742244+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T07:12:30.750860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.751650+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.752400+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.752887+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.753187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.753472+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' [] [] [2023-12-01T07:12:30.753783+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.754037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.754749+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.755483+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.755919+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.756215+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.756488+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' [] [] [2023-12-01T07:12:30.756788+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:30.757027+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.757739+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:30.758472+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:30.758900+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:30.759187+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:30.759462+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' [] [] [2023-12-01T07:12:30.759761+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:31.864196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"988679"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/988679","method":"GET"} [] [2023-12-01T07:12:35.107600+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"159"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/159/show","method":"GET"} [] [2023-12-01T07:12:35.190477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["159"] [] [2023-12-01T07:12:35.232360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T07:12:35.232840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:12:35.233130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:12:35.233407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:12:35.233748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T07:12:35.234067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:12:35.234331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T07:12:35.235011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [159] [] [2023-12-01T07:12:35.248787+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.249587+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.252926+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:35.254073+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:35.254353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:35.254549+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' [] [] [2023-12-01T07:12:35.255011+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:35.257323+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.258066+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.258763+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:35.259161+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:35.259409+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:35.259635+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' [] [] [2023-12-01T07:12:35.259884+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:35.260078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.260747+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:12:35.261431+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:12:35.261813+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:12:35.262057+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:12:35.262281+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' [] [] [2023-12-01T07:12:35.262484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:12:35.654723+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0952a"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/b0952a","method":"GET"} [] [2023-12-01T07:13:07.784606+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T07:13:07.842612+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T07:13:07.935887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.937809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.940938+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:07.941971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:07.942283+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:07.942564+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' [] [] [2023-12-01T07:13:07.943039+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:07.945055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.945786+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.946536+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:07.946980+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:07.947313+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:07.947592+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' [] [] [2023-12-01T07:13:07.947894+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:07.948135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.948860+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.949606+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:07.950120+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:07.950413+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:07.950694+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' [] [] [2023-12-01T07:13:07.950992+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:07.961556+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T07:13:07.966234+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T07:13:07.984542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T07:13:07.985319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:07.985653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:07.986187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:13:07.987427+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T07:13:07.995211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.996009+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.996826+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:07.997318+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:07.997625+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:07.997913+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' [] [] [2023-12-01T07:13:07.998224+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:07.998480+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.999210+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:07.999971+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:08.000414+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:08.000706+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:08.000981+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' [] [] [2023-12-01T07:13:08.001279+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:08.001522+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:08.002252+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:08.003004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:08.003442+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:08.003776+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:08.004055+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' [] [] [2023-12-01T07:13:08.004353+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:08.407873+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40f267"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/40f267","method":"GET"} [] [2023-12-01T07:13:09.859594+00:00] request.INFO: Matched route "assetregister_show". {"route":"assetregister_show","route_parameters":{"_route":"assetregister_show","_controller":"App\\Controller\\AssetregisterController::show","id":"152"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/152/show","method":"GET"} [] [2023-12-01T07:13:09.950513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["152"] [] [2023-12-01T07:13:09.990203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:13:09.990686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:09.991022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:09.991357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:09.991702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T07:13:09.992026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:09.992384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:09.992711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.disposaldate AS disposaldate_2, t0.disposalamount AS disposalamount_3, t0.sellamount AS sellamount_4, t0.remarks AS remarks_5, t0.type AS type_6, t0.status AS status_7, t0.assetregister_id AS assetregister_id_8 FROM assetdisposal t0 WHERE t0.assetregister_id = ? [152] [] [2023-12-01T07:13:10.006708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.007546+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.010914+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:10.012066+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:10.012375+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:10.012661+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' [] [] [2023-12-01T07:13:10.013168+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:10.015505+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.016270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.017040+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:10.017488+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:10.017782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:10.018095+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' [] [] [2023-12-01T07:13:10.018397+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:10.018641+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.019369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:10.020112+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:10.020545+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:10.020837+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:10.021114+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' [] [] [2023-12-01T07:13:10.021411+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:10.435381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b4983"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/1b4983","method":"GET"} [] [2023-12-01T07:13:14.608523+00:00] request.INFO: Matched route "assetregister_edit". {"route":"assetregister_edit","route_parameters":{"_route":"assetregister_edit","_controller":"App\\Controller\\AssetregisterController::edit","id":"152"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/152/edit","method":"GET"} [] [2023-12-01T07:13:14.705036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.acquisitiondate AS acquisitiondate_2, t0.acquisitioncost AS acquisitioncost_3, t0.serialno AS serialno_4, t0.quantity AS quantity_5, t0.disposaldate AS disposaldate_6, t0.disposalamount AS disposalamount_7, t0.docpath AS docpath_8, t0.remarks AS remarks_9, t0.openingbalence AS openingbalence_10, t0.note AS note_11, t0.spnote AS spnote_12, t0.status AS status_13, t0.type AS type_14, t0.active AS active_15, t0.entrydate AS entrydate_16, t0.entryby AS entryby_17, t0.editdate AS editdate_18, t0.editby AS editby_19, t0.totaldepdays AS totaldepdays_20, t0.lastdepdate AS lastdepdate_21, t0.depreciationrate AS depreciationrate_22, t0.groups_id AS groups_id_23, t0.subgroup_id AS subgroup_id_24, t0.assetname_id AS assetname_id_25, t0.unit_id AS unit_id_26, t0.vendor_id AS vendor_id_27, t0.businessunit_id AS businessunit_id_28, t0.location_id AS location_id_29 FROM assetregister t0 WHERE t0.id = ? ["152"] [] [2023-12-01T07:13:14.792122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:14.793054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:14.793420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:13:14.794061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM unit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:14.794400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobileno AS mobileno_4, t0.email AS email_5, t0.remarks AS remarks_6 FROM vendor t0 WHERE t0.id = ? [2] [] [2023-12-01T07:13:14.794694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.shortname AS shortname_3, t0.remarks AS remarks_4 FROM businessunit t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:14.795052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3 FROM location t0 WHERE t0.id = ? [1] [] [2023-12-01T07:13:14.797441+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T07:13:14.799011+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T07:13:14.799460+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T07:13:14.802216+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2023-12-01T07:13:14.802538+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T07:13:14.802846+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T07:13:14.803218+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2023-12-01T07:13:14.833275+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.834168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.837441+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:14.838657+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:14.838974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:14.839215+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' [] [] [2023-12-01T07:13:14.839683+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:14.842055+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.842755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.843451+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:14.843852+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:14.844098+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:14.844279+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' [] [] [2023-12-01T07:13:14.844531+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:14.844725+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.845394+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:14.846078+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:14.846462+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:14.846707+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:14.846932+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' [] [] [2023-12-01T07:13:14.847179+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:15.167600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3821f5"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/3821f5","method":"GET"} [] [2023-12-01T07:13:22.239796+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T07:13:22.292359+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T07:13:22.368294+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.370219+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.373303+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.374300+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.374604+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.374883+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' [] [] [2023-12-01T07:13:22.375343+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.377369+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.378084+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.378811+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.379236+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.379522+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.379791+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' [] [] [2023-12-01T07:13:22.380081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.380316+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.381020+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.381746+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.382172+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.382496+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.382794+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' [] [] [2023-12-01T07:13:22.383087+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.392574+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T07:13:22.399053+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T07:13:22.420037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T07:13:22.420872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:22.421207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:22.421737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:13:22.422934+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T07:13:22.430591+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.431352+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.432096+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.432600+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.432893+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.433175+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' [] [] [2023-12-01T07:13:22.433482+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.433737+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.434433+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.435159+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.435585+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.435868+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.436137+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' [] [] [2023-12-01T07:13:22.436430+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.436666+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.437366+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:22.438079+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:22.438499+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:22.438782+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:22.439050+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' [] [] [2023-12-01T07:13:22.439340+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:22.823870+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a2ce2"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/8a2ce2","method":"GET"} [] [2023-12-01T07:13:25.990492+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T07:13:26.043433+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T07:13:26.130097+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.132006+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.135330+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.136526+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.136830+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.137108+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' [] [] [2023-12-01T07:13:26.137606+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.140037+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.140746+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.141466+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.141895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.142183+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.142454+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' [] [] [2023-12-01T07:13:26.142748+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.142984+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.143680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.144467+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.144926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.145212+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.145489+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' [] [] [2023-12-01T07:13:26.145782+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.155965+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T07:13:26.161891+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T07:13:26.182612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T07:13:26.183400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:26.183728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T07:13:26.184243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T07:13:26.185437+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T07:13:26.193111+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.193873+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.194608+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.195091+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.195391+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.195673+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' [] [] [2023-12-01T07:13:26.195975+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.196224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.196924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.197646+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.198075+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.198359+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.198627+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' [] [] [2023-12-01T07:13:26.198920+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.199156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.199852+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:26.200615+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:26.201040+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:26.201380+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:26.201683+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' [] [] [2023-12-01T07:13:26.201974+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:26.544267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1539f4"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/1539f4","method":"GET"} [] [2023-12-01T07:13:28.095742+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2023-12-01T07:13:28.207135+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T07:13:28.220445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T07:13:28.220970+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T07:13:28.229087+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T07:13:28.229477+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T07:13:28.265001+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.265887+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.276876+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:28.278025+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:28.278315+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:28.278524+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' [] [] [2023-12-01T07:13:28.278980+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:28.281358+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.282061+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.282954+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:28.283514+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:28.283777+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:28.284007+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' [] [] [2023-12-01T07:13:28.284261+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:28.284491+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.285253+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:28.285942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:28.286371+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:28.286665+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:28.286940+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' [] [] [2023-12-01T07:13:28.287186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:28.560954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08e65f"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/08e65f","method":"GET"} [] [2023-12-01T07:13:44.300919+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T07:13:44.347422+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T07:13:44.434951+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.436900+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.440058+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.441079+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.441394+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.441682+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' [] [] [2023-12-01T07:13:44.442162+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.444213+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.444940+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.445692+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.446126+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.446425+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.446740+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' [] [] [2023-12-01T07:13:44.447037+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.447277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.448013+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.448958+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.449396+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.449688+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.449960+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' [] [] [2023-12-01T07:13:44.450256+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.460036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T07:13:44.463801+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T07:13:44.466670+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T07:13:44.476784+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.477609+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.478374+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.478866+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.479173+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.479451+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' [] [] [2023-12-01T07:13:44.479808+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.480064+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.480921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.481668+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.482108+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.482405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.482688+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' [] [] [2023-12-01T07:13:44.482990+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.483240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.483964+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T07:13:44.484708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T07:13:44.485150+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T07:13:44.485443+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T07:13:44.485719+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' [] [] [2023-12-01T07:13:44.486018+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T07:13:44.842864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b68bf0"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/b68bf0","method":"GET"} [] [2023-12-01T08:09:33.174203+00:00] request.INFO: Matched route "reports_depreciationsummary". {"route":"reports_depreciationsummary","route_parameters":{"_route":"reports_depreciationsummary","_controller":"App\\Controller\\ReportsController::depreciationsummary"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationsummary","method":"GET"} [] [2023-12-01T08:09:33.302662+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T08:09:33.316409+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T08:09:33.316961+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T08:09:33.325557+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T08:09:33.326071+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T08:09:33.361950+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.362854+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.366213+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:33.367382+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:33.367709+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:33.367951+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' [] [] [2023-12-01T08:09:33.368425+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:33.370870+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.371582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.372275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:33.372676+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:33.372923+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:33.373148+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' [] [] [2023-12-01T08:09:33.373402+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:33.373597+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.374262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:33.374947+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:33.375329+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:33.375663+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:33.375935+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' [] [] [2023-12-01T08:09:33.376186+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:34.430316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8b2ae"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/c8b2ae","method":"GET"} [] [2023-12-01T08:09:35.793565+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"GET"} [] [2023-12-01T08:09:35.912753+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T08:09:35.926313+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T08:09:35.926844+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T08:09:35.934553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T08:09:35.934951+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T08:09:35.969556+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.970497+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.973942+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:35.975124+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:35.975438+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:35.975765+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' [] [] [2023-12-01T08:09:35.976289+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:35.978837+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.979600+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.980355+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:35.980802+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:35.981099+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:35.981381+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' [] [] [2023-12-01T08:09:35.981681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:35.981924+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.982654+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:35.983403+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:35.983840+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:35.984135+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:35.984408+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' [] [] [2023-12-01T08:09:35.984739+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:36.287687+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f394f"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/3f394f","method":"GET"} [] [2023-12-01T08:09:37.324666+00:00] request.INFO: Matched route "assetregister_index". {"route":"assetregister_index","route_parameters":{"_route":"assetregister_index","page":1,"_controller":"App\\Controller\\AssetregisterController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister","method":"GET"} [] [2023-12-01T08:09:37.381348+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T08:09:37.466958+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.471069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.477029+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.478685+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.479103+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.479461+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' [] [] [2023-12-01T08:09:37.480115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.483110+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.484119+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.485092+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.485691+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.486030+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.486340+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' [] [] [2023-12-01T08:09:37.486676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.486944+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.487881+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.488793+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.489263+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.489559+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.489827+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' [] [] [2023-12-01T08:09:37.490077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.501393+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, g1_.name AS name_22, s2_.name AS name_23, a3_.name AS name_24 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%","%%"] [] [2023-12-01T08:09:37.506058+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21, a0_.groups_id AS groups_id_22, a0_.subgroup_id AS subgroup_id_23, a0_.assetname_id AS assetname_id_24, a0_.unit_id AS unit_id_25, a0_.vendor_id AS vendor_id_26, a0_.businessunit_id AS businessunit_id_27, a0_.location_id AS location_id_28 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE (g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ?) AND a0_.id IN (?) ORDER BY a0_.id DESC ["%%","%%","%%","%%",[161,160,159,158,157,156,155,154,153,152]] [] [2023-12-01T08:09:37.523782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [115] [] [2023-12-01T08:09:37.524507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.depreciationrate AS depreciationrate_4, t0.remarks AS remarks_5 FROM `group` t0 WHERE t0.id = ? [9] [] [2023-12-01T08:09:37.524799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.groups_id AS groups_id_4 FROM subgroup t0 WHERE t0.id = ? [9] [] [2023-12-01T08:09:37.525283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.remarks AS remarks_3, t0.note AS note_4, t0.status AS status_5, t0.type AS type_6, t0.entrydate AS entrydate_7, t0.entryby AS entryby_8, t0.editdate AS editdate_9, t0.editby AS editby_10, t0.groups_id AS groups_id_11, t0.subgroup_id AS subgroup_id_12, t0.unit_id AS unit_id_13 FROM assetname t0 WHERE t0.id = ? [114] [] [2023-12-01T08:09:37.526504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.acquisitiondate AS acquisitiondate_1, a0_.acquisitioncost AS acquisitioncost_2, a0_.serialno AS serialno_3, a0_.quantity AS quantity_4, a0_.disposaldate AS disposaldate_5, a0_.disposalamount AS disposalamount_6, a0_.docpath AS docpath_7, a0_.remarks AS remarks_8, a0_.openingbalence AS openingbalence_9, a0_.note AS note_10, a0_.spnote AS spnote_11, a0_.status AS status_12, a0_.type AS type_13, a0_.active AS active_14, a0_.entrydate AS entrydate_15, a0_.entryby AS entryby_16, a0_.editdate AS editdate_17, a0_.editby AS editby_18, a0_.totaldepdays AS totaldepdays_19, a0_.lastdepdate AS lastdepdate_20, a0_.depreciationrate AS depreciationrate_21 FROM assetregister a0_ INNER JOIN `group` g1_ ON a0_.groups_id = g1_.id INNER JOIN subgroup s2_ ON a0_.subgroup_id = s2_.id INNER JOIN assetname a3_ ON a0_.assetname_id = a3_.id WHERE g1_.name LIKE ? OR s2_.name LIKE ? OR a3_.name LIKE ? OR a0_.serialno LIKE ? ORDER BY a0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%","%%"] [] [2023-12-01T08:09:37.534262+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.535035+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.535755+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.536158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.536421+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.536655+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' [] [] [2023-12-01T08:09:37.536917+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.537126+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.537807+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.538454+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.538842+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.539087+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.539311+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' [] [] [2023-12-01T08:09:37.539567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.539759+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.540404+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:37.541103+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:37.541484+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:37.541727+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:37.541934+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' [] [] [2023-12-01T08:09:37.542196+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:37.879803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bf081"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/8bf081","method":"GET"} [] [2023-12-01T08:09:38.678813+00:00] request.INFO: Matched route "assetregister_new". {"route":"assetregister_new","route_parameters":{"_route":"assetregister_new","_controller":"App\\Controller\\AssetregisterController::new"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/assetregister/new","method":"GET"} [] [2023-12-01T08:09:38.805999+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T08:09:38.820109+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.remarks AS remarks_2, s0_.groups_id AS groups_id_3 FROM subgroup s0_ ORDER BY s0_.name ASC [] [] [2023-12-01T08:09:38.821261+00:00] doctrine.DEBUG: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.remarks AS remarks_2, a0_.note AS note_3, a0_.status AS status_4, a0_.type AS type_5, a0_.entrydate AS entrydate_6, a0_.entryby AS entryby_7, a0_.editdate AS editdate_8, a0_.editby AS editby_9, a0_.groups_id AS groups_id_10, a0_.subgroup_id AS subgroup_id_11, a0_.unit_id AS unit_id_12 FROM assetname a0_ ORDER BY a0_.name ASC [] [] [2023-12-01T08:09:38.830657+00:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.shortname AS shortname_2, u0_.remarks AS remarks_3 FROM unit u0_ ORDER BY u0_.name ASC [] [] [2023-12-01T08:09:38.831232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.address AS address_2, v0_.mobileno AS mobileno_3, v0_.email AS email_4, v0_.remarks AS remarks_5 FROM vendor v0_ ORDER BY v0_.name ASC [] [] [2023-12-01T08:09:38.831623+00:00] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.shortname AS shortname_2, b0_.remarks AS remarks_3 FROM businessunit b0_ ORDER BY b0_.name ASC [] [] [2023-12-01T08:09:38.832070+00:00] doctrine.DEBUG: SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.remarks AS remarks_2 FROM location l0_ ORDER BY l0_.name ASC [] [] [2023-12-01T08:09:38.872139+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.873162+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.876831+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:38.878233+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:38.878587+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:38.878883+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' [] [] [2023-12-01T08:09:38.879437+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:38.882107+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.883077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.883896+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:38.884433+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:38.884745+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:38.885031+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' [] [] [2023-12-01T08:09:38.885351+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:38.885638+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.886457+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:38.887300+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:38.887944+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:38.888309+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:38.888604+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' [] [] [2023-12-01T08:09:38.888929+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:39.175505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf928e"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/bf928e","method":"GET"} [] [2023-12-01T08:09:42.628383+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/group","method":"GET"} [] [2023-12-01T08:09:42.674433+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2023-12-01T08:09:42.765271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.767188+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.770248+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.771251+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.771583+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.771868+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' [] [] [2023-12-01T08:09:42.772342+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:42.774346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.775069+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.775819+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.776256+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.776545+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.776821+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' [] [] [2023-12-01T08:09:42.777115+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:42.777360+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.778085+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.778830+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.779684+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.779974+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.780284+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' [] [] [2023-12-01T08:09:42.780575+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:42.790206+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2023-12-01T08:09:42.793921+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2023-12-01T08:09:42.796669+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2023-12-01T08:09:42.807155+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.807938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.808689+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.809181+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.809475+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.809760+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' [] [] [2023-12-01T08:09:42.810066+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:42.810321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.811078+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.811817+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.812253+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.812541+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.812813+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' [] [] [2023-12-01T08:09:42.813097+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:42.813333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.814053+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:09:42.814791+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:09:42.815231+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:09:42.815517+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:09:42.815785+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' [] [] [2023-12-01T08:09:42.816079+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:09:43.172803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f7c85"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/_wdt/1f7c85","method":"GET"} [] [2023-12-01T08:11:38.072118+00:00] request.INFO: Matched route "reports_depreciationschedule". {"route":"reports_depreciationschedule","route_parameters":{"_route":"reports_depreciationschedule","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://45.64.134.180:8081/fixedasset/public/index.php/reports/depreciationschedule","method":"POST"} [] [2023-12-01T08:11:38.234882+00:00] doctrine.DEBUG: CALL usp_depreciation_calculation('2022-01-01', '2022-12-31', 0, 0, 0, 0, 0) [] [] [2023-12-01T08:11:40.583923+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC [] [] [2023-12-01T08:11:40.592084+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC': SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute." at C:\Apache24\htdocs\fixedasset\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 128 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ ORDER BY g0_.name ASC':\n\nSQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:128)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:132)"} [] [2023-12-01T08:11:40.744939+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.746618+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.750361+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.751819+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.752162+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.752505+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' [] [] [2023-12-01T08:11:40.753167+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:11:40.755848+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.756714+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.757487+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.758001+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.758324+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.758632+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' [] [] [2023-12-01T08:11:40.758957+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:11:40.759216+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.760017+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.760821+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.761322+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.761631+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.761890+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' [] [] [2023-12-01T08:11:40.762210+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:11:40.767675+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.768559+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.769395+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.769926+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.770242+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.770527+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' [] [] [2023-12-01T08:11:40.770843+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:11:40.771113+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.771884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.772652+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.773143+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.773446+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.773736+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' [] [] [2023-12-01T08:11:40.774102+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-01T08:11:40.774364+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.775127+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-01T08:11:40.775887+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-01T08:11:40.776374+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2023-12-01T08:11:40.776691+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-01T08:11:40.776977+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' [] [] [2023-12-01T08:11:40.777300+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:05.266034+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2024-04-08T05:51:05.307192+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.316568+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.359367+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:05.363463+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:05.370153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:05.370411+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' [] [] [2024-04-08T05:51:05.371155+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:05.378265+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.379007+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.379708+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:05.380127+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:05.380389+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:05.380622+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' [] [] [2024-04-08T05:51:05.380879+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:05.381083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.381775+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:05.382458+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:05.382881+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:05.383131+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:05.383388+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' [] [] [2024-04-08T05:51:05.383641+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:05.613339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf192b"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/cf192b","method":"GET"} [] [2024-04-08T05:51:13.255782+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://192.168.0.208:8081/fixedasset/public/index.php/"" at C:\Apache24\htdocs\fixedasset\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://192.168.0.208:8081/fixedasset/public/index.php/\" at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\fixedasset\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2024-04-08T05:51:13.299276+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.301161+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.309267+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:13.310406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:13.311367+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:13.311647+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' [] [] [2024-04-08T05:51:13.312212+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:13.314584+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.315321+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.316056+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:13.316559+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:13.316849+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:13.317119+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' [] [] [2024-04-08T05:51:13.317412+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:13.317652+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.318370+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:13.319104+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:13.319558+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:13.319847+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:13.320113+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' [] [] [2024-04-08T05:51:13.320406+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:13.455437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d01dcf"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d01dcf","method":"GET"} [] [2024-04-08T05:51:32.859488+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:51:32.946528+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:51:33.217919+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.222118+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.228583+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.230641+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.232153+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.232538+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' [] [] [2024-04-08T05:51:33.233305+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.236876+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.237981+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.238980+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.239638+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.239952+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.240272+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' [] [] [2024-04-08T05:51:33.240588+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.240831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.241674+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.242525+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.243058+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.243353+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.243618+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' [] [] [2024-04-08T05:51:33.243918+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.261498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:51:33.273790+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:51:33.278447+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:51:33.360773+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.361646+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.362363+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.362825+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.363088+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.363316+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' [] [] [2024-04-08T05:51:33.363574+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.363782+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.364455+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.365141+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.365528+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.365769+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.365986+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' [] [] [2024-04-08T05:51:33.366231+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.366423+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.367092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:33.367779+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:33.368162+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:33.368405+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:33.368624+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' [] [] [2024-04-08T05:51:33.368869+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:33.731075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1eae1"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/f1eae1","method":"GET"} [] [2024-04-08T05:51:41.290011+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:51:41.339864+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:51:41.416878+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.418879+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.422204+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.423467+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.424493+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.424770+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' [] [] [2024-04-08T05:51:41.425338+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.427810+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.428549+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.429275+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.429702+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.429989+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.430257+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' [] [] [2024-04-08T05:51:41.430661+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.430914+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.431613+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.432339+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.432756+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.433039+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.433304+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' [] [] [2024-04-08T05:51:41.433621+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.443311+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:51:41.447822+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:51:41.450475+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:51:41.462943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.464083+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.465177+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.465936+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.466424+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.466838+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' [] [] [2024-04-08T05:51:41.467154+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.467397+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.468106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.468838+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.469260+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.469586+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.469860+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' [] [] [2024-04-08T05:51:41.470135+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.470374+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.471079+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:51:41.471801+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:51:41.472223+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:51:41.472515+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:51:41.472784+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' [] [] [2024-04-08T05:51:41.473077+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:51:41.668126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d34d9"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/8d34d9","method":"GET"} [] [2024-04-08T05:52:01.442263+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:52:01.480927+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:52:01.536384+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.537966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.540983+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.542061+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.543054+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.543332+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' [] [] [2024-04-08T05:52:01.543799+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.545809+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.546527+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.547254+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.547682+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.547965+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.548234+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' [] [] [2024-04-08T05:52:01.548530+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.548780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.549514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.550240+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.550661+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.551094+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.551381+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' [] [] [2024-04-08T05:52:01.551694+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.560446+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:52:01.564753+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:52:01.567587+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:52:01.575240+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.576018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.576759+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.577238+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.577564+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.577838+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' [] [] [2024-04-08T05:52:01.578138+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.578391+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.579124+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.579940+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.580385+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.580751+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.581158+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' [] [] [2024-04-08T05:52:01.581509+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.581792+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.582740+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:01.583481+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:01.583955+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:01.584247+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:01.584547+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' [] [] [2024-04-08T05:52:01.584842+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:01.767493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"538b13"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/538b13","method":"GET"} [] [2024-04-08T05:52:05.980113+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:52:06.019539+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:52:06.082701+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.084343+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.087384+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.088404+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.089346+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.089621+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' [] [] [2024-04-08T05:52:06.090081+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.092130+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.092853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.093582+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.094056+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.094343+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.094609+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' [] [] [2024-04-08T05:52:06.094903+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.095150+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.095853+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.096956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.097406+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.097699+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.097970+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' [] [] [2024-04-08T05:52:06.098260+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.106929+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:52:06.110752+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:52:06.113364+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:52:06.121088+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.121934+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.122673+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.123158+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.123455+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.123699+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' [] [] [2024-04-08T05:52:06.123965+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.124175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.124868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.125568+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.125971+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.126232+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.126472+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' [] [] [2024-04-08T05:52:06.126731+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.126927+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.127590+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:06.128373+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:06.128753+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:06.128996+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:06.129215+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' [] [] [2024-04-08T05:52:06.129460+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:06.331342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0e976"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/d0e976","method":"GET"} [] [2024-04-08T05:52:18.676699+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:52:18.716408+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:52:18.782845+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.784538+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.787653+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.788754+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.789733+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.790019+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' [] [] [2024-04-08T05:52:18.790497+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:18.792708+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.793535+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.794297+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.794771+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.795072+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.795353+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' [] [] [2024-04-08T05:52:18.795660+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:18.795907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.796671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.797457+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.797895+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.798224+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.798502+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' [] [] [2024-04-08T05:52:18.798802+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:18.807753+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:52:18.811716+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:52:18.814334+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:52:18.821966+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.822745+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.823471+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.823902+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.824160+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.824391+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' [] [] [2024-04-08T05:52:18.824658+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:18.824868+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.825554+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.826255+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.826642+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.826887+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.827109+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' [] [] [2024-04-08T05:52:18.827359+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:18.827551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.828298+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:18.829000+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:18.829384+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:18.829628+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:18.829848+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' [] [] [2024-04-08T05:52:18.830096+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:19.024165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9df99"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/b9df99","method":"GET"} [] [2024-04-08T05:52:24.190381+00:00] request.INFO: Matched route "group_index". {"route":"group_index","route_parameters":{"_route":"group_index","page":1,"_controller":"App\\Controller\\GroupController::index"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/group","method":"GET"} [] [2024-04-08T05:52:24.229927+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\fixedasset\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} [] [2024-04-08T05:52:24.297121+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.298780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.301868+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.302940+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.303894+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.304171+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' [] [] [2024-04-08T05:52:24.304644+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.306687+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.307405+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.308139+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.308571+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.308892+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.309162+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' [] [] [2024-04-08T05:52:24.309462+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.309705+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.310418+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.311214+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.311650+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.311941+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.312213+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' [] [] [2024-04-08T05:52:24.312505+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.321323+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2024-04-08T05:52:24.325230+00:00] doctrine.DEBUG: SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE (g0_.name LIKE ? OR g0_.code LIKE ?) AND g0_.id IN (?) ORDER BY g0_.id DESC ["%%","%%",[9,8,7,6,5,4,3]] [] [2024-04-08T05:52:24.327830+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.code AS code_2, g0_.depreciationrate AS depreciationrate_3, g0_.remarks AS remarks_4 FROM `group` g0_ WHERE g0_.name LIKE ? OR g0_.code LIKE ? ORDER BY g0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2024-04-08T05:52:24.335403+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.336211+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.336956+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.337423+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.337721+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.337998+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' [] [] [2024-04-08T05:52:24.338304+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.338555+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.339272+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.340004+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.340430+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.340718+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.340989+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' [] [] [2024-04-08T05:52:24.341284+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.341521+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.342270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-08T05:52:24.343011+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 = 'fixedasset' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-08T05:52:24.343441+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 = 'fixedasset' /*!50116 AND c.constraint_schema = 'fixedasset' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2024-04-08T05:52:24.343729+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 = 'fixedasset' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-08T05:52:24.344000+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' [] [] [2024-04-08T05:52:24.344293+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-08T05:52:24.541962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bd571"},"request_uri":"http://192.168.0.208:8081/fixedasset/public/index.php/_wdt/2bd571","method":"GET"} []